~ubuntu-branches/ubuntu/precise/linux-lowlatency/precise

« back to all changes in this revision

Viewing changes to arch/arm/mach-w90x900/Kconfig

  • Committer: Package Import Robot
  • Author(s): Alessio Igor Bogani
  • Date: 2011-10-26 11:13:05 UTC
  • Revision ID: package-import@ubuntu.com-20111026111305-tz023xykf0i6eosh
Tags: upstream-3.2.0
ImportĀ upstreamĀ versionĀ 3.2.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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
config CPU_NUC960
 
14
        bool
 
15
        help
 
16
          Support for NUCP960 of Nuvoton NUC900 CPUs.
 
17
 
 
18
menu "W90P910 Machines"
 
19
 
 
20
config MACH_W90P910EVB
 
21
        bool "Nuvoton W90P910 Evaluation Board"
 
22
        default y
 
23
        select CPU_W90P910
 
24
        help
 
25
           Say Y here if you are using the Nuvoton W90P910EVB
 
26
 
 
27
endmenu
 
28
 
 
29
menu "NUC950 Machines"
 
30
 
 
31
config MACH_W90P950EVB
 
32
        bool "Nuvoton NUC950 Evaluation Board"
 
33
        select CPU_NUC950
 
34
        help
 
35
           Say Y here if you are using the Nuvoton NUC950EVB
 
36
 
 
37
endmenu
 
38
 
 
39
menu "NUC960 Machines"
 
40
 
 
41
config MACH_W90N960EVB
 
42
        bool "Nuvoton NUC960 Evaluation Board"
 
43
        select CPU_NUC960
 
44
        help
 
45
           Say Y here if you are using the Nuvoton NUC960EVB
 
46
 
 
47
endmenu
 
48
 
 
49
endif