diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 8e1b33c5405f..32e267186035 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -72,6 +72,9 @@ config GENERIC_BUG | |||
72 | config GENERIC_HWEIGHT | 72 | config GENERIC_HWEIGHT |
73 | def_bool y | 73 | def_bool y |
74 | 74 | ||
75 | config GENERIC_GPIO | ||
76 | def_bool n | ||
77 | |||
75 | config ARCH_MAY_HAVE_PC_FDC | 78 | config ARCH_MAY_HAVE_PC_FDC |
76 | def_bool y | 79 | def_bool y |
77 | 80 | ||