gpio: remove Kconfig.defconfig setting of GPIO drivers
Now that gpio 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 GPIO. Additionally we can get problems with prj.conf/defconfig getting incorrectly overridden. Signed-off-by: Kumar Gala <galak@kernel.org>
This commit is contained in:
parent
737b1fa25a
commit
600d749cf3
65 changed files with 1 additions and 303 deletions
|
@ -25,10 +25,6 @@ config NUM_IRQS
|
|||
config CC13X2_CC26X2_RTC_TIMER
|
||||
default y
|
||||
|
||||
config GPIO_CC13XX_CC26XX
|
||||
default y
|
||||
depends on GPIO
|
||||
|
||||
config ENTROPY_CC13XX_CC26XX_RNG
|
||||
default y
|
||||
depends on ENTROPY_GENERATOR
|
||||
|
|
|
@ -23,13 +23,6 @@ config ROM_START_OFFSET
|
|||
config BOOTLOADER_SRAM_SIZE
|
||||
default 0 if !XIP
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_CC32XX
|
||||
default y
|
||||
|
||||
endif # GPIO
|
||||
|
||||
if !XIP
|
||||
config FLASH_SIZE
|
||||
default 0
|
||||
|
|
|
@ -24,13 +24,6 @@ config ROM_START_OFFSET
|
|||
config BOOTLOADER_SRAM_SIZE
|
||||
default 0 if !XIP
|
||||
|
||||
if GPIO
|
||||
|
||||
config GPIO_CC32XX
|
||||
default y
|
||||
|
||||
endif # GPIO
|
||||
|
||||
if !XIP
|
||||
config FLASH_SIZE
|
||||
default 0
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue