diff options
author | Nicolas Reinecke <nr@das-labor.org> | 2015-01-31 19:20:50 +0100 |
---|---|---|
committer | Alexandru Gagniuc <mr.nuke.me@gmail.com> | 2015-02-08 09:26:46 +0100 |
commit | 29d358e6a1773205fb225f380e1a1d052912abfe (patch) | |
tree | 7844f6b30120f1b7c08b7e962343b8d367e23450 /src/mainboard/lenovo/Kconfig | |
parent | b5669ba57937f48ffe201395c3e3b1527c14d1fa (diff) | |
download | coreboot-29d358e6a1773205fb225f380e1a1d052912abfe.tar.xz |
lenovo/t430s: Add new port.
The port is based on the x230 / t530.
Tested - is in active use.
Change-Id: Ic5ccfe70343e8aef3465690edce9cdebf153a44d
Signed-off-by: Nicolas Reinecke <nr@das-labor.org>
Reviewed-on: http://review.coreboot.org/8359
Tested-by: build bot (Jenkins)
Reviewed-by: Philipp Deppenwiese <zaolin@das-labor.org>
Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
Diffstat (limited to 'src/mainboard/lenovo/Kconfig')
-rw-r--r-- | src/mainboard/lenovo/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/mainboard/lenovo/Kconfig b/src/mainboard/lenovo/Kconfig index 30b1d36ff2..95f7cfdfc5 100644 --- a/src/mainboard/lenovo/Kconfig +++ b/src/mainboard/lenovo/Kconfig @@ -37,6 +37,11 @@ config BOARD_LENOVO_T420S help Lenovo T420s laptop. Consult wiki for details. +config BOARD_LENOVO_T430S + bool "ThinkPad T430s" + help + Lenovo T430s laptop. Consult wiki for details. + config BOARD_LENOVO_T520 bool "ThinkPad T520" help @@ -68,6 +73,7 @@ source "src/mainboard/lenovo/x201/Kconfig" source "src/mainboard/lenovo/x220/Kconfig" source "src/mainboard/lenovo/x230/Kconfig" source "src/mainboard/lenovo/t420s/Kconfig" +source "src/mainboard/lenovo/t430s/Kconfig" source "src/mainboard/lenovo/t520/Kconfig" source "src/mainboard/lenovo/t530/Kconfig" source "src/mainboard/lenovo/t60/Kconfig" |