aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-s3c24xx/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r--arch/arm/mach-s3c24xx/Kconfig13
1 files changed, 10 insertions, 3 deletions
diff --git a/arch/arm/mach-s3c24xx/Kconfig b/arch/arm/mach-s3c24xx/Kconfig
index 115cc50daa84..df6f419f9a5d 100644
--- a/arch/arm/mach-s3c24xx/Kconfig
+++ b/arch/arm/mach-s3c24xx/Kconfig
@@ -101,6 +101,11 @@ config S3C24XX_SIMTEC_PM
101 Common power management code for systems that are 101 Common power management code for systems that are
102 compatible with the Simtec style of power management 102 compatible with the Simtec style of power management
103 103
104config S3C24XX_SIMTEC_USB
105 bool
106 help
107 USB management code for common Simtec S3C24XX boards
108
104# cpu-specific sections 109# cpu-specific sections
105 110
106if CPU_S3C2410 111if CPU_S3C2410
@@ -117,7 +122,7 @@ config S3C2410_PM
117 help 122 help
118 Power Management code common to S3C2410 and better 123 Power Management code common to S3C2410 and better
119 124
120config SIMTEC_NOR 125config S3C24XX_SIMTEC_NOR
121 bool 126 bool
122 help 127 help
123 Internal node to specify machine has simtec NOR mapping 128 Internal node to specify machine has simtec NOR mapping
@@ -148,7 +153,8 @@ config ARCH_BAST
148 bool "Simtec Electronics BAST (EB2410ITX)" 153 bool "Simtec Electronics BAST (EB2410ITX)"
149 select S3C2410_IOTIMING if S3C2410_CPUFREQ 154 select S3C2410_IOTIMING if S3C2410_CPUFREQ
150 select S3C24XX_SIMTEC_PM if PM 155 select S3C24XX_SIMTEC_PM if PM
151 select SIMTEC_NOR 156 select S3C24XX_SIMTEC_NOR
157 select S3C24XX_SIMTEC_USB
152 select MACH_BAST_IDE 158 select MACH_BAST_IDE
153 select S3C24XX_DCLK 159 select S3C24XX_DCLK
154 select ISA 160 select ISA
@@ -230,9 +236,10 @@ config MACH_VR1000
230 bool "Thorcom VR1000" 236 bool "Thorcom VR1000"
231 select S3C24XX_SIMTEC_PM if PM 237 select S3C24XX_SIMTEC_PM if PM
232 select S3C24XX_DCLK 238 select S3C24XX_DCLK
233 select SIMTEC_NOR 239 select S3C24XX_SIMTEC_NOR
234 select MACH_BAST_IDE 240 select MACH_BAST_IDE
235 select S3C_DEV_USB_HOST 241 select S3C_DEV_USB_HOST
242 select S3C24XX_SIMTEC_USB
236 help 243 help
237 Say Y here if you are using the Thorcom VR1000 board. 244 Say Y here if you are using the Thorcom VR1000 board.
238 245