diff options
author | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-19 21:54:35 +0000 |
---|---|---|
committer | Russell King <rmk+kernel@arm.linux.org.uk> | 2011-12-19 21:54:35 +0000 |
commit | df0bcfe0f811a73077c06f75e440397e89ba58a4 (patch) | |
tree | 0d59d32430f337acda23a18b2e0116a2b9dcd51f /arch/arm/mach-exynos | |
parent | 215e83d971a04f04d191c7f702943412a19408fd (diff) | |
parent | a2075a7aff5f469b91029c14f216dc169d1bd5f3 (diff) | |
download | op-kernel-dev-df0bcfe0f811a73077c06f75e440397e89ba58a4.zip op-kernel-dev-df0bcfe0f811a73077c06f75e440397e89ba58a4.tar.gz |
Merge branch 'arm/common-kconfig-refactor+for-rmk' of git://git.linaro.org/people/dmart/linux-2.6-arm into devel-stable
Diffstat (limited to 'arch/arm/mach-exynos')
-rw-r--r-- | arch/arm/mach-exynos/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig index 724ec0f..e1efbca 100644 --- a/arch/arm/mach-exynos/Kconfig +++ b/arch/arm/mach-exynos/Kconfig @@ -17,6 +17,8 @@ choice config ARCH_EXYNOS4 bool "SAMSUNG EXYNOS4" + select HAVE_SMP + select MIGHT_HAVE_CACHE_L2X0 help Samsung EXYNOS4 SoCs based systems |