diff options
author | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-10-09 12:32:52 +0000 |
---|---|---|
committer | Patrick Georgi <patrick.georgi@coresystems.de> | 2009-10-09 12:32:52 +0000 |
commit | 91ff0df62777a9ec4a399ef899803c05e7caad60 (patch) | |
tree | 93bc6c2927195fe3e991172acb3c923d89ec6bec /src/mainboard/iwill/Kconfig | |
parent | 748475b800c552236aff16c1beffd55b70791ae6 (diff) |
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/iwill/Kconfig')
-rw-r--r-- | src/mainboard/iwill/Kconfig | 11 |
1 files changed, 10 insertions, 1 deletions
diff --git a/src/mainboard/iwill/Kconfig b/src/mainboard/iwill/Kconfig index 792d600548..cfb986f7eb 100644 --- a/src/mainboard/iwill/Kconfig +++ b/src/mainboard/iwill/Kconfig @@ -1 +1,10 @@ -# +choice + prompt "Mainboard model" + depends on VENDOR_IWILL + +source "src/mainboard/iwill/dk8_htx/Kconfig" +source "src/mainboard/iwill/dk8s2/Kconfig" +source "src/mainboard/iwill/dk8x/Kconfig" + +endchoice + |