aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/t400
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/t400')
-rw-r--r--src/mainboard/lenovo/t400/Kconfig12
-rw-r--r--src/mainboard/lenovo/t400/Kconfig.name9
2 files changed, 15 insertions, 6 deletions
diff --git a/src/mainboard/lenovo/t400/Kconfig b/src/mainboard/lenovo/t400/Kconfig
index bea87372e8..96f4188f05 100644
--- a/src/mainboard/lenovo/t400/Kconfig
+++ b/src/mainboard/lenovo/t400/Kconfig
@@ -1,4 +1,5 @@
-if BOARD_LENOVO_T400 || BOARD_LENOVO_T500 || BOARD_LENOVO_R400 || BOARD_LENOVO_W500
+if BOARD_LENOVO_T400 || BOARD_LENOVO_T500 || BOARD_LENOVO_R400 \
+ || BOARD_LENOVO_W500
config BOARD_SPECIFIC_OPTIONS # dummy
def_bool y
@@ -28,13 +29,12 @@ config MAINBOARD_DIR
string
default lenovo/t400
-if BOARD_LENOVO_T400
-
config MAINBOARD_PART_NUMBER
string
- default "ThinkPad T400"
-
-endif
+ default "ThinkPad T400" if BOARD_LENOVO_T400
+ default "ThinkPad T500" if BOARD_LENOVO_T500
+ default "ThinkPad R400" if BOARD_LENOVO_R400
+ default "ThinkPad W500" if BOARD_LENOVO_W500
config USBDEBUG_HCD_INDEX
int
diff --git a/src/mainboard/lenovo/t400/Kconfig.name b/src/mainboard/lenovo/t400/Kconfig.name
index 56a575e317..d459ce9236 100644
--- a/src/mainboard/lenovo/t400/Kconfig.name
+++ b/src/mainboard/lenovo/t400/Kconfig.name
@@ -1,2 +1,11 @@
config BOARD_LENOVO_T400
bool "ThinkPad T400"
+
+config BOARD_LENOVO_T500
+ bool "ThinkPad T500"
+
+config BOARD_LENOVO_R400
+ bool "ThinkPad R400"
+
+config BOARD_LENOVO_W500
+ bool "ThinkPad W500"