diff options
author | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-18 15:07:56 +0200 |
---|---|---|
committer | Patrick Georgi <patrick@georgi-clan.de> | 2014-04-26 14:13:58 +0200 |
commit | f33782fb86ec2862a875843c19a923c19b90cd48 (patch) | |
tree | d3ef1a57edcafd31f568831b6ed96daafbd80cdc /src/mainboard | |
parent | 6d51f6b2e8f4633a85d983b5bf8dcfc429df4c6c (diff) |
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@georgi-clan.de>
Reviewed-on: http://review.coreboot.org/5542
Tested-by: build bot (Jenkins)
Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/lippert/hurricane-lx/Kconfig | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/mainboard/lippert/hurricane-lx/Kconfig b/src/mainboard/lippert/hurricane-lx/Kconfig index 64e16318c4..234f2161c2 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 |