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 9410e90130..c1dec85975 100644
--- a/src/mainboard/lenovo/Kconfig
+++ b/src/mainboard/lenovo/Kconfig
@@ -22,6 +22,11 @@ config BOARD_LENOVO_X230
help
Lenovo X230 laptop. Consult wiki for details.
+config BOARD_LENOVO_T520
+ bool "ThinkPad T520"
+ help
+ Lenovo T520 laptop. Consult wiki for details.
+
config BOARD_LENOVO_T530
bool "ThinkPad T530"
help
@@ -40,6 +45,7 @@ endchoice
source "src/mainboard/lenovo/x60/Kconfig"
source "src/mainboard/lenovo/x201/Kconfig"
source "src/mainboard/lenovo/x230/Kconfig"
+source "src/mainboard/lenovo/t520/Kconfig"
source "src/mainboard/lenovo/t530/Kconfig"
source "src/mainboard/lenovo/t60/Kconfig"