diff options
Diffstat (limited to 'src/drivers/generic/cbfs-uuid/Kconfig')
-rw-r--r-- | src/drivers/generic/cbfs-uuid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/drivers/generic/cbfs-uuid/Kconfig b/src/drivers/generic/cbfs-uuid/Kconfig new file mode 100644 index 0000000000..136c6011b3 --- /dev/null +++ b/src/drivers/generic/cbfs-uuid/Kconfig @@ -0,0 +1,6 @@ +config DRIVERS_GENERIC_CBFS_UUID + bool "System UUID in CBFS" + default n + help + Enable this option to read the SMBIOS system UUID from a + text file located in CBFS. |