diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-05 21:18:05 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-11-05 21:18:05 -0400 |
commit | 7abec10c623d9e0416dab6919a0ea22e6283516b (patch) | |
tree | 83aa79c369e99c4fc60eea91ebd399b7689b312e /arch/arm/Kconfig | |
parent | 0de9adf284ec20454ecf37ffd98e7e98ba7292d6 (diff) | |
parent | cfaf8fc5b59527281e9ddc2e0e04e1127936e17f (diff) |
Merge branch 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-soc
* 'next/cleanup3' of git://git.linaro.org/people/arnd/arm-soc: (79 commits)
ARM: SAMSUNG: Move fimc plat. device from board files to plat-samsung
ARM: SAMSUNG: Cleanup resources by using macro
ARM: SAMSUNG: Cleanup plat-samsung/devs.c and devs.h
ARM: S5P: To merge devs.c files to one devs.c
ARM: S3C64XX: To merge devs.c files to one devs.c
ARM: S3C24XX: To merge s3c24xx devs.c files to one devs.c
ARM: S5P64X0: Add Power Management support
ARM: S5P: Make the sleep code common for S5P series SoCs
ARM: S5P: Make the common S5P PM code conditionally compile
ARM: SAMSUNG: Move S5P header files to plat-samsung
ARM: SAMSUNG: Move S3C24XX header files to plat-samsung
ARM: SAMSUNG: Moving each SoC support header files
ARM: SAMSUNG: Consolidate plat/pll.h
ARM: SAMSUNG: Consolidate plat/pwm-clock.h
ARM: SAMSUNG: Cleanup mach/clkdev.h
ARM: SAMSUNG: remove sdhci default configuration setup platform helper
ARM: EXYNOS4: Add FIMC device on SMDKV310 board
ARM: EXYNOS4: Add header file protection macros
ARM: EXYNOS4: Add usb ehci device to the SMDKV310
ARM: S3C2443: Add hsspi-clock from pclk and rename S3C2443 hsspi sclk
...
Fix up conflicts in
- arch/arm/mach-exynos4/{Kconfig,clock.c}
ARM_CPU_SUSPEND, various random device tables (gah!)
- drivers/gpio/Makefile
sa1100 gpio added, samsung gpio drivers merged
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index fe6b0526b3a6..e17fe2503bba 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -777,9 +777,6 @@ config ARCH_S3C64XX | |||
777 | select SAMSUNG_CLKSRC | 777 | select SAMSUNG_CLKSRC |
778 | select SAMSUNG_IRQ_VIC_TIMER | 778 | select SAMSUNG_IRQ_VIC_TIMER |
779 | select S3C_GPIO_TRACK | 779 | select S3C_GPIO_TRACK |
780 | select S3C_GPIO_PULL_UPDOWN | ||
781 | select S3C_GPIO_CFG_S3C24XX | ||
782 | select S3C_GPIO_CFG_S3C64XX | ||
783 | select S3C_DEV_NAND | 780 | select S3C_DEV_NAND |
784 | select USB_ARCH_HAS_OHCI | 781 | select USB_ARCH_HAS_OHCI |
785 | select SAMSUNG_GPIOLIB_4BIT | 782 | select SAMSUNG_GPIOLIB_4BIT |
@@ -2212,7 +2209,7 @@ menu "Power management options" | |||
2212 | source "kernel/power/Kconfig" | 2209 | source "kernel/power/Kconfig" |
2213 | 2210 | ||
2214 | config ARCH_SUSPEND_POSSIBLE | 2211 | config ARCH_SUSPEND_POSSIBLE |
2215 | depends on !ARCH_S5P64X0 && !ARCH_S5PC100 | 2212 | depends on !ARCH_S5PC100 |
2216 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ | 2213 | depends on CPU_ARM920T || CPU_ARM926T || CPU_SA1100 || \ |
2217 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE | 2214 | CPU_V6 || CPU_V6K || CPU_V7 || CPU_XSC3 || CPU_XSCALE |
2218 | def_bool y | 2215 | def_bool y |