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>
17 lines
241 B
Text
17 lines
241 B
Text
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
|