aboutsummaryrefslogtreecommitdiff
path: root/lib/Kconfig
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2020-11-05 06:32:18 -0700
committerBin Meng <bmeng.cn@gmail.com>2020-11-06 10:26:32 +0800
commite4f8e543f1a905857a753a1d411997a81f4f52aa (patch)
tree602db8b33b49120a946f296c65d0a105eff863d9 /lib/Kconfig
parent839d66cdb518f5bd28d25b4b9bf3413711826945 (diff)
downloadu-boot-e4f8e543f1a905857a753a1d411997a81f4f52aa.zip
u-boot-e4f8e543f1a905857a753a1d411997a81f4f52aa.tar.gz
u-boot-e4f8e543f1a905857a753a1d411997a81f4f52aa.tar.bz2
smbios: Drop the unused Kconfig options
Now that we can use devicetree to specify this information, drop the old CONFIG options. Signed-off-by: Simon Glass <sjg@chromium.org> Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to 'lib/Kconfig')
-rw-r--r--lib/Kconfig16
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Kconfig b/lib/Kconfig
index fdc35a9..7673d2e 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -661,22 +661,6 @@ config GENERATE_SMBIOS_TABLE
See also SMBIOS_SYSINFO which allows SMBIOS values to be provided in
the devicetree.
-config SMBIOS_MANUFACTURER
- string "SMBIOS Manufacturer"
- depends on GENERATE_SMBIOS_TABLE
- default SYS_VENDOR
- help
- The board manufacturer to store in SMBIOS structures.
- Change this to override the default one (CONFIG_SYS_VENDOR).
-
-config SMBIOS_PRODUCT_NAME
- string "SMBIOS Product Name"
- depends on GENERATE_SMBIOS_TABLE
- default SYS_BOARD
- help
- The product name to store in SMBIOS structures.
- Change this to override the default one (CONFIG_SYS_BOARD).
-
endmenu
config ASN1_COMPILER