X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;ds=sidebyside;f=arch%2Fx86%2FKconfig;h=29d2307fa5653cb88b80416b2b04f41974079e3f;hb=ec8fb48ce98987065493b27422200897cf0909f8;hp=65cbb9cc660da3a4c4b763a610beb8ddc7c3aa1f;hpb=5c60a3abde29844f27c227adda1be088ea80e7dd;p=u-boot diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index 65cbb9cc66..29d2307fa5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig @@ -464,6 +464,22 @@ config GENERATE_SMBIOS_TABLE Check http://www.dmtf.org/standards/smbios for details. +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 MAX_PIRQ_LINKS