Kconfig 200 B

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