diff options
author | Nils Jacobs <njacobs8@hetnet.nl> | 2010-11-05 00:23:11 +0000 |
---|---|---|
committer | Uwe Hermann <uwe@hermann-uwe.de> | 2010-11-05 00:23:11 +0000 |
commit | eca32808cb271f3f11c2fdb29eaf71c7f192e765 (patch) | |
tree | 4fe0f00e4f26d2e09f77754fce89f70f37272486 /src/mainboard/lippert | |
parent | f29b3b68c849ea6cb8124e11d06427ab92bc4451 (diff) | |
download | coreboot-eca32808cb271f3f11c2fdb29eaf71c7f192e765.tar.xz |
Add Kconfig CPU speed selection to Geode GX2 boards.
This is Abuild and boot tested.
Signed-off-by: Nils Jacobs <njacobs8@hetnet.nl>
Acked-by: Uwe Hermann <uwe@hermann-uwe.de>
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@6023 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/lippert')
-rw-r--r-- | src/mainboard/lippert/frontrunner/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mainboard/lippert/frontrunner/Kconfig b/src/mainboard/lippert/frontrunner/Kconfig index 4578732a2f..4e8cee0d18 100644 --- a/src/mainboard/lippert/frontrunner/Kconfig +++ b/src/mainboard/lippert/frontrunner/Kconfig @@ -10,6 +10,7 @@ config BOARD_SPECIFIC_OPTIONS # dummy select UDELAY_TSC select HAVE_PIRQ_TABLE select BOARD_ROMSIZE_KB_256 + select GX2_PROCESSOR_MHZ_366 config MAINBOARD_DIR string |