summaryrefslogtreecommitdiff
path: root/src/mainboard/hp/snb_ivb_laptops/Kconfig
diff options
context:
space:
mode:
authorAngel Pons <th3fanbus@gmail.com>2020-01-02 00:09:13 +0100
committerNico Huber <nico.h@gmx.de>2020-01-20 09:01:22 +0000
commite4faf5a209fe38f269f6ebf5292c3f424348949c (patch)
treee0fb578479ae8bf87dcb68f02a33a1431a4dff7e /src/mainboard/hp/snb_ivb_laptops/Kconfig
parent5aee8262d592ed3ca229d0d75690e6a948602b59 (diff)
downloadcoreboot-e4faf5a209fe38f269f6ebf5292c3f424348949c.tar.xz
mb/hp/8470p: Transform into variant
Tested with BUILD_TIMELESS=1, binary does not change. Change-Id: I6dbecb0b4d38ed4af8966f5391fce1f2c9c5d182 Signed-off-by: Angel Pons <th3fanbus@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/38093 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 30b83a73c5..f581b4413f 100644
--- a/src/mainboard/hp/snb_ivb_laptops/Kconfig
+++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig
@@ -36,12 +36,14 @@ config VARIANT_DIR
default "2570p" if BOARD_HP_2570P
default "2760p" if BOARD_HP_2760P
default "8460p" if BOARD_HP_8460P
+ default "8470p" if BOARD_HP_8470P
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
+ default "EliteBook 8470p" if BOARD_HP_8470P
config DEVICETREE
string
@@ -66,5 +68,6 @@ config USBDEBUG_HCD_INDEX
default 2 if BOARD_HP_2570P
default 1 if BOARD_HP_2760P
default 1 if BOARD_HP_8460P
+ default 2 if BOARD_HP_8470P
endif