commit | 5f09eae7a16d95857225b9fc7da948ee80fd27e6 | [log] [tgz] |
---|---|---|
author | Kumar Gala <kumar.gala@linaro.org> | Tue Nov 20 10:56:37 2018 -0600 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Nov 20 15:50:42 2018 -0500 |
tree | f2058339eef1e2722944ea3ee61d5b926cef7e18 | |
parent | 23cb7dd6600ae7851afaa188eff28d1d53e84364 [diff] |
kconfig: Hide the DesignWare SPI driver on unsupported platforms When users are configuring applications they are given the option to enable the DesignWare SPI driver. But they should not be given this option on SoCs that don't have the DesignWare SPI HW. This commit hides the driver by default by introducing the config option HAS_SPI_DW. Fixes: #10825 Signed-off-by: Kumar Gala <kumar.gala@linaro.org>