]> git.dujemihanovic.xyz Git - u-boot.git/commit
Use LIB_UUID with ACPIGEN and FS_BTRFS
authorSimon Glass <sjg@chromium.org>
Fri, 2 Jul 2021 18:36:15 +0000 (12:36 -0600)
committerTom Rini <trini@konsulko.com>
Wed, 28 Jul 2021 18:27:54 +0000 (14:27 -0400)
commit8b6ee2484cf7eadc2be6e1768f894acd07856b43
tree103495f576c47b6ed5bc84325b24cf1a1e2b839a
parenta594b41f86d516cff80b335a0d0b72a2647a7829
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>
drivers/core/Kconfig
fs/btrfs/Kconfig