rjw | 1f88458 | 2022-01-06 17:20:42 +0800 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0 |
| 2 | if ARCH_W90X900 |
| 3 | |
| 4 | config CPU_W90P910 |
| 5 | bool |
| 6 | help |
| 7 | Support for W90P910 of Nuvoton W90X900 CPUs. |
| 8 | |
| 9 | config CPU_NUC950 |
| 10 | bool |
| 11 | help |
| 12 | Support for NUCP950 of Nuvoton NUC900 CPUs. |
| 13 | |
| 14 | config CPU_NUC960 |
| 15 | bool |
| 16 | help |
| 17 | Support for NUCP960 of Nuvoton NUC900 CPUs. |
| 18 | |
| 19 | menu "W90P910 Machines" |
| 20 | |
| 21 | config MACH_W90P910EVB |
| 22 | bool "Nuvoton W90P910 Evaluation Board" |
| 23 | default y |
| 24 | select CPU_W90P910 |
| 25 | help |
| 26 | Say Y here if you are using the Nuvoton W90P910EVB |
| 27 | |
| 28 | endmenu |
| 29 | |
| 30 | menu "NUC950 Machines" |
| 31 | |
| 32 | config MACH_W90P950EVB |
| 33 | bool "Nuvoton NUC950 Evaluation Board" |
| 34 | select CPU_NUC950 |
| 35 | help |
| 36 | Say Y here if you are using the Nuvoton NUC950EVB |
| 37 | |
| 38 | endmenu |
| 39 | |
| 40 | menu "NUC960 Machines" |
| 41 | |
| 42 | config MACH_W90N960EVB |
| 43 | bool "Nuvoton NUC960 Evaluation Board" |
| 44 | select CPU_NUC960 |
| 45 | help |
| 46 | Say Y here if you are using the Nuvoton NUC960EVB |
| 47 | |
| 48 | endmenu |
| 49 | |
| 50 | endif |