Kconfig 285 B

1234567891011121314151617181920
  1. if ARCH_NUC93X
  2. config CPU_NUC932
  3. bool
  4. help
  5. Support for NUC932 of Nuvoton NUC93X CPUs.
  6. menu "NUC932 Machines"
  7. config MACH_NUC932EVB
  8. bool "Nuvoton NUC932 Evaluation Board"
  9. default y
  10. select CPU_NUC932
  11. help
  12. Say Y here if you are using the Nuvoton NUC932EVB
  13. endmenu
  14. endif