Greg Kroah-Hartman | b244131 | 2017-11-01 15:07:57 +0100 | [diff] [blame] | 1 | # SPDX-License-Identifier: GPL-2.0 |
wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 2 | if ARCH_W90X900 |
| 3 | |
| 4 | config CPU_W90P910 |
| 5 | bool |
| 6 | help |
| 7 | Support for W90P910 of Nuvoton W90X900 CPUs. |
| 8 | |
wanzongshun | 936fbe9 | 2009-08-21 07:08:24 +0100 | [diff] [blame] | 9 | config CPU_NUC950 |
| 10 | bool |
| 11 | help |
| 12 | Support for NUCP950 of Nuvoton NUC900 CPUs. |
| 13 | |
wanzongshun | 8e22676 | 2009-08-21 07:09:03 +0100 | [diff] [blame] | 14 | config CPU_NUC960 |
| 15 | bool |
| 16 | help |
| 17 | Support for NUCP960 of Nuvoton NUC900 CPUs. |
| 18 | |
wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 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 | |
wanzongshun | 936fbe9 | 2009-08-21 07:08:24 +0100 | [diff] [blame] | 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 | |
wanzongshun | 8e22676 | 2009-08-21 07:09:03 +0100 | [diff] [blame] | 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 | |
wanzongshun | 7ec80dd | 2008-12-03 03:55:38 +0100 | [diff] [blame] | 50 | endif |