commit | 335fe5110f97a2afc0e01770f312424b66f58295 | [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 | 56d59a6a3dbce3e586580f01dd563d6c8abab3f8 [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>