diff options
Diffstat (limited to 'arch/x86')
-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 4d350b5cbc71..3b6ff3b4ad20 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig | |||
@@ -142,6 +142,9 @@ config AUDIT_ARCH | |||
142 | config ARCH_SUPPORTS_AOUT | 142 | config ARCH_SUPPORTS_AOUT |
143 | def_bool y | 143 | def_bool y |
144 | 144 | ||
145 | config ARCH_SUPPORTS_OPTIMIZED_INLINING | ||
146 | def_bool y | ||
147 | |||
145 | # Use the generic interrupt handling code in kernel/irq/: | 148 | # Use the generic interrupt handling code in kernel/irq/: |
146 | config GENERIC_HARDIRQS | 149 | config GENERIC_HARDIRQS |
147 | bool | 150 | bool |