Restructured all vendors' Kconfig files to no longer source the boards'
[coreboot.git] / src / mainboard / asus / Kconfig
1 ##
2 ## This file is part of the coreboot project.
3 ##
4 ## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5 ##
6 ## This program is free software; you can redistribute it and/or modify
7 ## it under the terms of the GNU General Public License as published by
8 ## the Free Software Foundation; version 2 of the License.
9 ##
10 ## This program is distributed in the hope that it will be useful,
11 ## but WITHOUT ANY WARRANTY; without even the implied warranty of
12 ## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
13 ## GNU General Public License for more details.
14 ##
15 ## You should have received a copy of the GNU General Public License
16 ## along with this program; if not, write to the Free Software
17 ## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301 USA
18 ##
19 if VENDOR_ASUS
20
21 choice
22         prompt "Mainboard model"
23
24 config BOARD_ASUS_A8N_E
25         bool "A8N-E"
26 config BOARD_ASUS_A8V_E_SE
27         bool "A8V-E SE"
28 config BOARD_ASUS_M2V_MX_SE
29         bool "M2V-MX SE"
30 config BOARD_ASUS_MEW_AM
31         bool "MEW-AM"
32 config BOARD_ASUS_MEW_VM
33         bool "MEW-VM"
34 config BOARD_ASUS_P2B
35         bool "P2B"
36 config BOARD_ASUS_P2B_D
37         bool "P2B-D"
38 config BOARD_ASUS_P2B_DS
39         bool "P2B-DS"
40 config BOARD_ASUS_P2B_F
41         bool "P2B-F"
42 config BOARD_ASUS_P2B_LS
43         bool "P2B-LS"
44 config BOARD_ASUS_P3B_F
45         bool "P3B-F"
46
47 endchoice
48
49 source "src/mainboard/asus/a8n_e/Kconfig"
50 source "src/mainboard/asus/a8v-e_se/Kconfig"
51 source "src/mainboard/asus/m2v-mx_se/Kconfig"
52 source "src/mainboard/asus/mew-am/Kconfig"
53 source "src/mainboard/asus/mew-vm/Kconfig"
54 source "src/mainboard/asus/p2b/Kconfig"
55 source "src/mainboard/asus/p2b-d/Kconfig"
56 source "src/mainboard/asus/p2b-ds/Kconfig"
57 source "src/mainboard/asus/p2b-f/Kconfig"
58 source "src/mainboard/asus/p2b-ls/Kconfig"
59 source "src/mainboard/asus/p3b-f/Kconfig"
60
61 config MAINBOARD_VENDOR
62         string
63         default "ASUS"
64
65 endif # VENDOR_ASUS