summaryrefslogtreecommitdiff
path: root/src/mainboard/olpc/btest/Kconfig
diff options
context:
space:
mode:
authorPatrick Georgi <patrick.georgi@coresystems.de>2009-10-09 12:32:52 +0000
committerPatrick Georgi <patrick.georgi@coresystems.de>2009-10-09 12:32:52 +0000
commit91ff0df62777a9ec4a399ef899803c05e7caad60 (patch)
tree93bc6c2927195fe3e991172acb3c923d89ec6bec /src/mainboard/olpc/btest/Kconfig
parent748475b800c552236aff16c1beffd55b70791ae6 (diff)
downloadcoreboot-91ff0df62777a9ec4a399ef899803c05e7caad60.tar.xz
More Kconfig-supported boards, and also kconfig support
for amd/socket_AM2R2, amd/socket_939, drivers/ati/ragexl Signed-off-by: Patrick Georgi <patrick.georgi@coresystems.de> Acked-by: Uwe Hermann <uwe@hermann-uwe.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4750 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/mainboard/olpc/btest/Kconfig')
-rw-r--r--src/mainboard/olpc/btest/Kconfig34
1 files changed, 34 insertions, 0 deletions
diff --git a/src/mainboard/olpc/btest/Kconfig b/src/mainboard/olpc/btest/Kconfig
new file mode 100644
index 0000000000..7d12098300
--- /dev/null
+++ b/src/mainboard/olpc/btest/Kconfig
@@ -0,0 +1,34 @@
+config BOARD_OLPC_BTEST
+ bool "B-test"
+ select ARCH_X86
+ select CPU_AMD_GX2
+ select NORTHBRIDGE_AMD_GX2
+ select SOUTHBRIDGE_AMD_CS5536
+ select UDELAY_TSC
+ select TSC_X86RDTSC_CALIBRATE_WITH_TIMER2
+ select HAVE_PIRQ_TABLE
+
+config MAINBOARD_DIR
+ string
+ default olpc/btest
+ depends on BOARD_OLPC_BTEST
+
+config MAINBOARD_PART_NUMBER
+ string
+ default "BTEST"
+ depends on BOARD_OLPC_BTEST
+
+config HAVE_OPTION_TABLE
+ bool
+ default n
+ depends on BOARD_OLPC_BTEST
+
+config IRQ_SLOT_COUNT
+ int
+ default 2
+ depends on BOARD_OLPC_BTEST
+
+config USE_INIT
+ bool
+ default n
+ depends on BOARD_OLPC_BTEST