163b8010e575c453bc9222ed9c09ed921fa25043
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-w90x900 / Kconfig
1 if ARCH_W90X900
2
3 config CPU_W90P910
4         bool
5         help
6           Support for W90P910 of Nuvoton W90X900 CPUs.
7
8 config CPU_NUC950
9         bool
10         help
11           Support for NUCP950 of Nuvoton NUC900 CPUs.
12
13 menu "W90P910 Machines"
14
15 config MACH_W90P910EVB
16         bool "Nuvoton W90P910 Evaluation Board"
17         default y
18         select CPU_W90P910
19         help
20            Say Y here if you are using the Nuvoton W90P910EVB
21
22 endmenu
23
24 menu "NUC950 Machines"
25
26 config MACH_W90P950EVB
27         bool "Nuvoton NUC950 Evaluation Board"
28         select CPU_NUC950
29         help
30            Say Y here if you are using the Nuvoton NUC950EVB
31
32 endmenu
33
34 endif