summaryrefslogtreecommitdiff
path: root/arch/arm
diff options
context:
space:
mode:
authorJonghwa Lee <jonghwa3.lee@samsung.com>2013-11-01 18:53:09 +0900
committerChanho Park <chanho61.park@samsung.com>2014-03-20 17:42:02 +0900
commitcbb6bccf7c0a38a7b7fd6dda2d17e5d427e88157 (patch)
tree6cfb4b6ed3f2f9c1caf0d5d39f750bffea6aad3f /arch/arm
parent15451c3ac8e4cf43eee9f79861b8953f56e462c6 (diff)
downloadlinux-3.10-cbb6bccf7c0a38a7b7fd6dda2d17e5d427e88157.tar.gz
linux-3.10-cbb6bccf7c0a38a7b7fd6dda2d17e5d427e88157.tar.bz2
linux-3.10-cbb6bccf7c0a38a7b7fd6dda2d17e5d427e88157.zip
Introduce CONFIG_ARCH_HAS_BANDGAP and ARCH_EXYNOS4/5 selects it.
CONFIG_ARCH_HAS_BANDGAP is used for tmu driver in thermal fw. Signed-off-by: Jonghwa Lee <jonghwa3.lee@samsung.com>
Diffstat (limited to 'arch/arm')
-rw-r--r--arch/arm/Kconfig3
-rw-r--r--arch/arm/mach-exynos/Kconfig2
2 files changed, 5 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 18a9f5ef643..27194faee34 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -174,6 +174,9 @@ config ARCH_HAS_CPUFREQ
and that the relevant menu configurations are displayed for
it.
+config ARCH_HAS_BANDGAP
+ bool
+
config GENERIC_HWEIGHT
bool
default y
diff --git a/arch/arm/mach-exynos/Kconfig b/arch/arm/mach-exynos/Kconfig
index 549cb329aa1..3e53ad787be 100644
--- a/arch/arm/mach-exynos/Kconfig
+++ b/arch/arm/mach-exynos/Kconfig
@@ -17,6 +17,7 @@ config ARCH_EXYNOS4
select HAVE_ARM_SCU if SMP
select HAVE_SMP
select MIGHT_HAVE_CACHE_L2X0
+ select ARCH_HAS_BANDGAP
help
Samsung EXYNOS4 SoCs based systems
@@ -24,6 +25,7 @@ config ARCH_EXYNOS5
bool "SAMSUNG EXYNOS5"
select HAVE_ARM_SCU if SMP
select HAVE_SMP
+ select ARCH_HAS_BANDGAP
help
Samsung EXYNOS5 (Cortex-A15) SoC based systems