Kconfig 294 B

12345678910111213141516171819
  1. if ARCH_W90X900
  2. config CPU_W90P910
  3. bool
  4. help
  5. Support for W90P910 of Nuvoton W90X900 CPUs.
  6. menu "W90P910 Machines"
  7. config MACH_W90P910EVB
  8. bool "Nuvoton W90P910 Evaluation Board"
  9. default y
  10. select CPU_W90P910
  11. help
  12. Say Y here if you are using the Nuvoton W90P910EVB
  13. endmenu
  14. endif