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:
Kumar Gala 2022-07-26 09:35:12 -05:00 committed by Carles Cufí
commit 65e1c6fb1e
30 changed files with 0 additions and 118 deletions

View file

@ -10,7 +10,3 @@ config I2C_GECKO
config SOC_FLASH_GECKO
default y
depends on FLASH
config PWM_GECKO
default y
depends on PWM

View file

@ -10,7 +10,3 @@ config I2C_GECKO
config SOC_FLASH_GECKO
default y
depends on FLASH
config PWM_GECKO
default y
depends on PWM

View file

@ -10,7 +10,3 @@ config I2C_GECKO
config SOC_FLASH_GECKO
default y
depends on FLASH
config PWM_GECKO
default y
depends on PWM

View file

@ -10,7 +10,3 @@ config I2C_GECKO
config SOC_FLASH_GECKO
default y
depends on FLASH
config PWM_GECKO
default y
depends on PWM