diff options
author | Kumar Gala <galak@kernel.crashing.org> | 2008-01-25 00:53:03 -0500 |
---|---|---|
committer | Kumar Gala <galak@kernel.crashing.org> | 2008-01-27 15:10:37 -0500 |
commit | 0052bc5d5c3adc4ee4ba567470aebe775fcf2006 (patch) | |
tree | a8f1aa3b02da78a599f9db483f0caaed6a5cf70a | |
parent | 77e03a2241fe9a15749b2b30196fc14637310959 (diff) |
[POWERPC] 85xx: Port TQM85xx boards over from arch/ppc
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
-rw-r--r-- | arch/powerpc/boot/dts/tqm8540.dts | 204 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/tqm8541.dts | 228 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/tqm8555.dts | 228 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/tqm8560.dts | 245 | ||||
-rw-r--r-- | arch/powerpc/configs/tqm8540_defconfig | 1032 | ||||
-rw-r--r-- | arch/powerpc/configs/tqm8541_defconfig | 1044 | ||||
-rw-r--r-- | arch/powerpc/configs/tqm8555_defconfig | 1044 | ||||
-rw-r--r-- | arch/powerpc/configs/tqm8560_defconfig | 1044 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/Kconfig | 39 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/Makefile | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/tqm85xx.c | 191 |
11 files changed, 5300 insertions, 0 deletions
diff --git a/arch/powerpc/boot/dts/tqm8540.dts b/arch/powerpc/boot/dts/tqm8540.dts new file mode 100644 index 000000000000..a6e39897e1cc --- /dev/null +++ b/arch/powerpc/boot/dts/tqm8540.dts | |||
@@ -0,0 +1,204 @@ | |||
1 | /* | ||
2 | * TQM 8540 Device Tree Source | ||
3 | * | ||
4 | * Copyright 2008 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | |||
12 | /dts-v1/; | ||
13 | |||
14 | / { | ||
15 | model = "tqm,8540"; | ||
16 | compatible = "tqm,8540", "tqm,85xx"; | ||
17 | #address-cells = <1>; | ||
18 | #size-cells = <1>; | ||
19 | |||
20 | aliases { | ||
21 | ethernet0 = &enet0; | ||
22 | ethernet1 = &enet1; | ||
23 | ethernet2 = &enet2; | ||
24 | serial0 = &serial0; | ||
25 | serial1 = &serial1; | ||
26 | pci0 = &pci0; | ||
27 | }; | ||
28 | |||
29 | cpus { | ||
30 | #address-cells = <1>; | ||
31 | #size-cells = <0>; | ||
32 | |||
33 | PowerPC,8540@0 { | ||
34 | device_type = "cpu"; | ||
35 | reg = <0>; | ||
36 | d-cache-line-size = <32>; | ||
37 | i-cache-line-size = <32>; | ||
38 | d-cache-size = <32768>; | ||
39 | i-cache-size = <32768>; | ||
40 | timebase-frequency = <0>; | ||
41 | bus-frequency = <0>; | ||
42 | clock-frequency = <0>; | ||
43 | }; | ||
44 | }; | ||
45 | |||
46 | memory { | ||
47 | device_type = "memory"; | ||
48 | reg = <0x00000000 0x10000000>; | ||
49 | }; | ||
50 | |||
51 | soc8540@e0000000 { | ||
52 | #address-cells = <1>; | ||
53 | #size-cells = <1>; | ||
54 | device_type = "soc"; | ||
55 | ranges = <0x0 0xe0000000 0x100000>; | ||
56 | reg = <0xe0000000 0x200>; | ||
57 | bus-frequency = <0>; | ||
58 | compatible = "fsl,mpc8540-immr", "simple-bus"; | ||
59 | |||
60 | memory-controller@2000 { | ||
61 | compatible = "fsl,8540-memory-controller"; | ||
62 | reg = <0x2000 0x1000>; | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <18 2>; | ||
65 | }; | ||
66 | |||
67 | l2-cache-controller@20000 { | ||
68 | compatible = "fsl,8540-l2-cache-controller"; | ||
69 | reg = <0x20000 0x1000>; | ||
70 | cache-line-size = <32>; | ||
71 | cache-size = <0x40000>; // L2, 256K | ||
72 | interrupt-parent = <&mpic>; | ||
73 | interrupts = <16 2>; | ||
74 | }; | ||
75 | |||
76 | i2c@3000 { | ||
77 | #address-cells = <1>; | ||
78 | #size-cells = <0>; | ||
79 | cell-index = <0>; | ||
80 | compatible = "fsl-i2c"; | ||
81 | reg = <0x3000 0x100>; | ||
82 | interrupts = <43 2>; | ||
83 | interrupt-parent = <&mpic>; | ||
84 | dfsrr; | ||
85 | |||
86 | rtc@68 { | ||
87 | compatible = "dallas,ds1337"; | ||
88 | reg = <0x68>; | ||
89 | }; | ||
90 | }; | ||
91 | |||
92 | mdio@24520 { | ||
93 | #address-cells = <1>; | ||
94 | #size-cells = <0>; | ||
95 | compatible = "fsl,gianfar-mdio"; | ||
96 | reg = <0x24520 0x20>; | ||
97 | |||
98 | phy1: ethernet-phy@1 { | ||
99 | interrupt-parent = <&mpic>; | ||
100 | interrupts = <8 1>; | ||
101 | reg = <1>; | ||
102 | device_type = "ethernet-phy"; | ||
103 | }; | ||
104 | phy2: ethernet-phy@2 { | ||
105 | interrupt-parent = <&mpic>; | ||
106 | interrupts = <8 1>; | ||
107 | reg = <2>; | ||
108 | device_type = "ethernet-phy"; | ||
109 | }; | ||
110 | phy3: ethernet-phy@3 { | ||
111 | interrupt-parent = <&mpic>; | ||
112 | interrupts = <8 1>; | ||
113 | reg = <3>; | ||
114 | device_type = "ethernet-phy"; | ||
115 | }; | ||
116 | }; | ||
117 | |||
118 | enet0: ethernet@24000 { | ||
119 | cell-index = <0>; | ||
120 | device_type = "network"; | ||
121 | model = "TSEC"; | ||
122 | compatible = "gianfar"; | ||
123 | reg = <0x24000 0x1000>; | ||
124 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
125 | interrupts = <29 2 30 2 34 2>; | ||
126 | interrupt-parent = <&mpic>; | ||
127 | phy-handle = <&phy2>; | ||
128 | }; | ||
129 | |||
130 | enet1: ethernet@25000 { | ||
131 | cell-index = <1>; | ||
132 | device_type = "network"; | ||
133 | model = "TSEC"; | ||
134 | compatible = "gianfar"; | ||
135 | reg = <0x25000 0x1000>; | ||
136 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
137 | interrupts = <35 2 36 2 40 2>; | ||
138 | interrupt-parent = <&mpic>; | ||
139 | phy-handle = <&phy1>; | ||
140 | }; | ||
141 | |||
142 | enet2: ethernet@26000 { | ||
143 | cell-index = <2>; | ||
144 | device_type = "network"; | ||
145 | model = "FEC"; | ||
146 | compatible = "gianfar"; | ||
147 | reg = <0x26000 0x1000>; | ||
148 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
149 | interrupts = <41 2>; | ||
150 | interrupt-parent = <&mpic>; | ||
151 | phy-handle = <&phy3>; | ||
152 | }; | ||
153 | |||
154 | serial0: serial@4500 { | ||
155 | cell-index = <0>; | ||
156 | device_type = "serial"; | ||
157 | compatible = "ns16550"; | ||
158 | reg = <0x4500 0x100>; // reg base, size | ||
159 | clock-frequency = <0>; // should we fill in in uboot? | ||
160 | interrupts = <42 2>; | ||
161 | interrupt-parent = <&mpic>; | ||
162 | }; | ||
163 | |||
164 | serial1: serial@4600 { | ||
165 | cell-index = <1>; | ||
166 | device_type = "serial"; | ||
167 | compatible = "ns16550"; | ||
168 | reg = <0x4600 0x100>; // reg base, size | ||
169 | clock-frequency = <0>; // should we fill in in uboot? | ||
170 | interrupts = <42 2>; | ||
171 | interrupt-parent = <&mpic>; | ||
172 | }; | ||
173 | |||
174 | mpic: pic@40000 { | ||
175 | interrupt-controller; | ||
176 | #address-cells = <0>; | ||
177 | #interrupt-cells = <2>; | ||
178 | reg = <0x40000 0x40000>; | ||
179 | device_type = "open-pic"; | ||
180 | }; | ||
181 | }; | ||
182 | |||
183 | pci0: pci@e0008000 { | ||
184 | cell-index = <0>; | ||
185 | #interrupt-cells = <1>; | ||
186 | #size-cells = <2>; | ||
187 | #address-cells = <3>; | ||
188 | compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; | ||
189 | device_type = "pci"; | ||
190 | reg = <0xe0008000 0x1000>; | ||
191 | clock-frequency = <66666666>; | ||
192 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
193 | interrupt-map = < | ||
194 | /* IDSEL 28 */ | ||
195 | 0xe000 0 0 1 &mpic 2 1 | ||
196 | 0xe000 0 0 2 &mpic 3 1>; | ||
197 | |||
198 | interrupt-parent = <&mpic>; | ||
199 | interrupts = <24 2>; | ||
200 | bus-range = <0 0>; | ||
201 | ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000 | ||
202 | 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>; | ||
203 | }; | ||
204 | }; | ||
diff --git a/arch/powerpc/boot/dts/tqm8541.dts b/arch/powerpc/boot/dts/tqm8541.dts new file mode 100644 index 000000000000..11bdb0fe50f4 --- /dev/null +++ b/arch/powerpc/boot/dts/tqm8541.dts | |||
@@ -0,0 +1,228 @@ | |||
1 | /* | ||
2 | * TQM 8541 Device Tree Source | ||
3 | * | ||
4 | * Copyright 2008 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | |||
12 | /dts-v1/; | ||
13 | |||
14 | / { | ||
15 | model = "tqm,8541"; | ||
16 | compatible = "tqm,8541", "tqm,85xx"; | ||
17 | #address-cells = <1>; | ||
18 | #size-cells = <1>; | ||
19 | |||
20 | aliases { | ||
21 | ethernet0 = &enet0; | ||
22 | ethernet1 = &enet1; | ||
23 | serial0 = &serial0; | ||
24 | serial1 = &serial1; | ||
25 | pci0 = &pci0; | ||
26 | }; | ||
27 | |||
28 | cpus { | ||
29 | #address-cells = <1>; | ||
30 | #size-cells = <0>; | ||
31 | |||
32 | PowerPC,8541@0 { | ||
33 | device_type = "cpu"; | ||
34 | reg = <0>; | ||
35 | d-cache-line-size = <32>; | ||
36 | i-cache-line-size = <32>; | ||
37 | d-cache-size = <32768>; | ||
38 | i-cache-size = <32768>; | ||
39 | timebase-frequency = <0>; | ||
40 | bus-frequency = <0>; | ||
41 | clock-frequency = <0>; | ||
42 | }; | ||
43 | }; | ||
44 | |||
45 | memory { | ||
46 | device_type = "memory"; | ||
47 | reg = <0x00000000 0x10000000>; | ||
48 | }; | ||
49 | |||
50 | soc8541@e0000000 { | ||
51 | #address-cells = <1>; | ||
52 | #size-cells = <1>; | ||
53 | device_type = "soc"; | ||
54 | ranges = <0x0 0xe0000000 0x100000>; | ||
55 | reg = <0xe0000000 0x200>; | ||
56 | bus-frequency = <0>; | ||
57 | compatible = "fsl,mpc8541-immr", "simple-bus"; | ||
58 | |||
59 | memory-controller@2000 { | ||
60 | compatible = "fsl,8540-memory-controller"; | ||
61 | reg = <0x2000 0x1000>; | ||
62 | interrupt-parent = <&mpic>; | ||
63 | interrupts = <18 2>; | ||
64 | }; | ||
65 | |||
66 | l2-cache-controller@20000 { | ||
67 | compatible = "fsl,8540-l2-cache-controller"; | ||
68 | reg = <0x20000 0x1000>; | ||
69 | cache-line-size = <32>; | ||
70 | cache-size = <0x40000>; // L2, 256K | ||
71 | interrupt-parent = <&mpic>; | ||
72 | interrupts = <16 2>; | ||
73 | }; | ||
74 | |||
75 | i2c@3000 { | ||
76 | #address-cells = <1>; | ||
77 | #size-cells = <0>; | ||
78 | cell-index = <0>; | ||
79 | compatible = "fsl-i2c"; | ||
80 | reg = <0x3000 0x100>; | ||
81 | interrupts = <43 2>; | ||
82 | interrupt-parent = <&mpic>; | ||
83 | dfsrr; | ||
84 | |||
85 | rtc@68 { | ||
86 | compatible = "dallas,ds1337"; | ||
87 | reg = <0x68>; | ||
88 | }; | ||
89 | }; | ||
90 | |||
91 | mdio@24520 { | ||
92 | #address-cells = <1>; | ||
93 | #size-cells = <0>; | ||
94 | compatible = "fsl,gianfar-mdio"; | ||
95 | reg = <0x24520 0x20>; | ||
96 | |||
97 | phy1: ethernet-phy@1 { | ||
98 | interrupt-parent = <&mpic>; | ||
99 | interrupts = <8 1>; | ||
100 | reg = <1>; | ||
101 | device_type = "ethernet-phy"; | ||
102 | }; | ||
103 | phy2: ethernet-phy@2 { | ||
104 | interrupt-parent = <&mpic>; | ||
105 | interrupts = <8 1>; | ||
106 | reg = <2>; | ||
107 | device_type = "ethernet-phy"; | ||
108 | }; | ||
109 | phy3: ethernet-phy@3 { | ||
110 | interrupt-parent = <&mpic>; | ||
111 | interrupts = <8 1>; | ||
112 | reg = <3>; | ||
113 | device_type = "ethernet-phy"; | ||
114 | }; | ||
115 | }; | ||
116 | |||
117 | enet0: ethernet@24000 { | ||
118 | cell-index = <0>; | ||
119 | device_type = "network"; | ||
120 | model = "TSEC"; | ||
121 | compatible = "gianfar"; | ||
122 | reg = <0x24000 0x1000>; | ||
123 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
124 | interrupts = <29 2 30 2 34 2>; | ||
125 | interrupt-parent = <&mpic>; | ||
126 | phy-handle = <&phy2>; | ||
127 | }; | ||
128 | |||
129 | enet1: ethernet@25000 { | ||
130 | cell-index = <1>; | ||
131 | device_type = "network"; | ||
132 | model = "TSEC"; | ||
133 | compatible = "gianfar"; | ||
134 | reg = <0x25000 0x1000>; | ||
135 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
136 | interrupts = <35 2 36 2 40 2>; | ||
137 | interrupt-parent = <&mpic>; | ||
138 | phy-handle = <&phy1>; | ||
139 | }; | ||
140 | |||
141 | serial0: serial@4500 { | ||
142 | cell-index = <0>; | ||
143 | device_type = "serial"; | ||
144 | compatible = "ns16550"; | ||
145 | reg = <0x4500 0x100>; // reg base, size | ||
146 | clock-frequency = <0>; // should we fill in in uboot? | ||
147 | interrupts = <42 2>; | ||
148 | interrupt-parent = <&mpic>; | ||
149 | }; | ||
150 | |||
151 | serial1: serial@4600 { | ||
152 | cell-index = <1>; | ||
153 | device_type = "serial"; | ||
154 | compatible = "ns16550"; | ||
155 | reg = <0x4600 0x100>; // reg base, size | ||
156 | clock-frequency = <0>; // should we fill in in uboot? | ||
157 | interrupts = <42 2>; | ||
158 | interrupt-parent = <&mpic>; | ||
159 | }; | ||
160 | |||
161 | mpic: pic@40000 { | ||
162 | interrupt-controller; | ||
163 | #address-cells = <0>; | ||
164 | #interrupt-cells = <2>; | ||
165 | reg = <0x40000 0x40000>; | ||
166 | device_type = "open-pic"; | ||
167 | }; | ||
168 | |||
169 | cpm@919c0 { | ||
170 | #address-cells = <1>; | ||
171 | #size-cells = <1>; | ||
172 | compatible = "fsl,mpc8541-cpm", "fsl,cpm2", "simple-bus"; | ||
173 | reg = <0x919c0 0x30>; | ||
174 | ranges; | ||
175 | |||
176 | muram@80000 { | ||
177 | #address-cells = <1>; | ||
178 | #size-cells = <1>; | ||
179 | ranges = <0 0x80000 0x10000>; | ||
180 | |||
181 | data@0 { | ||
182 | compatible = "fsl,cpm-muram-data"; | ||
183 | reg = <0 0x2000 0x9000 0x1000>; | ||
184 | }; | ||
185 | }; | ||
186 | |||
187 | brg@919f0 { | ||
188 | compatible = "fsl,mpc8541-brg", | ||
189 | "fsl,cpm2-brg", | ||
190 | "fsl,cpm-brg"; | ||
191 | reg = <0x919f0 0x10 0x915f0 0x10>; | ||
192 | clock-frequency = <0>; | ||
193 | }; | ||
194 | |||
195 | cpmpic: pic@90c00 { | ||
196 | interrupt-controller; | ||
197 | #address-cells = <0>; | ||
198 | #interrupt-cells = <2>; | ||
199 | interrupts = <46 2>; | ||
200 | interrupt-parent = <&mpic>; | ||
201 | reg = <0x90c00 0x80>; | ||
202 | compatible = "fsl,mpc8541-cpm-pic", "fsl,cpm2-pic"; | ||
203 | }; | ||
204 | }; | ||
205 | }; | ||
206 | |||
207 | pci0: pci@e0008000 { | ||
208 | cell-index = <0>; | ||
209 | #interrupt-cells = <1>; | ||
210 | #size-cells = <2>; | ||
211 | #address-cells = <3>; | ||
212 | compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; | ||
213 | device_type = "pci"; | ||
214 | reg = <0xe0008000 0x1000>; | ||
215 | clock-frequency = <66666666>; | ||
216 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
217 | interrupt-map = < | ||
218 | /* IDSEL 28 */ | ||
219 | 0xe000 0 0 1 &mpic 2 1 | ||
220 | 0xe000 0 0 2 &mpic 3 1>; | ||
221 | |||
222 | interrupt-parent = <&mpic>; | ||
223 | interrupts = <24 2>; | ||
224 | bus-range = <0 0>; | ||
225 | ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000 | ||
226 | 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>; | ||
227 | }; | ||
228 | }; | ||
diff --git a/arch/powerpc/boot/dts/tqm8555.dts b/arch/powerpc/boot/dts/tqm8555.dts new file mode 100644 index 000000000000..eef9a6bb748b --- /dev/null +++ b/arch/powerpc/boot/dts/tqm8555.dts | |||
@@ -0,0 +1,228 @@ | |||
1 | /* | ||
2 | * TQM 8555 Device Tree Source | ||
3 | * | ||
4 | * Copyright 2008 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | |||
12 | /dts-v1/; | ||
13 | |||
14 | / { | ||
15 | model = "tqm,8555"; | ||
16 | compatible = "tqm,8555", "tqm,85xx"; | ||
17 | #address-cells = <1>; | ||
18 | #size-cells = <1>; | ||
19 | |||
20 | aliases { | ||
21 | ethernet0 = &enet0; | ||
22 | ethernet1 = &enet1; | ||
23 | serial0 = &serial0; | ||
24 | serial1 = &serial1; | ||
25 | pci0 = &pci0; | ||
26 | }; | ||
27 | |||
28 | cpus { | ||
29 | #address-cells = <1>; | ||
30 | #size-cells = <0>; | ||
31 | |||
32 | PowerPC,8555@0 { | ||
33 | device_type = "cpu"; | ||
34 | reg = <0>; | ||
35 | d-cache-line-size = <32>; | ||
36 | i-cache-line-size = <32>; | ||
37 | d-cache-size = <32768>; | ||
38 | i-cache-size = <32768>; | ||
39 | timebase-frequency = <0>; | ||
40 | bus-frequency = <0>; | ||
41 | clock-frequency = <0>; | ||
42 | }; | ||
43 | }; | ||
44 | |||
45 | memory { | ||
46 | device_type = "memory"; | ||
47 | reg = <0x00000000 0x10000000>; | ||
48 | }; | ||
49 | |||
50 | soc8555@e0000000 { | ||
51 | #address-cells = <1>; | ||
52 | #size-cells = <1>; | ||
53 | device_type = "soc"; | ||
54 | ranges = <0x0 0xe0000000 0x100000>; | ||
55 | reg = <0xe0000000 0x200>; | ||
56 | bus-frequency = <0>; | ||
57 | compatible = "fsl,mpc8555-immr", "simple-bus"; | ||
58 | |||
59 | memory-controller@2000 { | ||
60 | compatible = "fsl,8540-memory-controller"; | ||
61 | reg = <0x2000 0x1000>; | ||
62 | interrupt-parent = <&mpic>; | ||
63 | interrupts = <18 2>; | ||
64 | }; | ||
65 | |||
66 | l2-cache-controller@20000 { | ||
67 | compatible = "fsl,8540-l2-cache-controller"; | ||
68 | reg = <0x20000 0x1000>; | ||
69 | cache-line-size = <32>; | ||
70 | cache-size = <0x40000>; // L2, 256K | ||
71 | interrupt-parent = <&mpic>; | ||
72 | interrupts = <16 2>; | ||
73 | }; | ||
74 | |||
75 | i2c@3000 { | ||
76 | #address-cells = <1>; | ||
77 | #size-cells = <0>; | ||
78 | cell-index = <0>; | ||
79 | compatible = "fsl-i2c"; | ||
80 | reg = <0x3000 0x100>; | ||
81 | interrupts = <43 2>; | ||
82 | interrupt-parent = <&mpic>; | ||
83 | dfsrr; | ||
84 | |||
85 | rtc@68 { | ||
86 | compatible = "dallas,ds1337"; | ||
87 | reg = <0x68>; | ||
88 | }; | ||
89 | }; | ||
90 | |||
91 | mdio@24520 { | ||
92 | #address-cells = <1>; | ||
93 | #size-cells = <0>; | ||
94 | compatible = "fsl,gianfar-mdio"; | ||
95 | reg = <0x24520 0x20>; | ||
96 | |||
97 | phy1: ethernet-phy@1 { | ||
98 | interrupt-parent = <&mpic>; | ||
99 | interrupts = <8 1>; | ||
100 | reg = <1>; | ||
101 | device_type = "ethernet-phy"; | ||
102 | }; | ||
103 | phy2: ethernet-phy@2 { | ||
104 | interrupt-parent = <&mpic>; | ||
105 | interrupts = <8 1>; | ||
106 | reg = <2>; | ||
107 | device_type = "ethernet-phy"; | ||
108 | }; | ||
109 | phy3: ethernet-phy@3 { | ||
110 | interrupt-parent = <&mpic>; | ||
111 | interrupts = <8 1>; | ||
112 | reg = <3>; | ||
113 | device_type = "ethernet-phy"; | ||
114 | }; | ||
115 | }; | ||
116 | |||
117 | enet0: ethernet@24000 { | ||
118 | cell-index = <0>; | ||
119 | device_type = "network"; | ||
120 | model = "TSEC"; | ||
121 | compatible = "gianfar"; | ||
122 | reg = <0x24000 0x1000>; | ||
123 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
124 | interrupts = <29 2 30 2 34 2>; | ||
125 | interrupt-parent = <&mpic>; | ||
126 | phy-handle = <&phy2>; | ||
127 | }; | ||
128 | |||
129 | enet1: ethernet@25000 { | ||
130 | cell-index = <1>; | ||
131 | device_type = "network"; | ||
132 | model = "TSEC"; | ||
133 | compatible = "gianfar"; | ||
134 | reg = <0x25000 0x1000>; | ||
135 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
136 | interrupts = <35 2 36 2 40 2>; | ||
137 | interrupt-parent = <&mpic>; | ||
138 | phy-handle = <&phy1>; | ||
139 | }; | ||
140 | |||
141 | serial0: serial@4500 { | ||
142 | cell-index = <0>; | ||
143 | device_type = "serial"; | ||
144 | compatible = "ns16550"; | ||
145 | reg = <0x4500 0x100>; // reg base, size | ||
146 | clock-frequency = <0>; // should we fill in in uboot? | ||
147 | interrupts = <42 2>; | ||
148 | interrupt-parent = <&mpic>; | ||
149 | }; | ||
150 | |||
151 | serial1: serial@4600 { | ||
152 | cell-index = <1>; | ||
153 | device_type = "serial"; | ||
154 | compatible = "ns16550"; | ||
155 | reg = <0x4600 0x100>; // reg base, size | ||
156 | clock-frequency = <0>; // should we fill in in uboot? | ||
157 | interrupts = <42 2>; | ||
158 | interrupt-parent = <&mpic>; | ||
159 | }; | ||
160 | |||
161 | mpic: pic@40000 { | ||
162 | interrupt-controller; | ||
163 | #address-cells = <0>; | ||
164 | #interrupt-cells = <2>; | ||
165 | reg = <0x40000 0x40000>; | ||
166 | device_type = "open-pic"; | ||
167 | }; | ||
168 | |||
169 | cpm@919c0 { | ||
170 | #address-cells = <1>; | ||
171 | #size-cells = <1>; | ||
172 | compatible = "fsl,mpc8555-cpm", "fsl,cpm2", "simple-bus"; | ||
173 | reg = <0x919c0 0x30>; | ||
174 | ranges; | ||
175 | |||
176 | muram@80000 { | ||
177 | #address-cells = <1>; | ||
178 | #size-cells = <1>; | ||
179 | ranges = <0 0x80000 0x10000>; | ||
180 | |||
181 | data@0 { | ||
182 | compatible = "fsl,cpm-muram-data"; | ||
183 | reg = <0 0x2000 0x9000 0x1000>; | ||
184 | }; | ||
185 | }; | ||
186 | |||
187 | brg@919f0 { | ||
188 | compatible = "fsl,mpc8555-brg", | ||
189 | "fsl,cpm2-brg", | ||
190 | "fsl,cpm-brg"; | ||
191 | reg = <0x919f0 0x10 0x915f0 0x10>; | ||
192 | clock-frequency = <0>; | ||
193 | }; | ||
194 | |||
195 | cpmpic: pic@90c00 { | ||
196 | interrupt-controller; | ||
197 | #address-cells = <0>; | ||
198 | #interrupt-cells = <2>; | ||
199 | interrupts = <46 2>; | ||
200 | interrupt-parent = <&mpic>; | ||
201 | reg = <0x90c00 0x80>; | ||
202 | compatible = "fsl,mpc8555-cpm-pic", "fsl,cpm2-pic"; | ||
203 | }; | ||
204 | }; | ||
205 | }; | ||
206 | |||
207 | pci0: pci@e0008000 { | ||
208 | cell-index = <0>; | ||
209 | #interrupt-cells = <1>; | ||
210 | #size-cells = <2>; | ||
211 | #address-cells = <3>; | ||
212 | compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; | ||
213 | device_type = "pci"; | ||
214 | reg = <0xe0008000 0x1000>; | ||
215 | clock-frequency = <66666666>; | ||
216 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
217 | interrupt-map = < | ||
218 | /* IDSEL 28 */ | ||
219 | 0xe000 0 0 1 &mpic 2 1 | ||
220 | 0xe000 0 0 2 &mpic 3 1>; | ||
221 | |||
222 | interrupt-parent = <&mpic>; | ||
223 | interrupts = <24 2>; | ||
224 | bus-range = <0 0>; | ||
225 | ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000 | ||
226 | 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>; | ||
227 | }; | ||
228 | }; | ||
diff --git a/arch/powerpc/boot/dts/tqm8560.dts b/arch/powerpc/boot/dts/tqm8560.dts new file mode 100644 index 000000000000..8ca7fdd0a129 --- /dev/null +++ b/arch/powerpc/boot/dts/tqm8560.dts | |||
@@ -0,0 +1,245 @@ | |||
1 | /* | ||
2 | * TQM 8560 Device Tree Source | ||
3 | * | ||
4 | * Copyright 2008 Freescale Semiconductor Inc. | ||
5 | * | ||
6 | * This program is free software; you can redistribute it and/or modify it | ||
7 | * under the terms of the GNU General Public License as published by the | ||
8 | * Free Software Foundation; either version 2 of the License, or (at your | ||
9 | * option) any later version. | ||
10 | */ | ||
11 | |||
12 | /dts-v1/; | ||
13 | |||
14 | / { | ||
15 | model = "tqm,8560"; | ||
16 | compatible = "tqm,8560", "tqm,85xx"; | ||
17 | #address-cells = <1>; | ||
18 | #size-cells = <1>; | ||
19 | |||
20 | aliases { | ||
21 | ethernet0 = &enet0; | ||
22 | ethernet1 = &enet1; | ||
23 | ethernet2 = &enet2; | ||
24 | serial0 = &serial0; | ||
25 | serial1 = &serial1; | ||
26 | pci0 = &pci0; | ||
27 | }; | ||
28 | |||
29 | cpus { | ||
30 | #address-cells = <1>; | ||
31 | #size-cells = <0>; | ||
32 | |||
33 | PowerPC,8560@0 { | ||
34 | device_type = "cpu"; | ||
35 | reg = <0>; | ||
36 | d-cache-line-size = <32>; | ||
37 | i-cache-line-size = <32>; | ||
38 | d-cache-size = <32768>; | ||
39 | i-cache-size = <32768>; | ||
40 | timebase-frequency = <0>; | ||
41 | bus-frequency = <0>; | ||
42 | clock-frequency = <0>; | ||
43 | }; | ||
44 | }; | ||
45 | |||
46 | memory { | ||
47 | device_type = "memory"; | ||
48 | reg = <0x00000000 0x10000000>; | ||
49 | }; | ||
50 | |||
51 | soc8560@e0000000 { | ||
52 | #address-cells = <1>; | ||
53 | #size-cells = <1>; | ||
54 | device_type = "soc"; | ||
55 | ranges = <0x0 0xe0000000 0x100000>; | ||
56 | reg = <0xe0000000 0x200>; | ||
57 | bus-frequency = <0>; | ||
58 | compatible = "fsl,mpc8560-immr", "simple-bus"; | ||
59 | |||
60 | memory-controller@2000 { | ||
61 | compatible = "fsl,8540-memory-controller"; | ||
62 | reg = <0x2000 0x1000>; | ||
63 | interrupt-parent = <&mpic>; | ||
64 | interrupts = <18 2>; | ||
65 | }; | ||
66 | |||
67 | l2-cache-controller@20000 { | ||
68 | compatible = "fsl,8540-l2-cache-controller"; | ||
69 | reg = <0x20000 0x1000>; | ||
70 | cache-line-size = <32>; | ||
71 | cache-size = <0x40000>; // L2, 256K | ||
72 | interrupt-parent = <&mpic>; | ||
73 | interrupts = <16 2>; | ||
74 | }; | ||
75 | |||
76 | i2c@3000 { | ||
77 | #address-cells = <1>; | ||
78 | #size-cells = <0>; | ||
79 | cell-index = <0>; | ||
80 | compatible = "fsl-i2c"; | ||
81 | reg = <0x3000 0x100>; | ||
82 | interrupts = <43 2>; | ||
83 | interrupt-parent = <&mpic>; | ||
84 | dfsrr; | ||
85 | |||
86 | rtc@68 { | ||
87 | compatible = "dallas,ds1337"; | ||
88 | reg = <0x68>; | ||
89 | }; | ||
90 | }; | ||
91 | |||
92 | mdio@24520 { | ||
93 | #address-cells = <1>; | ||
94 | #size-cells = <0>; | ||
95 | compatible = "fsl,gianfar-mdio"; | ||
96 | reg = <0x24520 0x20>; | ||
97 | |||
98 | phy1: ethernet-phy@1 { | ||
99 | interrupt-parent = <&mpic>; | ||
100 | interrupts = <8 1>; | ||
101 | reg = <1>; | ||
102 | device_type = "ethernet-phy"; | ||
103 | }; | ||
104 | phy2: ethernet-phy@2 { | ||
105 | interrupt-parent = <&mpic>; | ||
106 | interrupts = <8 1>; | ||
107 | reg = <2>; | ||
108 | device_type = "ethernet-phy"; | ||
109 | }; | ||
110 | phy3: ethernet-phy@3 { | ||
111 | interrupt-parent = <&mpic>; | ||
112 | interrupts = <8 1>; | ||
113 | reg = <3>; | ||
114 | device_type = "ethernet-phy"; | ||
115 | }; | ||
116 | }; | ||
117 | |||
118 | enet0: ethernet@24000 { | ||
119 | cell-index = <0>; | ||
120 | device_type = "network"; | ||
121 | model = "TSEC"; | ||
122 | compatible = "gianfar"; | ||
123 | reg = <0x24000 0x1000>; | ||
124 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
125 | interrupts = <29 2 30 2 34 2>; | ||
126 | interrupt-parent = <&mpic>; | ||
127 | phy-handle = <&phy2>; | ||
128 | }; | ||
129 | |||
130 | enet1: ethernet@25000 { | ||
131 | cell-index = <1>; | ||
132 | device_type = "network"; | ||
133 | model = "TSEC"; | ||
134 | compatible = "gianfar"; | ||
135 | reg = <0x25000 0x1000>; | ||
136 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
137 | interrupts = <35 2 36 2 40 2>; | ||
138 | interrupt-parent = <&mpic>; | ||
139 | phy-handle = <&phy1>; | ||
140 | }; | ||
141 | |||
142 | mpic: pic@40000 { | ||
143 | interrupt-controller; | ||
144 | #address-cells = <0>; | ||
145 | #interrupt-cells = <2>; | ||
146 | reg = <0x40000 0x40000>; | ||
147 | device_type = "open-pic"; | ||
148 | }; | ||
149 | |||
150 | cpm@919c0 { | ||
151 | #address-cells = <1>; | ||
152 | #size-cells = <1>; | ||
153 | compatible = "fsl,mpc8560-cpm", "fsl,cpm2", "simple-bus"; | ||
154 | reg = <0x919c0 0x30>; | ||
155 | ranges; | ||
156 | |||
157 | muram@80000 { | ||
158 | #address-cells = <1>; | ||
159 | #size-cells = <1>; | ||
160 | ranges = <0 0x80000 0x10000>; | ||
161 | |||
162 | data@0 { | ||
163 | compatible = "fsl,cpm-muram-data"; | ||
164 | reg = <0 0x4000 0x9000 0x2000>; | ||
165 | }; | ||
166 | }; | ||
167 | |||
168 | brg@919f0 { | ||
169 | compatible = "fsl,mpc8560-brg", | ||
170 | "fsl,cpm2-brg", | ||
171 | "fsl,cpm-brg"; | ||
172 | reg = <0x919f0 0x10 0x915f0 0x10>; | ||
173 | clock-frequency = <0>; | ||
174 | }; | ||
175 | |||
176 | cpmpic: pic@90c00 { | ||
177 | interrupt-controller; | ||
178 | #address-cells = <0>; | ||
179 | #interrupt-cells = <2>; | ||
180 | interrupts = <46 2>; | ||
181 | interrupt-parent = <&mpic>; | ||
182 | reg = <0x90c00 0x80>; | ||
183 | compatible = "fsl,mpc8560-cpm-pic", "fsl,cpm2-pic"; | ||
184 | }; | ||
185 | |||
186 | serial0: serial@91a00 { | ||
187 | device_type = "serial"; | ||
188 | compatible = "fsl,mpc8560-scc-uart", | ||
189 | "fsl,cpm2-scc-uart"; | ||
190 | reg = <0x91a00 0x20 0x88000 0x100>; | ||
191 | fsl,cpm-brg = <1>; | ||
192 | fsl,cpm-command = <0x800000>; | ||
193 | current-speed = <115200>; | ||
194 | interrupts = <40 8>; | ||
195 | interrupt-parent = <&cpmpic>; | ||
196 | }; | ||
197 | |||
198 | serial1: serial@91a20 { | ||
199 | device_type = "serial"; | ||
200 | compatible = "fsl,mpc8560-scc-uart", | ||
201 | "fsl,cpm2-scc-uart"; | ||
202 | reg = <0x91a20 0x20 0x88100 0x100>; | ||
203 | fsl,cpm-brg = <2>; | ||
204 | fsl,cpm-command = <0x4a00000>; | ||
205 | current-speed = <115200>; | ||
206 | interrupts = <41 8>; | ||
207 | interrupt-parent = <&cpmpic>; | ||
208 | }; | ||
209 | |||
210 | enet2: ethernet@91340 { | ||
211 | device_type = "network"; | ||
212 | compatible = "fsl,mpc8560-fcc-enet", | ||
213 | "fsl,cpm2-fcc-enet"; | ||
214 | reg = <0x91340 0x20 0x88600 0x100 0x913d0 0x1>; | ||
215 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
216 | fsl,cpm-command = <0x1a400300>; | ||
217 | interrupts = <34 8>; | ||
218 | interrupt-parent = <&cpmpic>; | ||
219 | phy-handle = <&phy3>; | ||
220 | }; | ||
221 | }; | ||
222 | }; | ||
223 | |||
224 | pci0: pci@e0008000 { | ||
225 | cell-index = <0>; | ||
226 | #interrupt-cells = <1>; | ||
227 | #size-cells = <2>; | ||
228 | #address-cells = <3>; | ||
229 | compatible = "fsl,mpc8540-pcix", "fsl,mpc8540-pci"; | ||
230 | device_type = "pci"; | ||
231 | reg = <0xe0008000 0x1000>; | ||
232 | clock-frequency = <66666666>; | ||
233 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
234 | interrupt-map = < | ||
235 | /* IDSEL 28 */ | ||
236 | 0xe000 0 0 1 &mpic 2 1 | ||
237 | 0xe000 0 0 2 &mpic 3 1>; | ||
238 | |||
239 | interrupt-parent = <&mpic>; | ||
240 | interrupts = <24 2>; | ||
241 | bus-range = <0 0>; | ||
242 | ranges = <0x02000000 0 0x80000000 0x80000000 0 0x20000000 | ||
243 | 0x01000000 0 0x00000000 0xe2000000 0 0x01000000>; | ||
244 | }; | ||
245 | }; | ||
diff --git a/arch/powerpc/configs/tqm8540_defconfig b/arch/powerpc/configs/tqm8540_defconfig new file mode 100644 index 000000000000..732de34cfc27 --- /dev/null +++ b/arch/powerpc/configs/tqm8540_defconfig | |||
@@ -0,0 +1,1032 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.24-rc8 | ||
4 | # Fri Jan 25 01:32:05 2008 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | |||
8 | # | ||
9 | # Processor support | ||
10 | # | ||
11 | # CONFIG_6xx is not set | ||
12 | CONFIG_PPC_85xx=y | ||
13 | # CONFIG_PPC_8xx is not set | ||
14 | # CONFIG_40x is not set | ||
15 | # CONFIG_44x is not set | ||
16 | # CONFIG_E200 is not set | ||
17 | CONFIG_85xx=y | ||
18 | CONFIG_E500=y | ||
19 | CONFIG_BOOKE=y | ||
20 | CONFIG_FSL_BOOKE=y | ||
21 | # CONFIG_PHYS_64BIT is not set | ||
22 | CONFIG_SPE=y | ||
23 | # CONFIG_PPC_MM_SLICES is not set | ||
24 | CONFIG_PPC32=y | ||
25 | CONFIG_WORD_SIZE=32 | ||
26 | CONFIG_PPC_MERGE=y | ||
27 | CONFIG_MMU=y | ||
28 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
29 | CONFIG_GENERIC_TIME=y | ||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
31 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
32 | CONFIG_GENERIC_HARDIRQS=y | ||
33 | CONFIG_IRQ_PER_CPU=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
36 | CONFIG_GENERIC_HWEIGHT=y | ||
37 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
38 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
39 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | ||
40 | CONFIG_PPC=y | ||
41 | CONFIG_EARLY_PRINTK=y | ||
42 | CONFIG_GENERIC_NVRAM=y | ||
43 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
44 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
45 | CONFIG_PPC_OF=y | ||
46 | CONFIG_OF=y | ||
47 | CONFIG_PPC_UDBG_16550=y | ||
48 | # CONFIG_GENERIC_TBSYNC is not set | ||
49 | CONFIG_AUDIT_ARCH=y | ||
50 | CONFIG_GENERIC_BUG=y | ||
51 | CONFIG_DEFAULT_UIMAGE=y | ||
52 | # CONFIG_PPC_DCR_NATIVE is not set | ||
53 | # CONFIG_PPC_DCR_MMIO is not set | ||
54 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
55 | |||
56 | # | ||
57 | # General setup | ||
58 | # | ||
59 | CONFIG_EXPERIMENTAL=y | ||
60 | CONFIG_BROKEN_ON_SMP=y | ||
61 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
62 | CONFIG_LOCALVERSION="" | ||
63 | CONFIG_LOCALVERSION_AUTO=y | ||
64 | CONFIG_SWAP=y | ||
65 | CONFIG_SYSVIPC=y | ||
66 | CONFIG_SYSVIPC_SYSCTL=y | ||
67 | # CONFIG_POSIX_MQUEUE is not set | ||
68 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
69 | # CONFIG_TASKSTATS is not set | ||
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_AUDIT is not set | ||
73 | # CONFIG_IKCONFIG is not set | ||
74 | CONFIG_LOG_BUF_SHIFT=14 | ||
75 | # CONFIG_CGROUPS is not set | ||
76 | CONFIG_FAIR_GROUP_SCHED=y | ||
77 | CONFIG_FAIR_USER_SCHED=y | ||
78 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
79 | CONFIG_SYSFS_DEPRECATED=y | ||
80 | # CONFIG_RELAY is not set | ||
81 | CONFIG_BLK_DEV_INITRD=y | ||
82 | CONFIG_INITRAMFS_SOURCE="" | ||
83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
84 | CONFIG_SYSCTL=y | ||
85 | CONFIG_EMBEDDED=y | ||
86 | CONFIG_SYSCTL_SYSCALL=y | ||
87 | # CONFIG_KALLSYMS is not set | ||
88 | # CONFIG_HOTPLUG is not set | ||
89 | CONFIG_PRINTK=y | ||
90 | CONFIG_BUG=y | ||
91 | CONFIG_ELF_CORE=y | ||
92 | CONFIG_BASE_FULL=y | ||
93 | CONFIG_FUTEX=y | ||
94 | CONFIG_ANON_INODES=y | ||
95 | # CONFIG_EPOLL is not set | ||
96 | CONFIG_SIGNALFD=y | ||
97 | CONFIG_EVENTFD=y | ||
98 | CONFIG_SHMEM=y | ||
99 | CONFIG_VM_EVENT_COUNTERS=y | ||
100 | CONFIG_SLUB_DEBUG=y | ||
101 | # CONFIG_SLAB is not set | ||
102 | CONFIG_SLUB=y | ||
103 | # CONFIG_SLOB is not set | ||
104 | CONFIG_SLABINFO=y | ||
105 | CONFIG_RT_MUTEXES=y | ||
106 | # CONFIG_TINY_SHMEM is not set | ||
107 | CONFIG_BASE_SMALL=0 | ||
108 | # CONFIG_MODULES is not set | ||
109 | CONFIG_BLOCK=y | ||
110 | # CONFIG_LBD is not set | ||
111 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
112 | # CONFIG_LSF is not set | ||
113 | # CONFIG_BLK_DEV_BSG is not set | ||
114 | |||
115 | # | ||
116 | # IO Schedulers | ||
117 | # | ||
118 | CONFIG_IOSCHED_NOOP=y | ||
119 | CONFIG_IOSCHED_AS=y | ||
120 | CONFIG_IOSCHED_DEADLINE=y | ||
121 | CONFIG_IOSCHED_CFQ=y | ||
122 | CONFIG_DEFAULT_AS=y | ||
123 | # CONFIG_DEFAULT_DEADLINE is not set | ||
124 | # CONFIG_DEFAULT_CFQ is not set | ||
125 | # CONFIG_DEFAULT_NOOP is not set | ||
126 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
127 | |||
128 | # | ||
129 | # Platform support | ||
130 | # | ||
131 | # CONFIG_PPC_MPC52xx is not set | ||
132 | # CONFIG_PPC_MPC5200 is not set | ||
133 | # CONFIG_PPC_CELL is not set | ||
134 | # CONFIG_PPC_CELL_NATIVE is not set | ||
135 | # CONFIG_PQ2ADS is not set | ||
136 | # CONFIG_MPC8540_ADS is not set | ||
137 | # CONFIG_MPC8560_ADS is not set | ||
138 | # CONFIG_MPC85xx_CDS is not set | ||
139 | # CONFIG_MPC85xx_MDS is not set | ||
140 | # CONFIG_MPC85xx_DS is not set | ||
141 | # CONFIG_STX_GP3 is not set | ||
142 | CONFIG_TQM8540=y | ||
143 | # CONFIG_TQM8541 is not set | ||
144 | # CONFIG_TQM8555 is not set | ||
145 | # CONFIG_TQM8560 is not set | ||
146 | CONFIG_TQM85xx=y | ||
147 | CONFIG_MPC85xx=y | ||
148 | # CONFIG_IPIC is not set | ||
149 | CONFIG_MPIC=y | ||
150 | # CONFIG_MPIC_WEIRD is not set | ||
151 | # CONFIG_PPC_I8259 is not set | ||
152 | # CONFIG_PPC_RTAS is not set | ||
153 | # CONFIG_MMIO_NVRAM is not set | ||
154 | # CONFIG_PPC_MPC106 is not set | ||
155 | # CONFIG_PPC_970_NAP is not set | ||
156 | # CONFIG_PPC_INDIRECT_IO is not set | ||
157 | # CONFIG_GENERIC_IOMAP is not set | ||
158 | # CONFIG_CPU_FREQ is not set | ||
159 | # CONFIG_CPM2 is not set | ||
160 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
161 | # CONFIG_FSL_ULI1575 is not set | ||
162 | |||
163 | # | ||
164 | # Kernel options | ||
165 | # | ||
166 | # CONFIG_HIGHMEM is not set | ||
167 | # CONFIG_TICK_ONESHOT is not set | ||
168 | # CONFIG_NO_HZ is not set | ||
169 | # CONFIG_HIGH_RES_TIMERS is not set | ||
170 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
171 | # CONFIG_HZ_100 is not set | ||
172 | CONFIG_HZ_250=y | ||
173 | # CONFIG_HZ_300 is not set | ||
174 | # CONFIG_HZ_1000 is not set | ||
175 | CONFIG_HZ=250 | ||
176 | CONFIG_PREEMPT_NONE=y | ||
177 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
178 | # CONFIG_PREEMPT is not set | ||
179 | CONFIG_BINFMT_ELF=y | ||
180 | # CONFIG_BINFMT_MISC is not set | ||
181 | CONFIG_MATH_EMULATION=y | ||
182 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
183 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
184 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
185 | CONFIG_SELECT_MEMORY_MODEL=y | ||
186 | CONFIG_FLATMEM_MANUAL=y | ||
187 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
188 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
189 | CONFIG_FLATMEM=y | ||
190 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
191 | # CONFIG_SPARSEMEM_STATIC is not set | ||
192 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
193 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
194 | # CONFIG_RESOURCES_64BIT is not set | ||
195 | CONFIG_ZONE_DMA_FLAG=1 | ||
196 | CONFIG_BOUNCE=y | ||
197 | CONFIG_VIRT_TO_BUS=y | ||
198 | # CONFIG_PROC_DEVICETREE is not set | ||
199 | # CONFIG_CMDLINE_BOOL is not set | ||
200 | # CONFIG_PM is not set | ||
201 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
202 | CONFIG_HIBERNATION_UP_POSSIBLE=y | ||
203 | CONFIG_SECCOMP=y | ||
204 | CONFIG_WANT_DEVICE_TREE=y | ||
205 | CONFIG_DEVICE_TREE="tqm8540.dts" | ||
206 | CONFIG_ISA_DMA_API=y | ||
207 | |||
208 | # | ||
209 | # Bus options | ||
210 | # | ||
211 | CONFIG_ZONE_DMA=y | ||
212 | CONFIG_PPC_INDIRECT_PCI=y | ||
213 | CONFIG_FSL_SOC=y | ||
214 | CONFIG_FSL_PCI=y | ||
215 | CONFIG_PCI=y | ||
216 | CONFIG_PCI_DOMAINS=y | ||
217 | CONFIG_PCI_SYSCALL=y | ||
218 | # CONFIG_PCIEPORTBUS is not set | ||
219 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
220 | # CONFIG_PCI_MSI is not set | ||
221 | CONFIG_PCI_LEGACY=y | ||
222 | |||
223 | # | ||
224 | # Advanced setup | ||
225 | # | ||
226 | # CONFIG_ADVANCED_OPTIONS is not set | ||
227 | |||
228 | # | ||
229 | # Default settings for advanced configuration options are used | ||
230 | # | ||
231 | CONFIG_HIGHMEM_START=0xfe000000 | ||
232 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
233 | CONFIG_KERNEL_START=0xc0000000 | ||
234 | CONFIG_TASK_SIZE=0xc0000000 | ||
235 | CONFIG_BOOT_LOAD=0x00800000 | ||
236 | |||
237 | # | ||
238 | # Networking | ||
239 | # | ||
240 | CONFIG_NET=y | ||
241 | |||
242 | # | ||
243 | # Networking options | ||
244 | # | ||
245 | CONFIG_PACKET=y | ||
246 | # CONFIG_PACKET_MMAP is not set | ||
247 | CONFIG_UNIX=y | ||
248 | CONFIG_XFRM=y | ||
249 | # CONFIG_XFRM_USER is not set | ||
250 | # CONFIG_XFRM_SUB_POLICY is not set | ||
251 | # CONFIG_XFRM_MIGRATE is not set | ||
252 | # CONFIG_NET_KEY is not set | ||
253 | CONFIG_INET=y | ||
254 | CONFIG_IP_MULTICAST=y | ||
255 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
256 | CONFIG_IP_FIB_HASH=y | ||
257 | CONFIG_IP_PNP=y | ||
258 | CONFIG_IP_PNP_DHCP=y | ||
259 | CONFIG_IP_PNP_BOOTP=y | ||
260 | # CONFIG_IP_PNP_RARP is not set | ||
261 | # CONFIG_NET_IPIP is not set | ||
262 | # CONFIG_NET_IPGRE is not set | ||
263 | # CONFIG_IP_MROUTE is not set | ||
264 | # CONFIG_ARPD is not set | ||
265 | CONFIG_SYN_COOKIES=y | ||
266 | # CONFIG_INET_AH is not set | ||
267 | # CONFIG_INET_ESP is not set | ||
268 | # CONFIG_INET_IPCOMP is not set | ||
269 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
270 | # CONFIG_INET_TUNNEL is not set | ||
271 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
272 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
273 | CONFIG_INET_XFRM_MODE_BEET=y | ||
274 | # CONFIG_INET_LRO is not set | ||
275 | CONFIG_INET_DIAG=y | ||
276 | CONFIG_INET_TCP_DIAG=y | ||
277 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
278 | CONFIG_TCP_CONG_CUBIC=y | ||
279 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
280 | # CONFIG_TCP_MD5SIG is not set | ||
281 | # CONFIG_IPV6 is not set | ||
282 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
283 | # CONFIG_INET6_TUNNEL is not set | ||
284 | # CONFIG_NETWORK_SECMARK is not set | ||
285 | # CONFIG_NETFILTER is not set | ||
286 | # CONFIG_IP_DCCP is not set | ||
287 | # CONFIG_IP_SCTP is not set | ||
288 | # CONFIG_TIPC is not set | ||
289 | # CONFIG_ATM is not set | ||
290 | # CONFIG_BRIDGE is not set | ||
291 | # CONFIG_VLAN_8021Q is not set | ||
292 | # CONFIG_DECNET is not set | ||
293 | # CONFIG_LLC2 is not set | ||
294 | # CONFIG_IPX is not set | ||
295 | # CONFIG_ATALK is not set | ||
296 | # CONFIG_X25 is not set | ||
297 | # CONFIG_LAPB is not set | ||
298 | # CONFIG_ECONET is not set | ||
299 | # CONFIG_WAN_ROUTER is not set | ||
300 | # CONFIG_NET_SCHED is not set | ||
301 | |||
302 | # | ||
303 | # Network testing | ||
304 | # | ||
305 | # CONFIG_NET_PKTGEN is not set | ||
306 | # CONFIG_HAMRADIO is not set | ||
307 | # CONFIG_IRDA is not set | ||
308 | # CONFIG_BT is not set | ||
309 | # CONFIG_AF_RXRPC is not set | ||
310 | |||
311 | # | ||
312 | # Wireless | ||
313 | # | ||
314 | # CONFIG_CFG80211 is not set | ||
315 | # CONFIG_WIRELESS_EXT is not set | ||
316 | # CONFIG_MAC80211 is not set | ||
317 | # CONFIG_IEEE80211 is not set | ||
318 | # CONFIG_RFKILL is not set | ||
319 | # CONFIG_NET_9P is not set | ||
320 | |||
321 | # | ||
322 | # Device Drivers | ||
323 | # | ||
324 | |||
325 | # | ||
326 | # Generic Driver Options | ||
327 | # | ||
328 | CONFIG_STANDALONE=y | ||
329 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
330 | # CONFIG_SYS_HYPERVISOR is not set | ||
331 | # CONFIG_CONNECTOR is not set | ||
332 | CONFIG_MTD=y | ||
333 | # CONFIG_MTD_DEBUG is not set | ||
334 | CONFIG_MTD_CONCAT=y | ||
335 | CONFIG_MTD_PARTITIONS=y | ||
336 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
337 | CONFIG_MTD_CMDLINE_PARTS=y | ||
338 | |||
339 | # | ||
340 | # User Modules And Translation Layers | ||
341 | # | ||
342 | CONFIG_MTD_CHAR=y | ||
343 | CONFIG_MTD_BLKDEVS=y | ||
344 | CONFIG_MTD_BLOCK=y | ||
345 | # CONFIG_FTL is not set | ||
346 | # CONFIG_NFTL is not set | ||
347 | # CONFIG_INFTL is not set | ||
348 | # CONFIG_RFD_FTL is not set | ||
349 | # CONFIG_SSFDC is not set | ||
350 | # CONFIG_MTD_OOPS is not set | ||
351 | |||
352 | # | ||
353 | # RAM/ROM/Flash chip drivers | ||
354 | # | ||
355 | CONFIG_MTD_CFI=y | ||
356 | # CONFIG_MTD_JEDECPROBE is not set | ||
357 | CONFIG_MTD_GEN_PROBE=y | ||
358 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
359 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
360 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
361 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
362 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
363 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
364 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
365 | CONFIG_MTD_CFI_I1=y | ||
366 | CONFIG_MTD_CFI_I2=y | ||
367 | # CONFIG_MTD_CFI_I4 is not set | ||
368 | # CONFIG_MTD_CFI_I8 is not set | ||
369 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
370 | CONFIG_MTD_CFI_AMDSTD=y | ||
371 | # CONFIG_MTD_CFI_STAA is not set | ||
372 | CONFIG_MTD_CFI_UTIL=y | ||
373 | # CONFIG_MTD_RAM is not set | ||
374 | # CONFIG_MTD_ROM is not set | ||
375 | # CONFIG_MTD_ABSENT is not set | ||
376 | |||
377 | # | ||
378 | # Mapping drivers for chip access | ||
379 | # | ||
380 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
381 | # CONFIG_MTD_PHYSMAP is not set | ||
382 | # CONFIG_MTD_PHYSMAP_OF is not set | ||
383 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
384 | # CONFIG_MTD_PLATRAM is not set | ||
385 | |||
386 | # | ||
387 | # Self-contained MTD device drivers | ||
388 | # | ||
389 | # CONFIG_MTD_PMC551 is not set | ||
390 | # CONFIG_MTD_SLRAM is not set | ||
391 | # CONFIG_MTD_PHRAM is not set | ||
392 | # CONFIG_MTD_MTDRAM is not set | ||
393 | # CONFIG_MTD_BLOCK2MTD is not set | ||
394 | |||
395 | # | ||
396 | # Disk-On-Chip Device Drivers | ||
397 | # | ||
398 | # CONFIG_MTD_DOC2000 is not set | ||
399 | # CONFIG_MTD_DOC2001 is not set | ||
400 | # CONFIG_MTD_DOC2001PLUS is not set | ||
401 | # CONFIG_MTD_NAND is not set | ||
402 | # CONFIG_MTD_ONENAND is not set | ||
403 | |||
404 | # | ||
405 | # UBI - Unsorted block images | ||
406 | # | ||
407 | # CONFIG_MTD_UBI is not set | ||
408 | CONFIG_OF_DEVICE=y | ||
409 | # CONFIG_PARPORT is not set | ||
410 | CONFIG_BLK_DEV=y | ||
411 | # CONFIG_BLK_DEV_FD is not set | ||
412 | # CONFIG_BLK_CPQ_DA is not set | ||
413 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
414 | # CONFIG_BLK_DEV_DAC960 is not set | ||
415 | # CONFIG_BLK_DEV_UMEM is not set | ||
416 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
417 | CONFIG_BLK_DEV_LOOP=y | ||
418 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
419 | # CONFIG_BLK_DEV_NBD is not set | ||
420 | # CONFIG_BLK_DEV_SX8 is not set | ||
421 | CONFIG_BLK_DEV_RAM=y | ||
422 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
423 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
424 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
425 | # CONFIG_CDROM_PKTCDVD is not set | ||
426 | # CONFIG_ATA_OVER_ETH is not set | ||
427 | CONFIG_MISC_DEVICES=y | ||
428 | # CONFIG_PHANTOM is not set | ||
429 | # CONFIG_EEPROM_93CX6 is not set | ||
430 | # CONFIG_SGI_IOC4 is not set | ||
431 | # CONFIG_TIFM_CORE is not set | ||
432 | CONFIG_IDE=y | ||
433 | CONFIG_IDE_MAX_HWIFS=4 | ||
434 | CONFIG_BLK_DEV_IDE=y | ||
435 | |||
436 | # | ||
437 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
438 | # | ||
439 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
440 | CONFIG_BLK_DEV_IDEDISK=y | ||
441 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
442 | # CONFIG_BLK_DEV_IDECD is not set | ||
443 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
444 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
445 | # CONFIG_IDE_TASK_IOCTL is not set | ||
446 | CONFIG_IDE_PROC_FS=y | ||
447 | |||
448 | # | ||
449 | # IDE chipset support/bugfixes | ||
450 | # | ||
451 | CONFIG_IDE_GENERIC=y | ||
452 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
453 | |||
454 | # | ||
455 | # PCI IDE chipsets support | ||
456 | # | ||
457 | CONFIG_BLK_DEV_IDEPCI=y | ||
458 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
459 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
460 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
461 | CONFIG_BLK_DEV_GENERIC=y | ||
462 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
463 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
464 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
465 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
466 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
467 | # CONFIG_BLK_DEV_CMD64X is not set | ||
468 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
469 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
470 | # CONFIG_BLK_DEV_CS5520 is not set | ||
471 | # CONFIG_BLK_DEV_CS5530 is not set | ||
472 | # CONFIG_BLK_DEV_HPT34X is not set | ||
473 | # CONFIG_BLK_DEV_HPT366 is not set | ||
474 | # CONFIG_BLK_DEV_JMICRON is not set | ||
475 | # CONFIG_BLK_DEV_SC1200 is not set | ||
476 | # CONFIG_BLK_DEV_PIIX is not set | ||
477 | # CONFIG_BLK_DEV_IT8213 is not set | ||
478 | # CONFIG_BLK_DEV_IT821X is not set | ||
479 | # CONFIG_BLK_DEV_NS87415 is not set | ||
480 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
481 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
482 | # CONFIG_BLK_DEV_SVWKS is not set | ||
483 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
484 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
485 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
486 | # CONFIG_BLK_DEV_TRM290 is not set | ||
487 | CONFIG_BLK_DEV_VIA82CXXX=y | ||
488 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
489 | # CONFIG_IDE_ARM is not set | ||
490 | CONFIG_BLK_DEV_IDEDMA=y | ||
491 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
492 | # CONFIG_BLK_DEV_HD is not set | ||
493 | |||
494 | # | ||
495 | # SCSI device support | ||
496 | # | ||
497 | # CONFIG_RAID_ATTRS is not set | ||
498 | # CONFIG_SCSI is not set | ||
499 | # CONFIG_SCSI_DMA is not set | ||
500 | # CONFIG_SCSI_NETLINK is not set | ||
501 | # CONFIG_ATA is not set | ||
502 | # CONFIG_MD is not set | ||
503 | # CONFIG_FUSION is not set | ||
504 | |||
505 | # | ||
506 | # IEEE 1394 (FireWire) support | ||
507 | # | ||
508 | # CONFIG_FIREWIRE is not set | ||
509 | # CONFIG_IEEE1394 is not set | ||
510 | # CONFIG_I2O is not set | ||
511 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
512 | CONFIG_NETDEVICES=y | ||
513 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
514 | # CONFIG_DUMMY is not set | ||
515 | # CONFIG_BONDING is not set | ||
516 | # CONFIG_MACVLAN is not set | ||
517 | # CONFIG_EQUALIZER is not set | ||
518 | # CONFIG_TUN is not set | ||
519 | # CONFIG_VETH is not set | ||
520 | # CONFIG_ARCNET is not set | ||
521 | CONFIG_PHYLIB=y | ||
522 | |||
523 | # | ||
524 | # MII PHY device drivers | ||
525 | # | ||
526 | # CONFIG_MARVELL_PHY is not set | ||
527 | # CONFIG_DAVICOM_PHY is not set | ||
528 | # CONFIG_QSEMI_PHY is not set | ||
529 | # CONFIG_LXT_PHY is not set | ||
530 | # CONFIG_CICADA_PHY is not set | ||
531 | # CONFIG_VITESSE_PHY is not set | ||
532 | # CONFIG_SMSC_PHY is not set | ||
533 | # CONFIG_BROADCOM_PHY is not set | ||
534 | # CONFIG_ICPLUS_PHY is not set | ||
535 | # CONFIG_FIXED_PHY is not set | ||
536 | # CONFIG_MDIO_BITBANG is not set | ||
537 | CONFIG_NET_ETHERNET=y | ||
538 | CONFIG_MII=y | ||
539 | # CONFIG_HAPPYMEAL is not set | ||
540 | # CONFIG_SUNGEM is not set | ||
541 | # CONFIG_CASSINI is not set | ||
542 | # CONFIG_NET_VENDOR_3COM is not set | ||
543 | # CONFIG_NET_TULIP is not set | ||
544 | # CONFIG_HP100 is not set | ||
545 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
546 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
547 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
548 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
549 | CONFIG_NET_PCI=y | ||
550 | # CONFIG_PCNET32 is not set | ||
551 | # CONFIG_AMD8111_ETH is not set | ||
552 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
553 | # CONFIG_B44 is not set | ||
554 | # CONFIG_FORCEDETH is not set | ||
555 | # CONFIG_EEPRO100 is not set | ||
556 | CONFIG_E100=y | ||
557 | # CONFIG_FEALNX is not set | ||
558 | # CONFIG_NATSEMI is not set | ||
559 | # CONFIG_NE2K_PCI is not set | ||
560 | # CONFIG_8139CP is not set | ||
561 | # CONFIG_8139TOO is not set | ||
562 | # CONFIG_SIS900 is not set | ||
563 | # CONFIG_EPIC100 is not set | ||
564 | # CONFIG_SUNDANCE is not set | ||
565 | # CONFIG_TLAN is not set | ||
566 | # CONFIG_VIA_RHINE is not set | ||
567 | # CONFIG_SC92031 is not set | ||
568 | CONFIG_NETDEV_1000=y | ||
569 | # CONFIG_ACENIC is not set | ||
570 | # CONFIG_DL2K is not set | ||
571 | # CONFIG_E1000 is not set | ||
572 | # CONFIG_E1000E is not set | ||
573 | # CONFIG_IP1000 is not set | ||
574 | # CONFIG_NS83820 is not set | ||
575 | # CONFIG_HAMACHI is not set | ||
576 | # CONFIG_YELLOWFIN is not set | ||
577 | # CONFIG_R8169 is not set | ||
578 | # CONFIG_SIS190 is not set | ||
579 | # CONFIG_SKGE is not set | ||
580 | # CONFIG_SKY2 is not set | ||
581 | # CONFIG_SK98LIN is not set | ||
582 | # CONFIG_VIA_VELOCITY is not set | ||
583 | # CONFIG_TIGON3 is not set | ||
584 | # CONFIG_BNX2 is not set | ||
585 | CONFIG_GIANFAR=y | ||
586 | CONFIG_GFAR_NAPI=y | ||
587 | # CONFIG_QLA3XXX is not set | ||
588 | # CONFIG_ATL1 is not set | ||
589 | CONFIG_NETDEV_10000=y | ||
590 | # CONFIG_CHELSIO_T1 is not set | ||
591 | # CONFIG_CHELSIO_T3 is not set | ||
592 | # CONFIG_IXGBE is not set | ||
593 | # CONFIG_IXGB is not set | ||
594 | # CONFIG_S2IO is not set | ||
595 | # CONFIG_MYRI10GE is not set | ||
596 | # CONFIG_NETXEN_NIC is not set | ||
597 | # CONFIG_NIU is not set | ||
598 | # CONFIG_MLX4_CORE is not set | ||
599 | # CONFIG_TEHUTI is not set | ||
600 | # CONFIG_TR is not set | ||
601 | |||
602 | # | ||
603 | # Wireless LAN | ||
604 | # | ||
605 | # CONFIG_WLAN_PRE80211 is not set | ||
606 | # CONFIG_WLAN_80211 is not set | ||
607 | # CONFIG_WAN is not set | ||
608 | # CONFIG_FDDI is not set | ||
609 | # CONFIG_HIPPI is not set | ||
610 | # CONFIG_PPP is not set | ||
611 | # CONFIG_SLIP is not set | ||
612 | # CONFIG_SHAPER is not set | ||
613 | # CONFIG_NETCONSOLE is not set | ||
614 | # CONFIG_NETPOLL is not set | ||
615 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
616 | # CONFIG_ISDN is not set | ||
617 | # CONFIG_PHONE is not set | ||
618 | |||
619 | # | ||
620 | # Input device support | ||
621 | # | ||
622 | CONFIG_INPUT=y | ||
623 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
624 | # CONFIG_INPUT_POLLDEV is not set | ||
625 | |||
626 | # | ||
627 | # Userland interfaces | ||
628 | # | ||
629 | # CONFIG_INPUT_MOUSEDEV is not set | ||
630 | # CONFIG_INPUT_JOYDEV is not set | ||
631 | # CONFIG_INPUT_EVDEV is not set | ||
632 | # CONFIG_INPUT_EVBUG is not set | ||
633 | |||
634 | # | ||
635 | # Input Device Drivers | ||
636 | # | ||
637 | # CONFIG_INPUT_KEYBOARD is not set | ||
638 | # CONFIG_INPUT_MOUSE is not set | ||
639 | # CONFIG_INPUT_JOYSTICK is not set | ||
640 | # CONFIG_INPUT_TABLET is not set | ||
641 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
642 | # CONFIG_INPUT_MISC is not set | ||
643 | |||
644 | # | ||
645 | # Hardware I/O ports | ||
646 | # | ||
647 | # CONFIG_SERIO is not set | ||
648 | # CONFIG_GAMEPORT is not set | ||
649 | |||
650 | # | ||
651 | # Character devices | ||
652 | # | ||
653 | # CONFIG_VT is not set | ||
654 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
655 | |||
656 | # | ||
657 | # Serial drivers | ||
658 | # | ||
659 | CONFIG_SERIAL_8250=y | ||
660 | CONFIG_SERIAL_8250_CONSOLE=y | ||
661 | CONFIG_SERIAL_8250_PCI=y | ||
662 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
663 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
664 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
665 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
666 | |||
667 | # | ||
668 | # Non-8250 serial port support | ||
669 | # | ||
670 | # CONFIG_SERIAL_UARTLITE is not set | ||
671 | CONFIG_SERIAL_CORE=y | ||
672 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
673 | # CONFIG_SERIAL_JSM is not set | ||
674 | # CONFIG_SERIAL_OF_PLATFORM is not set | ||
675 | CONFIG_UNIX98_PTYS=y | ||
676 | CONFIG_LEGACY_PTYS=y | ||
677 | CONFIG_LEGACY_PTY_COUNT=256 | ||
678 | # CONFIG_IPMI_HANDLER is not set | ||
679 | CONFIG_HW_RANDOM=y | ||
680 | # CONFIG_NVRAM is not set | ||
681 | CONFIG_GEN_RTC=y | ||
682 | # CONFIG_GEN_RTC_X is not set | ||
683 | # CONFIG_R3964 is not set | ||
684 | # CONFIG_APPLICOM is not set | ||
685 | # CONFIG_RAW_DRIVER is not set | ||
686 | # CONFIG_TCG_TPM is not set | ||
687 | CONFIG_DEVPORT=y | ||
688 | CONFIG_I2C=y | ||
689 | CONFIG_I2C_BOARDINFO=y | ||
690 | CONFIG_I2C_CHARDEV=y | ||
691 | |||
692 | # | ||
693 | # I2C Algorithms | ||
694 | # | ||
695 | # CONFIG_I2C_ALGOBIT is not set | ||
696 | # CONFIG_I2C_ALGOPCF is not set | ||
697 | # CONFIG_I2C_ALGOPCA is not set | ||
698 | |||
699 | # | ||
700 | # I2C Hardware Bus support | ||
701 | # | ||
702 | # CONFIG_I2C_ALI1535 is not set | ||
703 | # CONFIG_I2C_ALI1563 is not set | ||
704 | # CONFIG_I2C_ALI15X3 is not set | ||
705 | # CONFIG_I2C_AMD756 is not set | ||
706 | # CONFIG_I2C_AMD8111 is not set | ||
707 | # CONFIG_I2C_I801 is not set | ||
708 | # CONFIG_I2C_I810 is not set | ||
709 | # CONFIG_I2C_PIIX4 is not set | ||
710 | CONFIG_I2C_MPC=y | ||
711 | # CONFIG_I2C_NFORCE2 is not set | ||
712 | # CONFIG_I2C_OCORES is not set | ||
713 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
714 | # CONFIG_I2C_PROSAVAGE is not set | ||
715 | # CONFIG_I2C_SAVAGE4 is not set | ||
716 | # CONFIG_I2C_SIMTEC is not set | ||
717 | # CONFIG_I2C_SIS5595 is not set | ||
718 | # CONFIG_I2C_SIS630 is not set | ||
719 | # CONFIG_I2C_SIS96X is not set | ||
720 | # CONFIG_I2C_TAOS_EVM is not set | ||
721 | # CONFIG_I2C_VIA is not set | ||
722 | # CONFIG_I2C_VIAPRO is not set | ||
723 | # CONFIG_I2C_VOODOO3 is not set | ||
724 | |||
725 | # | ||
726 | # Miscellaneous I2C Chip support | ||
727 | # | ||
728 | CONFIG_SENSORS_DS1337=y | ||
729 | # CONFIG_SENSORS_DS1374 is not set | ||
730 | # CONFIG_DS1682 is not set | ||
731 | # CONFIG_SENSORS_EEPROM is not set | ||
732 | # CONFIG_SENSORS_PCF8574 is not set | ||
733 | # CONFIG_SENSORS_PCA9539 is not set | ||
734 | # CONFIG_SENSORS_PCF8591 is not set | ||
735 | # CONFIG_SENSORS_M41T00 is not set | ||
736 | # CONFIG_SENSORS_MAX6875 is not set | ||
737 | # CONFIG_SENSORS_TSL2550 is not set | ||
738 | # CONFIG_I2C_DEBUG_CORE is not set | ||
739 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
740 | # CONFIG_I2C_DEBUG_BUS is not set | ||
741 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
742 | |||
743 | # | ||
744 | # SPI support | ||
745 | # | ||
746 | # CONFIG_SPI is not set | ||
747 | # CONFIG_SPI_MASTER is not set | ||
748 | # CONFIG_W1 is not set | ||
749 | # CONFIG_POWER_SUPPLY is not set | ||
750 | CONFIG_HWMON=y | ||
751 | # CONFIG_HWMON_VID is not set | ||
752 | # CONFIG_SENSORS_AD7418 is not set | ||
753 | # CONFIG_SENSORS_ADM1021 is not set | ||
754 | # CONFIG_SENSORS_ADM1025 is not set | ||
755 | # CONFIG_SENSORS_ADM1026 is not set | ||
756 | # CONFIG_SENSORS_ADM1029 is not set | ||
757 | # CONFIG_SENSORS_ADM1031 is not set | ||
758 | # CONFIG_SENSORS_ADM9240 is not set | ||
759 | # CONFIG_SENSORS_ADT7470 is not set | ||
760 | # CONFIG_SENSORS_ATXP1 is not set | ||
761 | # CONFIG_SENSORS_DS1621 is not set | ||
762 | # CONFIG_SENSORS_I5K_AMB is not set | ||
763 | # CONFIG_SENSORS_F71805F is not set | ||
764 | # CONFIG_SENSORS_F71882FG is not set | ||
765 | # CONFIG_SENSORS_F75375S is not set | ||
766 | # CONFIG_SENSORS_GL518SM is not set | ||
767 | # CONFIG_SENSORS_GL520SM is not set | ||
768 | # CONFIG_SENSORS_IT87 is not set | ||
769 | # CONFIG_SENSORS_LM63 is not set | ||
770 | CONFIG_SENSORS_LM75=y | ||
771 | # CONFIG_SENSORS_LM77 is not set | ||
772 | # CONFIG_SENSORS_LM78 is not set | ||
773 | # CONFIG_SENSORS_LM80 is not set | ||
774 | # CONFIG_SENSORS_LM83 is not set | ||
775 | # CONFIG_SENSORS_LM85 is not set | ||
776 | # CONFIG_SENSORS_LM87 is not set | ||
777 | # CONFIG_SENSORS_LM90 is not set | ||
778 | # CONFIG_SENSORS_LM92 is not set | ||
779 | # CONFIG_SENSORS_LM93 is not set | ||
780 | # CONFIG_SENSORS_MAX1619 is not set | ||
781 | # CONFIG_SENSORS_MAX6650 is not set | ||
782 | # CONFIG_SENSORS_PC87360 is not set | ||
783 | # CONFIG_SENSORS_PC87427 is not set | ||
784 | # CONFIG_SENSORS_SIS5595 is not set | ||
785 | # CONFIG_SENSORS_DME1737 is not set | ||
786 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
787 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
788 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
789 | # CONFIG_SENSORS_THMC50 is not set | ||
790 | # CONFIG_SENSORS_VIA686A is not set | ||
791 | # CONFIG_SENSORS_VT1211 is not set | ||
792 | # CONFIG_SENSORS_VT8231 is not set | ||
793 | # CONFIG_SENSORS_W83781D is not set | ||
794 | # CONFIG_SENSORS_W83791D is not set | ||
795 | # CONFIG_SENSORS_W83792D is not set | ||
796 | # CONFIG_SENSORS_W83793 is not set | ||
797 | # CONFIG_SENSORS_W83L785TS is not set | ||
798 | # CONFIG_SENSORS_W83627HF is not set | ||
799 | # CONFIG_SENSORS_W83627EHF is not set | ||
800 | CONFIG_HWMON_DEBUG_CHIP=y | ||
801 | # CONFIG_WATCHDOG is not set | ||
802 | |||
803 | # | ||
804 | # Sonics Silicon Backplane | ||
805 | # | ||
806 | CONFIG_SSB_POSSIBLE=y | ||
807 | # CONFIG_SSB is not set | ||
808 | |||
809 | # | ||
810 | # Multifunction device drivers | ||
811 | # | ||
812 | # CONFIG_MFD_SM501 is not set | ||
813 | |||
814 | # | ||
815 | # Multimedia devices | ||
816 | # | ||
817 | # CONFIG_VIDEO_DEV is not set | ||
818 | # CONFIG_DVB_CORE is not set | ||
819 | CONFIG_DAB=y | ||
820 | |||
821 | # | ||
822 | # Graphics support | ||
823 | # | ||
824 | # CONFIG_AGP is not set | ||
825 | # CONFIG_DRM is not set | ||
826 | # CONFIG_VGASTATE is not set | ||
827 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
828 | # CONFIG_FB is not set | ||
829 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
830 | |||
831 | # | ||
832 | # Display device support | ||
833 | # | ||
834 | # CONFIG_DISPLAY_SUPPORT is not set | ||
835 | |||
836 | # | ||
837 | # Sound | ||
838 | # | ||
839 | # CONFIG_SOUND is not set | ||
840 | CONFIG_HID_SUPPORT=y | ||
841 | CONFIG_HID=y | ||
842 | # CONFIG_HID_DEBUG is not set | ||
843 | # CONFIG_HIDRAW is not set | ||
844 | CONFIG_USB_SUPPORT=y | ||
845 | CONFIG_USB_ARCH_HAS_HCD=y | ||
846 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
847 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
848 | # CONFIG_USB is not set | ||
849 | |||
850 | # | ||
851 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
852 | # | ||
853 | |||
854 | # | ||
855 | # USB Gadget Support | ||
856 | # | ||
857 | # CONFIG_USB_GADGET is not set | ||
858 | # CONFIG_MMC is not set | ||
859 | # CONFIG_NEW_LEDS is not set | ||
860 | # CONFIG_INFINIBAND is not set | ||
861 | # CONFIG_EDAC is not set | ||
862 | # CONFIG_RTC_CLASS is not set | ||
863 | |||
864 | # | ||
865 | # Userspace I/O | ||
866 | # | ||
867 | # CONFIG_UIO is not set | ||
868 | |||
869 | # | ||
870 | # File systems | ||
871 | # | ||
872 | CONFIG_EXT2_FS=y | ||
873 | # CONFIG_EXT2_FS_XATTR is not set | ||
874 | # CONFIG_EXT2_FS_XIP is not set | ||
875 | CONFIG_EXT3_FS=y | ||
876 | CONFIG_EXT3_FS_XATTR=y | ||
877 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
878 | # CONFIG_EXT3_FS_SECURITY is not set | ||
879 | # CONFIG_EXT4DEV_FS is not set | ||
880 | CONFIG_JBD=y | ||
881 | CONFIG_FS_MBCACHE=y | ||
882 | # CONFIG_REISERFS_FS is not set | ||
883 | # CONFIG_JFS_FS is not set | ||
884 | # CONFIG_FS_POSIX_ACL is not set | ||
885 | # CONFIG_XFS_FS is not set | ||
886 | # CONFIG_GFS2_FS is not set | ||
887 | # CONFIG_OCFS2_FS is not set | ||
888 | # CONFIG_MINIX_FS is not set | ||
889 | # CONFIG_ROMFS_FS is not set | ||
890 | CONFIG_INOTIFY=y | ||
891 | CONFIG_INOTIFY_USER=y | ||
892 | # CONFIG_QUOTA is not set | ||
893 | CONFIG_DNOTIFY=y | ||
894 | # CONFIG_AUTOFS_FS is not set | ||
895 | # CONFIG_AUTOFS4_FS is not set | ||
896 | # CONFIG_FUSE_FS is not set | ||
897 | |||
898 | # | ||
899 | # CD-ROM/DVD Filesystems | ||
900 | # | ||
901 | # CONFIG_ISO9660_FS is not set | ||
902 | # CONFIG_UDF_FS is not set | ||
903 | |||
904 | # | ||
905 | # DOS/FAT/NT Filesystems | ||
906 | # | ||
907 | # CONFIG_MSDOS_FS is not set | ||
908 | # CONFIG_VFAT_FS is not set | ||
909 | # CONFIG_NTFS_FS is not set | ||
910 | |||
911 | # | ||
912 | # Pseudo filesystems | ||
913 | # | ||
914 | CONFIG_PROC_FS=y | ||
915 | CONFIG_PROC_KCORE=y | ||
916 | CONFIG_PROC_SYSCTL=y | ||
917 | CONFIG_SYSFS=y | ||
918 | CONFIG_TMPFS=y | ||
919 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
920 | # CONFIG_HUGETLB_PAGE is not set | ||
921 | # CONFIG_CONFIGFS_FS is not set | ||
922 | |||
923 | # | ||
924 | # Miscellaneous filesystems | ||
925 | # | ||
926 | # CONFIG_ADFS_FS is not set | ||
927 | # CONFIG_AFFS_FS is not set | ||
928 | # CONFIG_HFS_FS is not set | ||
929 | # CONFIG_HFSPLUS_FS is not set | ||
930 | # CONFIG_BEFS_FS is not set | ||
931 | # CONFIG_BFS_FS is not set | ||
932 | # CONFIG_EFS_FS is not set | ||
933 | CONFIG_JFFS2_FS=y | ||
934 | CONFIG_JFFS2_FS_DEBUG=0 | ||
935 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
936 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
937 | # CONFIG_JFFS2_SUMMARY is not set | ||
938 | # CONFIG_JFFS2_FS_XATTR is not set | ||
939 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
940 | CONFIG_JFFS2_ZLIB=y | ||
941 | # CONFIG_JFFS2_LZO is not set | ||
942 | CONFIG_JFFS2_RTIME=y | ||
943 | # CONFIG_JFFS2_RUBIN is not set | ||
944 | CONFIG_CRAMFS=y | ||
945 | # CONFIG_VXFS_FS is not set | ||
946 | # CONFIG_HPFS_FS is not set | ||
947 | # CONFIG_QNX4FS_FS is not set | ||
948 | # CONFIG_SYSV_FS is not set | ||
949 | # CONFIG_UFS_FS is not set | ||
950 | CONFIG_NETWORK_FILESYSTEMS=y | ||
951 | CONFIG_NFS_FS=y | ||
952 | # CONFIG_NFS_V3 is not set | ||
953 | # CONFIG_NFS_V4 is not set | ||
954 | # CONFIG_NFS_DIRECTIO is not set | ||
955 | # CONFIG_NFSD is not set | ||
956 | CONFIG_ROOT_NFS=y | ||
957 | CONFIG_LOCKD=y | ||
958 | CONFIG_NFS_COMMON=y | ||
959 | CONFIG_SUNRPC=y | ||
960 | # CONFIG_SUNRPC_BIND34 is not set | ||
961 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
962 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
963 | # CONFIG_SMB_FS is not set | ||
964 | # CONFIG_CIFS is not set | ||
965 | # CONFIG_NCP_FS is not set | ||
966 | # CONFIG_CODA_FS is not set | ||
967 | # CONFIG_AFS_FS is not set | ||
968 | |||
969 | # | ||
970 | # Partition Types | ||
971 | # | ||
972 | CONFIG_PARTITION_ADVANCED=y | ||
973 | # CONFIG_ACORN_PARTITION is not set | ||
974 | # CONFIG_OSF_PARTITION is not set | ||
975 | # CONFIG_AMIGA_PARTITION is not set | ||
976 | # CONFIG_ATARI_PARTITION is not set | ||
977 | # CONFIG_MAC_PARTITION is not set | ||
978 | # CONFIG_MSDOS_PARTITION is not set | ||
979 | # CONFIG_LDM_PARTITION is not set | ||
980 | # CONFIG_SGI_PARTITION is not set | ||
981 | # CONFIG_ULTRIX_PARTITION is not set | ||
982 | # CONFIG_SUN_PARTITION is not set | ||
983 | # CONFIG_KARMA_PARTITION is not set | ||
984 | # CONFIG_EFI_PARTITION is not set | ||
985 | # CONFIG_SYSV68_PARTITION is not set | ||
986 | # CONFIG_NLS is not set | ||
987 | # CONFIG_DLM is not set | ||
988 | |||
989 | # | ||
990 | # Library routines | ||
991 | # | ||
992 | CONFIG_BITREVERSE=y | ||
993 | # CONFIG_CRC_CCITT is not set | ||
994 | # CONFIG_CRC16 is not set | ||
995 | # CONFIG_CRC_ITU_T is not set | ||
996 | CONFIG_CRC32=y | ||
997 | # CONFIG_CRC7 is not set | ||
998 | # CONFIG_LIBCRC32C is not set | ||
999 | CONFIG_ZLIB_INFLATE=y | ||
1000 | CONFIG_ZLIB_DEFLATE=y | ||
1001 | CONFIG_PLIST=y | ||
1002 | CONFIG_HAS_IOMEM=y | ||
1003 | CONFIG_HAS_IOPORT=y | ||
1004 | CONFIG_HAS_DMA=y | ||
1005 | CONFIG_INSTRUMENTATION=y | ||
1006 | # CONFIG_PROFILING is not set | ||
1007 | # CONFIG_MARKERS is not set | ||
1008 | |||
1009 | # | ||
1010 | # Kernel hacking | ||
1011 | # | ||
1012 | # CONFIG_PRINTK_TIME is not set | ||
1013 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1014 | CONFIG_ENABLE_MUST_CHECK=y | ||
1015 | # CONFIG_MAGIC_SYSRQ is not set | ||
1016 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1017 | # CONFIG_DEBUG_FS is not set | ||
1018 | # CONFIG_HEADERS_CHECK is not set | ||
1019 | # CONFIG_DEBUG_KERNEL is not set | ||
1020 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1021 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1022 | # CONFIG_SAMPLES is not set | ||
1023 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1024 | |||
1025 | # | ||
1026 | # Security options | ||
1027 | # | ||
1028 | # CONFIG_KEYS is not set | ||
1029 | # CONFIG_SECURITY is not set | ||
1030 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1031 | # CONFIG_CRYPTO is not set | ||
1032 | # CONFIG_PPC_CLOCK is not set | ||
diff --git a/arch/powerpc/configs/tqm8541_defconfig b/arch/powerpc/configs/tqm8541_defconfig new file mode 100644 index 000000000000..1aff35f0c53a --- /dev/null +++ b/arch/powerpc/configs/tqm8541_defconfig | |||
@@ -0,0 +1,1044 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.24-rc8 | ||
4 | # Fri Jan 25 01:31:28 2008 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | |||
8 | # | ||
9 | # Processor support | ||
10 | # | ||
11 | # CONFIG_6xx is not set | ||
12 | CONFIG_PPC_85xx=y | ||
13 | # CONFIG_PPC_8xx is not set | ||
14 | # CONFIG_40x is not set | ||
15 | # CONFIG_44x is not set | ||
16 | # CONFIG_E200 is not set | ||
17 | CONFIG_85xx=y | ||
18 | CONFIG_E500=y | ||
19 | CONFIG_BOOKE=y | ||
20 | CONFIG_FSL_BOOKE=y | ||
21 | # CONFIG_PHYS_64BIT is not set | ||
22 | CONFIG_SPE=y | ||
23 | # CONFIG_PPC_MM_SLICES is not set | ||
24 | CONFIG_PPC32=y | ||
25 | CONFIG_WORD_SIZE=32 | ||
26 | CONFIG_PPC_MERGE=y | ||
27 | CONFIG_MMU=y | ||
28 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
29 | CONFIG_GENERIC_TIME=y | ||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
31 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
32 | CONFIG_GENERIC_HARDIRQS=y | ||
33 | CONFIG_IRQ_PER_CPU=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
36 | CONFIG_GENERIC_HWEIGHT=y | ||
37 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
38 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
39 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | ||
40 | CONFIG_PPC=y | ||
41 | CONFIG_EARLY_PRINTK=y | ||
42 | CONFIG_GENERIC_NVRAM=y | ||
43 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
44 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
45 | CONFIG_PPC_OF=y | ||
46 | CONFIG_OF=y | ||
47 | CONFIG_PPC_UDBG_16550=y | ||
48 | # CONFIG_GENERIC_TBSYNC is not set | ||
49 | CONFIG_AUDIT_ARCH=y | ||
50 | CONFIG_GENERIC_BUG=y | ||
51 | CONFIG_DEFAULT_UIMAGE=y | ||
52 | # CONFIG_PPC_DCR_NATIVE is not set | ||
53 | # CONFIG_PPC_DCR_MMIO is not set | ||
54 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
55 | |||
56 | # | ||
57 | # General setup | ||
58 | # | ||
59 | CONFIG_EXPERIMENTAL=y | ||
60 | CONFIG_BROKEN_ON_SMP=y | ||
61 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
62 | CONFIG_LOCALVERSION="" | ||
63 | CONFIG_LOCALVERSION_AUTO=y | ||
64 | CONFIG_SWAP=y | ||
65 | CONFIG_SYSVIPC=y | ||
66 | CONFIG_SYSVIPC_SYSCTL=y | ||
67 | # CONFIG_POSIX_MQUEUE is not set | ||
68 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
69 | # CONFIG_TASKSTATS is not set | ||
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_AUDIT is not set | ||
73 | # CONFIG_IKCONFIG is not set | ||
74 | CONFIG_LOG_BUF_SHIFT=14 | ||
75 | # CONFIG_CGROUPS is not set | ||
76 | CONFIG_FAIR_GROUP_SCHED=y | ||
77 | CONFIG_FAIR_USER_SCHED=y | ||
78 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
79 | CONFIG_SYSFS_DEPRECATED=y | ||
80 | # CONFIG_RELAY is not set | ||
81 | CONFIG_BLK_DEV_INITRD=y | ||
82 | CONFIG_INITRAMFS_SOURCE="" | ||
83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
84 | CONFIG_SYSCTL=y | ||
85 | CONFIG_EMBEDDED=y | ||
86 | CONFIG_SYSCTL_SYSCALL=y | ||
87 | # CONFIG_KALLSYMS is not set | ||
88 | # CONFIG_HOTPLUG is not set | ||
89 | CONFIG_PRINTK=y | ||
90 | CONFIG_BUG=y | ||
91 | CONFIG_ELF_CORE=y | ||
92 | CONFIG_BASE_FULL=y | ||
93 | CONFIG_FUTEX=y | ||
94 | CONFIG_ANON_INODES=y | ||
95 | # CONFIG_EPOLL is not set | ||
96 | CONFIG_SIGNALFD=y | ||
97 | CONFIG_EVENTFD=y | ||
98 | CONFIG_SHMEM=y | ||
99 | CONFIG_VM_EVENT_COUNTERS=y | ||
100 | CONFIG_SLUB_DEBUG=y | ||
101 | # CONFIG_SLAB is not set | ||
102 | CONFIG_SLUB=y | ||
103 | # CONFIG_SLOB is not set | ||
104 | CONFIG_SLABINFO=y | ||
105 | CONFIG_RT_MUTEXES=y | ||
106 | # CONFIG_TINY_SHMEM is not set | ||
107 | CONFIG_BASE_SMALL=0 | ||
108 | # CONFIG_MODULES is not set | ||
109 | CONFIG_BLOCK=y | ||
110 | # CONFIG_LBD is not set | ||
111 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
112 | # CONFIG_LSF is not set | ||
113 | # CONFIG_BLK_DEV_BSG is not set | ||
114 | |||
115 | # | ||
116 | # IO Schedulers | ||
117 | # | ||
118 | CONFIG_IOSCHED_NOOP=y | ||
119 | CONFIG_IOSCHED_AS=y | ||
120 | CONFIG_IOSCHED_DEADLINE=y | ||
121 | CONFIG_IOSCHED_CFQ=y | ||
122 | CONFIG_DEFAULT_AS=y | ||
123 | # CONFIG_DEFAULT_DEADLINE is not set | ||
124 | # CONFIG_DEFAULT_CFQ is not set | ||
125 | # CONFIG_DEFAULT_NOOP is not set | ||
126 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
127 | |||
128 | # | ||
129 | # Platform support | ||
130 | # | ||
131 | # CONFIG_PPC_MPC52xx is not set | ||
132 | # CONFIG_PPC_MPC5200 is not set | ||
133 | # CONFIG_PPC_CELL is not set | ||
134 | # CONFIG_PPC_CELL_NATIVE is not set | ||
135 | # CONFIG_PQ2ADS is not set | ||
136 | # CONFIG_MPC8540_ADS is not set | ||
137 | # CONFIG_MPC8560_ADS is not set | ||
138 | # CONFIG_MPC85xx_CDS is not set | ||
139 | # CONFIG_MPC85xx_MDS is not set | ||
140 | # CONFIG_MPC85xx_DS is not set | ||
141 | # CONFIG_STX_GP3 is not set | ||
142 | # CONFIG_TQM8540 is not set | ||
143 | CONFIG_TQM8541=y | ||
144 | # CONFIG_TQM8555 is not set | ||
145 | # CONFIG_TQM8560 is not set | ||
146 | CONFIG_TQM85xx=y | ||
147 | CONFIG_MPC85xx=y | ||
148 | # CONFIG_IPIC is not set | ||
149 | CONFIG_MPIC=y | ||
150 | # CONFIG_MPIC_WEIRD is not set | ||
151 | # CONFIG_PPC_I8259 is not set | ||
152 | # CONFIG_PPC_RTAS is not set | ||
153 | # CONFIG_MMIO_NVRAM is not set | ||
154 | # CONFIG_PPC_MPC106 is not set | ||
155 | # CONFIG_PPC_970_NAP is not set | ||
156 | # CONFIG_PPC_INDIRECT_IO is not set | ||
157 | # CONFIG_GENERIC_IOMAP is not set | ||
158 | # CONFIG_CPU_FREQ is not set | ||
159 | CONFIG_CPM2=y | ||
160 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
161 | # CONFIG_FSL_ULI1575 is not set | ||
162 | CONFIG_CPM=y | ||
163 | |||
164 | # | ||
165 | # Kernel options | ||
166 | # | ||
167 | # CONFIG_HIGHMEM is not set | ||
168 | # CONFIG_TICK_ONESHOT is not set | ||
169 | # CONFIG_NO_HZ is not set | ||
170 | # CONFIG_HIGH_RES_TIMERS is not set | ||
171 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
172 | # CONFIG_HZ_100 is not set | ||
173 | CONFIG_HZ_250=y | ||
174 | # CONFIG_HZ_300 is not set | ||
175 | # CONFIG_HZ_1000 is not set | ||
176 | CONFIG_HZ=250 | ||
177 | CONFIG_PREEMPT_NONE=y | ||
178 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
179 | # CONFIG_PREEMPT is not set | ||
180 | CONFIG_BINFMT_ELF=y | ||
181 | # CONFIG_BINFMT_MISC is not set | ||
182 | CONFIG_MATH_EMULATION=y | ||
183 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
184 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
185 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
186 | CONFIG_SELECT_MEMORY_MODEL=y | ||
187 | CONFIG_FLATMEM_MANUAL=y | ||
188 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
189 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
190 | CONFIG_FLATMEM=y | ||
191 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
192 | # CONFIG_SPARSEMEM_STATIC is not set | ||
193 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
194 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
195 | # CONFIG_RESOURCES_64BIT is not set | ||
196 | CONFIG_ZONE_DMA_FLAG=1 | ||
197 | CONFIG_BOUNCE=y | ||
198 | CONFIG_VIRT_TO_BUS=y | ||
199 | # CONFIG_PROC_DEVICETREE is not set | ||
200 | # CONFIG_CMDLINE_BOOL is not set | ||
201 | # CONFIG_PM is not set | ||
202 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
203 | CONFIG_HIBERNATION_UP_POSSIBLE=y | ||
204 | CONFIG_SECCOMP=y | ||
205 | CONFIG_WANT_DEVICE_TREE=y | ||
206 | CONFIG_DEVICE_TREE="tqm8541.dts" | ||
207 | CONFIG_ISA_DMA_API=y | ||
208 | |||
209 | # | ||
210 | # Bus options | ||
211 | # | ||
212 | CONFIG_ZONE_DMA=y | ||
213 | CONFIG_PPC_INDIRECT_PCI=y | ||
214 | CONFIG_FSL_SOC=y | ||
215 | CONFIG_FSL_PCI=y | ||
216 | CONFIG_PCI=y | ||
217 | CONFIG_PCI_DOMAINS=y | ||
218 | CONFIG_PCI_SYSCALL=y | ||
219 | # CONFIG_PCIEPORTBUS is not set | ||
220 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
221 | # CONFIG_PCI_MSI is not set | ||
222 | CONFIG_PCI_LEGACY=y | ||
223 | |||
224 | # | ||
225 | # Advanced setup | ||
226 | # | ||
227 | # CONFIG_ADVANCED_OPTIONS is not set | ||
228 | |||
229 | # | ||
230 | # Default settings for advanced configuration options are used | ||
231 | # | ||
232 | CONFIG_HIGHMEM_START=0xfe000000 | ||
233 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
234 | CONFIG_KERNEL_START=0xc0000000 | ||
235 | CONFIG_TASK_SIZE=0xc0000000 | ||
236 | CONFIG_BOOT_LOAD=0x00800000 | ||
237 | |||
238 | # | ||
239 | # Networking | ||
240 | # | ||
241 | CONFIG_NET=y | ||
242 | |||
243 | # | ||
244 | # Networking options | ||
245 | # | ||
246 | CONFIG_PACKET=y | ||
247 | # CONFIG_PACKET_MMAP is not set | ||
248 | CONFIG_UNIX=y | ||
249 | CONFIG_XFRM=y | ||
250 | # CONFIG_XFRM_USER is not set | ||
251 | # CONFIG_XFRM_SUB_POLICY is not set | ||
252 | # CONFIG_XFRM_MIGRATE is not set | ||
253 | # CONFIG_NET_KEY is not set | ||
254 | CONFIG_INET=y | ||
255 | CONFIG_IP_MULTICAST=y | ||
256 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
257 | CONFIG_IP_FIB_HASH=y | ||
258 | CONFIG_IP_PNP=y | ||
259 | CONFIG_IP_PNP_DHCP=y | ||
260 | CONFIG_IP_PNP_BOOTP=y | ||
261 | # CONFIG_IP_PNP_RARP is not set | ||
262 | # CONFIG_NET_IPIP is not set | ||
263 | # CONFIG_NET_IPGRE is not set | ||
264 | # CONFIG_IP_MROUTE is not set | ||
265 | # CONFIG_ARPD is not set | ||
266 | CONFIG_SYN_COOKIES=y | ||
267 | # CONFIG_INET_AH is not set | ||
268 | # CONFIG_INET_ESP is not set | ||
269 | # CONFIG_INET_IPCOMP is not set | ||
270 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
271 | # CONFIG_INET_TUNNEL is not set | ||
272 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
273 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
274 | CONFIG_INET_XFRM_MODE_BEET=y | ||
275 | # CONFIG_INET_LRO is not set | ||
276 | CONFIG_INET_DIAG=y | ||
277 | CONFIG_INET_TCP_DIAG=y | ||
278 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
279 | CONFIG_TCP_CONG_CUBIC=y | ||
280 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
281 | # CONFIG_TCP_MD5SIG is not set | ||
282 | # CONFIG_IPV6 is not set | ||
283 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
284 | # CONFIG_INET6_TUNNEL is not set | ||
285 | # CONFIG_NETWORK_SECMARK is not set | ||
286 | # CONFIG_NETFILTER is not set | ||
287 | # CONFIG_IP_DCCP is not set | ||
288 | # CONFIG_IP_SCTP is not set | ||
289 | # CONFIG_TIPC is not set | ||
290 | # CONFIG_ATM is not set | ||
291 | # CONFIG_BRIDGE is not set | ||
292 | # CONFIG_VLAN_8021Q is not set | ||
293 | # CONFIG_DECNET is not set | ||
294 | # CONFIG_LLC2 is not set | ||
295 | # CONFIG_IPX is not set | ||
296 | # CONFIG_ATALK is not set | ||
297 | # CONFIG_X25 is not set | ||
298 | # CONFIG_LAPB is not set | ||
299 | # CONFIG_ECONET is not set | ||
300 | # CONFIG_WAN_ROUTER is not set | ||
301 | # CONFIG_NET_SCHED is not set | ||
302 | |||
303 | # | ||
304 | # Network testing | ||
305 | # | ||
306 | # CONFIG_NET_PKTGEN is not set | ||
307 | # CONFIG_HAMRADIO is not set | ||
308 | # CONFIG_IRDA is not set | ||
309 | # CONFIG_BT is not set | ||
310 | # CONFIG_AF_RXRPC is not set | ||
311 | |||
312 | # | ||
313 | # Wireless | ||
314 | # | ||
315 | # CONFIG_CFG80211 is not set | ||
316 | # CONFIG_WIRELESS_EXT is not set | ||
317 | # CONFIG_MAC80211 is not set | ||
318 | # CONFIG_IEEE80211 is not set | ||
319 | # CONFIG_RFKILL is not set | ||
320 | # CONFIG_NET_9P is not set | ||
321 | |||
322 | # | ||
323 | # Device Drivers | ||
324 | # | ||
325 | |||
326 | # | ||
327 | # Generic Driver Options | ||
328 | # | ||
329 | CONFIG_STANDALONE=y | ||
330 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
331 | # CONFIG_SYS_HYPERVISOR is not set | ||
332 | # CONFIG_CONNECTOR is not set | ||
333 | CONFIG_MTD=y | ||
334 | # CONFIG_MTD_DEBUG is not set | ||
335 | CONFIG_MTD_CONCAT=y | ||
336 | CONFIG_MTD_PARTITIONS=y | ||
337 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
338 | CONFIG_MTD_CMDLINE_PARTS=y | ||
339 | |||
340 | # | ||
341 | # User Modules And Translation Layers | ||
342 | # | ||
343 | CONFIG_MTD_CHAR=y | ||
344 | CONFIG_MTD_BLKDEVS=y | ||
345 | CONFIG_MTD_BLOCK=y | ||
346 | # CONFIG_FTL is not set | ||
347 | # CONFIG_NFTL is not set | ||
348 | # CONFIG_INFTL is not set | ||
349 | # CONFIG_RFD_FTL is not set | ||
350 | # CONFIG_SSFDC is not set | ||
351 | # CONFIG_MTD_OOPS is not set | ||
352 | |||
353 | # | ||
354 | # RAM/ROM/Flash chip drivers | ||
355 | # | ||
356 | CONFIG_MTD_CFI=y | ||
357 | # CONFIG_MTD_JEDECPROBE is not set | ||
358 | CONFIG_MTD_GEN_PROBE=y | ||
359 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
360 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
361 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
362 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
363 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
364 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
365 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
366 | CONFIG_MTD_CFI_I1=y | ||
367 | CONFIG_MTD_CFI_I2=y | ||
368 | # CONFIG_MTD_CFI_I4 is not set | ||
369 | # CONFIG_MTD_CFI_I8 is not set | ||
370 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
371 | CONFIG_MTD_CFI_AMDSTD=y | ||
372 | # CONFIG_MTD_CFI_STAA is not set | ||
373 | CONFIG_MTD_CFI_UTIL=y | ||
374 | # CONFIG_MTD_RAM is not set | ||
375 | # CONFIG_MTD_ROM is not set | ||
376 | # CONFIG_MTD_ABSENT is not set | ||
377 | |||
378 | # | ||
379 | # Mapping drivers for chip access | ||
380 | # | ||
381 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
382 | # CONFIG_MTD_PHYSMAP is not set | ||
383 | # CONFIG_MTD_PHYSMAP_OF is not set | ||
384 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
385 | # CONFIG_MTD_PLATRAM is not set | ||
386 | |||
387 | # | ||
388 | # Self-contained MTD device drivers | ||
389 | # | ||
390 | # CONFIG_MTD_PMC551 is not set | ||
391 | # CONFIG_MTD_SLRAM is not set | ||
392 | # CONFIG_MTD_PHRAM is not set | ||
393 | # CONFIG_MTD_MTDRAM is not set | ||
394 | # CONFIG_MTD_BLOCK2MTD is not set | ||
395 | |||
396 | # | ||
397 | # Disk-On-Chip Device Drivers | ||
398 | # | ||
399 | # CONFIG_MTD_DOC2000 is not set | ||
400 | # CONFIG_MTD_DOC2001 is not set | ||
401 | # CONFIG_MTD_DOC2001PLUS is not set | ||
402 | # CONFIG_MTD_NAND is not set | ||
403 | # CONFIG_MTD_ONENAND is not set | ||
404 | |||
405 | # | ||
406 | # UBI - Unsorted block images | ||
407 | # | ||
408 | # CONFIG_MTD_UBI is not set | ||
409 | CONFIG_OF_DEVICE=y | ||
410 | # CONFIG_PARPORT is not set | ||
411 | CONFIG_BLK_DEV=y | ||
412 | # CONFIG_BLK_DEV_FD is not set | ||
413 | # CONFIG_BLK_CPQ_DA is not set | ||
414 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
415 | # CONFIG_BLK_DEV_DAC960 is not set | ||
416 | # CONFIG_BLK_DEV_UMEM is not set | ||
417 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
418 | CONFIG_BLK_DEV_LOOP=y | ||
419 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
420 | # CONFIG_BLK_DEV_NBD is not set | ||
421 | # CONFIG_BLK_DEV_SX8 is not set | ||
422 | CONFIG_BLK_DEV_RAM=y | ||
423 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
424 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
425 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
426 | # CONFIG_CDROM_PKTCDVD is not set | ||
427 | # CONFIG_ATA_OVER_ETH is not set | ||
428 | CONFIG_MISC_DEVICES=y | ||
429 | # CONFIG_PHANTOM is not set | ||
430 | # CONFIG_EEPROM_93CX6 is not set | ||
431 | # CONFIG_SGI_IOC4 is not set | ||
432 | # CONFIG_TIFM_CORE is not set | ||
433 | CONFIG_IDE=y | ||
434 | CONFIG_IDE_MAX_HWIFS=4 | ||
435 | CONFIG_BLK_DEV_IDE=y | ||
436 | |||
437 | # | ||
438 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
439 | # | ||
440 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
441 | CONFIG_BLK_DEV_IDEDISK=y | ||
442 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
443 | # CONFIG_BLK_DEV_IDECD is not set | ||
444 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
445 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
446 | # CONFIG_IDE_TASK_IOCTL is not set | ||
447 | CONFIG_IDE_PROC_FS=y | ||
448 | |||
449 | # | ||
450 | # IDE chipset support/bugfixes | ||
451 | # | ||
452 | CONFIG_IDE_GENERIC=y | ||
453 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
454 | |||
455 | # | ||
456 | # PCI IDE chipsets support | ||
457 | # | ||
458 | CONFIG_BLK_DEV_IDEPCI=y | ||
459 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
460 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
461 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
462 | CONFIG_BLK_DEV_GENERIC=y | ||
463 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
464 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
465 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
466 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
467 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
468 | # CONFIG_BLK_DEV_CMD64X is not set | ||
469 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
470 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
471 | # CONFIG_BLK_DEV_CS5520 is not set | ||
472 | # CONFIG_BLK_DEV_CS5530 is not set | ||
473 | # CONFIG_BLK_DEV_HPT34X is not set | ||
474 | # CONFIG_BLK_DEV_HPT366 is not set | ||
475 | # CONFIG_BLK_DEV_JMICRON is not set | ||
476 | # CONFIG_BLK_DEV_SC1200 is not set | ||
477 | # CONFIG_BLK_DEV_PIIX is not set | ||
478 | # CONFIG_BLK_DEV_IT8213 is not set | ||
479 | # CONFIG_BLK_DEV_IT821X is not set | ||
480 | # CONFIG_BLK_DEV_NS87415 is not set | ||
481 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
482 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
483 | # CONFIG_BLK_DEV_SVWKS is not set | ||
484 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
485 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
486 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
487 | # CONFIG_BLK_DEV_TRM290 is not set | ||
488 | CONFIG_BLK_DEV_VIA82CXXX=y | ||
489 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
490 | # CONFIG_IDE_ARM is not set | ||
491 | CONFIG_BLK_DEV_IDEDMA=y | ||
492 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
493 | # CONFIG_BLK_DEV_HD is not set | ||
494 | |||
495 | # | ||
496 | # SCSI device support | ||
497 | # | ||
498 | # CONFIG_RAID_ATTRS is not set | ||
499 | # CONFIG_SCSI is not set | ||
500 | # CONFIG_SCSI_DMA is not set | ||
501 | # CONFIG_SCSI_NETLINK is not set | ||
502 | # CONFIG_ATA is not set | ||
503 | # CONFIG_MD is not set | ||
504 | # CONFIG_FUSION is not set | ||
505 | |||
506 | # | ||
507 | # IEEE 1394 (FireWire) support | ||
508 | # | ||
509 | # CONFIG_FIREWIRE is not set | ||
510 | # CONFIG_IEEE1394 is not set | ||
511 | # CONFIG_I2O is not set | ||
512 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
513 | CONFIG_NETDEVICES=y | ||
514 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
515 | # CONFIG_DUMMY is not set | ||
516 | # CONFIG_BONDING is not set | ||
517 | # CONFIG_MACVLAN is not set | ||
518 | # CONFIG_EQUALIZER is not set | ||
519 | # CONFIG_TUN is not set | ||
520 | # CONFIG_VETH is not set | ||
521 | # CONFIG_ARCNET is not set | ||
522 | CONFIG_PHYLIB=y | ||
523 | |||
524 | # | ||
525 | # MII PHY device drivers | ||
526 | # | ||
527 | # CONFIG_MARVELL_PHY is not set | ||
528 | # CONFIG_DAVICOM_PHY is not set | ||
529 | # CONFIG_QSEMI_PHY is not set | ||
530 | # CONFIG_LXT_PHY is not set | ||
531 | # CONFIG_CICADA_PHY is not set | ||
532 | # CONFIG_VITESSE_PHY is not set | ||
533 | # CONFIG_SMSC_PHY is not set | ||
534 | # CONFIG_BROADCOM_PHY is not set | ||
535 | # CONFIG_ICPLUS_PHY is not set | ||
536 | # CONFIG_FIXED_PHY is not set | ||
537 | # CONFIG_MDIO_BITBANG is not set | ||
538 | CONFIG_NET_ETHERNET=y | ||
539 | CONFIG_MII=y | ||
540 | # CONFIG_HAPPYMEAL is not set | ||
541 | # CONFIG_SUNGEM is not set | ||
542 | # CONFIG_CASSINI is not set | ||
543 | # CONFIG_NET_VENDOR_3COM is not set | ||
544 | # CONFIG_NET_TULIP is not set | ||
545 | # CONFIG_HP100 is not set | ||
546 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
547 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
548 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
549 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
550 | CONFIG_NET_PCI=y | ||
551 | # CONFIG_PCNET32 is not set | ||
552 | # CONFIG_AMD8111_ETH is not set | ||
553 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
554 | # CONFIG_B44 is not set | ||
555 | # CONFIG_FORCEDETH is not set | ||
556 | # CONFIG_EEPRO100 is not set | ||
557 | CONFIG_E100=y | ||
558 | # CONFIG_FEALNX is not set | ||
559 | # CONFIG_NATSEMI is not set | ||
560 | # CONFIG_NE2K_PCI is not set | ||
561 | # CONFIG_8139CP is not set | ||
562 | # CONFIG_8139TOO is not set | ||
563 | # CONFIG_SIS900 is not set | ||
564 | # CONFIG_EPIC100 is not set | ||
565 | # CONFIG_SUNDANCE is not set | ||
566 | # CONFIG_TLAN is not set | ||
567 | # CONFIG_VIA_RHINE is not set | ||
568 | # CONFIG_SC92031 is not set | ||
569 | # CONFIG_FS_ENET is not set | ||
570 | CONFIG_NETDEV_1000=y | ||
571 | # CONFIG_ACENIC is not set | ||
572 | # CONFIG_DL2K is not set | ||
573 | # CONFIG_E1000 is not set | ||
574 | # CONFIG_E1000E is not set | ||
575 | # CONFIG_IP1000 is not set | ||
576 | # CONFIG_NS83820 is not set | ||
577 | # CONFIG_HAMACHI is not set | ||
578 | # CONFIG_YELLOWFIN is not set | ||
579 | # CONFIG_R8169 is not set | ||
580 | # CONFIG_SIS190 is not set | ||
581 | # CONFIG_SKGE is not set | ||
582 | # CONFIG_SKY2 is not set | ||
583 | # CONFIG_SK98LIN is not set | ||
584 | # CONFIG_VIA_VELOCITY is not set | ||
585 | # CONFIG_TIGON3 is not set | ||
586 | # CONFIG_BNX2 is not set | ||
587 | CONFIG_GIANFAR=y | ||
588 | CONFIG_GFAR_NAPI=y | ||
589 | # CONFIG_QLA3XXX is not set | ||
590 | # CONFIG_ATL1 is not set | ||
591 | CONFIG_NETDEV_10000=y | ||
592 | # CONFIG_CHELSIO_T1 is not set | ||
593 | # CONFIG_CHELSIO_T3 is not set | ||
594 | # CONFIG_IXGBE is not set | ||
595 | # CONFIG_IXGB is not set | ||
596 | # CONFIG_S2IO is not set | ||
597 | # CONFIG_MYRI10GE is not set | ||
598 | # CONFIG_NETXEN_NIC is not set | ||
599 | # CONFIG_NIU is not set | ||
600 | # CONFIG_MLX4_CORE is not set | ||
601 | # CONFIG_TEHUTI is not set | ||
602 | # CONFIG_TR is not set | ||
603 | |||
604 | # | ||
605 | # Wireless LAN | ||
606 | # | ||
607 | # CONFIG_WLAN_PRE80211 is not set | ||
608 | # CONFIG_WLAN_80211 is not set | ||
609 | # CONFIG_WAN is not set | ||
610 | # CONFIG_FDDI is not set | ||
611 | # CONFIG_HIPPI is not set | ||
612 | # CONFIG_PPP is not set | ||
613 | # CONFIG_SLIP is not set | ||
614 | # CONFIG_SHAPER is not set | ||
615 | # CONFIG_NETCONSOLE is not set | ||
616 | # CONFIG_NETPOLL is not set | ||
617 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
618 | # CONFIG_ISDN is not set | ||
619 | # CONFIG_PHONE is not set | ||
620 | |||
621 | # | ||
622 | # Input device support | ||
623 | # | ||
624 | CONFIG_INPUT=y | ||
625 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
626 | # CONFIG_INPUT_POLLDEV is not set | ||
627 | |||
628 | # | ||
629 | # Userland interfaces | ||
630 | # | ||
631 | # CONFIG_INPUT_MOUSEDEV is not set | ||
632 | # CONFIG_INPUT_JOYDEV is not set | ||
633 | # CONFIG_INPUT_EVDEV is not set | ||
634 | # CONFIG_INPUT_EVBUG is not set | ||
635 | |||
636 | # | ||
637 | # Input Device Drivers | ||
638 | # | ||
639 | # CONFIG_INPUT_KEYBOARD is not set | ||
640 | # CONFIG_INPUT_MOUSE is not set | ||
641 | # CONFIG_INPUT_JOYSTICK is not set | ||
642 | # CONFIG_INPUT_TABLET is not set | ||
643 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
644 | # CONFIG_INPUT_MISC is not set | ||
645 | |||
646 | # | ||
647 | # Hardware I/O ports | ||
648 | # | ||
649 | # CONFIG_SERIO is not set | ||
650 | # CONFIG_GAMEPORT is not set | ||
651 | |||
652 | # | ||
653 | # Character devices | ||
654 | # | ||
655 | # CONFIG_VT is not set | ||
656 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
657 | |||
658 | # | ||
659 | # Serial drivers | ||
660 | # | ||
661 | CONFIG_SERIAL_8250=y | ||
662 | CONFIG_SERIAL_8250_CONSOLE=y | ||
663 | CONFIG_SERIAL_8250_PCI=y | ||
664 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
665 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
666 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
667 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
668 | |||
669 | # | ||
670 | # Non-8250 serial port support | ||
671 | # | ||
672 | # CONFIG_SERIAL_UARTLITE is not set | ||
673 | CONFIG_SERIAL_CORE=y | ||
674 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
675 | CONFIG_SERIAL_CPM=y | ||
676 | CONFIG_SERIAL_CPM_CONSOLE=y | ||
677 | CONFIG_SERIAL_CPM_SCC1=y | ||
678 | # CONFIG_SERIAL_CPM_SCC2 is not set | ||
679 | # CONFIG_SERIAL_CPM_SCC3 is not set | ||
680 | # CONFIG_SERIAL_CPM_SCC4 is not set | ||
681 | # CONFIG_SERIAL_CPM_SMC1 is not set | ||
682 | # CONFIG_SERIAL_CPM_SMC2 is not set | ||
683 | # CONFIG_SERIAL_JSM is not set | ||
684 | # CONFIG_SERIAL_OF_PLATFORM is not set | ||
685 | CONFIG_UNIX98_PTYS=y | ||
686 | CONFIG_LEGACY_PTYS=y | ||
687 | CONFIG_LEGACY_PTY_COUNT=256 | ||
688 | # CONFIG_IPMI_HANDLER is not set | ||
689 | CONFIG_HW_RANDOM=y | ||
690 | # CONFIG_NVRAM is not set | ||
691 | CONFIG_GEN_RTC=y | ||
692 | # CONFIG_GEN_RTC_X is not set | ||
693 | # CONFIG_R3964 is not set | ||
694 | # CONFIG_APPLICOM is not set | ||
695 | # CONFIG_RAW_DRIVER is not set | ||
696 | # CONFIG_TCG_TPM is not set | ||
697 | CONFIG_DEVPORT=y | ||
698 | CONFIG_I2C=y | ||
699 | CONFIG_I2C_BOARDINFO=y | ||
700 | CONFIG_I2C_CHARDEV=y | ||
701 | |||
702 | # | ||
703 | # I2C Algorithms | ||
704 | # | ||
705 | # CONFIG_I2C_ALGOBIT is not set | ||
706 | # CONFIG_I2C_ALGOPCF is not set | ||
707 | # CONFIG_I2C_ALGOPCA is not set | ||
708 | |||
709 | # | ||
710 | # I2C Hardware Bus support | ||
711 | # | ||
712 | # CONFIG_I2C_ALI1535 is not set | ||
713 | # CONFIG_I2C_ALI1563 is not set | ||
714 | # CONFIG_I2C_ALI15X3 is not set | ||
715 | # CONFIG_I2C_AMD756 is not set | ||
716 | # CONFIG_I2C_AMD8111 is not set | ||
717 | # CONFIG_I2C_I801 is not set | ||
718 | # CONFIG_I2C_I810 is not set | ||
719 | # CONFIG_I2C_PIIX4 is not set | ||
720 | CONFIG_I2C_MPC=y | ||
721 | # CONFIG_I2C_NFORCE2 is not set | ||
722 | # CONFIG_I2C_OCORES is not set | ||
723 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
724 | # CONFIG_I2C_PROSAVAGE is not set | ||
725 | # CONFIG_I2C_SAVAGE4 is not set | ||
726 | # CONFIG_I2C_SIMTEC is not set | ||
727 | # CONFIG_I2C_SIS5595 is not set | ||
728 | # CONFIG_I2C_SIS630 is not set | ||
729 | # CONFIG_I2C_SIS96X is not set | ||
730 | # CONFIG_I2C_TAOS_EVM is not set | ||
731 | # CONFIG_I2C_VIA is not set | ||
732 | # CONFIG_I2C_VIAPRO is not set | ||
733 | # CONFIG_I2C_VOODOO3 is not set | ||
734 | |||
735 | # | ||
736 | # Miscellaneous I2C Chip support | ||
737 | # | ||
738 | CONFIG_SENSORS_DS1337=y | ||
739 | # CONFIG_SENSORS_DS1374 is not set | ||
740 | # CONFIG_DS1682 is not set | ||
741 | # CONFIG_SENSORS_EEPROM is not set | ||
742 | # CONFIG_SENSORS_PCF8574 is not set | ||
743 | # CONFIG_SENSORS_PCA9539 is not set | ||
744 | # CONFIG_SENSORS_PCF8591 is not set | ||
745 | # CONFIG_SENSORS_M41T00 is not set | ||
746 | # CONFIG_SENSORS_MAX6875 is not set | ||
747 | # CONFIG_SENSORS_TSL2550 is not set | ||
748 | # CONFIG_I2C_DEBUG_CORE is not set | ||
749 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
750 | # CONFIG_I2C_DEBUG_BUS is not set | ||
751 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
752 | |||
753 | # | ||
754 | # SPI support | ||
755 | # | ||
756 | # CONFIG_SPI is not set | ||
757 | # CONFIG_SPI_MASTER is not set | ||
758 | # CONFIG_W1 is not set | ||
759 | # CONFIG_POWER_SUPPLY is not set | ||
760 | CONFIG_HWMON=y | ||
761 | # CONFIG_HWMON_VID is not set | ||
762 | # CONFIG_SENSORS_AD7418 is not set | ||
763 | # CONFIG_SENSORS_ADM1021 is not set | ||
764 | # CONFIG_SENSORS_ADM1025 is not set | ||
765 | # CONFIG_SENSORS_ADM1026 is not set | ||
766 | # CONFIG_SENSORS_ADM1029 is not set | ||
767 | # CONFIG_SENSORS_ADM1031 is not set | ||
768 | # CONFIG_SENSORS_ADM9240 is not set | ||
769 | # CONFIG_SENSORS_ADT7470 is not set | ||
770 | # CONFIG_SENSORS_ATXP1 is not set | ||
771 | # CONFIG_SENSORS_DS1621 is not set | ||
772 | # CONFIG_SENSORS_I5K_AMB is not set | ||
773 | # CONFIG_SENSORS_F71805F is not set | ||
774 | # CONFIG_SENSORS_F71882FG is not set | ||
775 | # CONFIG_SENSORS_F75375S is not set | ||
776 | # CONFIG_SENSORS_GL518SM is not set | ||
777 | # CONFIG_SENSORS_GL520SM is not set | ||
778 | # CONFIG_SENSORS_IT87 is not set | ||
779 | # CONFIG_SENSORS_LM63 is not set | ||
780 | CONFIG_SENSORS_LM75=y | ||
781 | # CONFIG_SENSORS_LM77 is not set | ||
782 | # CONFIG_SENSORS_LM78 is not set | ||
783 | # CONFIG_SENSORS_LM80 is not set | ||
784 | # CONFIG_SENSORS_LM83 is not set | ||
785 | # CONFIG_SENSORS_LM85 is not set | ||
786 | # CONFIG_SENSORS_LM87 is not set | ||
787 | # CONFIG_SENSORS_LM90 is not set | ||
788 | # CONFIG_SENSORS_LM92 is not set | ||
789 | # CONFIG_SENSORS_LM93 is not set | ||
790 | # CONFIG_SENSORS_MAX1619 is not set | ||
791 | # CONFIG_SENSORS_MAX6650 is not set | ||
792 | # CONFIG_SENSORS_PC87360 is not set | ||
793 | # CONFIG_SENSORS_PC87427 is not set | ||
794 | # CONFIG_SENSORS_SIS5595 is not set | ||
795 | # CONFIG_SENSORS_DME1737 is not set | ||
796 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
797 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
798 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
799 | # CONFIG_SENSORS_THMC50 is not set | ||
800 | # CONFIG_SENSORS_VIA686A is not set | ||
801 | # CONFIG_SENSORS_VT1211 is not set | ||
802 | # CONFIG_SENSORS_VT8231 is not set | ||
803 | # CONFIG_SENSORS_W83781D is not set | ||
804 | # CONFIG_SENSORS_W83791D is not set | ||
805 | # CONFIG_SENSORS_W83792D is not set | ||
806 | # CONFIG_SENSORS_W83793 is not set | ||
807 | # CONFIG_SENSORS_W83L785TS is not set | ||
808 | # CONFIG_SENSORS_W83627HF is not set | ||
809 | # CONFIG_SENSORS_W83627EHF is not set | ||
810 | CONFIG_HWMON_DEBUG_CHIP=y | ||
811 | # CONFIG_WATCHDOG is not set | ||
812 | |||
813 | # | ||
814 | # Sonics Silicon Backplane | ||
815 | # | ||
816 | CONFIG_SSB_POSSIBLE=y | ||
817 | # CONFIG_SSB is not set | ||
818 | |||
819 | # | ||
820 | # Multifunction device drivers | ||
821 | # | ||
822 | # CONFIG_MFD_SM501 is not set | ||
823 | |||
824 | # | ||
825 | # Multimedia devices | ||
826 | # | ||
827 | # CONFIG_VIDEO_DEV is not set | ||
828 | # CONFIG_DVB_CORE is not set | ||
829 | CONFIG_DAB=y | ||
830 | |||
831 | # | ||
832 | # Graphics support | ||
833 | # | ||
834 | # CONFIG_AGP is not set | ||
835 | # CONFIG_DRM is not set | ||
836 | # CONFIG_VGASTATE is not set | ||
837 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
838 | # CONFIG_FB is not set | ||
839 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
840 | |||
841 | # | ||
842 | # Display device support | ||
843 | # | ||
844 | # CONFIG_DISPLAY_SUPPORT is not set | ||
845 | |||
846 | # | ||
847 | # Sound | ||
848 | # | ||
849 | # CONFIG_SOUND is not set | ||
850 | CONFIG_HID_SUPPORT=y | ||
851 | CONFIG_HID=y | ||
852 | # CONFIG_HID_DEBUG is not set | ||
853 | # CONFIG_HIDRAW is not set | ||
854 | CONFIG_USB_SUPPORT=y | ||
855 | CONFIG_USB_ARCH_HAS_HCD=y | ||
856 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
857 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
858 | # CONFIG_USB is not set | ||
859 | |||
860 | # | ||
861 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
862 | # | ||
863 | |||
864 | # | ||
865 | # USB Gadget Support | ||
866 | # | ||
867 | # CONFIG_USB_GADGET is not set | ||
868 | # CONFIG_MMC is not set | ||
869 | # CONFIG_NEW_LEDS is not set | ||
870 | # CONFIG_INFINIBAND is not set | ||
871 | # CONFIG_EDAC is not set | ||
872 | # CONFIG_RTC_CLASS is not set | ||
873 | |||
874 | # | ||
875 | # Userspace I/O | ||
876 | # | ||
877 | # CONFIG_UIO is not set | ||
878 | |||
879 | # | ||
880 | # File systems | ||
881 | # | ||
882 | CONFIG_EXT2_FS=y | ||
883 | # CONFIG_EXT2_FS_XATTR is not set | ||
884 | # CONFIG_EXT2_FS_XIP is not set | ||
885 | CONFIG_EXT3_FS=y | ||
886 | CONFIG_EXT3_FS_XATTR=y | ||
887 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
888 | # CONFIG_EXT3_FS_SECURITY is not set | ||
889 | # CONFIG_EXT4DEV_FS is not set | ||
890 | CONFIG_JBD=y | ||
891 | CONFIG_FS_MBCACHE=y | ||
892 | # CONFIG_REISERFS_FS is not set | ||
893 | # CONFIG_JFS_FS is not set | ||
894 | # CONFIG_FS_POSIX_ACL is not set | ||
895 | # CONFIG_XFS_FS is not set | ||
896 | # CONFIG_GFS2_FS is not set | ||
897 | # CONFIG_OCFS2_FS is not set | ||
898 | # CONFIG_MINIX_FS is not set | ||
899 | # CONFIG_ROMFS_FS is not set | ||
900 | CONFIG_INOTIFY=y | ||
901 | CONFIG_INOTIFY_USER=y | ||
902 | # CONFIG_QUOTA is not set | ||
903 | CONFIG_DNOTIFY=y | ||
904 | # CONFIG_AUTOFS_FS is not set | ||
905 | # CONFIG_AUTOFS4_FS is not set | ||
906 | # CONFIG_FUSE_FS is not set | ||
907 | |||
908 | # | ||
909 | # CD-ROM/DVD Filesystems | ||
910 | # | ||
911 | # CONFIG_ISO9660_FS is not set | ||
912 | # CONFIG_UDF_FS is not set | ||
913 | |||
914 | # | ||
915 | # DOS/FAT/NT Filesystems | ||
916 | # | ||
917 | # CONFIG_MSDOS_FS is not set | ||
918 | # CONFIG_VFAT_FS is not set | ||
919 | # CONFIG_NTFS_FS is not set | ||
920 | |||
921 | # | ||
922 | # Pseudo filesystems | ||
923 | # | ||
924 | CONFIG_PROC_FS=y | ||
925 | CONFIG_PROC_KCORE=y | ||
926 | CONFIG_PROC_SYSCTL=y | ||
927 | CONFIG_SYSFS=y | ||
928 | CONFIG_TMPFS=y | ||
929 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
930 | # CONFIG_HUGETLB_PAGE is not set | ||
931 | # CONFIG_CONFIGFS_FS is not set | ||
932 | |||
933 | # | ||
934 | # Miscellaneous filesystems | ||
935 | # | ||
936 | # CONFIG_ADFS_FS is not set | ||
937 | # CONFIG_AFFS_FS is not set | ||
938 | # CONFIG_HFS_FS is not set | ||
939 | # CONFIG_HFSPLUS_FS is not set | ||
940 | # CONFIG_BEFS_FS is not set | ||
941 | # CONFIG_BFS_FS is not set | ||
942 | # CONFIG_EFS_FS is not set | ||
943 | CONFIG_JFFS2_FS=y | ||
944 | CONFIG_JFFS2_FS_DEBUG=0 | ||
945 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
946 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
947 | # CONFIG_JFFS2_SUMMARY is not set | ||
948 | # CONFIG_JFFS2_FS_XATTR is not set | ||
949 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
950 | CONFIG_JFFS2_ZLIB=y | ||
951 | # CONFIG_JFFS2_LZO is not set | ||
952 | CONFIG_JFFS2_RTIME=y | ||
953 | # CONFIG_JFFS2_RUBIN is not set | ||
954 | CONFIG_CRAMFS=y | ||
955 | # CONFIG_VXFS_FS is not set | ||
956 | # CONFIG_HPFS_FS is not set | ||
957 | # CONFIG_QNX4FS_FS is not set | ||
958 | # CONFIG_SYSV_FS is not set | ||
959 | # CONFIG_UFS_FS is not set | ||
960 | CONFIG_NETWORK_FILESYSTEMS=y | ||
961 | CONFIG_NFS_FS=y | ||
962 | # CONFIG_NFS_V3 is not set | ||
963 | # CONFIG_NFS_V4 is not set | ||
964 | # CONFIG_NFS_DIRECTIO is not set | ||
965 | # CONFIG_NFSD is not set | ||
966 | CONFIG_ROOT_NFS=y | ||
967 | CONFIG_LOCKD=y | ||
968 | CONFIG_NFS_COMMON=y | ||
969 | CONFIG_SUNRPC=y | ||
970 | # CONFIG_SUNRPC_BIND34 is not set | ||
971 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
972 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
973 | # CONFIG_SMB_FS is not set | ||
974 | # CONFIG_CIFS is not set | ||
975 | # CONFIG_NCP_FS is not set | ||
976 | # CONFIG_CODA_FS is not set | ||
977 | # CONFIG_AFS_FS is not set | ||
978 | |||
979 | # | ||
980 | # Partition Types | ||
981 | # | ||
982 | CONFIG_PARTITION_ADVANCED=y | ||
983 | # CONFIG_ACORN_PARTITION is not set | ||
984 | # CONFIG_OSF_PARTITION is not set | ||
985 | # CONFIG_AMIGA_PARTITION is not set | ||
986 | # CONFIG_ATARI_PARTITION is not set | ||
987 | # CONFIG_MAC_PARTITION is not set | ||
988 | # CONFIG_MSDOS_PARTITION is not set | ||
989 | # CONFIG_LDM_PARTITION is not set | ||
990 | # CONFIG_SGI_PARTITION is not set | ||
991 | # CONFIG_ULTRIX_PARTITION is not set | ||
992 | # CONFIG_SUN_PARTITION is not set | ||
993 | # CONFIG_KARMA_PARTITION is not set | ||
994 | # CONFIG_EFI_PARTITION is not set | ||
995 | # CONFIG_SYSV68_PARTITION is not set | ||
996 | # CONFIG_NLS is not set | ||
997 | # CONFIG_DLM is not set | ||
998 | |||
999 | # | ||
1000 | # Library routines | ||
1001 | # | ||
1002 | CONFIG_BITREVERSE=y | ||
1003 | # CONFIG_CRC_CCITT is not set | ||
1004 | # CONFIG_CRC16 is not set | ||
1005 | # CONFIG_CRC_ITU_T is not set | ||
1006 | CONFIG_CRC32=y | ||
1007 | # CONFIG_CRC7 is not set | ||
1008 | # CONFIG_LIBCRC32C is not set | ||
1009 | CONFIG_ZLIB_INFLATE=y | ||
1010 | CONFIG_ZLIB_DEFLATE=y | ||
1011 | CONFIG_PLIST=y | ||
1012 | CONFIG_HAS_IOMEM=y | ||
1013 | CONFIG_HAS_IOPORT=y | ||
1014 | CONFIG_HAS_DMA=y | ||
1015 | CONFIG_INSTRUMENTATION=y | ||
1016 | # CONFIG_PROFILING is not set | ||
1017 | # CONFIG_MARKERS is not set | ||
1018 | |||
1019 | # | ||
1020 | # Kernel hacking | ||
1021 | # | ||
1022 | # CONFIG_PRINTK_TIME is not set | ||
1023 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1024 | CONFIG_ENABLE_MUST_CHECK=y | ||
1025 | # CONFIG_MAGIC_SYSRQ is not set | ||
1026 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1027 | # CONFIG_DEBUG_FS is not set | ||
1028 | # CONFIG_HEADERS_CHECK is not set | ||
1029 | # CONFIG_DEBUG_KERNEL is not set | ||
1030 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1031 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1032 | # CONFIG_SAMPLES is not set | ||
1033 | # CONFIG_KGDB_CONSOLE is not set | ||
1034 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1035 | |||
1036 | # | ||
1037 | # Security options | ||
1038 | # | ||
1039 | # CONFIG_KEYS is not set | ||
1040 | # CONFIG_SECURITY is not set | ||
1041 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1042 | # CONFIG_CRYPTO is not set | ||
1043 | # CONFIG_PPC_CLOCK is not set | ||
1044 | CONFIG_PPC_LIB_RHEAP=y | ||
diff --git a/arch/powerpc/configs/tqm8555_defconfig b/arch/powerpc/configs/tqm8555_defconfig new file mode 100644 index 000000000000..a3af2262128b --- /dev/null +++ b/arch/powerpc/configs/tqm8555_defconfig | |||
@@ -0,0 +1,1044 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.24-rc8 | ||
4 | # Fri Jan 25 01:15:24 2008 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | |||
8 | # | ||
9 | # Processor support | ||
10 | # | ||
11 | # CONFIG_6xx is not set | ||
12 | CONFIG_PPC_85xx=y | ||
13 | # CONFIG_PPC_8xx is not set | ||
14 | # CONFIG_40x is not set | ||
15 | # CONFIG_44x is not set | ||
16 | # CONFIG_E200 is not set | ||
17 | CONFIG_85xx=y | ||
18 | CONFIG_E500=y | ||
19 | CONFIG_BOOKE=y | ||
20 | CONFIG_FSL_BOOKE=y | ||
21 | # CONFIG_PHYS_64BIT is not set | ||
22 | CONFIG_SPE=y | ||
23 | # CONFIG_PPC_MM_SLICES is not set | ||
24 | CONFIG_PPC32=y | ||
25 | CONFIG_WORD_SIZE=32 | ||
26 | CONFIG_PPC_MERGE=y | ||
27 | CONFIG_MMU=y | ||
28 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
29 | CONFIG_GENERIC_TIME=y | ||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
31 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
32 | CONFIG_GENERIC_HARDIRQS=y | ||
33 | CONFIG_IRQ_PER_CPU=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
36 | CONFIG_GENERIC_HWEIGHT=y | ||
37 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
38 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
39 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | ||
40 | CONFIG_PPC=y | ||
41 | CONFIG_EARLY_PRINTK=y | ||
42 | CONFIG_GENERIC_NVRAM=y | ||
43 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
44 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
45 | CONFIG_PPC_OF=y | ||
46 | CONFIG_OF=y | ||
47 | CONFIG_PPC_UDBG_16550=y | ||
48 | # CONFIG_GENERIC_TBSYNC is not set | ||
49 | CONFIG_AUDIT_ARCH=y | ||
50 | CONFIG_GENERIC_BUG=y | ||
51 | CONFIG_DEFAULT_UIMAGE=y | ||
52 | # CONFIG_PPC_DCR_NATIVE is not set | ||
53 | # CONFIG_PPC_DCR_MMIO is not set | ||
54 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
55 | |||
56 | # | ||
57 | # General setup | ||
58 | # | ||
59 | CONFIG_EXPERIMENTAL=y | ||
60 | CONFIG_BROKEN_ON_SMP=y | ||
61 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
62 | CONFIG_LOCALVERSION="" | ||
63 | CONFIG_LOCALVERSION_AUTO=y | ||
64 | CONFIG_SWAP=y | ||
65 | CONFIG_SYSVIPC=y | ||
66 | CONFIG_SYSVIPC_SYSCTL=y | ||
67 | # CONFIG_POSIX_MQUEUE is not set | ||
68 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
69 | # CONFIG_TASKSTATS is not set | ||
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_AUDIT is not set | ||
73 | # CONFIG_IKCONFIG is not set | ||
74 | CONFIG_LOG_BUF_SHIFT=14 | ||
75 | # CONFIG_CGROUPS is not set | ||
76 | CONFIG_FAIR_GROUP_SCHED=y | ||
77 | CONFIG_FAIR_USER_SCHED=y | ||
78 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
79 | CONFIG_SYSFS_DEPRECATED=y | ||
80 | # CONFIG_RELAY is not set | ||
81 | CONFIG_BLK_DEV_INITRD=y | ||
82 | CONFIG_INITRAMFS_SOURCE="" | ||
83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
84 | CONFIG_SYSCTL=y | ||
85 | CONFIG_EMBEDDED=y | ||
86 | CONFIG_SYSCTL_SYSCALL=y | ||
87 | # CONFIG_KALLSYMS is not set | ||
88 | # CONFIG_HOTPLUG is not set | ||
89 | CONFIG_PRINTK=y | ||
90 | CONFIG_BUG=y | ||
91 | CONFIG_ELF_CORE=y | ||
92 | CONFIG_BASE_FULL=y | ||
93 | CONFIG_FUTEX=y | ||
94 | CONFIG_ANON_INODES=y | ||
95 | # CONFIG_EPOLL is not set | ||
96 | CONFIG_SIGNALFD=y | ||
97 | CONFIG_EVENTFD=y | ||
98 | CONFIG_SHMEM=y | ||
99 | CONFIG_VM_EVENT_COUNTERS=y | ||
100 | CONFIG_SLUB_DEBUG=y | ||
101 | # CONFIG_SLAB is not set | ||
102 | CONFIG_SLUB=y | ||
103 | # CONFIG_SLOB is not set | ||
104 | CONFIG_SLABINFO=y | ||
105 | CONFIG_RT_MUTEXES=y | ||
106 | # CONFIG_TINY_SHMEM is not set | ||
107 | CONFIG_BASE_SMALL=0 | ||
108 | # CONFIG_MODULES is not set | ||
109 | CONFIG_BLOCK=y | ||
110 | # CONFIG_LBD is not set | ||
111 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
112 | # CONFIG_LSF is not set | ||
113 | # CONFIG_BLK_DEV_BSG is not set | ||
114 | |||
115 | # | ||
116 | # IO Schedulers | ||
117 | # | ||
118 | CONFIG_IOSCHED_NOOP=y | ||
119 | CONFIG_IOSCHED_AS=y | ||
120 | CONFIG_IOSCHED_DEADLINE=y | ||
121 | CONFIG_IOSCHED_CFQ=y | ||
122 | CONFIG_DEFAULT_AS=y | ||
123 | # CONFIG_DEFAULT_DEADLINE is not set | ||
124 | # CONFIG_DEFAULT_CFQ is not set | ||
125 | # CONFIG_DEFAULT_NOOP is not set | ||
126 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
127 | |||
128 | # | ||
129 | # Platform support | ||
130 | # | ||
131 | # CONFIG_PPC_MPC52xx is not set | ||
132 | # CONFIG_PPC_MPC5200 is not set | ||
133 | # CONFIG_PPC_CELL is not set | ||
134 | # CONFIG_PPC_CELL_NATIVE is not set | ||
135 | # CONFIG_PQ2ADS is not set | ||
136 | # CONFIG_MPC8540_ADS is not set | ||
137 | # CONFIG_MPC8560_ADS is not set | ||
138 | # CONFIG_MPC85xx_CDS is not set | ||
139 | # CONFIG_MPC85xx_MDS is not set | ||
140 | # CONFIG_MPC85xx_DS is not set | ||
141 | # CONFIG_STX_GP3 is not set | ||
142 | # CONFIG_TQM8540 is not set | ||
143 | # CONFIG_TQM8541 is not set | ||
144 | CONFIG_TQM8555=y | ||
145 | # CONFIG_TQM8560 is not set | ||
146 | CONFIG_TQM85xx=y | ||
147 | CONFIG_MPC85xx=y | ||
148 | # CONFIG_IPIC is not set | ||
149 | CONFIG_MPIC=y | ||
150 | # CONFIG_MPIC_WEIRD is not set | ||
151 | # CONFIG_PPC_I8259 is not set | ||
152 | # CONFIG_PPC_RTAS is not set | ||
153 | # CONFIG_MMIO_NVRAM is not set | ||
154 | # CONFIG_PPC_MPC106 is not set | ||
155 | # CONFIG_PPC_970_NAP is not set | ||
156 | # CONFIG_PPC_INDIRECT_IO is not set | ||
157 | # CONFIG_GENERIC_IOMAP is not set | ||
158 | # CONFIG_CPU_FREQ is not set | ||
159 | CONFIG_CPM2=y | ||
160 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
161 | # CONFIG_FSL_ULI1575 is not set | ||
162 | CONFIG_CPM=y | ||
163 | |||
164 | # | ||
165 | # Kernel options | ||
166 | # | ||
167 | # CONFIG_HIGHMEM is not set | ||
168 | # CONFIG_TICK_ONESHOT is not set | ||
169 | # CONFIG_NO_HZ is not set | ||
170 | # CONFIG_HIGH_RES_TIMERS is not set | ||
171 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
172 | # CONFIG_HZ_100 is not set | ||
173 | CONFIG_HZ_250=y | ||
174 | # CONFIG_HZ_300 is not set | ||
175 | # CONFIG_HZ_1000 is not set | ||
176 | CONFIG_HZ=250 | ||
177 | CONFIG_PREEMPT_NONE=y | ||
178 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
179 | # CONFIG_PREEMPT is not set | ||
180 | CONFIG_BINFMT_ELF=y | ||
181 | # CONFIG_BINFMT_MISC is not set | ||
182 | CONFIG_MATH_EMULATION=y | ||
183 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
184 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
185 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
186 | CONFIG_SELECT_MEMORY_MODEL=y | ||
187 | CONFIG_FLATMEM_MANUAL=y | ||
188 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
189 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
190 | CONFIG_FLATMEM=y | ||
191 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
192 | # CONFIG_SPARSEMEM_STATIC is not set | ||
193 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
194 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
195 | # CONFIG_RESOURCES_64BIT is not set | ||
196 | CONFIG_ZONE_DMA_FLAG=1 | ||
197 | CONFIG_BOUNCE=y | ||
198 | CONFIG_VIRT_TO_BUS=y | ||
199 | # CONFIG_PROC_DEVICETREE is not set | ||
200 | # CONFIG_CMDLINE_BOOL is not set | ||
201 | # CONFIG_PM is not set | ||
202 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
203 | CONFIG_HIBERNATION_UP_POSSIBLE=y | ||
204 | CONFIG_SECCOMP=y | ||
205 | CONFIG_WANT_DEVICE_TREE=y | ||
206 | CONFIG_DEVICE_TREE="tqm8555.dts" | ||
207 | CONFIG_ISA_DMA_API=y | ||
208 | |||
209 | # | ||
210 | # Bus options | ||
211 | # | ||
212 | CONFIG_ZONE_DMA=y | ||
213 | CONFIG_PPC_INDIRECT_PCI=y | ||
214 | CONFIG_FSL_SOC=y | ||
215 | CONFIG_FSL_PCI=y | ||
216 | CONFIG_PCI=y | ||
217 | CONFIG_PCI_DOMAINS=y | ||
218 | CONFIG_PCI_SYSCALL=y | ||
219 | # CONFIG_PCIEPORTBUS is not set | ||
220 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
221 | # CONFIG_PCI_MSI is not set | ||
222 | CONFIG_PCI_LEGACY=y | ||
223 | |||
224 | # | ||
225 | # Advanced setup | ||
226 | # | ||
227 | # CONFIG_ADVANCED_OPTIONS is not set | ||
228 | |||
229 | # | ||
230 | # Default settings for advanced configuration options are used | ||
231 | # | ||
232 | CONFIG_HIGHMEM_START=0xfe000000 | ||
233 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
234 | CONFIG_KERNEL_START=0xc0000000 | ||
235 | CONFIG_TASK_SIZE=0xc0000000 | ||
236 | CONFIG_BOOT_LOAD=0x00800000 | ||
237 | |||
238 | # | ||
239 | # Networking | ||
240 | # | ||
241 | CONFIG_NET=y | ||
242 | |||
243 | # | ||
244 | # Networking options | ||
245 | # | ||
246 | CONFIG_PACKET=y | ||
247 | # CONFIG_PACKET_MMAP is not set | ||
248 | CONFIG_UNIX=y | ||
249 | CONFIG_XFRM=y | ||
250 | # CONFIG_XFRM_USER is not set | ||
251 | # CONFIG_XFRM_SUB_POLICY is not set | ||
252 | # CONFIG_XFRM_MIGRATE is not set | ||
253 | # CONFIG_NET_KEY is not set | ||
254 | CONFIG_INET=y | ||
255 | CONFIG_IP_MULTICAST=y | ||
256 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
257 | CONFIG_IP_FIB_HASH=y | ||
258 | CONFIG_IP_PNP=y | ||
259 | CONFIG_IP_PNP_DHCP=y | ||
260 | CONFIG_IP_PNP_BOOTP=y | ||
261 | # CONFIG_IP_PNP_RARP is not set | ||
262 | # CONFIG_NET_IPIP is not set | ||
263 | # CONFIG_NET_IPGRE is not set | ||
264 | # CONFIG_IP_MROUTE is not set | ||
265 | # CONFIG_ARPD is not set | ||
266 | CONFIG_SYN_COOKIES=y | ||
267 | # CONFIG_INET_AH is not set | ||
268 | # CONFIG_INET_ESP is not set | ||
269 | # CONFIG_INET_IPCOMP is not set | ||
270 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
271 | # CONFIG_INET_TUNNEL is not set | ||
272 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
273 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
274 | CONFIG_INET_XFRM_MODE_BEET=y | ||
275 | # CONFIG_INET_LRO is not set | ||
276 | CONFIG_INET_DIAG=y | ||
277 | CONFIG_INET_TCP_DIAG=y | ||
278 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
279 | CONFIG_TCP_CONG_CUBIC=y | ||
280 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
281 | # CONFIG_TCP_MD5SIG is not set | ||
282 | # CONFIG_IPV6 is not set | ||
283 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
284 | # CONFIG_INET6_TUNNEL is not set | ||
285 | # CONFIG_NETWORK_SECMARK is not set | ||
286 | # CONFIG_NETFILTER is not set | ||
287 | # CONFIG_IP_DCCP is not set | ||
288 | # CONFIG_IP_SCTP is not set | ||
289 | # CONFIG_TIPC is not set | ||
290 | # CONFIG_ATM is not set | ||
291 | # CONFIG_BRIDGE is not set | ||
292 | # CONFIG_VLAN_8021Q is not set | ||
293 | # CONFIG_DECNET is not set | ||
294 | # CONFIG_LLC2 is not set | ||
295 | # CONFIG_IPX is not set | ||
296 | # CONFIG_ATALK is not set | ||
297 | # CONFIG_X25 is not set | ||
298 | # CONFIG_LAPB is not set | ||
299 | # CONFIG_ECONET is not set | ||
300 | # CONFIG_WAN_ROUTER is not set | ||
301 | # CONFIG_NET_SCHED is not set | ||
302 | |||
303 | # | ||
304 | # Network testing | ||
305 | # | ||
306 | # CONFIG_NET_PKTGEN is not set | ||
307 | # CONFIG_HAMRADIO is not set | ||
308 | # CONFIG_IRDA is not set | ||
309 | # CONFIG_BT is not set | ||
310 | # CONFIG_AF_RXRPC is not set | ||
311 | |||
312 | # | ||
313 | # Wireless | ||
314 | # | ||
315 | # CONFIG_CFG80211 is not set | ||
316 | # CONFIG_WIRELESS_EXT is not set | ||
317 | # CONFIG_MAC80211 is not set | ||
318 | # CONFIG_IEEE80211 is not set | ||
319 | # CONFIG_RFKILL is not set | ||
320 | # CONFIG_NET_9P is not set | ||
321 | |||
322 | # | ||
323 | # Device Drivers | ||
324 | # | ||
325 | |||
326 | # | ||
327 | # Generic Driver Options | ||
328 | # | ||
329 | CONFIG_STANDALONE=y | ||
330 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
331 | # CONFIG_SYS_HYPERVISOR is not set | ||
332 | # CONFIG_CONNECTOR is not set | ||
333 | CONFIG_MTD=y | ||
334 | # CONFIG_MTD_DEBUG is not set | ||
335 | CONFIG_MTD_CONCAT=y | ||
336 | CONFIG_MTD_PARTITIONS=y | ||
337 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
338 | CONFIG_MTD_CMDLINE_PARTS=y | ||
339 | |||
340 | # | ||
341 | # User Modules And Translation Layers | ||
342 | # | ||
343 | CONFIG_MTD_CHAR=y | ||
344 | CONFIG_MTD_BLKDEVS=y | ||
345 | CONFIG_MTD_BLOCK=y | ||
346 | # CONFIG_FTL is not set | ||
347 | # CONFIG_NFTL is not set | ||
348 | # CONFIG_INFTL is not set | ||
349 | # CONFIG_RFD_FTL is not set | ||
350 | # CONFIG_SSFDC is not set | ||
351 | # CONFIG_MTD_OOPS is not set | ||
352 | |||
353 | # | ||
354 | # RAM/ROM/Flash chip drivers | ||
355 | # | ||
356 | CONFIG_MTD_CFI=y | ||
357 | # CONFIG_MTD_JEDECPROBE is not set | ||
358 | CONFIG_MTD_GEN_PROBE=y | ||
359 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
360 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
361 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
362 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
363 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
364 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
365 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
366 | CONFIG_MTD_CFI_I1=y | ||
367 | CONFIG_MTD_CFI_I2=y | ||
368 | # CONFIG_MTD_CFI_I4 is not set | ||
369 | # CONFIG_MTD_CFI_I8 is not set | ||
370 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
371 | CONFIG_MTD_CFI_AMDSTD=y | ||
372 | # CONFIG_MTD_CFI_STAA is not set | ||
373 | CONFIG_MTD_CFI_UTIL=y | ||
374 | # CONFIG_MTD_RAM is not set | ||
375 | # CONFIG_MTD_ROM is not set | ||
376 | # CONFIG_MTD_ABSENT is not set | ||
377 | |||
378 | # | ||
379 | # Mapping drivers for chip access | ||
380 | # | ||
381 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
382 | # CONFIG_MTD_PHYSMAP is not set | ||
383 | # CONFIG_MTD_PHYSMAP_OF is not set | ||
384 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
385 | # CONFIG_MTD_PLATRAM is not set | ||
386 | |||
387 | # | ||
388 | # Self-contained MTD device drivers | ||
389 | # | ||
390 | # CONFIG_MTD_PMC551 is not set | ||
391 | # CONFIG_MTD_SLRAM is not set | ||
392 | # CONFIG_MTD_PHRAM is not set | ||
393 | # CONFIG_MTD_MTDRAM is not set | ||
394 | # CONFIG_MTD_BLOCK2MTD is not set | ||
395 | |||
396 | # | ||
397 | # Disk-On-Chip Device Drivers | ||
398 | # | ||
399 | # CONFIG_MTD_DOC2000 is not set | ||
400 | # CONFIG_MTD_DOC2001 is not set | ||
401 | # CONFIG_MTD_DOC2001PLUS is not set | ||
402 | # CONFIG_MTD_NAND is not set | ||
403 | # CONFIG_MTD_ONENAND is not set | ||
404 | |||
405 | # | ||
406 | # UBI - Unsorted block images | ||
407 | # | ||
408 | # CONFIG_MTD_UBI is not set | ||
409 | CONFIG_OF_DEVICE=y | ||
410 | # CONFIG_PARPORT is not set | ||
411 | CONFIG_BLK_DEV=y | ||
412 | # CONFIG_BLK_DEV_FD is not set | ||
413 | # CONFIG_BLK_CPQ_DA is not set | ||
414 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
415 | # CONFIG_BLK_DEV_DAC960 is not set | ||
416 | # CONFIG_BLK_DEV_UMEM is not set | ||
417 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
418 | CONFIG_BLK_DEV_LOOP=y | ||
419 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
420 | # CONFIG_BLK_DEV_NBD is not set | ||
421 | # CONFIG_BLK_DEV_SX8 is not set | ||
422 | CONFIG_BLK_DEV_RAM=y | ||
423 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
424 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
425 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
426 | # CONFIG_CDROM_PKTCDVD is not set | ||
427 | # CONFIG_ATA_OVER_ETH is not set | ||
428 | CONFIG_MISC_DEVICES=y | ||
429 | # CONFIG_PHANTOM is not set | ||
430 | # CONFIG_EEPROM_93CX6 is not set | ||
431 | # CONFIG_SGI_IOC4 is not set | ||
432 | # CONFIG_TIFM_CORE is not set | ||
433 | CONFIG_IDE=y | ||
434 | CONFIG_IDE_MAX_HWIFS=4 | ||
435 | CONFIG_BLK_DEV_IDE=y | ||
436 | |||
437 | # | ||
438 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
439 | # | ||
440 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
441 | CONFIG_BLK_DEV_IDEDISK=y | ||
442 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
443 | # CONFIG_BLK_DEV_IDECD is not set | ||
444 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
445 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
446 | # CONFIG_IDE_TASK_IOCTL is not set | ||
447 | CONFIG_IDE_PROC_FS=y | ||
448 | |||
449 | # | ||
450 | # IDE chipset support/bugfixes | ||
451 | # | ||
452 | CONFIG_IDE_GENERIC=y | ||
453 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
454 | |||
455 | # | ||
456 | # PCI IDE chipsets support | ||
457 | # | ||
458 | CONFIG_BLK_DEV_IDEPCI=y | ||
459 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
460 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
461 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
462 | CONFIG_BLK_DEV_GENERIC=y | ||
463 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
464 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
465 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
466 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
467 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
468 | # CONFIG_BLK_DEV_CMD64X is not set | ||
469 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
470 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
471 | # CONFIG_BLK_DEV_CS5520 is not set | ||
472 | # CONFIG_BLK_DEV_CS5530 is not set | ||
473 | # CONFIG_BLK_DEV_HPT34X is not set | ||
474 | # CONFIG_BLK_DEV_HPT366 is not set | ||
475 | # CONFIG_BLK_DEV_JMICRON is not set | ||
476 | # CONFIG_BLK_DEV_SC1200 is not set | ||
477 | # CONFIG_BLK_DEV_PIIX is not set | ||
478 | # CONFIG_BLK_DEV_IT8213 is not set | ||
479 | # CONFIG_BLK_DEV_IT821X is not set | ||
480 | # CONFIG_BLK_DEV_NS87415 is not set | ||
481 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
482 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
483 | # CONFIG_BLK_DEV_SVWKS is not set | ||
484 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
485 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
486 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
487 | # CONFIG_BLK_DEV_TRM290 is not set | ||
488 | CONFIG_BLK_DEV_VIA82CXXX=y | ||
489 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
490 | # CONFIG_IDE_ARM is not set | ||
491 | CONFIG_BLK_DEV_IDEDMA=y | ||
492 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
493 | # CONFIG_BLK_DEV_HD is not set | ||
494 | |||
495 | # | ||
496 | # SCSI device support | ||
497 | # | ||
498 | # CONFIG_RAID_ATTRS is not set | ||
499 | # CONFIG_SCSI is not set | ||
500 | # CONFIG_SCSI_DMA is not set | ||
501 | # CONFIG_SCSI_NETLINK is not set | ||
502 | # CONFIG_ATA is not set | ||
503 | # CONFIG_MD is not set | ||
504 | # CONFIG_FUSION is not set | ||
505 | |||
506 | # | ||
507 | # IEEE 1394 (FireWire) support | ||
508 | # | ||
509 | # CONFIG_FIREWIRE is not set | ||
510 | # CONFIG_IEEE1394 is not set | ||
511 | # CONFIG_I2O is not set | ||
512 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
513 | CONFIG_NETDEVICES=y | ||
514 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
515 | # CONFIG_DUMMY is not set | ||
516 | # CONFIG_BONDING is not set | ||
517 | # CONFIG_MACVLAN is not set | ||
518 | # CONFIG_EQUALIZER is not set | ||
519 | # CONFIG_TUN is not set | ||
520 | # CONFIG_VETH is not set | ||
521 | # CONFIG_ARCNET is not set | ||
522 | CONFIG_PHYLIB=y | ||
523 | |||
524 | # | ||
525 | # MII PHY device drivers | ||
526 | # | ||
527 | # CONFIG_MARVELL_PHY is not set | ||
528 | # CONFIG_DAVICOM_PHY is not set | ||
529 | # CONFIG_QSEMI_PHY is not set | ||
530 | # CONFIG_LXT_PHY is not set | ||
531 | # CONFIG_CICADA_PHY is not set | ||
532 | # CONFIG_VITESSE_PHY is not set | ||
533 | # CONFIG_SMSC_PHY is not set | ||
534 | # CONFIG_BROADCOM_PHY is not set | ||
535 | # CONFIG_ICPLUS_PHY is not set | ||
536 | # CONFIG_FIXED_PHY is not set | ||
537 | # CONFIG_MDIO_BITBANG is not set | ||
538 | CONFIG_NET_ETHERNET=y | ||
539 | CONFIG_MII=y | ||
540 | # CONFIG_HAPPYMEAL is not set | ||
541 | # CONFIG_SUNGEM is not set | ||
542 | # CONFIG_CASSINI is not set | ||
543 | # CONFIG_NET_VENDOR_3COM is not set | ||
544 | # CONFIG_NET_TULIP is not set | ||
545 | # CONFIG_HP100 is not set | ||
546 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
547 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
548 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
549 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
550 | CONFIG_NET_PCI=y | ||
551 | # CONFIG_PCNET32 is not set | ||
552 | # CONFIG_AMD8111_ETH is not set | ||
553 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
554 | # CONFIG_B44 is not set | ||
555 | # CONFIG_FORCEDETH is not set | ||
556 | # CONFIG_EEPRO100 is not set | ||
557 | CONFIG_E100=y | ||
558 | # CONFIG_FEALNX is not set | ||
559 | # CONFIG_NATSEMI is not set | ||
560 | # CONFIG_NE2K_PCI is not set | ||
561 | # CONFIG_8139CP is not set | ||
562 | # CONFIG_8139TOO is not set | ||
563 | # CONFIG_SIS900 is not set | ||
564 | # CONFIG_EPIC100 is not set | ||
565 | # CONFIG_SUNDANCE is not set | ||
566 | # CONFIG_TLAN is not set | ||
567 | # CONFIG_VIA_RHINE is not set | ||
568 | # CONFIG_SC92031 is not set | ||
569 | # CONFIG_FS_ENET is not set | ||
570 | CONFIG_NETDEV_1000=y | ||
571 | # CONFIG_ACENIC is not set | ||
572 | # CONFIG_DL2K is not set | ||
573 | # CONFIG_E1000 is not set | ||
574 | # CONFIG_E1000E is not set | ||
575 | # CONFIG_IP1000 is not set | ||
576 | # CONFIG_NS83820 is not set | ||
577 | # CONFIG_HAMACHI is not set | ||
578 | # CONFIG_YELLOWFIN is not set | ||
579 | # CONFIG_R8169 is not set | ||
580 | # CONFIG_SIS190 is not set | ||
581 | # CONFIG_SKGE is not set | ||
582 | # CONFIG_SKY2 is not set | ||
583 | # CONFIG_SK98LIN is not set | ||
584 | # CONFIG_VIA_VELOCITY is not set | ||
585 | # CONFIG_TIGON3 is not set | ||
586 | # CONFIG_BNX2 is not set | ||
587 | CONFIG_GIANFAR=y | ||
588 | CONFIG_GFAR_NAPI=y | ||
589 | # CONFIG_QLA3XXX is not set | ||
590 | # CONFIG_ATL1 is not set | ||
591 | CONFIG_NETDEV_10000=y | ||
592 | # CONFIG_CHELSIO_T1 is not set | ||
593 | # CONFIG_CHELSIO_T3 is not set | ||
594 | # CONFIG_IXGBE is not set | ||
595 | # CONFIG_IXGB is not set | ||
596 | # CONFIG_S2IO is not set | ||
597 | # CONFIG_MYRI10GE is not set | ||
598 | # CONFIG_NETXEN_NIC is not set | ||
599 | # CONFIG_NIU is not set | ||
600 | # CONFIG_MLX4_CORE is not set | ||
601 | # CONFIG_TEHUTI is not set | ||
602 | # CONFIG_TR is not set | ||
603 | |||
604 | # | ||
605 | # Wireless LAN | ||
606 | # | ||
607 | # CONFIG_WLAN_PRE80211 is not set | ||
608 | # CONFIG_WLAN_80211 is not set | ||
609 | # CONFIG_WAN is not set | ||
610 | # CONFIG_FDDI is not set | ||
611 | # CONFIG_HIPPI is not set | ||
612 | # CONFIG_PPP is not set | ||
613 | # CONFIG_SLIP is not set | ||
614 | # CONFIG_SHAPER is not set | ||
615 | # CONFIG_NETCONSOLE is not set | ||
616 | # CONFIG_NETPOLL is not set | ||
617 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
618 | # CONFIG_ISDN is not set | ||
619 | # CONFIG_PHONE is not set | ||
620 | |||
621 | # | ||
622 | # Input device support | ||
623 | # | ||
624 | CONFIG_INPUT=y | ||
625 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
626 | # CONFIG_INPUT_POLLDEV is not set | ||
627 | |||
628 | # | ||
629 | # Userland interfaces | ||
630 | # | ||
631 | # CONFIG_INPUT_MOUSEDEV is not set | ||
632 | # CONFIG_INPUT_JOYDEV is not set | ||
633 | # CONFIG_INPUT_EVDEV is not set | ||
634 | # CONFIG_INPUT_EVBUG is not set | ||
635 | |||
636 | # | ||
637 | # Input Device Drivers | ||
638 | # | ||
639 | # CONFIG_INPUT_KEYBOARD is not set | ||
640 | # CONFIG_INPUT_MOUSE is not set | ||
641 | # CONFIG_INPUT_JOYSTICK is not set | ||
642 | # CONFIG_INPUT_TABLET is not set | ||
643 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
644 | # CONFIG_INPUT_MISC is not set | ||
645 | |||
646 | # | ||
647 | # Hardware I/O ports | ||
648 | # | ||
649 | # CONFIG_SERIO is not set | ||
650 | # CONFIG_GAMEPORT is not set | ||
651 | |||
652 | # | ||
653 | # Character devices | ||
654 | # | ||
655 | # CONFIG_VT is not set | ||
656 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
657 | |||
658 | # | ||
659 | # Serial drivers | ||
660 | # | ||
661 | CONFIG_SERIAL_8250=y | ||
662 | CONFIG_SERIAL_8250_CONSOLE=y | ||
663 | CONFIG_SERIAL_8250_PCI=y | ||
664 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
665 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
666 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
667 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
668 | |||
669 | # | ||
670 | # Non-8250 serial port support | ||
671 | # | ||
672 | # CONFIG_SERIAL_UARTLITE is not set | ||
673 | CONFIG_SERIAL_CORE=y | ||
674 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
675 | CONFIG_SERIAL_CPM=y | ||
676 | CONFIG_SERIAL_CPM_CONSOLE=y | ||
677 | CONFIG_SERIAL_CPM_SCC1=y | ||
678 | # CONFIG_SERIAL_CPM_SCC2 is not set | ||
679 | # CONFIG_SERIAL_CPM_SCC3 is not set | ||
680 | # CONFIG_SERIAL_CPM_SCC4 is not set | ||
681 | # CONFIG_SERIAL_CPM_SMC1 is not set | ||
682 | # CONFIG_SERIAL_CPM_SMC2 is not set | ||
683 | # CONFIG_SERIAL_JSM is not set | ||
684 | # CONFIG_SERIAL_OF_PLATFORM is not set | ||
685 | CONFIG_UNIX98_PTYS=y | ||
686 | CONFIG_LEGACY_PTYS=y | ||
687 | CONFIG_LEGACY_PTY_COUNT=256 | ||
688 | # CONFIG_IPMI_HANDLER is not set | ||
689 | CONFIG_HW_RANDOM=y | ||
690 | # CONFIG_NVRAM is not set | ||
691 | CONFIG_GEN_RTC=y | ||
692 | # CONFIG_GEN_RTC_X is not set | ||
693 | # CONFIG_R3964 is not set | ||
694 | # CONFIG_APPLICOM is not set | ||
695 | # CONFIG_RAW_DRIVER is not set | ||
696 | # CONFIG_TCG_TPM is not set | ||
697 | CONFIG_DEVPORT=y | ||
698 | CONFIG_I2C=y | ||
699 | CONFIG_I2C_BOARDINFO=y | ||
700 | CONFIG_I2C_CHARDEV=y | ||
701 | |||
702 | # | ||
703 | # I2C Algorithms | ||
704 | # | ||
705 | # CONFIG_I2C_ALGOBIT is not set | ||
706 | # CONFIG_I2C_ALGOPCF is not set | ||
707 | # CONFIG_I2C_ALGOPCA is not set | ||
708 | |||
709 | # | ||
710 | # I2C Hardware Bus support | ||
711 | # | ||
712 | # CONFIG_I2C_ALI1535 is not set | ||
713 | # CONFIG_I2C_ALI1563 is not set | ||
714 | # CONFIG_I2C_ALI15X3 is not set | ||
715 | # CONFIG_I2C_AMD756 is not set | ||
716 | # CONFIG_I2C_AMD8111 is not set | ||
717 | # CONFIG_I2C_I801 is not set | ||
718 | # CONFIG_I2C_I810 is not set | ||
719 | # CONFIG_I2C_PIIX4 is not set | ||
720 | CONFIG_I2C_MPC=y | ||
721 | # CONFIG_I2C_NFORCE2 is not set | ||
722 | # CONFIG_I2C_OCORES is not set | ||
723 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
724 | # CONFIG_I2C_PROSAVAGE is not set | ||
725 | # CONFIG_I2C_SAVAGE4 is not set | ||
726 | # CONFIG_I2C_SIMTEC is not set | ||
727 | # CONFIG_I2C_SIS5595 is not set | ||
728 | # CONFIG_I2C_SIS630 is not set | ||
729 | # CONFIG_I2C_SIS96X is not set | ||
730 | # CONFIG_I2C_TAOS_EVM is not set | ||
731 | # CONFIG_I2C_VIA is not set | ||
732 | # CONFIG_I2C_VIAPRO is not set | ||
733 | # CONFIG_I2C_VOODOO3 is not set | ||
734 | |||
735 | # | ||
736 | # Miscellaneous I2C Chip support | ||
737 | # | ||
738 | CONFIG_SENSORS_DS1337=y | ||
739 | # CONFIG_SENSORS_DS1374 is not set | ||
740 | # CONFIG_DS1682 is not set | ||
741 | # CONFIG_SENSORS_EEPROM is not set | ||
742 | # CONFIG_SENSORS_PCF8574 is not set | ||
743 | # CONFIG_SENSORS_PCA9539 is not set | ||
744 | # CONFIG_SENSORS_PCF8591 is not set | ||
745 | # CONFIG_SENSORS_M41T00 is not set | ||
746 | # CONFIG_SENSORS_MAX6875 is not set | ||
747 | # CONFIG_SENSORS_TSL2550 is not set | ||
748 | # CONFIG_I2C_DEBUG_CORE is not set | ||
749 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
750 | # CONFIG_I2C_DEBUG_BUS is not set | ||
751 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
752 | |||
753 | # | ||
754 | # SPI support | ||
755 | # | ||
756 | # CONFIG_SPI is not set | ||
757 | # CONFIG_SPI_MASTER is not set | ||
758 | # CONFIG_W1 is not set | ||
759 | # CONFIG_POWER_SUPPLY is not set | ||
760 | CONFIG_HWMON=y | ||
761 | # CONFIG_HWMON_VID is not set | ||
762 | # CONFIG_SENSORS_AD7418 is not set | ||
763 | # CONFIG_SENSORS_ADM1021 is not set | ||
764 | # CONFIG_SENSORS_ADM1025 is not set | ||
765 | # CONFIG_SENSORS_ADM1026 is not set | ||
766 | # CONFIG_SENSORS_ADM1029 is not set | ||
767 | # CONFIG_SENSORS_ADM1031 is not set | ||
768 | # CONFIG_SENSORS_ADM9240 is not set | ||
769 | # CONFIG_SENSORS_ADT7470 is not set | ||
770 | # CONFIG_SENSORS_ATXP1 is not set | ||
771 | # CONFIG_SENSORS_DS1621 is not set | ||
772 | # CONFIG_SENSORS_I5K_AMB is not set | ||
773 | # CONFIG_SENSORS_F71805F is not set | ||
774 | # CONFIG_SENSORS_F71882FG is not set | ||
775 | # CONFIG_SENSORS_F75375S is not set | ||
776 | # CONFIG_SENSORS_GL518SM is not set | ||
777 | # CONFIG_SENSORS_GL520SM is not set | ||
778 | # CONFIG_SENSORS_IT87 is not set | ||
779 | # CONFIG_SENSORS_LM63 is not set | ||
780 | CONFIG_SENSORS_LM75=y | ||
781 | # CONFIG_SENSORS_LM77 is not set | ||
782 | # CONFIG_SENSORS_LM78 is not set | ||
783 | # CONFIG_SENSORS_LM80 is not set | ||
784 | # CONFIG_SENSORS_LM83 is not set | ||
785 | # CONFIG_SENSORS_LM85 is not set | ||
786 | # CONFIG_SENSORS_LM87 is not set | ||
787 | # CONFIG_SENSORS_LM90 is not set | ||
788 | # CONFIG_SENSORS_LM92 is not set | ||
789 | # CONFIG_SENSORS_LM93 is not set | ||
790 | # CONFIG_SENSORS_MAX1619 is not set | ||
791 | # CONFIG_SENSORS_MAX6650 is not set | ||
792 | # CONFIG_SENSORS_PC87360 is not set | ||
793 | # CONFIG_SENSORS_PC87427 is not set | ||
794 | # CONFIG_SENSORS_SIS5595 is not set | ||
795 | # CONFIG_SENSORS_DME1737 is not set | ||
796 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
797 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
798 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
799 | # CONFIG_SENSORS_THMC50 is not set | ||
800 | # CONFIG_SENSORS_VIA686A is not set | ||
801 | # CONFIG_SENSORS_VT1211 is not set | ||
802 | # CONFIG_SENSORS_VT8231 is not set | ||
803 | # CONFIG_SENSORS_W83781D is not set | ||
804 | # CONFIG_SENSORS_W83791D is not set | ||
805 | # CONFIG_SENSORS_W83792D is not set | ||
806 | # CONFIG_SENSORS_W83793 is not set | ||
807 | # CONFIG_SENSORS_W83L785TS is not set | ||
808 | # CONFIG_SENSORS_W83627HF is not set | ||
809 | # CONFIG_SENSORS_W83627EHF is not set | ||
810 | CONFIG_HWMON_DEBUG_CHIP=y | ||
811 | # CONFIG_WATCHDOG is not set | ||
812 | |||
813 | # | ||
814 | # Sonics Silicon Backplane | ||
815 | # | ||
816 | CONFIG_SSB_POSSIBLE=y | ||
817 | # CONFIG_SSB is not set | ||
818 | |||
819 | # | ||
820 | # Multifunction device drivers | ||
821 | # | ||
822 | # CONFIG_MFD_SM501 is not set | ||
823 | |||
824 | # | ||
825 | # Multimedia devices | ||
826 | # | ||
827 | # CONFIG_VIDEO_DEV is not set | ||
828 | # CONFIG_DVB_CORE is not set | ||
829 | CONFIG_DAB=y | ||
830 | |||
831 | # | ||
832 | # Graphics support | ||
833 | # | ||
834 | # CONFIG_AGP is not set | ||
835 | # CONFIG_DRM is not set | ||
836 | # CONFIG_VGASTATE is not set | ||
837 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
838 | # CONFIG_FB is not set | ||
839 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
840 | |||
841 | # | ||
842 | # Display device support | ||
843 | # | ||
844 | # CONFIG_DISPLAY_SUPPORT is not set | ||
845 | |||
846 | # | ||
847 | # Sound | ||
848 | # | ||
849 | # CONFIG_SOUND is not set | ||
850 | CONFIG_HID_SUPPORT=y | ||
851 | CONFIG_HID=y | ||
852 | # CONFIG_HID_DEBUG is not set | ||
853 | # CONFIG_HIDRAW is not set | ||
854 | CONFIG_USB_SUPPORT=y | ||
855 | CONFIG_USB_ARCH_HAS_HCD=y | ||
856 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
857 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
858 | # CONFIG_USB is not set | ||
859 | |||
860 | # | ||
861 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
862 | # | ||
863 | |||
864 | # | ||
865 | # USB Gadget Support | ||
866 | # | ||
867 | # CONFIG_USB_GADGET is not set | ||
868 | # CONFIG_MMC is not set | ||
869 | # CONFIG_NEW_LEDS is not set | ||
870 | # CONFIG_INFINIBAND is not set | ||
871 | # CONFIG_EDAC is not set | ||
872 | # CONFIG_RTC_CLASS is not set | ||
873 | |||
874 | # | ||
875 | # Userspace I/O | ||
876 | # | ||
877 | # CONFIG_UIO is not set | ||
878 | |||
879 | # | ||
880 | # File systems | ||
881 | # | ||
882 | CONFIG_EXT2_FS=y | ||
883 | # CONFIG_EXT2_FS_XATTR is not set | ||
884 | # CONFIG_EXT2_FS_XIP is not set | ||
885 | CONFIG_EXT3_FS=y | ||
886 | CONFIG_EXT3_FS_XATTR=y | ||
887 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
888 | # CONFIG_EXT3_FS_SECURITY is not set | ||
889 | # CONFIG_EXT4DEV_FS is not set | ||
890 | CONFIG_JBD=y | ||
891 | CONFIG_FS_MBCACHE=y | ||
892 | # CONFIG_REISERFS_FS is not set | ||
893 | # CONFIG_JFS_FS is not set | ||
894 | # CONFIG_FS_POSIX_ACL is not set | ||
895 | # CONFIG_XFS_FS is not set | ||
896 | # CONFIG_GFS2_FS is not set | ||
897 | # CONFIG_OCFS2_FS is not set | ||
898 | # CONFIG_MINIX_FS is not set | ||
899 | # CONFIG_ROMFS_FS is not set | ||
900 | CONFIG_INOTIFY=y | ||
901 | CONFIG_INOTIFY_USER=y | ||
902 | # CONFIG_QUOTA is not set | ||
903 | CONFIG_DNOTIFY=y | ||
904 | # CONFIG_AUTOFS_FS is not set | ||
905 | # CONFIG_AUTOFS4_FS is not set | ||
906 | # CONFIG_FUSE_FS is not set | ||
907 | |||
908 | # | ||
909 | # CD-ROM/DVD Filesystems | ||
910 | # | ||
911 | # CONFIG_ISO9660_FS is not set | ||
912 | # CONFIG_UDF_FS is not set | ||
913 | |||
914 | # | ||
915 | # DOS/FAT/NT Filesystems | ||
916 | # | ||
917 | # CONFIG_MSDOS_FS is not set | ||
918 | # CONFIG_VFAT_FS is not set | ||
919 | # CONFIG_NTFS_FS is not set | ||
920 | |||
921 | # | ||
922 | # Pseudo filesystems | ||
923 | # | ||
924 | CONFIG_PROC_FS=y | ||
925 | CONFIG_PROC_KCORE=y | ||
926 | CONFIG_PROC_SYSCTL=y | ||
927 | CONFIG_SYSFS=y | ||
928 | CONFIG_TMPFS=y | ||
929 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
930 | # CONFIG_HUGETLB_PAGE is not set | ||
931 | # CONFIG_CONFIGFS_FS is not set | ||
932 | |||
933 | # | ||
934 | # Miscellaneous filesystems | ||
935 | # | ||
936 | # CONFIG_ADFS_FS is not set | ||
937 | # CONFIG_AFFS_FS is not set | ||
938 | # CONFIG_HFS_FS is not set | ||
939 | # CONFIG_HFSPLUS_FS is not set | ||
940 | # CONFIG_BEFS_FS is not set | ||
941 | # CONFIG_BFS_FS is not set | ||
942 | # CONFIG_EFS_FS is not set | ||
943 | CONFIG_JFFS2_FS=y | ||
944 | CONFIG_JFFS2_FS_DEBUG=0 | ||
945 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
946 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
947 | # CONFIG_JFFS2_SUMMARY is not set | ||
948 | # CONFIG_JFFS2_FS_XATTR is not set | ||
949 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
950 | CONFIG_JFFS2_ZLIB=y | ||
951 | # CONFIG_JFFS2_LZO is not set | ||
952 | CONFIG_JFFS2_RTIME=y | ||
953 | # CONFIG_JFFS2_RUBIN is not set | ||
954 | CONFIG_CRAMFS=y | ||
955 | # CONFIG_VXFS_FS is not set | ||
956 | # CONFIG_HPFS_FS is not set | ||
957 | # CONFIG_QNX4FS_FS is not set | ||
958 | # CONFIG_SYSV_FS is not set | ||
959 | # CONFIG_UFS_FS is not set | ||
960 | CONFIG_NETWORK_FILESYSTEMS=y | ||
961 | CONFIG_NFS_FS=y | ||
962 | # CONFIG_NFS_V3 is not set | ||
963 | # CONFIG_NFS_V4 is not set | ||
964 | # CONFIG_NFS_DIRECTIO is not set | ||
965 | # CONFIG_NFSD is not set | ||
966 | CONFIG_ROOT_NFS=y | ||
967 | CONFIG_LOCKD=y | ||
968 | CONFIG_NFS_COMMON=y | ||
969 | CONFIG_SUNRPC=y | ||
970 | # CONFIG_SUNRPC_BIND34 is not set | ||
971 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
972 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
973 | # CONFIG_SMB_FS is not set | ||
974 | # CONFIG_CIFS is not set | ||
975 | # CONFIG_NCP_FS is not set | ||
976 | # CONFIG_CODA_FS is not set | ||
977 | # CONFIG_AFS_FS is not set | ||
978 | |||
979 | # | ||
980 | # Partition Types | ||
981 | # | ||
982 | CONFIG_PARTITION_ADVANCED=y | ||
983 | # CONFIG_ACORN_PARTITION is not set | ||
984 | # CONFIG_OSF_PARTITION is not set | ||
985 | # CONFIG_AMIGA_PARTITION is not set | ||
986 | # CONFIG_ATARI_PARTITION is not set | ||
987 | # CONFIG_MAC_PARTITION is not set | ||
988 | # CONFIG_MSDOS_PARTITION is not set | ||
989 | # CONFIG_LDM_PARTITION is not set | ||
990 | # CONFIG_SGI_PARTITION is not set | ||
991 | # CONFIG_ULTRIX_PARTITION is not set | ||
992 | # CONFIG_SUN_PARTITION is not set | ||
993 | # CONFIG_KARMA_PARTITION is not set | ||
994 | # CONFIG_EFI_PARTITION is not set | ||
995 | # CONFIG_SYSV68_PARTITION is not set | ||
996 | # CONFIG_NLS is not set | ||
997 | # CONFIG_DLM is not set | ||
998 | |||
999 | # | ||
1000 | # Library routines | ||
1001 | # | ||
1002 | CONFIG_BITREVERSE=y | ||
1003 | # CONFIG_CRC_CCITT is not set | ||
1004 | # CONFIG_CRC16 is not set | ||
1005 | # CONFIG_CRC_ITU_T is not set | ||
1006 | CONFIG_CRC32=y | ||
1007 | # CONFIG_CRC7 is not set | ||
1008 | # CONFIG_LIBCRC32C is not set | ||
1009 | CONFIG_ZLIB_INFLATE=y | ||
1010 | CONFIG_ZLIB_DEFLATE=y | ||
1011 | CONFIG_PLIST=y | ||
1012 | CONFIG_HAS_IOMEM=y | ||
1013 | CONFIG_HAS_IOPORT=y | ||
1014 | CONFIG_HAS_DMA=y | ||
1015 | CONFIG_INSTRUMENTATION=y | ||
1016 | # CONFIG_PROFILING is not set | ||
1017 | # CONFIG_MARKERS is not set | ||
1018 | |||
1019 | # | ||
1020 | # Kernel hacking | ||
1021 | # | ||
1022 | # CONFIG_PRINTK_TIME is not set | ||
1023 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1024 | CONFIG_ENABLE_MUST_CHECK=y | ||
1025 | # CONFIG_MAGIC_SYSRQ is not set | ||
1026 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1027 | # CONFIG_DEBUG_FS is not set | ||
1028 | # CONFIG_HEADERS_CHECK is not set | ||
1029 | # CONFIG_DEBUG_KERNEL is not set | ||
1030 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1031 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1032 | # CONFIG_SAMPLES is not set | ||
1033 | # CONFIG_KGDB_CONSOLE is not set | ||
1034 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1035 | |||
1036 | # | ||
1037 | # Security options | ||
1038 | # | ||
1039 | # CONFIG_KEYS is not set | ||
1040 | # CONFIG_SECURITY is not set | ||
1041 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1042 | # CONFIG_CRYPTO is not set | ||
1043 | # CONFIG_PPC_CLOCK is not set | ||
1044 | CONFIG_PPC_LIB_RHEAP=y | ||
diff --git a/arch/powerpc/configs/tqm8560_defconfig b/arch/powerpc/configs/tqm8560_defconfig new file mode 100644 index 000000000000..0832e8996ac2 --- /dev/null +++ b/arch/powerpc/configs/tqm8560_defconfig | |||
@@ -0,0 +1,1044 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.24-rc8 | ||
4 | # Thu Jan 24 23:50:42 2008 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | |||
8 | # | ||
9 | # Processor support | ||
10 | # | ||
11 | # CONFIG_6xx is not set | ||
12 | CONFIG_PPC_85xx=y | ||
13 | # CONFIG_PPC_8xx is not set | ||
14 | # CONFIG_40x is not set | ||
15 | # CONFIG_44x is not set | ||
16 | # CONFIG_E200 is not set | ||
17 | CONFIG_85xx=y | ||
18 | CONFIG_E500=y | ||
19 | CONFIG_BOOKE=y | ||
20 | CONFIG_FSL_BOOKE=y | ||
21 | # CONFIG_PHYS_64BIT is not set | ||
22 | CONFIG_SPE=y | ||
23 | # CONFIG_PPC_MM_SLICES is not set | ||
24 | CONFIG_PPC32=y | ||
25 | CONFIG_WORD_SIZE=32 | ||
26 | CONFIG_PPC_MERGE=y | ||
27 | CONFIG_MMU=y | ||
28 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
29 | CONFIG_GENERIC_TIME=y | ||
30 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
31 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
32 | CONFIG_GENERIC_HARDIRQS=y | ||
33 | CONFIG_IRQ_PER_CPU=y | ||
34 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
35 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
36 | CONFIG_GENERIC_HWEIGHT=y | ||
37 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
38 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
39 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | ||
40 | CONFIG_PPC=y | ||
41 | CONFIG_EARLY_PRINTK=y | ||
42 | CONFIG_GENERIC_NVRAM=y | ||
43 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
44 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
45 | CONFIG_PPC_OF=y | ||
46 | CONFIG_OF=y | ||
47 | CONFIG_PPC_UDBG_16550=y | ||
48 | # CONFIG_GENERIC_TBSYNC is not set | ||
49 | CONFIG_AUDIT_ARCH=y | ||
50 | CONFIG_GENERIC_BUG=y | ||
51 | CONFIG_DEFAULT_UIMAGE=y | ||
52 | # CONFIG_PPC_DCR_NATIVE is not set | ||
53 | # CONFIG_PPC_DCR_MMIO is not set | ||
54 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
55 | |||
56 | # | ||
57 | # General setup | ||
58 | # | ||
59 | CONFIG_EXPERIMENTAL=y | ||
60 | CONFIG_BROKEN_ON_SMP=y | ||
61 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
62 | CONFIG_LOCALVERSION="" | ||
63 | CONFIG_LOCALVERSION_AUTO=y | ||
64 | CONFIG_SWAP=y | ||
65 | CONFIG_SYSVIPC=y | ||
66 | CONFIG_SYSVIPC_SYSCTL=y | ||
67 | # CONFIG_POSIX_MQUEUE is not set | ||
68 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
69 | # CONFIG_TASKSTATS is not set | ||
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_AUDIT is not set | ||
73 | # CONFIG_IKCONFIG is not set | ||
74 | CONFIG_LOG_BUF_SHIFT=14 | ||
75 | # CONFIG_CGROUPS is not set | ||
76 | CONFIG_FAIR_GROUP_SCHED=y | ||
77 | CONFIG_FAIR_USER_SCHED=y | ||
78 | # CONFIG_FAIR_CGROUP_SCHED is not set | ||
79 | CONFIG_SYSFS_DEPRECATED=y | ||
80 | # CONFIG_RELAY is not set | ||
81 | CONFIG_BLK_DEV_INITRD=y | ||
82 | CONFIG_INITRAMFS_SOURCE="" | ||
83 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
84 | CONFIG_SYSCTL=y | ||
85 | CONFIG_EMBEDDED=y | ||
86 | CONFIG_SYSCTL_SYSCALL=y | ||
87 | # CONFIG_KALLSYMS is not set | ||
88 | # CONFIG_HOTPLUG is not set | ||
89 | CONFIG_PRINTK=y | ||
90 | CONFIG_BUG=y | ||
91 | CONFIG_ELF_CORE=y | ||
92 | CONFIG_BASE_FULL=y | ||
93 | CONFIG_FUTEX=y | ||
94 | CONFIG_ANON_INODES=y | ||
95 | # CONFIG_EPOLL is not set | ||
96 | CONFIG_SIGNALFD=y | ||
97 | CONFIG_EVENTFD=y | ||
98 | CONFIG_SHMEM=y | ||
99 | CONFIG_VM_EVENT_COUNTERS=y | ||
100 | CONFIG_SLUB_DEBUG=y | ||
101 | # CONFIG_SLAB is not set | ||
102 | CONFIG_SLUB=y | ||
103 | # CONFIG_SLOB is not set | ||
104 | CONFIG_SLABINFO=y | ||
105 | CONFIG_RT_MUTEXES=y | ||
106 | # CONFIG_TINY_SHMEM is not set | ||
107 | CONFIG_BASE_SMALL=0 | ||
108 | # CONFIG_MODULES is not set | ||
109 | CONFIG_BLOCK=y | ||
110 | # CONFIG_LBD is not set | ||
111 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
112 | # CONFIG_LSF is not set | ||
113 | # CONFIG_BLK_DEV_BSG is not set | ||
114 | |||
115 | # | ||
116 | # IO Schedulers | ||
117 | # | ||
118 | CONFIG_IOSCHED_NOOP=y | ||
119 | CONFIG_IOSCHED_AS=y | ||
120 | CONFIG_IOSCHED_DEADLINE=y | ||
121 | CONFIG_IOSCHED_CFQ=y | ||
122 | CONFIG_DEFAULT_AS=y | ||
123 | # CONFIG_DEFAULT_DEADLINE is not set | ||
124 | # CONFIG_DEFAULT_CFQ is not set | ||
125 | # CONFIG_DEFAULT_NOOP is not set | ||
126 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
127 | |||
128 | # | ||
129 | # Platform support | ||
130 | # | ||
131 | # CONFIG_PPC_MPC52xx is not set | ||
132 | # CONFIG_PPC_MPC5200 is not set | ||
133 | # CONFIG_PPC_CELL is not set | ||
134 | # CONFIG_PPC_CELL_NATIVE is not set | ||
135 | # CONFIG_PQ2ADS is not set | ||
136 | # CONFIG_MPC8540_ADS is not set | ||
137 | # CONFIG_MPC8560_ADS is not set | ||
138 | # CONFIG_MPC85xx_CDS is not set | ||
139 | # CONFIG_MPC85xx_MDS is not set | ||
140 | # CONFIG_MPC85xx_DS is not set | ||
141 | # CONFIG_STX_GP3 is not set | ||
142 | # CONFIG_TQM8540 is not set | ||
143 | # CONFIG_TQM8541 is not set | ||
144 | # CONFIG_TQM8555 is not set | ||
145 | CONFIG_TQM8560=y | ||
146 | CONFIG_TQM85xx=y | ||
147 | CONFIG_MPC85xx=y | ||
148 | # CONFIG_IPIC is not set | ||
149 | CONFIG_MPIC=y | ||
150 | # CONFIG_MPIC_WEIRD is not set | ||
151 | # CONFIG_PPC_I8259 is not set | ||
152 | # CONFIG_PPC_RTAS is not set | ||
153 | # CONFIG_MMIO_NVRAM is not set | ||
154 | # CONFIG_PPC_MPC106 is not set | ||
155 | # CONFIG_PPC_970_NAP is not set | ||
156 | # CONFIG_PPC_INDIRECT_IO is not set | ||
157 | # CONFIG_GENERIC_IOMAP is not set | ||
158 | # CONFIG_CPU_FREQ is not set | ||
159 | CONFIG_CPM2=y | ||
160 | CONFIG_PPC_CPM_NEW_BINDING=y | ||
161 | # CONFIG_FSL_ULI1575 is not set | ||
162 | CONFIG_CPM=y | ||
163 | |||
164 | # | ||
165 | # Kernel options | ||
166 | # | ||
167 | # CONFIG_HIGHMEM is not set | ||
168 | # CONFIG_TICK_ONESHOT is not set | ||
169 | # CONFIG_NO_HZ is not set | ||
170 | # CONFIG_HIGH_RES_TIMERS is not set | ||
171 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
172 | # CONFIG_HZ_100 is not set | ||
173 | CONFIG_HZ_250=y | ||
174 | # CONFIG_HZ_300 is not set | ||
175 | # CONFIG_HZ_1000 is not set | ||
176 | CONFIG_HZ=250 | ||
177 | CONFIG_PREEMPT_NONE=y | ||
178 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
179 | # CONFIG_PREEMPT is not set | ||
180 | CONFIG_BINFMT_ELF=y | ||
181 | # CONFIG_BINFMT_MISC is not set | ||
182 | CONFIG_MATH_EMULATION=y | ||
183 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
184 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
185 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
186 | CONFIG_SELECT_MEMORY_MODEL=y | ||
187 | CONFIG_FLATMEM_MANUAL=y | ||
188 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
189 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
190 | CONFIG_FLATMEM=y | ||
191 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
192 | # CONFIG_SPARSEMEM_STATIC is not set | ||
193 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set | ||
194 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
195 | # CONFIG_RESOURCES_64BIT is not set | ||
196 | CONFIG_ZONE_DMA_FLAG=1 | ||
197 | CONFIG_BOUNCE=y | ||
198 | CONFIG_VIRT_TO_BUS=y | ||
199 | # CONFIG_PROC_DEVICETREE is not set | ||
200 | # CONFIG_CMDLINE_BOOL is not set | ||
201 | # CONFIG_PM is not set | ||
202 | CONFIG_SUSPEND_UP_POSSIBLE=y | ||
203 | CONFIG_HIBERNATION_UP_POSSIBLE=y | ||
204 | CONFIG_SECCOMP=y | ||
205 | CONFIG_WANT_DEVICE_TREE=y | ||
206 | CONFIG_DEVICE_TREE="tqm8560.dts" | ||
207 | CONFIG_ISA_DMA_API=y | ||
208 | |||
209 | # | ||
210 | # Bus options | ||
211 | # | ||
212 | CONFIG_ZONE_DMA=y | ||
213 | CONFIG_PPC_INDIRECT_PCI=y | ||
214 | CONFIG_FSL_SOC=y | ||
215 | CONFIG_FSL_PCI=y | ||
216 | CONFIG_PCI=y | ||
217 | CONFIG_PCI_DOMAINS=y | ||
218 | CONFIG_PCI_SYSCALL=y | ||
219 | # CONFIG_PCIEPORTBUS is not set | ||
220 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
221 | # CONFIG_PCI_MSI is not set | ||
222 | CONFIG_PCI_LEGACY=y | ||
223 | |||
224 | # | ||
225 | # Advanced setup | ||
226 | # | ||
227 | # CONFIG_ADVANCED_OPTIONS is not set | ||
228 | |||
229 | # | ||
230 | # Default settings for advanced configuration options are used | ||
231 | # | ||
232 | CONFIG_HIGHMEM_START=0xfe000000 | ||
233 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
234 | CONFIG_KERNEL_START=0xc0000000 | ||
235 | CONFIG_TASK_SIZE=0xc0000000 | ||
236 | CONFIG_BOOT_LOAD=0x00800000 | ||
237 | |||
238 | # | ||
239 | # Networking | ||
240 | # | ||
241 | CONFIG_NET=y | ||
242 | |||
243 | # | ||
244 | # Networking options | ||
245 | # | ||
246 | CONFIG_PACKET=y | ||
247 | # CONFIG_PACKET_MMAP is not set | ||
248 | CONFIG_UNIX=y | ||
249 | CONFIG_XFRM=y | ||
250 | # CONFIG_XFRM_USER is not set | ||
251 | # CONFIG_XFRM_SUB_POLICY is not set | ||
252 | # CONFIG_XFRM_MIGRATE is not set | ||
253 | # CONFIG_NET_KEY is not set | ||
254 | CONFIG_INET=y | ||
255 | CONFIG_IP_MULTICAST=y | ||
256 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
257 | CONFIG_IP_FIB_HASH=y | ||
258 | CONFIG_IP_PNP=y | ||
259 | CONFIG_IP_PNP_DHCP=y | ||
260 | CONFIG_IP_PNP_BOOTP=y | ||
261 | # CONFIG_IP_PNP_RARP is not set | ||
262 | # CONFIG_NET_IPIP is not set | ||
263 | # CONFIG_NET_IPGRE is not set | ||
264 | # CONFIG_IP_MROUTE is not set | ||
265 | # CONFIG_ARPD is not set | ||
266 | CONFIG_SYN_COOKIES=y | ||
267 | # CONFIG_INET_AH is not set | ||
268 | # CONFIG_INET_ESP is not set | ||
269 | # CONFIG_INET_IPCOMP is not set | ||
270 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
271 | # CONFIG_INET_TUNNEL is not set | ||
272 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
273 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
274 | CONFIG_INET_XFRM_MODE_BEET=y | ||
275 | # CONFIG_INET_LRO is not set | ||
276 | CONFIG_INET_DIAG=y | ||
277 | CONFIG_INET_TCP_DIAG=y | ||
278 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
279 | CONFIG_TCP_CONG_CUBIC=y | ||
280 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
281 | # CONFIG_TCP_MD5SIG is not set | ||
282 | # CONFIG_IPV6 is not set | ||
283 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
284 | # CONFIG_INET6_TUNNEL is not set | ||
285 | # CONFIG_NETWORK_SECMARK is not set | ||
286 | # CONFIG_NETFILTER is not set | ||
287 | # CONFIG_IP_DCCP is not set | ||
288 | # CONFIG_IP_SCTP is not set | ||
289 | # CONFIG_TIPC is not set | ||
290 | # CONFIG_ATM is not set | ||
291 | # CONFIG_BRIDGE is not set | ||
292 | # CONFIG_VLAN_8021Q is not set | ||
293 | # CONFIG_DECNET is not set | ||
294 | # CONFIG_LLC2 is not set | ||
295 | # CONFIG_IPX is not set | ||
296 | # CONFIG_ATALK is not set | ||
297 | # CONFIG_X25 is not set | ||
298 | # CONFIG_LAPB is not set | ||
299 | # CONFIG_ECONET is not set | ||
300 | # CONFIG_WAN_ROUTER is not set | ||
301 | # CONFIG_NET_SCHED is not set | ||
302 | |||
303 | # | ||
304 | # Network testing | ||
305 | # | ||
306 | # CONFIG_NET_PKTGEN is not set | ||
307 | # CONFIG_HAMRADIO is not set | ||
308 | # CONFIG_IRDA is not set | ||
309 | # CONFIG_BT is not set | ||
310 | # CONFIG_AF_RXRPC is not set | ||
311 | |||
312 | # | ||
313 | # Wireless | ||
314 | # | ||
315 | # CONFIG_CFG80211 is not set | ||
316 | # CONFIG_WIRELESS_EXT is not set | ||
317 | # CONFIG_MAC80211 is not set | ||
318 | # CONFIG_IEEE80211 is not set | ||
319 | # CONFIG_RFKILL is not set | ||
320 | # CONFIG_NET_9P is not set | ||
321 | |||
322 | # | ||
323 | # Device Drivers | ||
324 | # | ||
325 | |||
326 | # | ||
327 | # Generic Driver Options | ||
328 | # | ||
329 | CONFIG_STANDALONE=y | ||
330 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
331 | # CONFIG_SYS_HYPERVISOR is not set | ||
332 | # CONFIG_CONNECTOR is not set | ||
333 | CONFIG_MTD=y | ||
334 | # CONFIG_MTD_DEBUG is not set | ||
335 | CONFIG_MTD_CONCAT=y | ||
336 | CONFIG_MTD_PARTITIONS=y | ||
337 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
338 | CONFIG_MTD_CMDLINE_PARTS=y | ||
339 | |||
340 | # | ||
341 | # User Modules And Translation Layers | ||
342 | # | ||
343 | CONFIG_MTD_CHAR=y | ||
344 | CONFIG_MTD_BLKDEVS=y | ||
345 | CONFIG_MTD_BLOCK=y | ||
346 | # CONFIG_FTL is not set | ||
347 | # CONFIG_NFTL is not set | ||
348 | # CONFIG_INFTL is not set | ||
349 | # CONFIG_RFD_FTL is not set | ||
350 | # CONFIG_SSFDC is not set | ||
351 | # CONFIG_MTD_OOPS is not set | ||
352 | |||
353 | # | ||
354 | # RAM/ROM/Flash chip drivers | ||
355 | # | ||
356 | CONFIG_MTD_CFI=y | ||
357 | # CONFIG_MTD_JEDECPROBE is not set | ||
358 | CONFIG_MTD_GEN_PROBE=y | ||
359 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
360 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
361 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
362 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
363 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
364 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
365 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
366 | CONFIG_MTD_CFI_I1=y | ||
367 | CONFIG_MTD_CFI_I2=y | ||
368 | # CONFIG_MTD_CFI_I4 is not set | ||
369 | # CONFIG_MTD_CFI_I8 is not set | ||
370 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
371 | CONFIG_MTD_CFI_AMDSTD=y | ||
372 | # CONFIG_MTD_CFI_STAA is not set | ||
373 | CONFIG_MTD_CFI_UTIL=y | ||
374 | # CONFIG_MTD_RAM is not set | ||
375 | # CONFIG_MTD_ROM is not set | ||
376 | # CONFIG_MTD_ABSENT is not set | ||
377 | |||
378 | # | ||
379 | # Mapping drivers for chip access | ||
380 | # | ||
381 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
382 | # CONFIG_MTD_PHYSMAP is not set | ||
383 | # CONFIG_MTD_PHYSMAP_OF is not set | ||
384 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
385 | # CONFIG_MTD_PLATRAM is not set | ||
386 | |||
387 | # | ||
388 | # Self-contained MTD device drivers | ||
389 | # | ||
390 | # CONFIG_MTD_PMC551 is not set | ||
391 | # CONFIG_MTD_SLRAM is not set | ||
392 | # CONFIG_MTD_PHRAM is not set | ||
393 | # CONFIG_MTD_MTDRAM is not set | ||
394 | # CONFIG_MTD_BLOCK2MTD is not set | ||
395 | |||
396 | # | ||
397 | # Disk-On-Chip Device Drivers | ||
398 | # | ||
399 | # CONFIG_MTD_DOC2000 is not set | ||
400 | # CONFIG_MTD_DOC2001 is not set | ||
401 | # CONFIG_MTD_DOC2001PLUS is not set | ||
402 | # CONFIG_MTD_NAND is not set | ||
403 | # CONFIG_MTD_ONENAND is not set | ||
404 | |||
405 | # | ||
406 | # UBI - Unsorted block images | ||
407 | # | ||
408 | # CONFIG_MTD_UBI is not set | ||
409 | CONFIG_OF_DEVICE=y | ||
410 | # CONFIG_PARPORT is not set | ||
411 | CONFIG_BLK_DEV=y | ||
412 | # CONFIG_BLK_DEV_FD is not set | ||
413 | # CONFIG_BLK_CPQ_DA is not set | ||
414 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
415 | # CONFIG_BLK_DEV_DAC960 is not set | ||
416 | # CONFIG_BLK_DEV_UMEM is not set | ||
417 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
418 | CONFIG_BLK_DEV_LOOP=y | ||
419 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
420 | # CONFIG_BLK_DEV_NBD is not set | ||
421 | # CONFIG_BLK_DEV_SX8 is not set | ||
422 | CONFIG_BLK_DEV_RAM=y | ||
423 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
424 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
425 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
426 | # CONFIG_CDROM_PKTCDVD is not set | ||
427 | # CONFIG_ATA_OVER_ETH is not set | ||
428 | CONFIG_MISC_DEVICES=y | ||
429 | # CONFIG_PHANTOM is not set | ||
430 | # CONFIG_EEPROM_93CX6 is not set | ||
431 | # CONFIG_SGI_IOC4 is not set | ||
432 | # CONFIG_TIFM_CORE is not set | ||
433 | CONFIG_IDE=y | ||
434 | CONFIG_IDE_MAX_HWIFS=4 | ||
435 | CONFIG_BLK_DEV_IDE=y | ||
436 | |||
437 | # | ||
438 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
439 | # | ||
440 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
441 | CONFIG_BLK_DEV_IDEDISK=y | ||
442 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
443 | # CONFIG_BLK_DEV_IDECD is not set | ||
444 | # CONFIG_BLK_DEV_IDETAPE is not set | ||
445 | # CONFIG_BLK_DEV_IDEFLOPPY is not set | ||
446 | # CONFIG_IDE_TASK_IOCTL is not set | ||
447 | CONFIG_IDE_PROC_FS=y | ||
448 | |||
449 | # | ||
450 | # IDE chipset support/bugfixes | ||
451 | # | ||
452 | CONFIG_IDE_GENERIC=y | ||
453 | # CONFIG_BLK_DEV_PLATFORM is not set | ||
454 | |||
455 | # | ||
456 | # PCI IDE chipsets support | ||
457 | # | ||
458 | CONFIG_BLK_DEV_IDEPCI=y | ||
459 | CONFIG_IDEPCI_SHARE_IRQ=y | ||
460 | CONFIG_IDEPCI_PCIBUS_ORDER=y | ||
461 | # CONFIG_BLK_DEV_OFFBOARD is not set | ||
462 | CONFIG_BLK_DEV_GENERIC=y | ||
463 | # CONFIG_BLK_DEV_OPTI621 is not set | ||
464 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
465 | # CONFIG_BLK_DEV_AEC62XX is not set | ||
466 | # CONFIG_BLK_DEV_ALI15X3 is not set | ||
467 | # CONFIG_BLK_DEV_AMD74XX is not set | ||
468 | # CONFIG_BLK_DEV_CMD64X is not set | ||
469 | # CONFIG_BLK_DEV_TRIFLEX is not set | ||
470 | # CONFIG_BLK_DEV_CY82C693 is not set | ||
471 | # CONFIG_BLK_DEV_CS5520 is not set | ||
472 | # CONFIG_BLK_DEV_CS5530 is not set | ||
473 | # CONFIG_BLK_DEV_HPT34X is not set | ||
474 | # CONFIG_BLK_DEV_HPT366 is not set | ||
475 | # CONFIG_BLK_DEV_JMICRON is not set | ||
476 | # CONFIG_BLK_DEV_SC1200 is not set | ||
477 | # CONFIG_BLK_DEV_PIIX is not set | ||
478 | # CONFIG_BLK_DEV_IT8213 is not set | ||
479 | # CONFIG_BLK_DEV_IT821X is not set | ||
480 | # CONFIG_BLK_DEV_NS87415 is not set | ||
481 | # CONFIG_BLK_DEV_PDC202XX_OLD is not set | ||
482 | # CONFIG_BLK_DEV_PDC202XX_NEW is not set | ||
483 | # CONFIG_BLK_DEV_SVWKS is not set | ||
484 | # CONFIG_BLK_DEV_SIIMAGE is not set | ||
485 | # CONFIG_BLK_DEV_SL82C105 is not set | ||
486 | # CONFIG_BLK_DEV_SLC90E66 is not set | ||
487 | # CONFIG_BLK_DEV_TRM290 is not set | ||
488 | CONFIG_BLK_DEV_VIA82CXXX=y | ||
489 | # CONFIG_BLK_DEV_TC86C001 is not set | ||
490 | # CONFIG_IDE_ARM is not set | ||
491 | CONFIG_BLK_DEV_IDEDMA=y | ||
492 | CONFIG_IDE_ARCH_OBSOLETE_INIT=y | ||
493 | # CONFIG_BLK_DEV_HD is not set | ||
494 | |||
495 | # | ||
496 | # SCSI device support | ||
497 | # | ||
498 | # CONFIG_RAID_ATTRS is not set | ||
499 | # CONFIG_SCSI is not set | ||
500 | # CONFIG_SCSI_DMA is not set | ||
501 | # CONFIG_SCSI_NETLINK is not set | ||
502 | # CONFIG_ATA is not set | ||
503 | # CONFIG_MD is not set | ||
504 | # CONFIG_FUSION is not set | ||
505 | |||
506 | # | ||
507 | # IEEE 1394 (FireWire) support | ||
508 | # | ||
509 | # CONFIG_FIREWIRE is not set | ||
510 | # CONFIG_IEEE1394 is not set | ||
511 | # CONFIG_I2O is not set | ||
512 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
513 | CONFIG_NETDEVICES=y | ||
514 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
515 | # CONFIG_DUMMY is not set | ||
516 | # CONFIG_BONDING is not set | ||
517 | # CONFIG_MACVLAN is not set | ||
518 | # CONFIG_EQUALIZER is not set | ||
519 | # CONFIG_TUN is not set | ||
520 | # CONFIG_VETH is not set | ||
521 | # CONFIG_ARCNET is not set | ||
522 | CONFIG_PHYLIB=y | ||
523 | |||
524 | # | ||
525 | # MII PHY device drivers | ||
526 | # | ||
527 | # CONFIG_MARVELL_PHY is not set | ||
528 | # CONFIG_DAVICOM_PHY is not set | ||
529 | # CONFIG_QSEMI_PHY is not set | ||
530 | # CONFIG_LXT_PHY is not set | ||
531 | # CONFIG_CICADA_PHY is not set | ||
532 | # CONFIG_VITESSE_PHY is not set | ||
533 | # CONFIG_SMSC_PHY is not set | ||
534 | # CONFIG_BROADCOM_PHY is not set | ||
535 | # CONFIG_ICPLUS_PHY is not set | ||
536 | # CONFIG_FIXED_PHY is not set | ||
537 | # CONFIG_MDIO_BITBANG is not set | ||
538 | CONFIG_NET_ETHERNET=y | ||
539 | CONFIG_MII=y | ||
540 | # CONFIG_HAPPYMEAL is not set | ||
541 | # CONFIG_SUNGEM is not set | ||
542 | # CONFIG_CASSINI is not set | ||
543 | # CONFIG_NET_VENDOR_3COM is not set | ||
544 | # CONFIG_NET_TULIP is not set | ||
545 | # CONFIG_HP100 is not set | ||
546 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
547 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
548 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
549 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
550 | CONFIG_NET_PCI=y | ||
551 | # CONFIG_PCNET32 is not set | ||
552 | # CONFIG_AMD8111_ETH is not set | ||
553 | # CONFIG_ADAPTEC_STARFIRE is not set | ||
554 | # CONFIG_B44 is not set | ||
555 | # CONFIG_FORCEDETH is not set | ||
556 | # CONFIG_EEPRO100 is not set | ||
557 | CONFIG_E100=y | ||
558 | # CONFIG_FEALNX is not set | ||
559 | # CONFIG_NATSEMI is not set | ||
560 | # CONFIG_NE2K_PCI is not set | ||
561 | # CONFIG_8139CP is not set | ||
562 | # CONFIG_8139TOO is not set | ||
563 | # CONFIG_SIS900 is not set | ||
564 | # CONFIG_EPIC100 is not set | ||
565 | # CONFIG_SUNDANCE is not set | ||
566 | # CONFIG_TLAN is not set | ||
567 | # CONFIG_VIA_RHINE is not set | ||
568 | # CONFIG_SC92031 is not set | ||
569 | # CONFIG_FS_ENET is not set | ||
570 | CONFIG_NETDEV_1000=y | ||
571 | # CONFIG_ACENIC is not set | ||
572 | # CONFIG_DL2K is not set | ||
573 | # CONFIG_E1000 is not set | ||
574 | # CONFIG_E1000E is not set | ||
575 | # CONFIG_IP1000 is not set | ||
576 | # CONFIG_NS83820 is not set | ||
577 | # CONFIG_HAMACHI is not set | ||
578 | # CONFIG_YELLOWFIN is not set | ||
579 | # CONFIG_R8169 is not set | ||
580 | # CONFIG_SIS190 is not set | ||
581 | # CONFIG_SKGE is not set | ||
582 | # CONFIG_SKY2 is not set | ||
583 | # CONFIG_SK98LIN is not set | ||
584 | # CONFIG_VIA_VELOCITY is not set | ||
585 | # CONFIG_TIGON3 is not set | ||
586 | # CONFIG_BNX2 is not set | ||
587 | CONFIG_GIANFAR=y | ||
588 | CONFIG_GFAR_NAPI=y | ||
589 | # CONFIG_QLA3XXX is not set | ||
590 | # CONFIG_ATL1 is not set | ||
591 | CONFIG_NETDEV_10000=y | ||
592 | # CONFIG_CHELSIO_T1 is not set | ||
593 | # CONFIG_CHELSIO_T3 is not set | ||
594 | # CONFIG_IXGBE is not set | ||
595 | # CONFIG_IXGB is not set | ||
596 | # CONFIG_S2IO is not set | ||
597 | # CONFIG_MYRI10GE is not set | ||
598 | # CONFIG_NETXEN_NIC is not set | ||
599 | # CONFIG_NIU is not set | ||
600 | # CONFIG_MLX4_CORE is not set | ||
601 | # CONFIG_TEHUTI is not set | ||
602 | # CONFIG_TR is not set | ||
603 | |||
604 | # | ||
605 | # Wireless LAN | ||
606 | # | ||
607 | # CONFIG_WLAN_PRE80211 is not set | ||
608 | # CONFIG_WLAN_80211 is not set | ||
609 | # CONFIG_WAN is not set | ||
610 | # CONFIG_FDDI is not set | ||
611 | # CONFIG_HIPPI is not set | ||
612 | # CONFIG_PPP is not set | ||
613 | # CONFIG_SLIP is not set | ||
614 | # CONFIG_SHAPER is not set | ||
615 | # CONFIG_NETCONSOLE is not set | ||
616 | # CONFIG_NETPOLL is not set | ||
617 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
618 | # CONFIG_ISDN is not set | ||
619 | # CONFIG_PHONE is not set | ||
620 | |||
621 | # | ||
622 | # Input device support | ||
623 | # | ||
624 | CONFIG_INPUT=y | ||
625 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
626 | # CONFIG_INPUT_POLLDEV is not set | ||
627 | |||
628 | # | ||
629 | # Userland interfaces | ||
630 | # | ||
631 | # CONFIG_INPUT_MOUSEDEV is not set | ||
632 | # CONFIG_INPUT_JOYDEV is not set | ||
633 | # CONFIG_INPUT_EVDEV is not set | ||
634 | # CONFIG_INPUT_EVBUG is not set | ||
635 | |||
636 | # | ||
637 | # Input Device Drivers | ||
638 | # | ||
639 | # CONFIG_INPUT_KEYBOARD is not set | ||
640 | # CONFIG_INPUT_MOUSE is not set | ||
641 | # CONFIG_INPUT_JOYSTICK is not set | ||
642 | # CONFIG_INPUT_TABLET is not set | ||
643 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
644 | # CONFIG_INPUT_MISC is not set | ||
645 | |||
646 | # | ||
647 | # Hardware I/O ports | ||
648 | # | ||
649 | # CONFIG_SERIO is not set | ||
650 | # CONFIG_GAMEPORT is not set | ||
651 | |||
652 | # | ||
653 | # Character devices | ||
654 | # | ||
655 | # CONFIG_VT is not set | ||
656 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
657 | |||
658 | # | ||
659 | # Serial drivers | ||
660 | # | ||
661 | CONFIG_SERIAL_8250=y | ||
662 | CONFIG_SERIAL_8250_CONSOLE=y | ||
663 | CONFIG_SERIAL_8250_PCI=y | ||
664 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
665 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
666 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
667 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
668 | |||
669 | # | ||
670 | # Non-8250 serial port support | ||
671 | # | ||
672 | # CONFIG_SERIAL_UARTLITE is not set | ||
673 | CONFIG_SERIAL_CORE=y | ||
674 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
675 | CONFIG_SERIAL_CPM=y | ||
676 | CONFIG_SERIAL_CPM_CONSOLE=y | ||
677 | CONFIG_SERIAL_CPM_SCC1=y | ||
678 | # CONFIG_SERIAL_CPM_SCC2 is not set | ||
679 | # CONFIG_SERIAL_CPM_SCC3 is not set | ||
680 | # CONFIG_SERIAL_CPM_SCC4 is not set | ||
681 | # CONFIG_SERIAL_CPM_SMC1 is not set | ||
682 | # CONFIG_SERIAL_CPM_SMC2 is not set | ||
683 | # CONFIG_SERIAL_JSM is not set | ||
684 | # CONFIG_SERIAL_OF_PLATFORM is not set | ||
685 | CONFIG_UNIX98_PTYS=y | ||
686 | CONFIG_LEGACY_PTYS=y | ||
687 | CONFIG_LEGACY_PTY_COUNT=256 | ||
688 | # CONFIG_IPMI_HANDLER is not set | ||
689 | CONFIG_HW_RANDOM=y | ||
690 | # CONFIG_NVRAM is not set | ||
691 | CONFIG_GEN_RTC=y | ||
692 | # CONFIG_GEN_RTC_X is not set | ||
693 | # CONFIG_R3964 is not set | ||
694 | # CONFIG_APPLICOM is not set | ||
695 | # CONFIG_RAW_DRIVER is not set | ||
696 | # CONFIG_TCG_TPM is not set | ||
697 | CONFIG_DEVPORT=y | ||
698 | CONFIG_I2C=y | ||
699 | CONFIG_I2C_BOARDINFO=y | ||
700 | CONFIG_I2C_CHARDEV=y | ||
701 | |||
702 | # | ||
703 | # I2C Algorithms | ||
704 | # | ||
705 | # CONFIG_I2C_ALGOBIT is not set | ||
706 | # CONFIG_I2C_ALGOPCF is not set | ||
707 | # CONFIG_I2C_ALGOPCA is not set | ||
708 | |||
709 | # | ||
710 | # I2C Hardware Bus support | ||
711 | # | ||
712 | # CONFIG_I2C_ALI1535 is not set | ||
713 | # CONFIG_I2C_ALI1563 is not set | ||
714 | # CONFIG_I2C_ALI15X3 is not set | ||
715 | # CONFIG_I2C_AMD756 is not set | ||
716 | # CONFIG_I2C_AMD8111 is not set | ||
717 | # CONFIG_I2C_I801 is not set | ||
718 | # CONFIG_I2C_I810 is not set | ||
719 | # CONFIG_I2C_PIIX4 is not set | ||
720 | CONFIG_I2C_MPC=y | ||
721 | # CONFIG_I2C_NFORCE2 is not set | ||
722 | # CONFIG_I2C_OCORES is not set | ||
723 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
724 | # CONFIG_I2C_PROSAVAGE is not set | ||
725 | # CONFIG_I2C_SAVAGE4 is not set | ||
726 | # CONFIG_I2C_SIMTEC is not set | ||
727 | # CONFIG_I2C_SIS5595 is not set | ||
728 | # CONFIG_I2C_SIS630 is not set | ||
729 | # CONFIG_I2C_SIS96X is not set | ||
730 | # CONFIG_I2C_TAOS_EVM is not set | ||
731 | # CONFIG_I2C_VIA is not set | ||
732 | # CONFIG_I2C_VIAPRO is not set | ||
733 | # CONFIG_I2C_VOODOO3 is not set | ||
734 | |||
735 | # | ||
736 | # Miscellaneous I2C Chip support | ||
737 | # | ||
738 | CONFIG_SENSORS_DS1337=y | ||
739 | # CONFIG_SENSORS_DS1374 is not set | ||
740 | # CONFIG_DS1682 is not set | ||
741 | # CONFIG_SENSORS_EEPROM is not set | ||
742 | # CONFIG_SENSORS_PCF8574 is not set | ||
743 | # CONFIG_SENSORS_PCA9539 is not set | ||
744 | # CONFIG_SENSORS_PCF8591 is not set | ||
745 | # CONFIG_SENSORS_M41T00 is not set | ||
746 | # CONFIG_SENSORS_MAX6875 is not set | ||
747 | # CONFIG_SENSORS_TSL2550 is not set | ||
748 | # CONFIG_I2C_DEBUG_CORE is not set | ||
749 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
750 | # CONFIG_I2C_DEBUG_BUS is not set | ||
751 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
752 | |||
753 | # | ||
754 | # SPI support | ||
755 | # | ||
756 | # CONFIG_SPI is not set | ||
757 | # CONFIG_SPI_MASTER is not set | ||
758 | # CONFIG_W1 is not set | ||
759 | # CONFIG_POWER_SUPPLY is not set | ||
760 | CONFIG_HWMON=y | ||
761 | # CONFIG_HWMON_VID is not set | ||
762 | # CONFIG_SENSORS_AD7418 is not set | ||
763 | # CONFIG_SENSORS_ADM1021 is not set | ||
764 | # CONFIG_SENSORS_ADM1025 is not set | ||
765 | # CONFIG_SENSORS_ADM1026 is not set | ||
766 | # CONFIG_SENSORS_ADM1029 is not set | ||
767 | # CONFIG_SENSORS_ADM1031 is not set | ||
768 | # CONFIG_SENSORS_ADM9240 is not set | ||
769 | # CONFIG_SENSORS_ADT7470 is not set | ||
770 | # CONFIG_SENSORS_ATXP1 is not set | ||
771 | # CONFIG_SENSORS_DS1621 is not set | ||
772 | # CONFIG_SENSORS_I5K_AMB is not set | ||
773 | # CONFIG_SENSORS_F71805F is not set | ||
774 | # CONFIG_SENSORS_F71882FG is not set | ||
775 | # CONFIG_SENSORS_F75375S is not set | ||
776 | # CONFIG_SENSORS_GL518SM is not set | ||
777 | # CONFIG_SENSORS_GL520SM is not set | ||
778 | # CONFIG_SENSORS_IT87 is not set | ||
779 | # CONFIG_SENSORS_LM63 is not set | ||
780 | CONFIG_SENSORS_LM75=y | ||
781 | # CONFIG_SENSORS_LM77 is not set | ||
782 | # CONFIG_SENSORS_LM78 is not set | ||
783 | # CONFIG_SENSORS_LM80 is not set | ||
784 | # CONFIG_SENSORS_LM83 is not set | ||
785 | # CONFIG_SENSORS_LM85 is not set | ||
786 | # CONFIG_SENSORS_LM87 is not set | ||
787 | # CONFIG_SENSORS_LM90 is not set | ||
788 | # CONFIG_SENSORS_LM92 is not set | ||
789 | # CONFIG_SENSORS_LM93 is not set | ||
790 | # CONFIG_SENSORS_MAX1619 is not set | ||
791 | # CONFIG_SENSORS_MAX6650 is not set | ||
792 | # CONFIG_SENSORS_PC87360 is not set | ||
793 | # CONFIG_SENSORS_PC87427 is not set | ||
794 | # CONFIG_SENSORS_SIS5595 is not set | ||
795 | # CONFIG_SENSORS_DME1737 is not set | ||
796 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
797 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
798 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
799 | # CONFIG_SENSORS_THMC50 is not set | ||
800 | # CONFIG_SENSORS_VIA686A is not set | ||
801 | # CONFIG_SENSORS_VT1211 is not set | ||
802 | # CONFIG_SENSORS_VT8231 is not set | ||
803 | # CONFIG_SENSORS_W83781D is not set | ||
804 | # CONFIG_SENSORS_W83791D is not set | ||
805 | # CONFIG_SENSORS_W83792D is not set | ||
806 | # CONFIG_SENSORS_W83793 is not set | ||
807 | # CONFIG_SENSORS_W83L785TS is not set | ||
808 | # CONFIG_SENSORS_W83627HF is not set | ||
809 | # CONFIG_SENSORS_W83627EHF is not set | ||
810 | CONFIG_HWMON_DEBUG_CHIP=y | ||
811 | # CONFIG_WATCHDOG is not set | ||
812 | |||
813 | # | ||
814 | # Sonics Silicon Backplane | ||
815 | # | ||
816 | CONFIG_SSB_POSSIBLE=y | ||
817 | # CONFIG_SSB is not set | ||
818 | |||
819 | # | ||
820 | # Multifunction device drivers | ||
821 | # | ||
822 | # CONFIG_MFD_SM501 is not set | ||
823 | |||
824 | # | ||
825 | # Multimedia devices | ||
826 | # | ||
827 | # CONFIG_VIDEO_DEV is not set | ||
828 | # CONFIG_DVB_CORE is not set | ||
829 | CONFIG_DAB=y | ||
830 | |||
831 | # | ||
832 | # Graphics support | ||
833 | # | ||
834 | # CONFIG_AGP is not set | ||
835 | # CONFIG_DRM is not set | ||
836 | # CONFIG_VGASTATE is not set | ||
837 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
838 | # CONFIG_FB is not set | ||
839 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
840 | |||
841 | # | ||
842 | # Display device support | ||
843 | # | ||
844 | # CONFIG_DISPLAY_SUPPORT is not set | ||
845 | |||
846 | # | ||
847 | # Sound | ||
848 | # | ||
849 | # CONFIG_SOUND is not set | ||
850 | CONFIG_HID_SUPPORT=y | ||
851 | CONFIG_HID=y | ||
852 | # CONFIG_HID_DEBUG is not set | ||
853 | # CONFIG_HIDRAW is not set | ||
854 | CONFIG_USB_SUPPORT=y | ||
855 | CONFIG_USB_ARCH_HAS_HCD=y | ||
856 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
857 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
858 | # CONFIG_USB is not set | ||
859 | |||
860 | # | ||
861 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
862 | # | ||
863 | |||
864 | # | ||
865 | # USB Gadget Support | ||
866 | # | ||
867 | # CONFIG_USB_GADGET is not set | ||
868 | # CONFIG_MMC is not set | ||
869 | # CONFIG_NEW_LEDS is not set | ||
870 | # CONFIG_INFINIBAND is not set | ||
871 | # CONFIG_EDAC is not set | ||
872 | # CONFIG_RTC_CLASS is not set | ||
873 | |||
874 | # | ||
875 | # Userspace I/O | ||
876 | # | ||
877 | # CONFIG_UIO is not set | ||
878 | |||
879 | # | ||
880 | # File systems | ||
881 | # | ||
882 | CONFIG_EXT2_FS=y | ||
883 | # CONFIG_EXT2_FS_XATTR is not set | ||
884 | # CONFIG_EXT2_FS_XIP is not set | ||
885 | CONFIG_EXT3_FS=y | ||
886 | CONFIG_EXT3_FS_XATTR=y | ||
887 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
888 | # CONFIG_EXT3_FS_SECURITY is not set | ||
889 | # CONFIG_EXT4DEV_FS is not set | ||
890 | CONFIG_JBD=y | ||
891 | CONFIG_FS_MBCACHE=y | ||
892 | # CONFIG_REISERFS_FS is not set | ||
893 | # CONFIG_JFS_FS is not set | ||
894 | # CONFIG_FS_POSIX_ACL is not set | ||
895 | # CONFIG_XFS_FS is not set | ||
896 | # CONFIG_GFS2_FS is not set | ||
897 | # CONFIG_OCFS2_FS is not set | ||
898 | # CONFIG_MINIX_FS is not set | ||
899 | # CONFIG_ROMFS_FS is not set | ||
900 | CONFIG_INOTIFY=y | ||
901 | CONFIG_INOTIFY_USER=y | ||
902 | # CONFIG_QUOTA is not set | ||
903 | CONFIG_DNOTIFY=y | ||
904 | # CONFIG_AUTOFS_FS is not set | ||
905 | # CONFIG_AUTOFS4_FS is not set | ||
906 | # CONFIG_FUSE_FS is not set | ||
907 | |||
908 | # | ||
909 | # CD-ROM/DVD Filesystems | ||
910 | # | ||
911 | # CONFIG_ISO9660_FS is not set | ||
912 | # CONFIG_UDF_FS is not set | ||
913 | |||
914 | # | ||
915 | # DOS/FAT/NT Filesystems | ||
916 | # | ||
917 | # CONFIG_MSDOS_FS is not set | ||
918 | # CONFIG_VFAT_FS is not set | ||
919 | # CONFIG_NTFS_FS is not set | ||
920 | |||
921 | # | ||
922 | # Pseudo filesystems | ||
923 | # | ||
924 | CONFIG_PROC_FS=y | ||
925 | CONFIG_PROC_KCORE=y | ||
926 | CONFIG_PROC_SYSCTL=y | ||
927 | CONFIG_SYSFS=y | ||
928 | CONFIG_TMPFS=y | ||
929 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
930 | # CONFIG_HUGETLB_PAGE is not set | ||
931 | # CONFIG_CONFIGFS_FS is not set | ||
932 | |||
933 | # | ||
934 | # Miscellaneous filesystems | ||
935 | # | ||
936 | # CONFIG_ADFS_FS is not set | ||
937 | # CONFIG_AFFS_FS is not set | ||
938 | # CONFIG_HFS_FS is not set | ||
939 | # CONFIG_HFSPLUS_FS is not set | ||
940 | # CONFIG_BEFS_FS is not set | ||
941 | # CONFIG_BFS_FS is not set | ||
942 | # CONFIG_EFS_FS is not set | ||
943 | CONFIG_JFFS2_FS=y | ||
944 | CONFIG_JFFS2_FS_DEBUG=0 | ||
945 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
946 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
947 | # CONFIG_JFFS2_SUMMARY is not set | ||
948 | # CONFIG_JFFS2_FS_XATTR is not set | ||
949 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
950 | CONFIG_JFFS2_ZLIB=y | ||
951 | # CONFIG_JFFS2_LZO is not set | ||
952 | CONFIG_JFFS2_RTIME=y | ||
953 | # CONFIG_JFFS2_RUBIN is not set | ||
954 | CONFIG_CRAMFS=y | ||
955 | # CONFIG_VXFS_FS is not set | ||
956 | # CONFIG_HPFS_FS is not set | ||
957 | # CONFIG_QNX4FS_FS is not set | ||
958 | # CONFIG_SYSV_FS is not set | ||
959 | # CONFIG_UFS_FS is not set | ||
960 | CONFIG_NETWORK_FILESYSTEMS=y | ||
961 | CONFIG_NFS_FS=y | ||
962 | # CONFIG_NFS_V3 is not set | ||
963 | # CONFIG_NFS_V4 is not set | ||
964 | # CONFIG_NFS_DIRECTIO is not set | ||
965 | # CONFIG_NFSD is not set | ||
966 | CONFIG_ROOT_NFS=y | ||
967 | CONFIG_LOCKD=y | ||
968 | CONFIG_NFS_COMMON=y | ||
969 | CONFIG_SUNRPC=y | ||
970 | # CONFIG_SUNRPC_BIND34 is not set | ||
971 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
972 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
973 | # CONFIG_SMB_FS is not set | ||
974 | # CONFIG_CIFS is not set | ||
975 | # CONFIG_NCP_FS is not set | ||
976 | # CONFIG_CODA_FS is not set | ||
977 | # CONFIG_AFS_FS is not set | ||
978 | |||
979 | # | ||
980 | # Partition Types | ||
981 | # | ||
982 | CONFIG_PARTITION_ADVANCED=y | ||
983 | # CONFIG_ACORN_PARTITION is not set | ||
984 | # CONFIG_OSF_PARTITION is not set | ||
985 | # CONFIG_AMIGA_PARTITION is not set | ||
986 | # CONFIG_ATARI_PARTITION is not set | ||
987 | # CONFIG_MAC_PARTITION is not set | ||
988 | # CONFIG_MSDOS_PARTITION is not set | ||
989 | # CONFIG_LDM_PARTITION is not set | ||
990 | # CONFIG_SGI_PARTITION is not set | ||
991 | # CONFIG_ULTRIX_PARTITION is not set | ||
992 | # CONFIG_SUN_PARTITION is not set | ||
993 | # CONFIG_KARMA_PARTITION is not set | ||
994 | # CONFIG_EFI_PARTITION is not set | ||
995 | # CONFIG_SYSV68_PARTITION is not set | ||
996 | # CONFIG_NLS is not set | ||
997 | # CONFIG_DLM is not set | ||
998 | |||
999 | # | ||
1000 | # Library routines | ||
1001 | # | ||
1002 | CONFIG_BITREVERSE=y | ||
1003 | # CONFIG_CRC_CCITT is not set | ||
1004 | # CONFIG_CRC16 is not set | ||
1005 | # CONFIG_CRC_ITU_T is not set | ||
1006 | CONFIG_CRC32=y | ||
1007 | # CONFIG_CRC7 is not set | ||
1008 | # CONFIG_LIBCRC32C is not set | ||
1009 | CONFIG_ZLIB_INFLATE=y | ||
1010 | CONFIG_ZLIB_DEFLATE=y | ||
1011 | CONFIG_PLIST=y | ||
1012 | CONFIG_HAS_IOMEM=y | ||
1013 | CONFIG_HAS_IOPORT=y | ||
1014 | CONFIG_HAS_DMA=y | ||
1015 | CONFIG_INSTRUMENTATION=y | ||
1016 | # CONFIG_PROFILING is not set | ||
1017 | # CONFIG_MARKERS is not set | ||
1018 | |||
1019 | # | ||
1020 | # Kernel hacking | ||
1021 | # | ||
1022 | # CONFIG_PRINTK_TIME is not set | ||
1023 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1024 | CONFIG_ENABLE_MUST_CHECK=y | ||
1025 | # CONFIG_MAGIC_SYSRQ is not set | ||
1026 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1027 | # CONFIG_DEBUG_FS is not set | ||
1028 | # CONFIG_HEADERS_CHECK is not set | ||
1029 | # CONFIG_DEBUG_KERNEL is not set | ||
1030 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1031 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1032 | # CONFIG_SAMPLES is not set | ||
1033 | # CONFIG_KGDB_CONSOLE is not set | ||
1034 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1035 | |||
1036 | # | ||
1037 | # Security options | ||
1038 | # | ||
1039 | # CONFIG_KEYS is not set | ||
1040 | # CONFIG_SECURITY is not set | ||
1041 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1042 | # CONFIG_CRYPTO is not set | ||
1043 | # CONFIG_PPC_CLOCK is not set | ||
1044 | CONFIG_PPC_LIB_RHEAP=y | ||
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig index 26f9cd52e9f3..7896f0686bca 100644 --- a/arch/powerpc/platforms/85xx/Kconfig +++ b/arch/powerpc/platforms/85xx/Kconfig | |||
@@ -46,8 +46,47 @@ config STX_GP3 | |||
46 | select DEFAULT_UIMAGE | 46 | select DEFAULT_UIMAGE |
47 | select PPC_CPM_NEW_BINDING | 47 | select PPC_CPM_NEW_BINDING |
48 | 48 | ||
49 | config TQM8540 | ||
50 | bool "TQ Components TQM8540" | ||
51 | help | ||
52 | This option enables support for the TQ Components TQM8540 board. | ||
53 | select DEFAULT_UIMAGE | ||
54 | select PPC_CPM_NEW_BINDING | ||
55 | select TQM85xx | ||
56 | |||
57 | config TQM8541 | ||
58 | bool "TQ Components TQM8541" | ||
59 | help | ||
60 | This option enables support for the TQ Components TQM8541 board. | ||
61 | select DEFAULT_UIMAGE | ||
62 | select PPC_CPM_NEW_BINDING | ||
63 | select TQM85xx | ||
64 | select CPM2 | ||
65 | |||
66 | config TQM8555 | ||
67 | bool "TQ Components TQM8555" | ||
68 | help | ||
69 | This option enables support for the TQ Components TQM8555 board. | ||
70 | select DEFAULT_UIMAGE | ||
71 | select PPC_CPM_NEW_BINDING | ||
72 | select TQM85xx | ||
73 | select CPM2 | ||
74 | |||
75 | config TQM8560 | ||
76 | bool "TQ Components TQM8560" | ||
77 | help | ||
78 | This option enables support for the TQ Components TQM8560 board. | ||
79 | select DEFAULT_UIMAGE | ||
80 | select PPC_CPM_NEW_BINDING | ||
81 | select TQM85xx | ||
82 | select CPM2 | ||
83 | |||
49 | endchoice | 84 | endchoice |
50 | 85 | ||
86 | config TQM85xx | ||
87 | bool | ||
88 | select MPC85xx | ||
89 | |||
51 | config MPC8540 | 90 | config MPC8540 |
52 | bool | 91 | bool |
53 | select PPC_UDBG_16550 | 92 | select PPC_UDBG_16550 |
diff --git a/arch/powerpc/platforms/85xx/Makefile b/arch/powerpc/platforms/85xx/Makefile index bf7d2e1c07e7..8c761d1671a1 100644 --- a/arch/powerpc/platforms/85xx/Makefile +++ b/arch/powerpc/platforms/85xx/Makefile | |||
@@ -7,3 +7,4 @@ obj-$(CONFIG_MPC85xx_CDS) += mpc85xx_cds.o | |||
7 | obj-$(CONFIG_MPC85xx_DS) += mpc85xx_ds.o | 7 | obj-$(CONFIG_MPC85xx_DS) += mpc85xx_ds.o |
8 | obj-$(CONFIG_MPC85xx_MDS) += mpc85xx_mds.o | 8 | obj-$(CONFIG_MPC85xx_MDS) += mpc85xx_mds.o |
9 | obj-$(CONFIG_STX_GP3) += stx_gp3.o | 9 | obj-$(CONFIG_STX_GP3) += stx_gp3.o |
10 | obj-$(CONFIG_TQM85xx) += tqm85xx.o | ||
diff --git a/arch/powerpc/platforms/85xx/tqm85xx.c b/arch/powerpc/platforms/85xx/tqm85xx.c new file mode 100644 index 000000000000..2a08b315e190 --- /dev/null +++ b/arch/powerpc/platforms/85xx/tqm85xx.c | |||
@@ -0,0 +1,191 @@ | |||
1 | /* | ||
2 | * Based on MPC8560 ADS and arch/ppc tqm85xx ports | ||
3 | * | ||
4 | * Maintained by Kumar Gala (see MAINTAINERS for contact information) | ||
5 | * | ||
6 | * Copyright 2008 Freescale Semiconductor Inc. | ||
7 | * | ||
8 | * Copyright (c) 2005-2006 DENX Software Engineering | ||
9 | * Stefan Roese <sr@denx.de> | ||
10 | * | ||
11 | * Based on original work by | ||
12 | * Kumar Gala <kumar.gala@freescale.com> | ||
13 | * Copyright 2004 Freescale Semiconductor Inc. | ||
14 | * | ||
15 | * This program is free software; you can redistribute it and/or modify it | ||
16 | * under the terms of the GNU General Public License as published by the | ||
17 | * Free Software Foundation; either version 2 of the License, or (at your | ||
18 | * option) any later version. | ||
19 | */ | ||
20 | |||
21 | #include <linux/stddef.h> | ||
22 | #include <linux/kernel.h> | ||
23 | #include <linux/pci.h> | ||
24 | #include <linux/kdev_t.h> | ||
25 | #include <linux/delay.h> | ||
26 | #include <linux/seq_file.h> | ||
27 | #include <linux/of_platform.h> | ||
28 | |||
29 | #include <asm/system.h> | ||
30 | #include <asm/time.h> | ||
31 | #include <asm/machdep.h> | ||
32 | #include <asm/pci-bridge.h> | ||
33 | #include <asm/mpic.h> | ||
34 | #include <asm/prom.h> | ||
35 | #include <mm/mmu_decl.h> | ||
36 | #include <asm/udbg.h> | ||
37 | |||
38 | #include <sysdev/fsl_soc.h> | ||
39 | #include <sysdev/fsl_pci.h> | ||
40 | |||
41 | #ifdef CONFIG_CPM2 | ||
42 | #include <asm/cpm2.h> | ||
43 | #include <sysdev/cpm2_pic.h> | ||
44 | |||
45 | static void cpm2_cascade(unsigned int irq, struct irq_desc *desc) | ||
46 | { | ||
47 | int cascade_irq; | ||
48 | |||
49 | while ((cascade_irq = cpm2_get_irq()) >= 0) | ||
50 | generic_handle_irq(cascade_irq); | ||
51 | |||
52 | desc->chip->eoi(irq); | ||
53 | } | ||
54 | #endif /* CONFIG_CPM2 */ | ||
55 | |||
56 | static void __init tqm85xx_pic_init(void) | ||
57 | { | ||
58 | struct mpic *mpic; | ||
59 | struct resource r; | ||
60 | struct device_node *np; | ||
61 | #ifdef CONFIG_CPM2 | ||
62 | int irq; | ||
63 | #endif | ||
64 | |||
65 | np = of_find_node_by_type(NULL, "open-pic"); | ||
66 | if (!np) { | ||
67 | printk(KERN_ERR "Could not find open-pic node\n"); | ||
68 | return; | ||
69 | } | ||
70 | |||
71 | if (of_address_to_resource(np, 0, &r)) { | ||
72 | printk(KERN_ERR "Could not map mpic register space\n"); | ||
73 | of_node_put(np); | ||
74 | return; | ||
75 | } | ||
76 | |||
77 | mpic = mpic_alloc(np, r.start, | ||
78 | MPIC_PRIMARY | MPIC_WANTS_RESET | MPIC_BIG_ENDIAN, | ||
79 | 0, 256, " OpenPIC "); | ||
80 | BUG_ON(mpic == NULL); | ||
81 | of_node_put(np); | ||
82 | |||
83 | mpic_init(mpic); | ||
84 | |||
85 | #ifdef CONFIG_CPM2 | ||
86 | /* Setup CPM2 PIC */ | ||
87 | np = of_find_compatible_node(NULL, NULL, "fsl,cpm2-pic"); | ||
88 | if (np == NULL) { | ||
89 | printk(KERN_ERR "PIC init: can not find fsl,cpm2-pic node\n"); | ||
90 | return; | ||
91 | } | ||
92 | irq = irq_of_parse_and_map(np, 0); | ||
93 | |||
94 | if (irq == NO_IRQ) { | ||
95 | of_node_put(np); | ||
96 | printk(KERN_ERR "PIC init: got no IRQ for cpm cascade\n"); | ||
97 | return; | ||
98 | } | ||
99 | |||
100 | cpm2_pic_init(np); | ||
101 | of_node_put(np); | ||
102 | set_irq_chained_handler(irq, cpm2_cascade); | ||
103 | #endif | ||
104 | } | ||
105 | |||
106 | /* | ||
107 | * Setup the architecture | ||
108 | */ | ||
109 | static void __init tqm85xx_setup_arch(void) | ||
110 | { | ||
111 | #ifdef CONFIG_PCI | ||
112 | struct device_node *np; | ||
113 | #endif | ||
114 | |||
115 | if (ppc_md.progress) | ||
116 | ppc_md.progress("tqm85xx_setup_arch()", 0); | ||
117 | |||
118 | #ifdef CONFIG_CPM2 | ||
119 | cpm2_reset(); | ||
120 | #endif | ||
121 | |||
122 | #ifdef CONFIG_PCI | ||
123 | for_each_compatible_node(np, "pci", "fsl,mpc8540-pci") | ||
124 | fsl_add_bridge(np, 1); | ||
125 | #endif | ||
126 | } | ||
127 | |||
128 | static void tqm85xx_show_cpuinfo(struct seq_file *m) | ||
129 | { | ||
130 | uint pvid, svid, phid1; | ||
131 | uint memsize = total_memory; | ||
132 | |||
133 | pvid = mfspr(SPRN_PVR); | ||
134 | svid = mfspr(SPRN_SVR); | ||
135 | |||
136 | seq_printf(m, "Vendor\t\t: TQ Components\n"); | ||
137 | seq_printf(m, "PVR\t\t: 0x%x\n", pvid); | ||
138 | seq_printf(m, "SVR\t\t: 0x%x\n", svid); | ||
139 | |||
140 | /* Display cpu Pll setting */ | ||
141 | phid1 = mfspr(SPRN_HID1); | ||
142 | seq_printf(m, "PLL setting\t: 0x%x\n", ((phid1 >> 24) & 0x3f)); | ||
143 | |||
144 | /* Display the amount of memory */ | ||
145 | seq_printf(m, "Memory\t\t: %d MB\n", memsize / (1024 * 1024)); | ||
146 | } | ||
147 | |||
148 | static struct of_device_id __initdata of_bus_ids[] = { | ||
149 | { .name = "soc", }, | ||
150 | { .type = "soc", }, | ||
151 | { .name = "cpm", }, | ||
152 | { .name = "localbus", }, | ||
153 | { .compatible = "simple-bus", }, | ||
154 | {}, | ||
155 | }; | ||
156 | |||
157 | static int __init declare_of_platform_devices(void) | ||
158 | { | ||
159 | of_platform_bus_probe(NULL, of_bus_ids, NULL); | ||
160 | |||
161 | return 0; | ||
162 | } | ||
163 | machine_device_initcall(tqm85xx, declare_of_platform_devices); | ||
164 | |||
165 | /* | ||
166 | * Called very early, device-tree isn't unflattened | ||
167 | */ | ||
168 | static int __init tqm85xx_probe(void) | ||
169 | { | ||
170 | unsigned long root = of_get_flat_dt_root(); | ||
171 | |||
172 | if ((of_flat_dt_is_compatible(root, "tqm,8540")) || | ||
173 | (of_flat_dt_is_compatible(root, "tqm,8541")) || | ||
174 | (of_flat_dt_is_compatible(root, "tqm,8555")) || | ||
175 | (of_flat_dt_is_compatible(root, "tqm,8560"))) | ||
176 | return 1; | ||
177 | |||
178 | return 0; | ||
179 | } | ||
180 | |||
181 | define_machine(tqm85xx) { | ||
182 | .name = "TQM85xx", | ||
183 | .probe = tqm85xx_probe, | ||
184 | .setup_arch = tqm85xx_setup_arch, | ||
185 | .init_IRQ = tqm85xx_pic_init, | ||
186 | .show_cpuinfo = tqm85xx_show_cpuinfo, | ||
187 | .get_irq = mpic_get_irq, | ||
188 | .restart = fsl_rstcr_restart, | ||
189 | .calibrate_decr = generic_calibrate_decr, | ||
190 | .progress = udbg_progress, | ||
191 | }; | ||