diff options
author | Ben Dooks <ben-linux@fluff.org> | 2010-10-30 03:46:55 +0400 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-10-30 03:46:55 +0400 |
commit | d7b4e421a5be88f2f5b3cfe9aec638d90c62bc0f (patch) | |
tree | d18aa2e45a3175cd65c7d552cb94e50ff46cd7a4 /arch/arm/mach-s3c2440 | |
parent | 7c1552d196682f05abaa8e49f81c40a9b6459b67 (diff) | |
parent | bdf5005b738c1542a30b41a83069329313fc61f6 (diff) | |
download | linux-d7b4e421a5be88f2f5b3cfe9aec638d90c62bc0f.tar.xz |
ARM: Merge for-2637/s3c24xx/misc
Diffstat (limited to 'arch/arm/mach-s3c2440')
-rw-r--r-- | arch/arm/mach-s3c2440/Kconfig | 7 |
1 files changed, 2 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 @@ config CPU_S3C2440 bool - depends on ARCH_S3C2410 select CPU_ARM920T select S3C_GPIO_PULL_UP select S3C2410_CLOCK @@ -18,7 +17,6 @@ config CPU_S3C2440 config CPU_S3C2442 bool - depends on ARCH_S3C2410 select CPU_ARM920T select S3C2410_CLOCK select S3C2410_GPIO @@ -30,7 +28,7 @@ config CPU_S3C2442 config CPU_S3C244X bool - depends on ARCH_S3C2410 && (CPU_S3C2440 || CPU_S3C2442) + depends on CPU_S3C2440 || CPU_S3C2442 help Support for S3C2440 and S3C2442 Samsung Mobile CPU based systems. @@ -72,7 +70,7 @@ config S3C2440_PLL_16934400 config S3C2440_DMA bool - depends on ARCH_S3C2410 && CPU_S3C24405B + depends on CPU_S3C2440 help Support for S3C2440 specific DMA code5A @@ -181,7 +179,6 @@ config MACH_MINI2440 select CPU_S3C2440 select EEPROM_AT24 select LEDS_TRIGGER_BACKLIGHT - select SND_S3C24XX_SOC_S3C24XX_UDA134X select S3C_DEV_NAND select S3C_DEV_USB_HOST help |