From d82e12858f34770a38dc93136f686ebab0e971ed Mon Sep 17 00:00:00 2001 From: "Ronald G. Minnich" Date: Thu, 20 Aug 2009 18:05:31 +0000 Subject: This goes a surprisingly long way to building the epia-n. It also has important corrections to the Kconfig and Makefile.inc that were there. I would like to go ahead and get this in, because I don't want anyone to continue using what is in the upstream tree as it now exists. I also tested old-style build with this and it did not break anything. Signed-off-by: Ronald G. Minnich Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4559 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/mainboard/via/epia-n/Kconfig | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 src/mainboard/via/epia-n/Kconfig (limited to 'src/mainboard/via/epia-n/Kconfig') diff --git a/src/mainboard/via/epia-n/Kconfig b/src/mainboard/via/epia-n/Kconfig new file mode 100644 index 0000000000..93f9e236ce --- /dev/null +++ b/src/mainboard/via/epia-n/Kconfig @@ -0,0 +1,37 @@ +config BOARD_VIA_EPIA_N + bool "via epia-n" + select ARCH_X86 + select CPU_VIA_C3 + select NORTHBRIDGE_VIA_CN400 + select SOUTHBRIDGE_VIA_VT8237R + select SUPERIO_WINBOND_W83697HF + select PIRQ_TABLE + select USE_PRINTK_IN_CAR + help + VIA Epia-n mainboards + +config MAINBOARD_DIR + string + default via/epia-n + depends on BOARD_VIA_EPIA_N + +#config DCACHE_RAM_BASE +# hex +# default 0xffef0000 +# depends on BOARD_VIA_EPIA_N +# +#config DCACHE_RAM_SIZE +# hex +# default 0x8000 +# depends on BOARD_VIA_EPIA_N + +config MAINBOARD_PART_NUMBER + string + default "EPIA_N" + depends on BOARD_VIA_EPIA_N + +config VIDEO_MB + int + default 32 + depends on BOARD_VIA_EPIA_N + -- cgit v1.2.3