Use subsystem id from devicetree.cb instead of Kconfig and move
[coreboot.git] / src / mainboard / tyan / 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_TYAN
20
21 choice
22         prompt "Mainboard model"
23
24 config BOARD_TYAN_S1846
25         bool "S1846 (Tsunami ATX)"
26 config BOARD_TYAN_S2735
27         bool "S2735 (Tiger i7501R)"
28 config BOARD_TYAN_S2850
29         bool "S2850 (Tomcat K8S)"
30 config BOARD_TYAN_S2875
31         bool "S2875 (Tiger K8W)"
32 config BOARD_TYAN_S2880
33         bool "S2880 (Thunder K8S)"
34 config BOARD_TYAN_S2881
35         bool "S2881 (Thunder K8SR)"
36 config BOARD_TYAN_S2882
37         bool "S2882 (Thunder K8S Pro)"
38 config BOARD_TYAN_S2885
39         bool "S2885 (Thunder K8W)"
40 config BOARD_TYAN_S2891
41         bool "S2891 (Thunder K8SRE)"
42 config BOARD_TYAN_S2892
43         bool "S2892 (Thunder K8SE)"
44 config BOARD_TYAN_S2895
45         bool "S2895 (Thunder K8WE)"
46 config BOARD_TYAN_S2912
47         bool "S2912 (Thunder n3600R)"
48 config BOARD_TYAN_S2912_FAM10
49         bool "S2912 Fam10 (Thunder n3600R)"
50 config BOARD_TYAN_S4880
51         bool "S4880 (Thunder K8QS)"
52 config BOARD_TYAN_S4882
53         bool "S4882 (Thunder K8QS Pro)"
54
55 endchoice
56
57 source "src/mainboard/tyan/s1846/Kconfig"
58 source "src/mainboard/tyan/s2735/Kconfig"
59 source "src/mainboard/tyan/s2850/Kconfig"
60 source "src/mainboard/tyan/s2875/Kconfig"
61 source "src/mainboard/tyan/s2880/Kconfig"
62 source "src/mainboard/tyan/s2881/Kconfig"
63 source "src/mainboard/tyan/s2882/Kconfig"
64 source "src/mainboard/tyan/s2885/Kconfig"
65 source "src/mainboard/tyan/s2891/Kconfig"
66 source "src/mainboard/tyan/s2892/Kconfig"
67 source "src/mainboard/tyan/s2895/Kconfig"
68 source "src/mainboard/tyan/s2912/Kconfig"
69 source "src/mainboard/tyan/s2912_fam10/Kconfig"
70 source "src/mainboard/tyan/s4880/Kconfig"
71 source "src/mainboard/tyan/s4882/Kconfig"
72
73 config MAINBOARD_VENDOR
74         string
75         default "Tyan"
76
77 endif # VENDOR_TYAN