From 36224b479bff4002df22d3552ffb4e6c90ca1e30 Mon Sep 17 00:00:00 2001 From: Jens Rottmann Date: Fri, 10 Sep 2010 21:51:34 +0000 Subject: Add support for LiPPERT Hurricane-LX (EPIC board with AMD Geode-LX, CS5536, ITE IT8712F). Board support is based on the SpaceRunner-LX (with tiny bits from the RoadRunner-LX) even though the hardware really was the ancestor of our three other -LX boards and in fact among the earliest Geode-LX boards on the market. (Might even have been the first Geode-LX EPIC?) Signed-off-by: Jens Rottmann Acked-by: Peter Stuge git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/lippert/Kconfig | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/mainboard/lippert/Kconfig') diff --git a/src/mainboard/lippert/Kconfig b/src/mainboard/lippert/Kconfig index 58594e5b88..d2b08eb93a 100644 --- a/src/mainboard/lippert/Kconfig +++ b/src/mainboard/lippert/Kconfig @@ -5,6 +5,8 @@ choice config BOARD_LIPPERT_FRONTRUNNER bool "Cool Frontrunner" +config BOARD_LIPPERT_HURRICANE_LX + bool "Hurricane-LX" config BOARD_LIPPERT_LITERUNNER_LX bool "Cool LiteRunner-LX" config BOARD_LIPPERT_ROADRUNNER_LX @@ -15,6 +17,7 @@ config BOARD_LIPPERT_SPACERUNNER_LX endchoice source "src/mainboard/lippert/frontrunner/Kconfig" +source "src/mainboard/lippert/hurricane-lx/Kconfig" source "src/mainboard/lippert/literunner-lx/Kconfig" source "src/mainboard/lippert/roadrunner-lx/Kconfig" source "src/mainboard/lippert/spacerunner-lx/Kconfig" -- cgit v1.2.3