Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
[cris-mirror.git] / arch / arm / mach-w90x900 / Kconfig
blobb16ffc03bbe598a9dfdb48b5bc98819d03791a98
1 # SPDX-License-Identifier: GPL-2.0
2 if ARCH_W90X900
4 config CPU_W90P910
5         bool
6         help
7           Support for W90P910 of Nuvoton W90X900 CPUs.
9 config CPU_NUC950
10         bool
11         help
12           Support for NUCP950 of Nuvoton NUC900 CPUs.
14 config CPU_NUC960
15         bool
16         help
17           Support for NUCP960 of Nuvoton NUC900 CPUs.
19 menu "W90P910 Machines"
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
28 endmenu
30 menu "NUC950 Machines"
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
38 endmenu
40 menu "NUC960 Machines"
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
48 endmenu
50 endif