pwm: remove Kconfig.defconfig setting of PWM drivers
Now that PWM 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 PWM. 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
0a2ff1ffbf
commit
65e1c6fb1e
30 changed files with 0 additions and 118 deletions
|
@ -10,7 +10,3 @@ config I2C_GECKO
|
|||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config PWM_GECKO
|
||||
default y
|
||||
depends on PWM
|
||||
|
|
|
@ -10,7 +10,3 @@ config I2C_GECKO
|
|||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config PWM_GECKO
|
||||
default y
|
||||
depends on PWM
|
||||
|
|
|
@ -10,7 +10,3 @@ config I2C_GECKO
|
|||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config PWM_GECKO
|
||||
default y
|
||||
depends on PWM
|
||||
|
|
|
@ -10,7 +10,3 @@ config I2C_GECKO
|
|||
config SOC_FLASH_GECKO
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config PWM_GECKO
|
||||
default y
|
||||
depends on PWM
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue