1menu "CE Devices" 2 3config DRIVERS_CE 4 bool "enable ce driver" 5 default y 6 7config HAL_TEST_CE 8 bool "enable ce hal APIs test command" 9 depends on DRIVERS_CE 10 default n 11 12 13endmenu 14