summaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/x230
diff options
context:
space:
mode:
authorPeter Lemenkov <lemenkov@gmail.com>2020-01-20 15:13:09 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-03-06 08:03:50 +0000
commit8e6fde0157b15b49131224a457a948f5a246f4d2 (patch)
tree03c6f58483a1f05aac62b3980a807cfe255b7f5a /src/mainboard/lenovo/x230
parent0c526386f445de72c7790ea9aef041c90ee14ff9 (diff)
downloadcoreboot-8e6fde0157b15b49131224a457a948f5a246f4d2.tar.xz
mb/lenovo/x230: List Lenovo X230t convertible/tablet as variant
Lenovo ThinkPad X230t Convertible Laptop works well with X230 default image (see CB:34361). Change-Id: Ib0a73fd551f0d26c789d3fd13541b2d1571742cb Signed-off-by: Peter Lemenkov <lemenkov@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38482 Reviewed-by: Angel Pons <th3fanbus@gmail.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/lenovo/x230')
-rw-r--r--src/mainboard/lenovo/x230/Kconfig7
-rw-r--r--src/mainboard/lenovo/x230/Kconfig.name3
2 files changed, 7 insertions, 3 deletions
diff --git a/src/mainboard/lenovo/x230/Kconfig b/src/mainboard/lenovo/x230/Kconfig
index bf70950532..73dfdf6a10 100644
--- a/src/mainboard/lenovo/x230/Kconfig
+++ b/src/mainboard/lenovo/x230/Kconfig
@@ -1,4 +1,4 @@
-if BOARD_LENOVO_X230
+if BOARD_LENOVO_X230 || BOARD_LENOVO_X230T
config BOARD_SPECIFIC_OPTIONS
def_bool y
@@ -52,7 +52,8 @@ config MAINBOARD_DIR
config MAINBOARD_PART_NUMBER
string
- default "ThinkPad X230"
+ default "ThinkPad X230" if BOARD_LENOVO_X230
+ default "ThinkPad X230t" if BOARD_LENOVO_X230T
config MAX_CPUS
int
@@ -74,4 +75,4 @@ config VGA_BIOS_ID
string
default "8086,0166"
-endif # BOARD_LENOVO_X230
+endif # BOARD_LENOVO_X230 || BOARD_LENOVO_X230T
diff --git a/src/mainboard/lenovo/x230/Kconfig.name b/src/mainboard/lenovo/x230/Kconfig.name
index d20765388b..10fdc2ed11 100644
--- a/src/mainboard/lenovo/x230/Kconfig.name
+++ b/src/mainboard/lenovo/x230/Kconfig.name
@@ -1,2 +1,5 @@
config BOARD_LENOVO_X230
bool "ThinkPad X230"
+
+config BOARD_LENOVO_X230T
+ bool "ThinkPad X230t"