diff options
author | Heiko Stuebner <heiko@sntech.de> | 2012-03-07 04:47:05 -0500 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2012-03-07 04:47:05 -0500 |
commit | 9072dc983fb1743b711791a63ddfe5a7a52ef361 (patch) | |
tree | dce363e52d13340e6aca634b7860eb0e2d51427e /arch/arm/plat-s3c24xx/Kconfig | |
parent | 28c569f6957859d7d53681e00758980750da0250 (diff) |
ARM: S3C24XX: move simtec-specific code to mach directory
This includes a rename of the pm-simtec.c to keep the simtec
extensions together a bit and also better naming of the Kconfig
options.
Signed-off-by: Heiko Stuebner <heiko@sntech.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/plat-s3c24xx/Kconfig')
-rw-r--r-- | arch/arm/plat-s3c24xx/Kconfig | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/arch/arm/plat-s3c24xx/Kconfig b/arch/arm/plat-s3c24xx/Kconfig index 73ebc40e0eb9..0338d207475d 100644 --- a/arch/arm/plat-s3c24xx/Kconfig +++ b/arch/arm/plat-s3c24xx/Kconfig | |||
@@ -70,12 +70,6 @@ config S3C24XX_GPIO_EXTRA128 | |||
70 | Add an extra 128 gpio numbers to the available GPIO pool. This is | 70 | Add an extra 128 gpio numbers to the available GPIO pool. This is |
71 | available for boards that need extra gpios for external devices. | 71 | available for boards that need extra gpios for external devices. |
72 | 72 | ||
73 | config PM_SIMTEC | ||
74 | bool | ||
75 | help | ||
76 | Common power management code for systems that are | ||
77 | compatible with the Simtec style of power management | ||
78 | |||
79 | config S3C24XX_DMA | 73 | config S3C24XX_DMA |
80 | bool "S3C2410 DMA support" | 74 | bool "S3C2410 DMA support" |
81 | depends on ARCH_S3C24XX | 75 | depends on ARCH_S3C24XX |
@@ -119,13 +113,6 @@ config S3C2412_IOTIMING | |||
119 | Intel node to select io timing code that is common to the s3c2412 | 113 | Intel node to select io timing code that is common to the s3c2412 |
120 | and the s3c2443. | 114 | and the s3c2443. |
121 | 115 | ||
122 | config S3C24XX_SIMTEC_AUDIO | ||
123 | bool | ||
124 | depends on (ARCH_BAST || MACH_VR1000 || MACH_OSIRIS || MACH_ANUBIS) | ||
125 | default y | ||
126 | help | ||
127 | Add audio devices for common Simtec S3C24XX boards | ||
128 | |||
129 | config S3C2410_SETUP_TS | 116 | config S3C2410_SETUP_TS |
130 | bool | 117 | bool |
131 | help | 118 | help |