diff options
Diffstat (limited to 'arch/x86')
-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 f8958b01b975..fe6a5f8c9568 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -2130,6 +2130,11 @@ config SYSVIPC_COMPAT | |||
2130 | def_bool y | 2130 | def_bool y |
2131 | depends on COMPAT && SYSVIPC | 2131 | depends on COMPAT && SYSVIPC |
2132 | 2132 | ||
2133 | config KEYS_COMPAT | ||
2134 | bool | ||
2135 | depends on COMPAT && KEYS | ||
2136 | default y | ||
2137 | |||
2133 | endmenu | 2138 | endmenu |
2134 | 2139 | ||
2135 | 2140 | ||