commit | 8b6ee2484cf7eadc2be6e1768f894acd07856b43 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Fri Jul 02 12:36:15 2021 -0600 |
committer | Tom Rini <trini@konsulko.com> | Wed Jul 28 14:27:54 2021 -0400 |
tree | 103495f576c47b6ed5bc84325b24cf1a1e2b839a | |
parent | a594b41f86d516cff80b335a0d0b72a2647a7829 [diff] |
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>