From 146f7ec553fae1e7655cde17802d23b0c6e14a27 Mon Sep 17 00:00:00 2001
From: Lars-Peter Clausen <lars@metafoo.de>
Date: Wed, 29 Dec 2010 02:43:10 +0100
Subject: [PATCH 20/69] ARM: s3c2440: GTA02: Select SPARSE_IRQ

With the conversion of the pcf50633 driver to genirq we need some extra irqs.

Signed-off-by: Lars-Peter Clausen <lars@metafoo.de>
---
 arch/arm/mach-s3c2440/Kconfig |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/arch/arm/mach-s3c2440/Kconfig b/arch/arm/mach-s3c2440/Kconfig
index b6670ff..034c1cb 100644
--- a/arch/arm/mach-s3c2440/Kconfig
+++ b/arch/arm/mach-s3c2440/Kconfig
@@ -101,6 +101,7 @@ config MACH_NEO1973_GTA02
 	select MACH_NEO1973
 	select S3C2410_PWM
 	select S3C_DEV_USB_HOST
+	select SPARSE_IRQ
 	help
 	   Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
 
-- 
1.7.2.5

