summaryrefslogtreecommitdiffstats
path: root/drivers
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-03-09 07:21:51 -0500
committerTom Rini <trini@konsulko.com>2021-03-09 07:21:51 -0500
commitb764bf21e60901133fd5eec6a003409c581dd519 (patch)
tree4f3eaab82d8ecfd0627e68cd316cf01bac0b9791 /drivers
parent472c5484bca41a477f8b86a263e559f6e992c7f8 (diff)
parent736ecc643de4b329e2edcb3207edd58bf7ed0d9d (diff)
Merge https://source.denx.de/u-boot/custodians/u-boot-x86
- Various minor fixes for x86
Diffstat (limited to 'drivers')
-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