aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r--arch/x86/Kconfig5
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig
index d5ed94d30aa..b46b75bef49 100644
--- a/arch/x86/Kconfig
+++ b/arch/x86/Kconfig
@@ -2138,6 +2138,11 @@ config SYSVIPC_COMPAT
2138 def_bool y 2138 def_bool y
2139 depends on COMPAT && SYSVIPC 2139 depends on COMPAT && SYSVIPC
2140 2140
2141config KEYS_COMPAT
2142 bool
2143 depends on COMPAT && KEYS
2144 default y
2145
2141endmenu 2146endmenu
2142 2147
2143 2148