diff options
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 |