mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-25 23:07:24 +08:00
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
|