diff options
author | Tony Prisk <linux@prisktech.co.nz> | 2012-10-10 03:59:32 -0400 |
---|---|---|
committer | Tony Prisk <linux@prisktech.co.nz> | 2012-10-25 23:45:11 -0400 |
commit | 0c464d588b6911ca84851ce4762695201d866c7c (patch) | |
tree | 794563933d34573f72c43609b8cb357c9f11e6c7 /arch/arm/Kconfig | |
parent | ddffeb8c4d0331609ef2581d84de4d763607bd37 (diff) |
arm: vt8500: Convert irq.c for multiplatform integration
This patch converts arch-vt8500/irq.c to MULTI_IRQ_HANDLER and
SPARSE_IRQ. IRQ domain is changed from legacy to linear.
Also, remove legacy code in include/mach/entry-macro.S and
include/mach/irq.h to prepare for multiplatform.
Signed-off-by: Tony Prisk <linux@prisktech.co.nz>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index 73067efd4845..97b40d0f9309 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -951,6 +951,8 @@ config ARCH_VT8500 | |||
951 | select GENERIC_CLOCKEVENTS | 951 | select GENERIC_CLOCKEVENTS |
952 | select GENERIC_GPIO | 952 | select GENERIC_GPIO |
953 | select HAVE_CLK | 953 | select HAVE_CLK |
954 | select MULTI_IRQ_HANDLER | ||
955 | select SPARSE_IRQ | ||
954 | select USE_OF | 956 | select USE_OF |
955 | help | 957 | help |
956 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. | 958 | Support for VIA/WonderMedia VT8500/WM85xx System-on-Chip. |