aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard/hp/snb_ivb_laptops/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-01-02 00:07:08 +0100
committerNico Huber <nico.h@gmx.de>2020-01-20 09:00:55 +0000
commit5aee8262d592ed3ca229d0d75690e6a948602b59 (patch)
treec031c847576eae639a56fe5a222943f86c05da11 /src/mainboard/hp/snb_ivb_laptops/Kconfig
parenta3580e59be63e26bc2f0acf7a4c8352ddb583f17 (diff)
mb/hp/8460p: Transform into variant
Tested with BUILD_TIMELESS=1, binary does not change. Change-Id: I17b6ac9ac2433b760e125a1ce708d3b422b632b5 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38092 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/mainboard/hp/snb_ivb_laptops/Kconfig')
-rw-r--r--src/mainboard/hp/snb_ivb_laptops/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig
index f0880c2775..30b83a73c5 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig
@@ -35,11 +35,13 @@ config VARIANT_DIR
string
default "2570p" if BOARD_HP_2570P
default "2760p" if BOARD_HP_2760P
+ default "8460p" if BOARD_HP_8460P
config MAINBOARD_PART_NUMBER
string
default "EliteBook 2570p" if BOARD_HP_2570P
default "EliteBook 2760p" if BOARD_HP_2760P
+ default "EliteBook 8460p" if BOARD_HP_8460P
config DEVICETREE
string
@@ -63,5 +65,6 @@ config USBDEBUG_HCD_INDEX
int
default 2 if BOARD_HP_2570P
default 1 if BOARD_HP_2760P
+ default 1 if BOARD_HP_8460P
endif