diff options
author | Pinkava J <Jiri.Pinkava@vscht.cz> | 2010-05-06 09:18:06 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-05-06 20:41:31 -0400 |
commit | ff3c25fa1b7f0a3c7b112c25af6d259cb8c59bc1 (patch) | |
tree | 8e57aeedfc57a6ddbba17845dffc4b8a7f24e89b /arch/arm/mach-s3c2410 | |
parent | 7ebd467551ed6ae200d7835a84bbda0dcadaa511 (diff) |
ARM: n30: Enable Acer n35 if Acer n30 is selected
All code already present for Acer n35 is useless unless MACH_N35 is defined.
Signed-off-by: Jiri Pinkava <jiri.pinkava@vscht.cz>
[ben-linux@fluff.org: minor edit of subject]
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/mach-s3c2410')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 554731868b07..2b5a33f36e3b 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -95,12 +95,19 @@ config PM_H1940 | |||
95 | config MACH_N30 | 95 | config MACH_N30 |
96 | bool "Acer N30 family" | 96 | bool "Acer N30 family" |
97 | select CPU_S3C2410 | 97 | select CPU_S3C2410 |
98 | select MACH_N35 | ||
98 | select S3C_DEV_USB_HOST | 99 | select S3C_DEV_USB_HOST |
99 | select S3C_DEV_NAND | 100 | select S3C_DEV_NAND |
100 | help | 101 | help |
101 | Say Y here if you want suppt for the Acer N30, Acer N35, | 102 | Say Y here if you want suppt for the Acer N30, Acer N35, |
102 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. | 103 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. |
103 | 104 | ||
105 | config MACH_N35 | ||
106 | bool | ||
107 | help | ||
108 | Internal node in order to enable support for Acer N35 if Acer N30 is | ||
109 | selected. | ||
110 | |||
104 | config ARCH_BAST | 111 | config ARCH_BAST |
105 | bool "Simtec Electronics BAST (EB2410ITX)" | 112 | bool "Simtec Electronics BAST (EB2410ITX)" |
106 | select CPU_S3C2410 | 113 | select CPU_S3C2410 |