summaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-02-23 13:35:41 +0300
committerBin Meng <bmeng.cn@gmail.com>2021-03-09 04:42:12 +0300
commit049c4dc677aa679593e1b2e9f0aa2452843dad5e (patch)
treee1a059a8ee696f30051b7a84174bcee02eb15068 /drivers/core
parent0b823e16b6b9443200faf9a51943642b3937ea99 (diff)
downloadu-boot-049c4dc677aa679593e1b2e9f0aa2452843dad5e.tar.xz
x86: Move INTEL_ACPIGEN to arch/x86
This option is better placed in the x86 code since it is not generic enough to be in the core code. Move it. Reported-by: Heinrich Schuchardt <xypron.glpk@gmx.de> Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com> [bmeng: fixed a typo in arch/x86/Kconfig] Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/Kconfig9
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index 00554af499..1eccac28c6 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -329,15 +329,6 @@ config ACPIGEN
things like generating device-specific tables and returning the ACPI
name of a device.
-config INTEL_ACPIGEN
- bool "Support ACPI table generation for Intel SoCs"
- depends on ACPIGEN
- help
- This option adds some functions used for programatic generation of
- ACPI tables on Intel SoCs. This provides features for writing CPU
- information such as P states and T stages. Also included is a way
- to create a GNVS table and set it up.
-
config BOUNCE_BUFFER
bool "Include bounce buffer API"
help