diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 21 |
1 files changed, 18 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index cd3dc0834b3b..99fdc736698c 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -37,6 +37,17 @@ config S3C2410_CLOCK | |||
37 | help | 37 | help |
38 | Clock code for the S3C2410, and similar processors | 38 | Clock code for the S3C2410, and similar processors |
39 | 39 | ||
40 | config SIMTEC_NOR | ||
41 | bool | ||
42 | help | ||
43 | Internal node to specify machine has simtec NOR mapping | ||
44 | |||
45 | config MACH_BAST_IDE | ||
46 | bool | ||
47 | select HAVE_PATA_PLATFORM | ||
48 | help | ||
49 | Internal node for machines with an BAST style IDE | ||
50 | interface | ||
40 | 51 | ||
41 | menu "S3C2410 Machines" | 52 | menu "S3C2410 Machines" |
42 | 53 | ||
@@ -61,15 +72,18 @@ config PM_H1940 | |||
61 | Internal node for H1940 and related PM | 72 | Internal node for H1940 and related PM |
62 | 73 | ||
63 | config MACH_N30 | 74 | config MACH_N30 |
64 | bool "Acer N30" | 75 | bool "Acer N30 family" |
65 | select CPU_S3C2410 | 76 | select CPU_S3C2410 |
66 | help | 77 | help |
67 | Say Y here if you are using the Acer N30 | 78 | Say Y here if you want suppt for the Acer N30, Acer N35, |
79 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. | ||
68 | 80 | ||
69 | config ARCH_BAST | 81 | config ARCH_BAST |
70 | bool "Simtec Electronics BAST (EB2410ITX)" | 82 | bool "Simtec Electronics BAST (EB2410ITX)" |
71 | select CPU_S3C2410 | 83 | select CPU_S3C2410 |
72 | select PM_SIMTEC if PM | 84 | select PM_SIMTEC if PM |
85 | select SIMTEC_NOR | ||
86 | select MACH_BAST_IDE | ||
73 | select ISA | 87 | select ISA |
74 | help | 88 | help |
75 | Say Y here if you are using the Simtec Electronics EB2410ITX | 89 | Say Y here if you are using the Simtec Electronics EB2410ITX |
@@ -107,6 +121,8 @@ config MACH_TCT_HAMMER | |||
107 | config MACH_VR1000 | 121 | config MACH_VR1000 |
108 | bool "Thorcom VR1000" | 122 | bool "Thorcom VR1000" |
109 | select PM_SIMTEC if PM | 123 | select PM_SIMTEC if PM |
124 | select SIMTEC_NOR | ||
125 | select MACH_BAST_IDE | ||
110 | select CPU_S3C2410 | 126 | select CPU_S3C2410 |
111 | help | 127 | help |
112 | Say Y here if you are using the Thorcom VR1000 board. | 128 | Say Y here if you are using the Thorcom VR1000 board. |
@@ -118,4 +134,3 @@ config MACH_QT2410 | |||
118 | Say Y here if you are using the Armzone QT2410 | 134 | Say Y here if you are using the Armzone QT2410 |
119 | 135 | ||
120 | endmenu | 136 | endmenu |
121 | |||