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