mb/asus/p8x7x-series: Mark variants using GPIO8 for power LED

All boards in the family have the negative leg of power LED linked
to a PCH GPIO pin, either GPIO 27 or 8.

After examining their boardviews, mark p8h77-v and p8z77-v_lx2
variants through Kconfig as using GPIO8 for power LED.

Change-Id: I4d42cd9ac497a4200ab5c90d09eb4dbab8917b30
Signed-off-by: Keith Hui <buurin@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/82556
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Keith Hui 2024-11-28 15:05:58 -05:00 committed by Martin L Roth
commit 0f38b6b1ba

View file

@ -25,6 +25,7 @@ config BOARD_ASUS_P8H77_V
select BOARD_ROMSIZE_KB_8192
select SUPERIO_NUVOTON_NCT6779D
select USE_NATIVE_RAMINIT
select POWER_LED_USES_GPIO8
config BOARD_ASUS_P8Z77_M_PRO
select BOARD_ASUS_P8X7X_SERIES
@ -39,6 +40,7 @@ config BOARD_ASUS_P8Z77_V_LX2
select REALTEK_8168_RESET
select SUPERIO_NUVOTON_NCT6779D
select USE_NATIVE_RAMINIT
select POWER_LED_USES_GPIO8
config BOARD_ASUS_P8Z77_V
select BOARD_ASUS_P8X7X_SERIES
@ -58,6 +60,11 @@ config BOARD_ASUS_P8Z77_M
if BOARD_ASUS_P8X7X_SERIES
config POWER_LED_USES_GPIO8
bool
help
If power LED doesn't blink when entering S3 suspend, try setting this.
config MAINBOARD_DIR
default "asus/p8x7x-series"