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
|