diff options
author | Mark Norman <mpnorman@gmail.com> | 2011-06-14 22:20:37 +0930 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2011-06-29 18:32:59 +0200 |
commit | 0d21cd36b781076409d370935faf6081d970f644 (patch) | |
tree | 48ad28656f837ee2c7cbf63d33b1622f41ab3d2a /src/mainboard/aaeon/Kconfig | |
parent | 811787abd5ec0c944a77ad1dda8817c95948b0c4 (diff) | |
download | coreboot-0d21cd36b781076409d370935faf6081d970f644.tar.xz |
Added support for Aaeon PFM-540I RevB PC104 SBC
The Aaeon PFM-540I RevB SBC is a PC104 SBC using a AMD Geode LX800 CPU.
More infomation about the board available at www.aaeon.com.
Change-Id: Ia8a3caacdc9ff1820a6c0a13a9a7ee758b929dfd
Signed-off-by: Mark Norman <mpnorman@gmail.com>
Reviewed-on: http://review.coreboot.org/30
Tested-by: build bot (Jenkins)
Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'src/mainboard/aaeon/Kconfig')
-rw-r--r-- | src/mainboard/aaeon/Kconfig | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/src/mainboard/aaeon/Kconfig b/src/mainboard/aaeon/Kconfig new file mode 100644 index 0000000000..d335938a3e --- /dev/null +++ b/src/mainboard/aaeon/Kconfig @@ -0,0 +1,17 @@ +if VENDOR_AAEON + +choice + prompt "Mainboard model" + +config BOARD_AAEON_PFM_540I_REVB + bool "PFM-540I_REVB" + +endchoice + +source "src/mainboard/aaeon/pfm-540i_revb/Kconfig" + +config MAINBOARD_VENDOR + string + default "Aaeon" + +endif # VENDOR_AAEON |