1menu "PWM Devices"
2
3config DRIVERS_PWM
4    bool "enable pwm driver"
5        default y
6
7config HAL_TEST_PWM
8    bool "enable pwm hal APIs test command"
9    depends on DRIVERS_PWM
10        default n
11
12endmenu
13