diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-10-29 19:46:55 -0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-10-29 19:46:55 -0400 |
commit | d7b4e421a5be88f2f5b3cfe9aec638d90c62bc0f (patch) | |
tree | d18aa2e45a3175cd65c7d552cb94e50ff46cd7a4 | |
parent | 7c1552d196682f05abaa8e49f81c40a9b6459b67 (diff) | |
parent | bdf5005b738c1542a30b41a83069329313fc61f6 (diff) |
ARM: Merge for-2637/s3c24xx/misc
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 7 | ||||
-rw-r--r-- | arch/arm/plat-s3c24xx/gpiolib.c | 2 |
2 files changed, 4 insertions, 5 deletions
diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig index cd8e7de388f0..ff024a6c0f85 100644 --- a/arch/arm/mach-s3c2440/Kconfig +++ b/arch/arm/mach-s3c2440/Kconfig | |||
@@ -4,7 +4,6 @@ | |||
4 | 4 | ||
5 | config CPU_S3C2440 | 5 | config CPU_S3C2440 |
6 | bool | 6 | bool |
7 | depends on ARCH_S3C2410 | ||
8 | select CPU_ARM920T | 7 | select CPU_ARM920T |
9 | select S3C_GPIO_PULL_UP | 8 | select S3C_GPIO_PULL_UP |
10 | select S3C2410_CLOCK | 9 | select S3C2410_CLOCK |
@@ -18,7 +17,6 @@ config CPU_S3C2440 | |||
18 | 17 | ||
19 | config CPU_S3C2442 | 18 | config CPU_S3C2442 |
20 | bool | 19 | bool |
21 | depends on ARCH_S3C2410 | ||
22 | select CPU_ARM920T | 20 | select CPU_ARM920T |
23 | select S3C2410_CLOCK | 21 | select S3C2410_CLOCK |
24 | select S3C2410_GPIO | 22 | select S3C2410_GPIO |
@@ -30,7 +28,7 @@ config CPU_S3C2442 | |||
30 | 28 | ||
31 | config CPU_S3C244X | 29 | config CPU_S3C244X |
32 | bool | 30 | bool |
33 | depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) | 31 | depends on CPU_S3C2440 || CPU_S3C2442 |
34 | help | 32 | help |
35 | Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. | 33 | Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. |
36 | 34 | ||
@@ -72,7 +70,7 @@ config S3C2440_PLL_16934400 | |||
72 | 70 | ||
73 | config S3C2440_DMA | 71 | config S3C2440_DMA |
74 | bool | 72 | bool |
75 | depends on ARCH_S3C2410 && CPU_S3C24405B | 73 | depends on CPU_S3C2440 |
76 | help | 74 | help |
77 | Support for S3C2440 specific DMA code5A | 75 | Support for S3C2440 specific DMA code5A |
78 | 76 | ||
@@ -181,7 +179,6 @@ config MACH_MINI2440 | |||
181 | select CPU_S3C2440 | 179 | select CPU_S3C2440 |
182 | select EEPROM_AT24 | 180 | select EEPROM_AT24 |
183 | select LEDS_TRIGGER_BACKLIGHT | 181 | select LEDS_TRIGGER_BACKLIGHT |
184 | select SND_S3C24XX_SOC_S3C24XX_UDA134X | ||
185 | select S3C_DEV_NAND | 182 | select S3C_DEV_NAND |
186 | select S3C_DEV_USB_HOST | 183 | select S3C_DEV_USB_HOST |
187 | help | 184 | help |
diff --git a/arch/arm/plat-s3c24xx/gpiolib.c b/arch/arm/plat-s3c24xx/gpiolib.c index 4c0896f2572d..ae9d3c2403f0 100644 --- a/arch/arm/plat-s3c24xx/gpiolib.c +++ b/arch/arm/plat-s3c24xx/gpiolib.c | |||
@@ -87,6 +87,8 @@ static struct s3c_gpio_cfg s3c24xx_gpiocfg_banka = { | |||
87 | struct s3c_gpio_cfg s3c24xx_gpiocfg_default = { | 87 | struct s3c_gpio_cfg s3c24xx_gpiocfg_default = { |
88 | .set_config = s3c_gpio_setcfg_s3c24xx, | 88 | .set_config = s3c_gpio_setcfg_s3c24xx, |
89 | .get_config = s3c_gpio_getcfg_s3c24xx, | 89 | .get_config = s3c_gpio_getcfg_s3c24xx, |
90 | .set_pull = s3c_gpio_setpull_1up, | ||
91 | .get_pull = s3c_gpio_getpull_1up, | ||
90 | }; | 92 | }; |
91 | 93 | ||
92 | struct s3c_gpio_chip s3c24xx_gpios[] = { | 94 | struct s3c_gpio_chip s3c24xx_gpios[] = { |