Files
system76-coreboot/src/mainboard/technologic/ts5300/Kconfig
Patrick Georgi 2063197a4f Move all the copies of the romstage.inc rule to
src/arch/i386/Makefile.inc

For that to work, I had to:
- Add a CONFIG_ROMCC variable
- Set that variable on all ROMCC boards
- conditionally choose romcc or gcc rule based on that variable
- remove those two rules from all the boards' Makefiles
- switch a couple of boards to HAVE_OPTION_TABLE, as they actually have.

Also remove the duplication of rules with the sole difference of if
they depend on option_table.h or not.

Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de>
Acked-by: Peter Stuge <peter@stuge.se>


git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5099 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-02-09 12:21:10 +00:00

23 lines
419 B
Plaintext

config BOARD_TECHNOLOGIC_TS5300
bool "TS-5300"
select ARCH_X86
select CPU_AMD_SC520
select ROMCC
select HAVE_PIRQ_TABLE
select BOARD_ROMSIZE_KB_128
config MAINBOARD_DIR
string
default technologic/ts5300
depends on BOARD_TECHNOLOGIC_TS5300
config MAINBOARD_PART_NUMBER
string
default "TS-5300"
depends on BOARD_TECHNOLOGIC_TS5300
config IRQ_SLOT_COUNT
int
default 2
depends on BOARD_TECHNOLOGIC_TS5300