Felix Singer has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/83013?usp=email )
Change subject: mb/asus/p8x7x-series: Allow configuring if power LED ......................................................................
mb/asus/p8x7x-series: Allow configuring if power LED
Change-Id: I29d0766d396b54120728a5176463aef38a3c8444 Signed-off-by: Felix Singer felixsinger@posteo.net --- M src/mainboard/asus/p8x7x-series/Kconfig 1 file changed, 10 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/13/83013/1
diff --git a/src/mainboard/asus/p8x7x-series/Kconfig b/src/mainboard/asus/p8x7x-series/Kconfig index e278b56..1193d07 100644 --- a/src/mainboard/asus/p8x7x-series/Kconfig +++ b/src/mainboard/asus/p8x7x-series/Kconfig @@ -86,4 +86,14 @@ config CMOS_LAYOUT_FILE default "src/mainboard/$(MAINBOARDDIR)/variants/$(CONFIG_VARIANT_DIR)/cmos.layout"
+config BLINKING_POWER_LED_SUSPEND + bool "Let the power LED blink during suspend" + default y + depends on BOARD_ASUS_P8Z77_M || BOARD_ASUS_P8Z77_M_PRO + +config BLINKING_POWER_LED_SUSPEND_GPIO + int + depends on BLINKING_POWER_LED_SUSPEND + default 27 if BOARD_ASUS_P8Z77_M || BOARD_ASUS_P8Z77_M_PRO + endif