13 lines
205 B
Plaintext
13 lines
205 B
Plaintext
menu "PWM Devices"
|
|
|
|
config DRIVERS_PWM
|
|
bool "enable pwm driver"
|
|
default y
|
|
|
|
config HAL_TEST_PWM
|
|
bool "enable pwm hal APIs test command"
|
|
depends on DRIVERS_PWM
|
|
default n
|
|
|
|
endmenu
|