]> git.dujemihanovic.xyz Git - u-boot.git/commitdiff
x86: Move INTEL_ACPIGEN to arch/x86
authorSimon Glass <sjg@chromium.org>
Tue, 23 Feb 2021 10:35:41 +0000 (05:35 -0500)
committerBin Meng <bmeng.cn@gmail.com>
Tue, 9 Mar 2021 01:42:12 +0000 (09:42 +0800)
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>
arch/x86/Kconfig
drivers/core/Kconfig

index eddf2a774ef456e1261dd92442e611f8c365c781..94081a1e9fca0bc89259ec06a037c0dbb133610d 100644 (file)
@@ -1001,6 +1001,15 @@ config PCIEX_LENGTH_128MB
 config PCIEX_LENGTH_64MB
        bool
 
+config INTEL_ACPIGEN
+       bool "Support ACPI table generation for Intel SoCs"
+       depends on ACPIGEN
+       help
+         This option adds some functions used for programmatic 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 INTEL_GMA_ACPI
        bool "Generate ACPI table for Intel GMA graphics"
        help
index 00554af499589525db19480e255a1208a940442c..1eccac28c622bab9de33418b442facca2ee4b5d2 100644 (file)
@@ -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