diff --git a/drivers/pwm/Kconfig.esp32 b/drivers/pwm/Kconfig.esp32 index 447354c2cde..8958d89d098 100644 --- a/drivers/pwm/Kconfig.esp32 +++ b/drivers/pwm/Kconfig.esp32 @@ -16,7 +16,6 @@ if PWM_LED_ESP32 config PWM_LED_ESP32_DEV_NAME_0 string "ESP32 PWM LED Name" - depends on PWM_LED_ESP32 default "PWM_LED" help Specify the device name for the PWM driver. diff --git a/drivers/pwm/Kconfig.pca9685 b/drivers/pwm/Kconfig.pca9685 index d2bff19e0e1..367a3f2f931 100644 --- a/drivers/pwm/Kconfig.pca9685 +++ b/drivers/pwm/Kconfig.pca9685 @@ -20,14 +20,12 @@ if PWM_PCA9685 config PWM_PCA9685_INIT_PRIORITY int "Init priority" - depends on PWM_PCA9685 default 70 help Device driver initialization priority. config PWM_PCA9685_0 bool "PCA9685 PWM chip #0" - depends on PWM_PCA9685 help Enable config options for the PCA9685 I2C-based PWM chip #0.