[coreboot-gerrit] New patch to review for coreboot: fdd1713 mainboard/asus/kfsn4-dre/Kconfig: Enable power on after power fail by default

Timothy Pearson (tpearson@raptorengineeringinc.com) gerrit at coreboot.org
Wed Jan 28 22:35:04 CET 2015


Timothy Pearson (tpearson at raptorengineeringinc.com) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8299

-gerrit

commit fdd171320b5fa2aaa5e821450e954a928e56cef7
Author: Timothy Pearson <tpearson at raptorengineeringinc.com>
Date:   Wed Jan 28 15:34:29 2015 -0600

    mainboard/asus/kfsn4-dre/Kconfig: Enable power on after power fail by default
    
    Change-Id: I655843c78d31cc69a007ddaf9b51cde063c48c79
    Signed-off-by: Timothy Pearson <tpearson at raptorengineeringinc.com>
---
 src/mainboard/asus/kfsn4-dre/Kconfig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/src/mainboard/asus/kfsn4-dre/Kconfig b/src/mainboard/asus/kfsn4-dre/Kconfig
index 07e01fd..245fecf 100644
--- a/src/mainboard/asus/kfsn4-dre/Kconfig
+++ b/src/mainboard/asus/kfsn4-dre/Kconfig
@@ -105,4 +105,8 @@ config AMDMCT_BACKGROUND_SCRUB_RATE
 	hex
 	default 0x06
 
+config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
+	bool
+	default y
+
 endif # BOARD_ASUS_KFSN4_DRE



More information about the coreboot-gerrit mailing list