diff options
author | Tomasz Figa <t.figa@samsung.com> | 2013-06-14 20:28:55 -0400 |
---|---|---|
committer | Kukjin Kim <kgene.kim@samsung.com> | 2013-06-18 12:30:30 -0400 |
commit | 6e726ea4f50e7fea5844a2a0fee29d6d3d2e8bdf (patch) | |
tree | 82f507452c8cbf0475d347d6d0705a5bff8b9dd0 /arch/arm/Kconfig | |
parent | 07fbe13debe71881581bafb552554a5ddf307cd0 (diff) |
ARM: EXYNOS: Select SPARSE_IRQ for Exynos
This patch adds selection of CONFIG_SPARSE_IRQ for ARCH_EXYNOS, since it
is required by multiplatform and allows to remove the legacy mach/irqs.h
header.
To make this possible, a dummy IRQ_EINT_BIT macro is added to pm-core.h
header to allow plat-samsung/pm.c compile. This macro is irrelevant for
Exynos and will be removed after reworking Samsung pm code for
multiplatform compatibility.
Signed-off-by: Tomasz Figa <t.figa@samsung.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kukjin Kim <kgene.kim@samsung.com>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 17a2d6a65728..14f6e1138e88 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -807,6 +807,7 @@ config ARCH_EXYNOS | |||
807 | select HAVE_S3C2410_WATCHDOG if WATCHDOG | 807 | select HAVE_S3C2410_WATCHDOG if WATCHDOG |
808 | select HAVE_S3C_RTC if RTC_CLASS | 808 | select HAVE_S3C_RTC if RTC_CLASS |
809 | select NEED_MACH_MEMORY_H | 809 | select NEED_MACH_MEMORY_H |
810 | select SPARSE_IRQ | ||
810 | select USE_OF | 811 | select USE_OF |
811 | help | 812 | help |
812 | Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) | 813 | Support for SAMSUNG's EXYNOS SoCs (EXYNOS4/5) |