aboutsummaryrefslogtreecommitdiff
path: root/drivers/core
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2021-07-02 12:36:15 -0600
committerTom Rini <trini@konsulko.com>2021-07-28 14:27:54 -0400
commit8b6ee2484cf7eadc2be6e1768f894acd07856b43 (patch)
tree103495f576c47b6ed5bc84325b24cf1a1e2b839a /drivers/core
parenta594b41f86d516cff80b335a0d0b72a2647a7829 (diff)
downloadu-boot-8b6ee2484cf7eadc2be6e1768f894acd07856b43.zip
u-boot-8b6ee2484cf7eadc2be6e1768f894acd07856b43.tar.gz
u-boot-8b6ee2484cf7eadc2be6e1768f894acd07856b43.tar.bz2
Use LIB_UUID with ACPIGEN and FS_BTRFS
Since the ACPI-generation code makes use of UUIDs we typically need to enabled UUID support for it to build. Add a new Kconfig condition. Use it for BTRFS also. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/core')
-rw-r--r--drivers/core/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/core/Kconfig b/drivers/core/Kconfig
index d618e16..9ae188c 100644
--- a/drivers/core/Kconfig
+++ b/drivers/core/Kconfig
@@ -325,6 +325,7 @@ config DM_DEV_READ_INLINE
config ACPIGEN
bool "Support ACPI table generation in driver model"
default y if SANDBOX || (GENERATE_ACPI_TABLE && !QEMU)
+ select LIB_UUID
help
This option enables generation of ACPI tables using driver-model
devices. It adds a new operation struct to each driver, to support