From a608295935d237bdbe95eefdba1e3fa40676df31 Mon Sep 17 00:00:00 2001 From: Florian Fainelli Date: Wed, 30 Jan 2008 13:33:35 +0100 Subject: x86: add generic GPIO support to x86 This patch adds the generic GPIO support to the x86 architecture. We do the same as for MIPS, we let the machine override the gpio callbacks and provide defaults one in mach-generic. Signed-off-by: Florian Fainelli Signed-off-by: Ingo Molnar Signed-off-by: Thomas Gleixner --- arch/x86/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'arch/x86') diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8e1b33c5405..32e26718603 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -72,6 +72,9 @@ config GENERIC_BUG config GENERIC_HWEIGHT def_bool y +config GENERIC_GPIO + def_bool n + config ARCH_MAY_HAVE_PC_FDC def_bool y -- cgit v1.2.3-70-g09d2