diff options
author | Simon Glass | 2020-11-05 06:32:18 -0700 |
---|---|---|
committer | Bin Meng | 2020-11-06 10:26:32 +0800 |
commit | e4f8e543f1a905857a753a1d411997a81f4f52aa (patch) | |
tree | 602db8b33b49120a946f296c65d0a105eff863d9 /lib/Kconfig | |
parent | 839d66cdb518f5bd28d25b4b9bf3413711826945 (diff) |
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/Kconfig | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/lib/Kconfig b/lib/Kconfig index fdc35a92322..7673d2e4e04 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 |