[coreboot-gerrit] Patch set updated for coreboot: 0e5a575 lippert/hurricane-lx: Kconfig cleanup

Patrick Georgi (patrick@georgi-clan.de) gerrit at coreboot.org
Fri Apr 18 15:21:24 CEST 2014


Patrick Georgi (patrick at georgi-clan.de) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/5542

-gerrit

commit 0e5a57549ace590245657454929cec0395bb0ef5
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Fri Apr 18 15:07:56 2014 +0200

    lippert/hurricane-lx: Kconfig cleanup
    
    A Kconfig option defined instead of selected that really comes from
    somewhere else.
    
    Change-Id: I8730d12ed053520b794655e943c93583c441f3f1
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 src/mainboard/lippert/hurricane-lx/Kconfig | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/src/mainboard/lippert/hurricane-lx/Kconfig b/src/mainboard/lippert/hurricane-lx/Kconfig
index 64e1631..234f216 100644
--- a/src/mainboard/lippert/hurricane-lx/Kconfig
+++ b/src/mainboard/lippert/hurricane-lx/Kconfig
@@ -15,6 +15,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy
 	select BOARD_ROMSIZE_KB_512
 	select PLL_MANUAL_CONFIG
 	select CORE_GLIU_500_333
+	select POWER_BUTTON_FORCE_ENABLE if !BOARD_OLD_REVISION
 
 config MAINBOARD_DIR
 	string
@@ -42,9 +43,6 @@ config BOARD_OLD_REVISION
 	  jumper has been removed.  New revision boards are not restricted
 	  in this way, and always have the power button enabled.
 
-config POWER_BUTTON_FORCE_ENABLE
-	def_bool y if !BOARD_OLD_REVISION
-
 config ONBOARD_UARTS_RS485
 	bool "Switch on-board serial ports to RS485"
 	default n



More information about the coreboot-gerrit mailing list