提交 8b6ee248 编写于 作者: S Simon Glass 提交者: Tom Rini

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: NSimon Glass <sjg@chromium.org>
上级 a594b41f
......@@ -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
......
config FS_BTRFS
bool "Enable BTRFS filesystem support"
select CRC32C
select LIB_UUID
select LZO
select ZSTD
select RBTREE
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册