diff options
Diffstat (limited to 'arch/arm/mach-s3c2410/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c2410/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/arm/mach-s3c2410/Kconfig b/arch/arm/mach-s3c2410/Kconfig index 554731868b07..7245a55795dc 100644 --- a/arch/arm/mach-s3c2410/Kconfig +++ b/arch/arm/mach-s3c2410/Kconfig | |||
@@ -6,6 +6,7 @@ config CPU_S3C2410 | |||
6 | bool | 6 | bool |
7 | depends on ARCH_S3C2410 | 7 | depends on ARCH_S3C2410 |
8 | select CPU_ARM920T | 8 | select CPU_ARM920T |
9 | select S3C_GPIO_PULL_UP | ||
9 | select S3C2410_CLOCK | 10 | select S3C2410_CLOCK |
10 | select S3C2410_GPIO | 11 | select S3C2410_GPIO |
11 | select CPU_LLSERIAL_S3C2410 | 12 | select CPU_LLSERIAL_S3C2410 |
@@ -76,6 +77,7 @@ config ARCH_H1940 | |||
76 | select PM_H1940 if PM | 77 | select PM_H1940 if PM |
77 | select S3C_DEV_USB_HOST | 78 | select S3C_DEV_USB_HOST |
78 | select S3C_DEV_NAND | 79 | select S3C_DEV_NAND |
80 | select S3C2410_SETUP_TS | ||
79 | help | 81 | help |
80 | Say Y here if you are using the HP IPAQ H1940 | 82 | Say Y here if you are using the HP IPAQ H1940 |
81 | 83 | ||
@@ -95,12 +97,19 @@ config PM_H1940 | |||
95 | config MACH_N30 | 97 | config MACH_N30 |
96 | bool "Acer N30 family" | 98 | bool "Acer N30 family" |
97 | select CPU_S3C2410 | 99 | select CPU_S3C2410 |
100 | select MACH_N35 | ||
98 | select S3C_DEV_USB_HOST | 101 | select S3C_DEV_USB_HOST |
99 | select S3C_DEV_NAND | 102 | select S3C_DEV_NAND |
100 | help | 103 | help |
101 | Say Y here if you want suppt for the Acer N30, Acer N35, | 104 | Say Y here if you want suppt for the Acer N30, Acer N35, |
102 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. | 105 | Navman PiN570, Yakumo AlphaX or Airis NC05 PDAs. |
103 | 106 | ||
107 | config MACH_N35 | ||
108 | bool | ||
109 | help | ||
110 | Internal node in order to enable support for Acer N35 if Acer N30 is | ||
111 | selected. | ||
112 | |||
104 | config ARCH_BAST | 113 | config ARCH_BAST |
105 | bool "Simtec Electronics BAST (EB2410ITX)" | 114 | bool "Simtec Electronics BAST (EB2410ITX)" |
106 | select CPU_S3C2410 | 115 | select CPU_S3C2410 |
@@ -110,6 +119,7 @@ config ARCH_BAST | |||
110 | select MACH_BAST_IDE | 119 | select MACH_BAST_IDE |
111 | select S3C24XX_DCLK | 120 | select S3C24XX_DCLK |
112 | select ISA | 121 | select ISA |
122 | select S3C_DEV_HWMON | ||
113 | select S3C_DEV_USB_HOST | 123 | select S3C_DEV_USB_HOST |
114 | select S3C_DEV_NAND | 124 | select S3C_DEV_NAND |
115 | help | 125 | help |