drivers: pwm: Remove per instance Kconfig symbols

There are now no users of the per instance Kconfig symbols so we can now
remove them.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2020-05-05 08:55:50 -05:00 committed by Kumar Gala
commit 81e44f005e

View file

@ -20,21 +20,6 @@ config PWM_SHELL
help
Enable the PWM related shell commands.
config PWM_0
bool "Enable PWM port 0"
config PWM_1
bool "Enable PWM port 1"
config PWM_2
bool "Enable PWM port 2"
config PWM_3
bool "Enable PWM port 3"
config PWM_4
bool "Enable PWM port 4"
source "drivers/pwm/Kconfig.pca9685"
source "drivers/pwm/Kconfig.dw"