summaryrefslogtreecommitdiff
path: root/src/mainboard/Kconfig
diff options
context:
space:
mode:
authorJens Rottmann <JRottmann@LiPPERTembedded.de>2013-04-09 09:57:27 +0200
committerRonald G. Minnich <rminnich@gmail.com>2013-04-09 23:56:14 +0200
commit4026b034f1d4b8b6e7628c66b4bb8e7ba15082e7 (patch)
tree010c9fb06bdd1420457ada570463da8fb89b0679 /src/mainboard/Kconfig
parentf4a0d019fa07a0d867a23b36673ff300cdefce6c (diff)
downloadcoreboot-4026b034f1d4b8b6e7628c66b4bb8e7ba15082e7.tar.xz
FrontRunner/Toucan-AF: boards will be renamed to fit ADLINK scheme
Originally developed by LiPPERT and after the acquisition marketed as 'LiPPERT by ADLINK', the plan is now to streamline both boards into the ADLINK naming scheme. But AFAIK a few have already been sold and as of this writing the website still advertises the old names. And in any case the veteran LX products will continue to be sold by ADLINK under their original names. So create CONFIG_VENDOR_ADLINK, currently only telling users to look under LiPPERT (however any future boards will be added here). Further add an explanation to CONFIG_VENDOR_LIPPERT, and in the Mainboard model selection show both names. Change-Id: Iaafa88533ef4cce33243293c3d55754e7e93d003 Signed-off-by: Jens Rottmann <JRottmann@LiPPERTembedded.de> Reviewed-on: http://review.coreboot.org/3046 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Ronald G. Minnich <rminnich@gmail.com>
Diffstat (limited to 'src/mainboard/Kconfig')
-rw-r--r--src/mainboard/Kconfig7
1 files changed, 5 insertions, 2 deletions
diff --git a/src/mainboard/Kconfig b/src/mainboard/Kconfig
index 66168ea0c2..3ca21ffdd5 100644
--- a/src/mainboard/Kconfig
+++ b/src/mainboard/Kconfig
@@ -8,8 +8,10 @@ config VENDOR_AAEON
bool "Aaeon"
config VENDOR_ABIT
bool "Abit"
+config VENDOR_ADLINK
+ bool "ADLINK"
config VENDOR_ADVANSUS
- bool "Advansus"
+ bool "Advansus"
config VENDOR_ADVANTECH
bool "Advantech"
config VENDOR_AMD
@@ -83,7 +85,7 @@ config VENDOR_LANNER
config VENDOR_LENOVO
bool "Lenovo"
config VENDOR_LIPPERT
- bool "Lippert"
+ bool "LiPPERT"
config VENDOR_MITAC
bool "Mitac"
config VENDOR_MSI
@@ -136,6 +138,7 @@ endchoice
source "src/mainboard/a-trend/Kconfig"
source "src/mainboard/aaeon/Kconfig"
source "src/mainboard/abit/Kconfig"
+source "src/mainboard/adlink/Kconfig"
source "src/mainboard/advansus/Kconfig"
source "src/mainboard/advantech/Kconfig"
source "src/mainboard/amd/Kconfig"