diff options
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/Kconfig | 2 | ||||
| -rw-r--r-- | arch/x86/Kconfig | 9 | 
2 files changed, 2 insertions, 9 deletions
| diff --git a/arch/Kconfig b/arch/Kconfig index 343db9e7cc2..b5aa83de9bd 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -152,6 +152,7 @@ config SANDBOX  	select SYS_CACHE_SHIFT_4  	select IRQ  	select SUPPORT_EXTENSION_SCAN +	select SUPPORT_ACPI  	imply BITREVERSE  	select BLOBLIST  	imply LTO @@ -217,6 +218,7 @@ config X86  	select HAVE_PRIVATE_LIBGCC  	select OF_CONTROL  	select PCI +	select SUPPORT_ACPI  	select SUPPORT_OF_CONTROL  	select SYS_CACHE_SHIFT_6  	select TIMER diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index b8d8ee30838..7cbfd6c9720 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -770,15 +770,6 @@ config GENERATE_MP_TABLE  	  multiprocessing as well as symmetric I/O interrupt handling with  	  the local APIC and I/O APIC. -config GENERATE_ACPI_TABLE -	bool "Generate an ACPI (Advanced Configuration and Power Interface) table" -	select QFW if QEMU -	help -	  The Advanced Configuration and Power Interface (ACPI) specification -	  provides an open standard for device configuration and management -	  by the operating system. It defines platform-independent interfaces -	  for configuration and power management monitoring. -  config ACPI_GNVS_EXTERNAL  	bool  	help | 
