zephyr/soc/arm/cypress
Kumar Gala 960f2f1a37 spi: remove Kconfig.defconfig setting of SPI drivers
Now that SPI drivers are enabled based on devicetree
we need to remove any cases of them getting enabled by
Kconfig.defconfig* files as this can lead to errors.

Typically the Kconfig.defconfig* will blindly enable a
sensor and not respect the devicetree state of the SPI.
Additionally we can get problems with prj.conf/defconfig
getting incorrectly overridden.

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-07-27 09:49:00 +02:00
..
common soc: arm: comply to coding guidelines MISRA C:2012 Rule 14.4 2022-07-21 10:31:00 +02:00
psoc6 spi: remove Kconfig.defconfig setting of SPI drivers 2022-07-27 09:49:00 +02:00
CMakeLists.txt
Kconfig kconfig: remove Enable from boolean prompts 2022-03-09 15:35:54 +01:00
Kconfig.defconfig
Kconfig.soc