Re: [PATCH v2 4/9] Use LIB_UUID with ACPIGEN and FS_BTRFS

2021-07-28 Thread Tom Rini
On Fri, Jul 02, 2021 at 12:36:15PM -0600, Simon Glass wrote: > 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 Applied to u-boot/master,

[PATCH v2 4/9] Use LIB_UUID with ACPIGEN and FS_BTRFS

2021-07-02 Thread Simon Glass
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 --- (no changes since v1) drivers/core/Kconfig | 1 + fs/btrfs/Kconfig | 1 + 2 files changed, 2