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:
parent
3356bf0d68
commit
0f38b6b1ba
1 changed files with 7 additions and 0 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue