|
@@ -233,12 +233,10 @@ config ARCH_WANT_GENERAL_HUGETLB
|
|
def_bool y
|
|
def_bool y
|
|
|
|
|
|
config ZONE_DMA32
|
|
config ZONE_DMA32
|
|
- bool
|
|
|
|
- default X86_64
|
|
|
|
|
|
+ def_bool y if X86_64
|
|
|
|
|
|
config AUDIT_ARCH
|
|
config AUDIT_ARCH
|
|
- bool
|
|
|
|
- default X86_64
|
|
|
|
|
|
+ def_bool y if X86_64
|
|
|
|
|
|
config ARCH_SUPPORTS_OPTIMIZED_INLINING
|
|
config ARCH_SUPPORTS_OPTIMIZED_INLINING
|
|
def_bool y
|
|
def_bool y
|
|
@@ -1115,10 +1113,10 @@ config MICROCODE_OLD_INTERFACE
|
|
depends on MICROCODE
|
|
depends on MICROCODE
|
|
|
|
|
|
config MICROCODE_INTEL_EARLY
|
|
config MICROCODE_INTEL_EARLY
|
|
- def_bool n
|
|
|
|
|
|
+ bool
|
|
|
|
|
|
config MICROCODE_AMD_EARLY
|
|
config MICROCODE_AMD_EARLY
|
|
- def_bool n
|
|
|
|
|
|
+ bool
|
|
|
|
|
|
config MICROCODE_EARLY
|
|
config MICROCODE_EARLY
|
|
bool "Early load microcode"
|
|
bool "Early load microcode"
|