diff options
Diffstat (limited to 'arch/x86/Kconfig')
-rw-r--r-- | arch/x86/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index d5ed94d30aad..b46b75bef496 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 | ||
2141 | config KEYS_COMPAT | ||
2142 | bool | ||
2143 | depends on COMPAT && KEYS | ||
2144 | default y | ||
2145 | |||
2141 | endmenu | 2146 | endmenu |
2142 | 2147 | ||
2143 | 2148 | ||