diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 04:47:11 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 04:47:11 -0500 |
commit | ec2cc753f47bfb4ce3584eb8cd9119340617bf12 (patch) | |
tree | 5419b4255c07996e6ea6ed52f6fd7a85758daf92 /arch/arm/mach-s3c24xx/Kconfig | |
parent | 9072dc983fb1743b711791a63ddfe5a7a52ef361 (diff) |
ARM: S3C24XX: Consolidate Simtec extensions
The Simtec extension didn't follow a specific naming scheme for files
and config options until now. This distributed the files throughout
the whole mach-s3c24xx directory.
This patch fixes the naming of files and option names and also creates
a simtec.h header instead of using many one-liners.
As the plat/audio-simtec.h only contains the platform-data struct now,
it can also move to include/sound in a later patch.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/mach-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/mach-s3c24xx/Kconfig | 13 |
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 | ||
104 | config 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 | ||
106 | if CPU_S3C2410 | 111 | if 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 | ||
120 | config SIMTEC_NOR | 125 | config 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 | ||