Kconfig 299 B

1234567891011121314151617
  1. # SPDX-License-Identifier: BSD-2-Clause
  2. menu "System Device Support"
  3. config SYS_ATCSMU
  4. bool "Andes System Management Unit (SMU) support"
  5. default n
  6. config SYS_HTIF
  7. bool "Host transfere interface (HTIF) support"
  8. default n
  9. config SYS_SIFIVE_TEST
  10. bool "SiFive test support"
  11. default n
  12. endmenu