Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/73035 )
Change subject: mb/hp/snb_ivb_laptops: Clean up USBDEBUG_HCD_INDEX setting ......................................................................
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 --- M src/mainboard/hp/snb_ivb_laptops/Kconfig 1 file changed, 15 insertions(+), 6 deletions(-)
Approvals: build bot (Jenkins): Verified Elyes Haouas: Looks good to me, approved
diff --git a/src/mainboard/hp/snb_ivb_laptops/Kconfig b/src/mainboard/hp/snb_ivb_laptops/Kconfig index 4c9612f..2cdd3c2 100644 --- a/src/mainboard/hp/snb_ivb_laptops/Kconfig +++ b/src/mainboard/hp/snb_ivb_laptops/Kconfig @@ -132,13 +132,9 @@
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