diff options
author | Jens Rottmann <JRottmann@LiPPERTEmbedded.de> | 2010-09-10 21:51:34 +0000 |
---|---|---|
committer | Myles Watson <mylesgw@gmail.com> | 2010-09-10 21:51:34 +0000 |
commit | 36224b479bff4002df22d3552ffb4e6c90ca1e30 (patch) | |
tree | 4062b54e3e19523e439efbeaf0519277504e02e1 /src/mainboard/lippert/Kconfig | |
parent | 6ea2115ceae9d426f293b029f305e61a01346640 (diff) |
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 <JRottmann@LiPPERTEmbedded.de>
Acked-by: Peter Stuge <peter@stuge.se>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5801 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert/Kconfig')
-rw-r--r-- | src/mainboard/lippert/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
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" |