asus/kfsn4-dre/Kconfig: Enable power on after power fail by default
Change-Id: I655843c78d31cc69a007ddaf9b51cde063c48c79 Signed-off-by: Timothy Pearson <tpearson@raptorengineeringinc.com> Reviewed-on: http://review.coreboot.org/8299 Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Tested-by: build bot (Jenkins) Reviewed-by: Alexandru Gagniuc <mr.nuke.me@gmail.com>
This commit is contained in:
parent
5fc32bf5e6
commit
20c2c4b277
|
@ -105,4 +105,8 @@ config AMDMCT_BACKGROUND_SCRUB_RATE
|
||||||
hex
|
hex
|
||||||
default 0x06
|
default 0x06
|
||||||
|
|
||||||
|
config MAINBOARD_POWER_ON_AFTER_POWER_FAIL
|
||||||
|
bool
|
||||||
|
default y
|
||||||
|
|
||||||
endif # BOARD_ASUS_KFSN4_DRE
|
endif # BOARD_ASUS_KFSN4_DRE
|
||||||
|
|
Loading…
Reference in New Issue