xref: /aosp_15_r20/external/coreboot/src/drivers/generic/cbfs-uuid/Kconfig (revision b9411a12aaaa7e1e6a6fb7c5e057f44ee179a49c)
1## SPDX-License-Identifier: GPL-2.0-only
2
3config DRIVERS_GENERIC_CBFS_UUID
4	bool "System UUID in CBFS"
5	default n
6	help
7	  Enable this option to read the SMBIOS system UUID from a
8	  text file located in CBFS.
9