diff options
author | Felix Singer <felixsinger@posteo.net> | 2023-02-14 08:03:02 +0100 |
---|---|---|
committer | Felix Singer <felixsinger@posteo.net> | 2023-02-15 17:30:28 +0000 |
commit | ab0a19c9e6b050dad0aaf02f14c1a461de0ec2a0 (patch) | |
tree | 677e34ad13a2fa0cb582f0c89459090f433785e4 | |
parent | 23b79483554f0a5bbd5e7212a21c8d780a158d3d (diff) |
mb/hp/snb_ivb_laptops: Clean up USBDEBUG_HCD_INDEX setting
Change-Id: Iab21376d1887b0c79ea463885520781d042b040d
Signed-off-by: Felix Singer <felixsinger@posteo.net>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/73035
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
-rw-r--r-- | src/mainboard/hp/snb_ivb_laptops/Kconfig | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig index 4c9612f427..2cdd3c2557 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Kconfig +++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig @@ -132,13 +132,9 @@ config VGA_BIOS_ID config USBDEBUG_HCD_INDEX int - default 1 if BOARD_HP_2560P - default 2 if BOARD_HP_2570P - default 1 if BOARD_HP_2760P - default 1 if BOARD_HP_8460P - default 2 if BOARD_HP_8470P - default 2 if BOARD_HP_8770W default 0 if BOARD_HP_FOLIO_9470M + default 1 if BOARD_HP_2560P || BOARD_HP_2760P || BOARD_HP_8460P + default 2 if BOARD_HP_2570P || BOARD_HP_8470P || BOARD_HP_8770W default 1 if BOARD_HP_PROBOOK_6360B # FIXME: check this default 2 if BOARD_HP_REVOLVE_810_G1 # FIXME: check this |