aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/lenovo/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'src/mainboard/lenovo/Kconfig')
-rw-r--r--src/mainboard/lenovo/Kconfig6
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"