mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-27 20:20:26 +08:00
14 lines
200 B
Plaintext
14 lines
200 B
Plaintext
menu "CE Devices"
|
|
|
|
config DRIVERS_CE
|
|
bool "enable ce driver"
|
|
default y
|
|
|
|
config HAL_TEST_CE
|
|
bool "enable ce hal APIs test command"
|
|
depends on DRIVERS_CE
|
|
default n
|
|
|
|
|
|
endmenu
|