mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-24 08:17:20 +08:00
14 lines
197 B
Plaintext
14 lines
197 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
|