m5a99x-evo: replace name
[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_A8V_E_DELUXE
29         bool "A8V-E Deluxe"
30 config BOARD_ASUS_K8V_X
31         bool "K8V-X"
32 config BOARD_ASUS_M2N_E
33         bool "M2N-E"
34 config BOARD_ASUS_M2V
35         bool "M2V"
36 config BOARD_ASUS_M2V_MX_SE
37         bool "M2V-MX SE"
38 config BOARD_ASUS_M4A785M
39         bool "M4A785-M"
40 config BOARD_ASUS_M4A785TM
41         bool "M4A785T-M"
42 config BOARD_ASUS_M4A78_EM
43         bool "M4A78-EM"
44 config BOARD_ASUS_M5A88_V
45         bool "M5A88-V"
46 config BOARD_ASUS_M5A99X_EVO
47         bool "M5A99X-EVO"
48 config BOARD_ASUS_MEW_AM
49         bool "MEW-AM"
50 config BOARD_ASUS_MEW_VM
51         bool "MEW-VM"
52 config BOARD_ASUS_P2B
53         bool "P2B"
54 config BOARD_ASUS_P2B_D
55         bool "P2B-D"
56 config BOARD_ASUS_P2B_DS
57         bool "P2B-DS"
58 config BOARD_ASUS_P2B_F
59         bool "P2B-F"
60 config BOARD_ASUS_P2B_LS
61         bool "P2B-LS"
62 config BOARD_ASUS_P3B_F
63         bool "P3B-F"
64
65 endchoice
66
67 source "src/mainboard/asus/a8n_e/Kconfig"
68 source "src/mainboard/asus/a8v-e_se/Kconfig"
69 source "src/mainboard/asus/a8v-e_deluxe/Kconfig"
70 source "src/mainboard/asus/k8v-x/Kconfig"
71 source "src/mainboard/asus/m2n-e/Kconfig"
72 source "src/mainboard/asus/m2v/Kconfig"
73 source "src/mainboard/asus/m2v-mx_se/Kconfig"
74 source "src/mainboard/asus/m4a785-m/Kconfig"
75 source "src/mainboard/asus/m4a785t-m/Kconfig"
76 source "src/mainboard/asus/m4a78-em/Kconfig"
77 source "src/mainboard/asus/m5a88-v/Kconfig"
78 source "src/mainboard/asus/m5a99x-evo/Kconfig"
79 source "src/mainboard/asus/mew-am/Kconfig"
80 source "src/mainboard/asus/mew-vm/Kconfig"
81 source "src/mainboard/asus/p2b/Kconfig"
82 source "src/mainboard/asus/p2b-d/Kconfig"
83 source "src/mainboard/asus/p2b-ds/Kconfig"
84 source "src/mainboard/asus/p2b-f/Kconfig"
85 source "src/mainboard/asus/p2b-ls/Kconfig"
86 source "src/mainboard/asus/p3b-f/Kconfig"
87
88 config MAINBOARD_VENDOR
89         string
90         default "ASUS"
91
92 endif # VENDOR_ASUS