Kconfig 837 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  1. # SPDX-License-Identifier: GPL-2.0
  2. if ARCH_W90X900
  3. config CPU_W90P910
  4. bool
  5. help
  6. Support for W90P910 of Nuvoton W90X900 CPUs.
  7. config CPU_NUC950
  8. bool
  9. help
  10. Support for NUCP950 of Nuvoton NUC900 CPUs.
  11. config CPU_NUC960
  12. bool
  13. help
  14. Support for NUCP960 of Nuvoton NUC900 CPUs.
  15. menu "W90P910 Machines"
  16. config MACH_W90P910EVB
  17. bool "Nuvoton W90P910 Evaluation Board"
  18. default y
  19. select CPU_W90P910
  20. help
  21. Say Y here if you are using the Nuvoton W90P910EVB
  22. endmenu
  23. menu "NUC950 Machines"
  24. config MACH_W90P950EVB
  25. bool "Nuvoton NUC950 Evaluation Board"
  26. select CPU_NUC950
  27. help
  28. Say Y here if you are using the Nuvoton NUC950EVB
  29. endmenu
  30. menu "NUC960 Machines"
  31. config MACH_W90N960EVB
  32. bool "Nuvoton NUC960 Evaluation Board"
  33. select CPU_NUC960
  34. help
  35. Say Y here if you are using the Nuvoton NUC960EVB
  36. endmenu
  37. endif