More Kconfig-supported boards, and also kconfig support
authorPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 9 Oct 2009 12:32:52 +0000 (12:32 +0000)
committerPatrick Georgi <patrick.georgi@coresystems.de>
Fri, 9 Oct 2009 12:32:52 +0000 (12:32 +0000)
commit91ff0df62777a9ec4a399ef899803c05e7caad60
tree93bc6c2927195fe3e991172acb3c923d89ec6bec
parent748475b800c552236aff16c1beffd55b70791ae6
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
41 files changed:
src/Kconfig
src/cpu/amd/Kconfig
src/cpu/amd/Makefile.inc
src/cpu/amd/socket_939/Kconfig [new file with mode: 0644]
src/cpu/amd/socket_939/Makefile.inc [new file with mode: 0644]
src/cpu/amd/socket_AM2r2/Kconfig [new file with mode: 0644]
src/cpu/amd/socket_AM2r2/Makefile.inc [new file with mode: 0644]
src/drivers/Makefile.inc
src/drivers/ati/ragexl/Makefile.inc [new file with mode: 0644]
src/mainboard/arima/Kconfig
src/mainboard/arima/hdama/Kconfig [new file with mode: 0644]
src/mainboard/arima/hdama/Makefile.inc [new file with mode: 0644]
src/mainboard/asus/Kconfig
src/mainboard/asus/a8n_e/Kconfig [new file with mode: 0644]
src/mainboard/asus/a8n_e/Makefile.inc [new file with mode: 0644]
src/mainboard/asus/a8v-e_se/Kconfig [new file with mode: 0644]
src/mainboard/asus/a8v-e_se/Makefile.inc [new file with mode: 0644]
src/mainboard/broadcom/Kconfig
src/mainboard/broadcom/blast/Kconfig [new file with mode: 0644]
src/mainboard/broadcom/blast/Makefile.inc [new file with mode: 0644]
src/mainboard/hp/Kconfig
src/mainboard/hp/dl145_g3/Kconfig [new file with mode: 0644]
src/mainboard/hp/dl145_g3/Makefile.inc [new file with mode: 0644]
src/mainboard/ibm/Kconfig
src/mainboard/ibm/e325/Kconfig [new file with mode: 0644]
src/mainboard/ibm/e325/Makefile.inc [new file with mode: 0644]
src/mainboard/ibm/e326/Kconfig [new file with mode: 0644]
src/mainboard/ibm/e326/Makefile.inc [new file with mode: 0644]
src/mainboard/intel/jarrell/Kconfig
src/mainboard/iwill/Kconfig
src/mainboard/iwill/dk8_htx/Kconfig [new file with mode: 0644]
src/mainboard/iwill/dk8_htx/Makefile.inc [new file with mode: 0644]
src/mainboard/iwill/dk8s2/Kconfig [new file with mode: 0644]
src/mainboard/iwill/dk8s2/Makefile.inc [new file with mode: 0644]
src/mainboard/iwill/dk8x/Kconfig [new file with mode: 0644]
src/mainboard/iwill/dk8x/Makefile.inc [new file with mode: 0644]
src/mainboard/olpc/Kconfig
src/mainboard/olpc/btest/Kconfig [new file with mode: 0644]
src/mainboard/olpc/btest/Makefile.inc [new file with mode: 0644]
src/mainboard/olpc/rev_a/Kconfig [new file with mode: 0644]
src/mainboard/olpc/rev_a/Makefile.inc [new file with mode: 0644]