diff options
-rw-r--r-- | arch/powerpc/Makefile | 4 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/gef_ppc9a.dts | 364 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | 2 | ||||
-rw-r--r-- | arch/powerpc/configs/86xx/gef_ppc9a_defconfig | 1889 | ||||
-rw-r--r-- | arch/powerpc/math-emu/Makefile | 5 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/ksi8560.c | 2 | ||||
-rw-r--r-- | arch/powerpc/platforms/85xx/smp.c | 43 | ||||
-rw-r--r-- | arch/powerpc/platforms/86xx/Kconfig | 10 | ||||
-rw-r--r-- | arch/powerpc/platforms/86xx/Makefile | 1 | ||||
-rw-r--r-- | arch/powerpc/platforms/86xx/gef_ppc9a.c | 223 | ||||
-rw-r--r-- | arch/powerpc/platforms/86xx/gef_sbc310.c | 4 | ||||
-rw-r--r-- | arch/powerpc/sysdev/cpm2.c | 1 | ||||
-rw-r--r-- | drivers/watchdog/Kconfig | 2 |
14 files changed, 2533 insertions, 19 deletions
diff --git a/arch/powerpc/Makefile b/arch/powerpc/Makefile index 72d17f50e54..551fc58c05c 100644 --- a/arch/powerpc/Makefile +++ b/arch/powerpc/Makefile | |||
@@ -147,8 +147,8 @@ core-y += arch/powerpc/kernel/ \ | |||
147 | arch/powerpc/mm/ \ | 147 | arch/powerpc/mm/ \ |
148 | arch/powerpc/lib/ \ | 148 | arch/powerpc/lib/ \ |
149 | arch/powerpc/sysdev/ \ | 149 | arch/powerpc/sysdev/ \ |
150 | arch/powerpc/platforms/ | 150 | arch/powerpc/platforms/ \ |
151 | core-$(CONFIG_MATH_EMULATION) += arch/powerpc/math-emu/ | 151 | arch/powerpc/math-emu/ |
152 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ | 152 | core-$(CONFIG_XMON) += arch/powerpc/xmon/ |
153 | core-$(CONFIG_KVM) += arch/powerpc/kvm/ | 153 | core-$(CONFIG_KVM) += arch/powerpc/kvm/ |
154 | 154 | ||
diff --git a/arch/powerpc/boot/dts/gef_ppc9a.dts b/arch/powerpc/boot/dts/gef_ppc9a.dts new file mode 100644 index 00000000000..0ddfdfc7ab5 --- /dev/null +++ b/arch/powerpc/boot/dts/gef_ppc9a.dts | |||
@@ -0,0 +1,364 @@ | |||
1 | /* | ||
2 | * GE Fanuc PPC9A Device Tree Source | ||
3 | * | ||
4 | * Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, 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 | * Based on: SBS CM6 Device Tree Source | ||
12 | * Copyright 2007 SBS Technologies GmbH & Co. KG | ||
13 | * And: mpc8641_hpcn.dts (MPC8641 HPCN Device Tree Source) | ||
14 | * Copyright 2006 Freescale Semiconductor Inc. | ||
15 | */ | ||
16 | |||
17 | /* | ||
18 | * Compiled with dtc -I dts -O dtb -o gef_ppc9a.dtb gef_ppc9a.dts | ||
19 | */ | ||
20 | |||
21 | /dts-v1/; | ||
22 | |||
23 | / { | ||
24 | model = "GEF_PPC9A"; | ||
25 | compatible = "gef,ppc9a"; | ||
26 | #address-cells = <1>; | ||
27 | #size-cells = <1>; | ||
28 | |||
29 | aliases { | ||
30 | ethernet0 = &enet0; | ||
31 | ethernet1 = &enet1; | ||
32 | serial0 = &serial0; | ||
33 | serial1 = &serial1; | ||
34 | pci0 = &pci0; | ||
35 | }; | ||
36 | |||
37 | cpus { | ||
38 | #address-cells = <1>; | ||
39 | #size-cells = <0>; | ||
40 | |||
41 | PowerPC,8641@0 { | ||
42 | device_type = "cpu"; | ||
43 | reg = <0>; | ||
44 | d-cache-line-size = <32>; // 32 bytes | ||
45 | i-cache-line-size = <32>; // 32 bytes | ||
46 | d-cache-size = <32768>; // L1, 32K | ||
47 | i-cache-size = <32768>; // L1, 32K | ||
48 | timebase-frequency = <0>; // From uboot | ||
49 | bus-frequency = <0>; // From uboot | ||
50 | clock-frequency = <0>; // From uboot | ||
51 | }; | ||
52 | PowerPC,8641@1 { | ||
53 | device_type = "cpu"; | ||
54 | reg = <1>; | ||
55 | d-cache-line-size = <32>; // 32 bytes | ||
56 | i-cache-line-size = <32>; // 32 bytes | ||
57 | d-cache-size = <32768>; // L1, 32K | ||
58 | i-cache-size = <32768>; // L1, 32K | ||
59 | timebase-frequency = <0>; // From uboot | ||
60 | bus-frequency = <0>; // From uboot | ||
61 | clock-frequency = <0>; // From uboot | ||
62 | }; | ||
63 | }; | ||
64 | |||
65 | memory { | ||
66 | device_type = "memory"; | ||
67 | reg = <0x0 0x40000000>; // set by uboot | ||
68 | }; | ||
69 | |||
70 | localbus@fef05000 { | ||
71 | #address-cells = <2>; | ||
72 | #size-cells = <1>; | ||
73 | compatible = "fsl,mpc8641-localbus", "simple-bus"; | ||
74 | reg = <0xfef05000 0x1000>; | ||
75 | interrupts = <19 2>; | ||
76 | interrupt-parent = <&mpic>; | ||
77 | |||
78 | ranges = <0 0 0xff000000 0x01000000 // 16MB Boot flash | ||
79 | 1 0 0xe8000000 0x08000000 // Paged Flash 0 | ||
80 | 2 0 0xe0000000 0x08000000 // Paged Flash 1 | ||
81 | 3 0 0xfc100000 0x00020000 // NVRAM | ||
82 | 4 0 0xfc000000 0x00008000 // FPGA | ||
83 | 5 0 0xfc008000 0x00008000 // AFIX FPGA | ||
84 | 6 0 0xfd000000 0x00800000 // IO FPGA (8-bit) | ||
85 | 7 0 0xfd800000 0x00800000>; // IO FPGA (32-bit) | ||
86 | |||
87 | /* flash@0,0 is a mirror of part of the memory in flash@1,0 | ||
88 | flash@0,0 { | ||
89 | compatible = "gef,ppc9a-firmware-mirror", "cfi-flash"; | ||
90 | reg = <0x0 0x0 0x1000000>; | ||
91 | bank-width = <4>; | ||
92 | device-width = <2>; | ||
93 | #address-cells = <1>; | ||
94 | #size-cells = <1>; | ||
95 | partition@0 { | ||
96 | label = "firmware"; | ||
97 | reg = <0x0 0x1000000>; | ||
98 | read-only; | ||
99 | }; | ||
100 | }; | ||
101 | */ | ||
102 | |||
103 | flash@1,0 { | ||
104 | compatible = "gef,ppc9a-paged-flash", "cfi-flash"; | ||
105 | reg = <0x1 0x0 0x8000000>; | ||
106 | bank-width = <4>; | ||
107 | device-width = <2>; | ||
108 | #address-cells = <1>; | ||
109 | #size-cells = <1>; | ||
110 | partition@0 { | ||
111 | label = "user"; | ||
112 | reg = <0x0 0x7800000>; | ||
113 | }; | ||
114 | partition@7800000 { | ||
115 | label = "firmware"; | ||
116 | reg = <0x7800000 0x800000>; | ||
117 | read-only; | ||
118 | }; | ||
119 | }; | ||
120 | |||
121 | fpga@4,0 { | ||
122 | compatible = "gef,ppc9a-fpga-regs"; | ||
123 | reg = <0x4 0x0 0x40>; | ||
124 | }; | ||
125 | |||
126 | wdt@4,2000 { | ||
127 | compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00", | ||
128 | "gef,fpga-wdt"; | ||
129 | reg = <0x4 0x2000 0x8>; | ||
130 | interrupts = <0x1a 0x4>; | ||
131 | interrupt-parent = <&gef_pic>; | ||
132 | }; | ||
133 | /* Second watchdog available, driver currently supports one. | ||
134 | wdt@4,2010 { | ||
135 | compatible = "gef,ppc9a-fpga-wdt", "gef,fpga-wdt-1.00", | ||
136 | "gef,fpga-wdt"; | ||
137 | reg = <0x4 0x2010 0x8>; | ||
138 | interrupts = <0x1b 0x4>; | ||
139 | interrupt-parent = <&gef_pic>; | ||
140 | }; | ||
141 | */ | ||
142 | gef_pic: pic@4,4000 { | ||
143 | #interrupt-cells = <1>; | ||
144 | interrupt-controller; | ||
145 | compatible = "gef,ppc9a-fpga-pic", "gef,fpga-pic-1.00"; | ||
146 | reg = <0x4 0x4000 0x20>; | ||
147 | interrupts = <0x8 | ||
148 | 0x9>; | ||
149 | interrupt-parent = <&mpic>; | ||
150 | |||
151 | }; | ||
152 | gef_gpio: gpio@7,14000 { | ||
153 | #gpio-cells = <2>; | ||
154 | compatible = "gef,ppc9a-gpio", "gef,sbc610-gpio"; | ||
155 | reg = <0x7 0x14000 0x24>; | ||
156 | gpio-controller; | ||
157 | }; | ||
158 | }; | ||
159 | |||
160 | soc@fef00000 { | ||
161 | #address-cells = <1>; | ||
162 | #size-cells = <1>; | ||
163 | #interrupt-cells = <2>; | ||
164 | compatible = "fsl,mpc8641-soc", "simple-bus"; | ||
165 | ranges = <0x0 0xfef00000 0x00100000>; | ||
166 | reg = <0xfef00000 0x100000>; // CCSRBAR 1M | ||
167 | bus-frequency = <33333333>; | ||
168 | |||
169 | i2c1: i2c@3000 { | ||
170 | #address-cells = <1>; | ||
171 | #size-cells = <0>; | ||
172 | compatible = "fsl-i2c"; | ||
173 | reg = <0x3000 0x100>; | ||
174 | interrupts = <0x2b 0x2>; | ||
175 | interrupt-parent = <&mpic>; | ||
176 | dfsrr; | ||
177 | |||
178 | hwmon@48 { | ||
179 | compatible = "national,lm92"; | ||
180 | reg = <0x48>; | ||
181 | }; | ||
182 | |||
183 | hwmon@4c { | ||
184 | compatible = "adi,adt7461"; | ||
185 | reg = <0x4c>; | ||
186 | }; | ||
187 | |||
188 | rtc@51 { | ||
189 | compatible = "epson,rx8581"; | ||
190 | reg = <0x00000051>; | ||
191 | }; | ||
192 | |||
193 | eti@6b { | ||
194 | compatible = "dallas,ds1682"; | ||
195 | reg = <0x6b>; | ||
196 | }; | ||
197 | }; | ||
198 | |||
199 | i2c2: i2c@3100 { | ||
200 | #address-cells = <1>; | ||
201 | #size-cells = <0>; | ||
202 | compatible = "fsl-i2c"; | ||
203 | reg = <0x3100 0x100>; | ||
204 | interrupts = <0x2b 0x2>; | ||
205 | interrupt-parent = <&mpic>; | ||
206 | dfsrr; | ||
207 | }; | ||
208 | |||
209 | dma@21300 { | ||
210 | #address-cells = <1>; | ||
211 | #size-cells = <1>; | ||
212 | compatible = "fsl,mpc8641-dma", "fsl,eloplus-dma"; | ||
213 | reg = <0x21300 0x4>; | ||
214 | ranges = <0x0 0x21100 0x200>; | ||
215 | cell-index = <0>; | ||
216 | dma-channel@0 { | ||
217 | compatible = "fsl,mpc8641-dma-channel", | ||
218 | "fsl,eloplus-dma-channel"; | ||
219 | reg = <0x0 0x80>; | ||
220 | cell-index = <0>; | ||
221 | interrupt-parent = <&mpic>; | ||
222 | interrupts = <20 2>; | ||
223 | }; | ||
224 | dma-channel@80 { | ||
225 | compatible = "fsl,mpc8641-dma-channel", | ||
226 | "fsl,eloplus-dma-channel"; | ||
227 | reg = <0x80 0x80>; | ||
228 | cell-index = <1>; | ||
229 | interrupt-parent = <&mpic>; | ||
230 | interrupts = <21 2>; | ||
231 | }; | ||
232 | dma-channel@100 { | ||
233 | compatible = "fsl,mpc8641-dma-channel", | ||
234 | "fsl,eloplus-dma-channel"; | ||
235 | reg = <0x100 0x80>; | ||
236 | cell-index = <2>; | ||
237 | interrupt-parent = <&mpic>; | ||
238 | interrupts = <22 2>; | ||
239 | }; | ||
240 | dma-channel@180 { | ||
241 | compatible = "fsl,mpc8641-dma-channel", | ||
242 | "fsl,eloplus-dma-channel"; | ||
243 | reg = <0x180 0x80>; | ||
244 | cell-index = <3>; | ||
245 | interrupt-parent = <&mpic>; | ||
246 | interrupts = <23 2>; | ||
247 | }; | ||
248 | }; | ||
249 | |||
250 | mdio@24520 { | ||
251 | #address-cells = <1>; | ||
252 | #size-cells = <0>; | ||
253 | compatible = "fsl,gianfar-mdio"; | ||
254 | reg = <0x24520 0x20>; | ||
255 | |||
256 | phy0: ethernet-phy@0 { | ||
257 | interrupt-parent = <&gef_pic>; | ||
258 | interrupts = <0x9 0x4>; | ||
259 | reg = <1>; | ||
260 | }; | ||
261 | phy2: ethernet-phy@2 { | ||
262 | interrupt-parent = <&gef_pic>; | ||
263 | interrupts = <0x8 0x4>; | ||
264 | reg = <3>; | ||
265 | }; | ||
266 | }; | ||
267 | |||
268 | enet0: ethernet@24000 { | ||
269 | device_type = "network"; | ||
270 | model = "eTSEC"; | ||
271 | compatible = "gianfar"; | ||
272 | reg = <0x24000 0x1000>; | ||
273 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
274 | interrupts = <0x1d 0x2 0x1e 0x2 0x22 0x2>; | ||
275 | interrupt-parent = <&mpic>; | ||
276 | phy-handle = <&phy0>; | ||
277 | phy-connection-type = "gmii"; | ||
278 | }; | ||
279 | |||
280 | enet1: ethernet@26000 { | ||
281 | device_type = "network"; | ||
282 | model = "eTSEC"; | ||
283 | compatible = "gianfar"; | ||
284 | reg = <0x26000 0x1000>; | ||
285 | local-mac-address = [ 00 00 00 00 00 00 ]; | ||
286 | interrupts = <0x1f 0x2 0x20 0x2 0x21 0x2>; | ||
287 | interrupt-parent = <&mpic>; | ||
288 | phy-handle = <&phy2>; | ||
289 | phy-connection-type = "gmii"; | ||
290 | }; | ||
291 | |||
292 | serial0: serial@4500 { | ||
293 | cell-index = <0>; | ||
294 | device_type = "serial"; | ||
295 | compatible = "ns16550"; | ||
296 | reg = <0x4500 0x100>; | ||
297 | clock-frequency = <0>; | ||
298 | interrupts = <0x2a 0x2>; | ||
299 | interrupt-parent = <&mpic>; | ||
300 | }; | ||
301 | |||
302 | serial1: serial@4600 { | ||
303 | cell-index = <1>; | ||
304 | device_type = "serial"; | ||
305 | compatible = "ns16550"; | ||
306 | reg = <0x4600 0x100>; | ||
307 | clock-frequency = <0>; | ||
308 | interrupts = <0x1c 0x2>; | ||
309 | interrupt-parent = <&mpic>; | ||
310 | }; | ||
311 | |||
312 | mpic: pic@40000 { | ||
313 | clock-frequency = <0>; | ||
314 | interrupt-controller; | ||
315 | #address-cells = <0>; | ||
316 | #interrupt-cells = <2>; | ||
317 | reg = <0x40000 0x40000>; | ||
318 | compatible = "chrp,open-pic"; | ||
319 | device_type = "open-pic"; | ||
320 | }; | ||
321 | |||
322 | global-utilities@e0000 { | ||
323 | compatible = "fsl,mpc8641-guts"; | ||
324 | reg = <0xe0000 0x1000>; | ||
325 | fsl,has-rstcr; | ||
326 | }; | ||
327 | }; | ||
328 | |||
329 | pci0: pcie@fef08000 { | ||
330 | compatible = "fsl,mpc8641-pcie"; | ||
331 | device_type = "pci"; | ||
332 | #interrupt-cells = <1>; | ||
333 | #size-cells = <2>; | ||
334 | #address-cells = <3>; | ||
335 | reg = <0xfef08000 0x1000>; | ||
336 | bus-range = <0x0 0xff>; | ||
337 | ranges = <0x02000000 0x0 0x80000000 0x80000000 0x0 0x40000000 | ||
338 | 0x01000000 0x0 0x00000000 0xfe000000 0x0 0x00400000>; | ||
339 | clock-frequency = <33333333>; | ||
340 | interrupt-parent = <&mpic>; | ||
341 | interrupts = <0x18 0x2>; | ||
342 | interrupt-map-mask = <0xf800 0x0 0x0 0x7>; | ||
343 | interrupt-map = < | ||
344 | 0x0000 0x0 0x0 0x1 &mpic 0x0 0x1 | ||
345 | 0x0000 0x0 0x0 0x2 &mpic 0x1 0x1 | ||
346 | 0x0000 0x0 0x0 0x3 &mpic 0x2 0x1 | ||
347 | 0x0000 0x0 0x0 0x4 &mpic 0x3 0x1 | ||
348 | >; | ||
349 | |||
350 | pcie@0 { | ||
351 | reg = <0 0 0 0 0>; | ||
352 | #size-cells = <2>; | ||
353 | #address-cells = <3>; | ||
354 | device_type = "pci"; | ||
355 | ranges = <0x02000000 0x0 0x80000000 | ||
356 | 0x02000000 0x0 0x80000000 | ||
357 | 0x0 0x40000000 | ||
358 | |||
359 | 0x01000000 0x0 0x00000000 | ||
360 | 0x01000000 0x0 0x00000000 | ||
361 | 0x0 0x00400000>; | ||
362 | }; | ||
363 | }; | ||
364 | }; | ||
diff --git a/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts b/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts index 15d9e35eb58..32178bfa77d 100644 --- a/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts +++ b/arch/powerpc/boot/dts/mpc8572ds_camp_core0.dts | |||
@@ -227,7 +227,7 @@ | |||
227 | device_type = "open-pic"; | 227 | device_type = "open-pic"; |
228 | protected-sources = < | 228 | protected-sources = < |
229 | 31 32 33 37 38 39 /* enet2 enet3 */ | 229 | 31 32 33 37 38 39 /* enet2 enet3 */ |
230 | 76 77 78 79 27 42 /* dma2 pci2 serial*/ | 230 | 76 77 78 79 26 42 /* dma2 pci2 serial*/ |
231 | 0xe0 0xe1 0xe2 0xe3 /* msi */ | 231 | 0xe0 0xe1 0xe2 0xe3 /* msi */ |
232 | 0xe4 0xe5 0xe6 0xe7 | 232 | 0xe4 0xe5 0xe6 0xe7 |
233 | >; | 233 | >; |
diff --git a/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts b/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts index eace811d27e..159cb3a875f 100644 --- a/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts +++ b/arch/powerpc/boot/dts/mpc8572ds_camp_core1.dts | |||
@@ -186,7 +186,7 @@ | |||
186 | protected-sources = < | 186 | protected-sources = < |
187 | 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */ | 187 | 18 16 10 42 45 58 /* MEM L2 mdio serial crypto */ |
188 | 29 30 34 35 36 40 /* enet0 enet1 */ | 188 | 29 30 34 35 36 40 /* enet0 enet1 */ |
189 | 24 26 20 21 22 23 /* pcie0 pcie1 dma1 */ | 189 | 24 25 20 21 22 23 /* pci0 pci1 dma1 */ |
190 | 43 /* i2c */ | 190 | 43 /* i2c */ |
191 | 0x1 0x2 0x3 0x4 /* pci slot */ | 191 | 0x1 0x2 0x3 0x4 /* pci slot */ |
192 | 0x9 0xa 0xb 0xc /* usb */ | 192 | 0x9 0xa 0xb 0xc /* usb */ |
diff --git a/arch/powerpc/configs/86xx/gef_ppc9a_defconfig b/arch/powerpc/configs/86xx/gef_ppc9a_defconfig new file mode 100644 index 00000000000..df2c1633779 --- /dev/null +++ b/arch/powerpc/configs/86xx/gef_ppc9a_defconfig | |||
@@ -0,0 +1,1889 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux kernel version: 2.6.29-rc7 | ||
4 | # Fri Mar 13 15:36:11 2009 | ||
5 | # | ||
6 | # CONFIG_PPC64 is not set | ||
7 | |||
8 | # | ||
9 | # Processor support | ||
10 | # | ||
11 | CONFIG_6xx=y | ||
12 | # CONFIG_PPC_85xx is not set | ||
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_PPC_FPU=y | ||
18 | # CONFIG_PHYS_64BIT is not set | ||
19 | CONFIG_ALTIVEC=y | ||
20 | CONFIG_PPC_STD_MMU=y | ||
21 | CONFIG_PPC_STD_MMU_32=y | ||
22 | # CONFIG_PPC_MM_SLICES is not set | ||
23 | CONFIG_SMP=y | ||
24 | CONFIG_NR_CPUS=2 | ||
25 | CONFIG_PPC32=y | ||
26 | CONFIG_WORD_SIZE=32 | ||
27 | # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set | ||
28 | CONFIG_MMU=y | ||
29 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
30 | CONFIG_GENERIC_TIME=y | ||
31 | CONFIG_GENERIC_TIME_VSYSCALL=y | ||
32 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
33 | CONFIG_GENERIC_HARDIRQS=y | ||
34 | # CONFIG_HAVE_SETUP_PER_CPU_AREA is not set | ||
35 | CONFIG_IRQ_PER_CPU=y | ||
36 | CONFIG_STACKTRACE_SUPPORT=y | ||
37 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
38 | CONFIG_LOCKDEP_SUPPORT=y | ||
39 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
40 | CONFIG_GENERIC_LOCKBREAK=y | ||
41 | CONFIG_ARCH_HAS_ILOG2_U32=y | ||
42 | CONFIG_GENERIC_HWEIGHT=y | ||
43 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
44 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
45 | CONFIG_GENERIC_GPIO=y | ||
46 | # CONFIG_ARCH_NO_VIRT_TO_BUS is not set | ||
47 | CONFIG_PPC=y | ||
48 | CONFIG_EARLY_PRINTK=y | ||
49 | CONFIG_GENERIC_NVRAM=y | ||
50 | CONFIG_SCHED_OMIT_FRAME_POINTER=y | ||
51 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
52 | CONFIG_PPC_OF=y | ||
53 | CONFIG_OF=y | ||
54 | CONFIG_PPC_UDBG_16550=y | ||
55 | CONFIG_GENERIC_TBSYNC=y | ||
56 | CONFIG_AUDIT_ARCH=y | ||
57 | CONFIG_GENERIC_BUG=y | ||
58 | CONFIG_DEFAULT_UIMAGE=y | ||
59 | # CONFIG_PPC_DCR_NATIVE is not set | ||
60 | # CONFIG_PPC_DCR_MMIO is not set | ||
61 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
62 | |||
63 | # | ||
64 | # General setup | ||
65 | # | ||
66 | CONFIG_EXPERIMENTAL=y | ||
67 | CONFIG_LOCK_KERNEL=y | ||
68 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
69 | CONFIG_LOCALVERSION="" | ||
70 | CONFIG_LOCALVERSION_AUTO=y | ||
71 | CONFIG_SWAP=y | ||
72 | CONFIG_SYSVIPC=y | ||
73 | CONFIG_SYSVIPC_SYSCTL=y | ||
74 | CONFIG_POSIX_MQUEUE=y | ||
75 | CONFIG_BSD_PROCESS_ACCT=y | ||
76 | CONFIG_BSD_PROCESS_ACCT_V3=y | ||
77 | # CONFIG_TASKSTATS is not set | ||
78 | # CONFIG_AUDIT is not set | ||
79 | |||
80 | # | ||
81 | # RCU Subsystem | ||
82 | # | ||
83 | CONFIG_CLASSIC_RCU=y | ||
84 | # CONFIG_TREE_RCU is not set | ||
85 | # CONFIG_PREEMPT_RCU is not set | ||
86 | # CONFIG_TREE_RCU_TRACE is not set | ||
87 | # CONFIG_PREEMPT_RCU_TRACE is not set | ||
88 | CONFIG_IKCONFIG=y | ||
89 | CONFIG_IKCONFIG_PROC=y | ||
90 | CONFIG_LOG_BUF_SHIFT=14 | ||
91 | CONFIG_GROUP_SCHED=y | ||
92 | CONFIG_FAIR_GROUP_SCHED=y | ||
93 | # CONFIG_RT_GROUP_SCHED is not set | ||
94 | CONFIG_USER_SCHED=y | ||
95 | # CONFIG_CGROUP_SCHED is not set | ||
96 | # CONFIG_CGROUPS is not set | ||
97 | CONFIG_SYSFS_DEPRECATED=y | ||
98 | CONFIG_SYSFS_DEPRECATED_V2=y | ||
99 | CONFIG_RELAY=y | ||
100 | # CONFIG_NAMESPACES is not set | ||
101 | CONFIG_BLK_DEV_INITRD=y | ||
102 | CONFIG_INITRAMFS_SOURCE="" | ||
103 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
104 | CONFIG_SYSCTL=y | ||
105 | CONFIG_EMBEDDED=y | ||
106 | CONFIG_SYSCTL_SYSCALL=y | ||
107 | CONFIG_KALLSYMS=y | ||
108 | # CONFIG_KALLSYMS_ALL is not set | ||
109 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
110 | CONFIG_HOTPLUG=y | ||
111 | CONFIG_PRINTK=y | ||
112 | CONFIG_BUG=y | ||
113 | CONFIG_ELF_CORE=y | ||
114 | CONFIG_COMPAT_BRK=y | ||
115 | CONFIG_BASE_FULL=y | ||
116 | CONFIG_FUTEX=y | ||
117 | CONFIG_ANON_INODES=y | ||
118 | CONFIG_EPOLL=y | ||
119 | CONFIG_SIGNALFD=y | ||
120 | CONFIG_TIMERFD=y | ||
121 | CONFIG_EVENTFD=y | ||
122 | CONFIG_SHMEM=y | ||
123 | CONFIG_AIO=y | ||
124 | CONFIG_VM_EVENT_COUNTERS=y | ||
125 | CONFIG_PCI_QUIRKS=y | ||
126 | CONFIG_SLAB=y | ||
127 | # CONFIG_SLUB is not set | ||
128 | # CONFIG_SLOB is not set | ||
129 | # CONFIG_PROFILING is not set | ||
130 | CONFIG_HAVE_OPROFILE=y | ||
131 | # CONFIG_KPROBES is not set | ||
132 | CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y | ||
133 | CONFIG_HAVE_IOREMAP_PROT=y | ||
134 | CONFIG_HAVE_KPROBES=y | ||
135 | CONFIG_HAVE_KRETPROBES=y | ||
136 | CONFIG_HAVE_ARCH_TRACEHOOK=y | ||
137 | CONFIG_USE_GENERIC_SMP_HELPERS=y | ||
138 | # CONFIG_HAVE_GENERIC_DMA_COHERENT is not set | ||
139 | CONFIG_SLABINFO=y | ||
140 | CONFIG_RT_MUTEXES=y | ||
141 | CONFIG_BASE_SMALL=0 | ||
142 | CONFIG_MODULES=y | ||
143 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
144 | CONFIG_MODULE_UNLOAD=y | ||
145 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
146 | # CONFIG_MODVERSIONS is not set | ||
147 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
148 | CONFIG_STOP_MACHINE=y | ||
149 | CONFIG_BLOCK=y | ||
150 | # CONFIG_LBD is not set | ||
151 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
152 | # CONFIG_BLK_DEV_BSG is not set | ||
153 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
154 | |||
155 | # | ||
156 | # IO Schedulers | ||
157 | # | ||
158 | CONFIG_IOSCHED_NOOP=y | ||
159 | CONFIG_IOSCHED_AS=y | ||
160 | CONFIG_IOSCHED_DEADLINE=y | ||
161 | CONFIG_IOSCHED_CFQ=y | ||
162 | # CONFIG_DEFAULT_AS is not set | ||
163 | # CONFIG_DEFAULT_DEADLINE is not set | ||
164 | CONFIG_DEFAULT_CFQ=y | ||
165 | # CONFIG_DEFAULT_NOOP is not set | ||
166 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
167 | # CONFIG_FREEZER is not set | ||
168 | |||
169 | # | ||
170 | # Platform support | ||
171 | # | ||
172 | CONFIG_PPC_MULTIPLATFORM=y | ||
173 | CONFIG_CLASSIC32=y | ||
174 | # CONFIG_PPC_CHRP is not set | ||
175 | # CONFIG_MPC5121_ADS is not set | ||
176 | # CONFIG_MPC5121_GENERIC is not set | ||
177 | # CONFIG_PPC_MPC52xx is not set | ||
178 | # CONFIG_PPC_PMAC is not set | ||
179 | # CONFIG_PPC_CELL is not set | ||
180 | # CONFIG_PPC_CELL_NATIVE is not set | ||
181 | # CONFIG_PPC_82xx is not set | ||
182 | # CONFIG_PQ2ADS is not set | ||
183 | # CONFIG_PPC_83xx is not set | ||
184 | CONFIG_PPC_86xx=y | ||
185 | # CONFIG_MPC8641_HPCN is not set | ||
186 | # CONFIG_SBC8641D is not set | ||
187 | # CONFIG_MPC8610_HPCD is not set | ||
188 | CONFIG_GEF_PPC9A=y | ||
189 | # CONFIG_GEF_SBC310 is not set | ||
190 | # CONFIG_GEF_SBC610 is not set | ||
191 | CONFIG_MPC8641=y | ||
192 | # CONFIG_IPIC is not set | ||
193 | CONFIG_MPIC=y | ||
194 | # CONFIG_MPIC_WEIRD is not set | ||
195 | # CONFIG_PPC_I8259 is not set | ||
196 | # CONFIG_PPC_RTAS is not set | ||
197 | # CONFIG_MMIO_NVRAM is not set | ||
198 | # CONFIG_PPC_MPC106 is not set | ||
199 | # CONFIG_PPC_970_NAP is not set | ||
200 | # CONFIG_PPC_INDIRECT_IO is not set | ||
201 | # CONFIG_GENERIC_IOMAP is not set | ||
202 | # CONFIG_CPU_FREQ is not set | ||
203 | # CONFIG_TAU is not set | ||
204 | # CONFIG_QUICC_ENGINE is not set | ||
205 | # CONFIG_FSL_ULI1575 is not set | ||
206 | # CONFIG_MPC8xxx_GPIO is not set | ||
207 | # CONFIG_SIMPLE_GPIO is not set | ||
208 | |||
209 | # | ||
210 | # Kernel options | ||
211 | # | ||
212 | # CONFIG_HIGHMEM is not set | ||
213 | CONFIG_TICK_ONESHOT=y | ||
214 | # CONFIG_NO_HZ is not set | ||
215 | CONFIG_HIGH_RES_TIMERS=y | ||
216 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
217 | # CONFIG_HZ_100 is not set | ||
218 | # CONFIG_HZ_250 is not set | ||
219 | # CONFIG_HZ_300 is not set | ||
220 | CONFIG_HZ_1000=y | ||
221 | CONFIG_HZ=1000 | ||
222 | CONFIG_SCHED_HRTICK=y | ||
223 | # CONFIG_PREEMPT_NONE is not set | ||
224 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
225 | CONFIG_PREEMPT=y | ||
226 | CONFIG_BINFMT_ELF=y | ||
227 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
228 | # CONFIG_HAVE_AOUT is not set | ||
229 | CONFIG_BINFMT_MISC=m | ||
230 | # CONFIG_IOMMU_HELPER is not set | ||
231 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
232 | CONFIG_ARCH_HAS_WALK_MEMORY=y | ||
233 | CONFIG_ARCH_ENABLE_MEMORY_HOTREMOVE=y | ||
234 | # CONFIG_KEXEC is not set | ||
235 | # CONFIG_CRASH_DUMP is not set | ||
236 | CONFIG_IRQ_ALL_CPUS=y | ||
237 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
238 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
239 | CONFIG_SELECT_MEMORY_MODEL=y | ||
240 | CONFIG_FLATMEM_MANUAL=y | ||
241 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
242 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
243 | CONFIG_FLATMEM=y | ||
244 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
245 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
246 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
247 | CONFIG_MIGRATION=y | ||
248 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
249 | CONFIG_ZONE_DMA_FLAG=1 | ||
250 | CONFIG_BOUNCE=y | ||
251 | CONFIG_VIRT_TO_BUS=y | ||
252 | CONFIG_UNEVICTABLE_LRU=y | ||
253 | CONFIG_PPC_4K_PAGES=y | ||
254 | # CONFIG_PPC_16K_PAGES is not set | ||
255 | # CONFIG_PPC_64K_PAGES is not set | ||
256 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
257 | # CONFIG_PROC_DEVICETREE is not set | ||
258 | # CONFIG_CMDLINE_BOOL is not set | ||
259 | CONFIG_EXTRA_TARGETS="" | ||
260 | # CONFIG_PM is not set | ||
261 | CONFIG_SECCOMP=y | ||
262 | CONFIG_ISA_DMA_API=y | ||
263 | |||
264 | # | ||
265 | # Bus options | ||
266 | # | ||
267 | CONFIG_ZONE_DMA=y | ||
268 | CONFIG_GENERIC_ISA_DMA=y | ||
269 | CONFIG_PPC_INDIRECT_PCI=y | ||
270 | CONFIG_FSL_SOC=y | ||
271 | CONFIG_FSL_PCI=y | ||
272 | CONFIG_PPC_PCI_CHOICE=y | ||
273 | CONFIG_PCI=y | ||
274 | CONFIG_PCI_DOMAINS=y | ||
275 | CONFIG_PCI_SYSCALL=y | ||
276 | CONFIG_PCIEPORTBUS=y | ||
277 | CONFIG_PCIEAER=y | ||
278 | # CONFIG_PCIEASPM is not set | ||
279 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
280 | # CONFIG_PCI_MSI is not set | ||
281 | # CONFIG_PCI_LEGACY is not set | ||
282 | CONFIG_PCI_DEBUG=y | ||
283 | # CONFIG_PCI_STUB is not set | ||
284 | # CONFIG_PCCARD is not set | ||
285 | # CONFIG_HOTPLUG_PCI is not set | ||
286 | # CONFIG_HAS_RAPIDIO is not set | ||
287 | |||
288 | # | ||
289 | # Advanced setup | ||
290 | # | ||
291 | # CONFIG_ADVANCED_OPTIONS is not set | ||
292 | |||
293 | # | ||
294 | # Default settings for advanced configuration options are used | ||
295 | # | ||
296 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
297 | CONFIG_PAGE_OFFSET=0xc0000000 | ||
298 | CONFIG_KERNEL_START=0xc0000000 | ||
299 | CONFIG_PHYSICAL_START=0x00000000 | ||
300 | CONFIG_TASK_SIZE=0xc0000000 | ||
301 | CONFIG_NET=y | ||
302 | |||
303 | # | ||
304 | # Networking options | ||
305 | # | ||
306 | CONFIG_COMPAT_NET_DEV_OPS=y | ||
307 | CONFIG_PACKET=y | ||
308 | CONFIG_PACKET_MMAP=y | ||
309 | CONFIG_UNIX=y | ||
310 | CONFIG_XFRM=y | ||
311 | CONFIG_XFRM_USER=m | ||
312 | # CONFIG_XFRM_SUB_POLICY is not set | ||
313 | # CONFIG_XFRM_MIGRATE is not set | ||
314 | # CONFIG_XFRM_STATISTICS is not set | ||
315 | CONFIG_XFRM_IPCOMP=m | ||
316 | CONFIG_NET_KEY=m | ||
317 | # CONFIG_NET_KEY_MIGRATE is not set | ||
318 | CONFIG_INET=y | ||
319 | CONFIG_IP_MULTICAST=y | ||
320 | CONFIG_IP_ADVANCED_ROUTER=y | ||
321 | CONFIG_ASK_IP_FIB_HASH=y | ||
322 | # CONFIG_IP_FIB_TRIE is not set | ||
323 | CONFIG_IP_FIB_HASH=y | ||
324 | CONFIG_IP_MULTIPLE_TABLES=y | ||
325 | CONFIG_IP_ROUTE_MULTIPATH=y | ||
326 | CONFIG_IP_ROUTE_VERBOSE=y | ||
327 | CONFIG_IP_PNP=y | ||
328 | CONFIG_IP_PNP_DHCP=y | ||
329 | CONFIG_IP_PNP_BOOTP=y | ||
330 | CONFIG_IP_PNP_RARP=y | ||
331 | CONFIG_NET_IPIP=m | ||
332 | CONFIG_NET_IPGRE=m | ||
333 | CONFIG_NET_IPGRE_BROADCAST=y | ||
334 | CONFIG_IP_MROUTE=y | ||
335 | CONFIG_IP_PIMSM_V1=y | ||
336 | CONFIG_IP_PIMSM_V2=y | ||
337 | # CONFIG_ARPD is not set | ||
338 | CONFIG_SYN_COOKIES=y | ||
339 | CONFIG_INET_AH=m | ||
340 | CONFIG_INET_ESP=m | ||
341 | CONFIG_INET_IPCOMP=m | ||
342 | CONFIG_INET_XFRM_TUNNEL=m | ||
343 | CONFIG_INET_TUNNEL=m | ||
344 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
345 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
346 | CONFIG_INET_XFRM_MODE_BEET=y | ||
347 | # CONFIG_INET_LRO is not set | ||
348 | CONFIG_INET_DIAG=y | ||
349 | CONFIG_INET_TCP_DIAG=y | ||
350 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
351 | CONFIG_TCP_CONG_CUBIC=y | ||
352 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
353 | # CONFIG_TCP_MD5SIG is not set | ||
354 | CONFIG_IPV6=m | ||
355 | # CONFIG_IPV6_PRIVACY is not set | ||
356 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
357 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
358 | CONFIG_INET6_AH=m | ||
359 | CONFIG_INET6_ESP=m | ||
360 | CONFIG_INET6_IPCOMP=m | ||
361 | # CONFIG_IPV6_MIP6 is not set | ||
362 | CONFIG_INET6_XFRM_TUNNEL=m | ||
363 | CONFIG_INET6_TUNNEL=m | ||
364 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
365 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
366 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
367 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
368 | CONFIG_IPV6_SIT=m | ||
369 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
370 | CONFIG_IPV6_TUNNEL=m | ||
371 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
372 | # CONFIG_IPV6_MROUTE is not set | ||
373 | # CONFIG_NETLABEL is not set | ||
374 | # CONFIG_NETWORK_SECMARK is not set | ||
375 | CONFIG_NETFILTER=y | ||
376 | # CONFIG_NETFILTER_DEBUG is not set | ||
377 | CONFIG_NETFILTER_ADVANCED=y | ||
378 | CONFIG_BRIDGE_NETFILTER=y | ||
379 | |||
380 | # | ||
381 | # Core Netfilter Configuration | ||
382 | # | ||
383 | # CONFIG_NETFILTER_NETLINK_QUEUE is not set | ||
384 | # CONFIG_NETFILTER_NETLINK_LOG is not set | ||
385 | # CONFIG_NF_CONNTRACK is not set | ||
386 | CONFIG_NETFILTER_XTABLES=m | ||
387 | # CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set | ||
388 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set | ||
389 | # CONFIG_NETFILTER_XT_TARGET_MARK is not set | ||
390 | # CONFIG_NETFILTER_XT_TARGET_NFLOG is not set | ||
391 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set | ||
392 | # CONFIG_NETFILTER_XT_TARGET_RATEEST is not set | ||
393 | # CONFIG_NETFILTER_XT_TARGET_TRACE is not set | ||
394 | # CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set | ||
395 | # CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set | ||
396 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set | ||
397 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | ||
398 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set | ||
399 | # CONFIG_NETFILTER_XT_MATCH_ESP is not set | ||
400 | # CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set | ||
401 | # CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set | ||
402 | # CONFIG_NETFILTER_XT_MATCH_LENGTH is not set | ||
403 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set | ||
404 | # CONFIG_NETFILTER_XT_MATCH_MAC is not set | ||
405 | # CONFIG_NETFILTER_XT_MATCH_MARK is not set | ||
406 | # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set | ||
407 | # CONFIG_NETFILTER_XT_MATCH_OWNER is not set | ||
408 | # CONFIG_NETFILTER_XT_MATCH_POLICY is not set | ||
409 | # CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set | ||
410 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set | ||
411 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set | ||
412 | # CONFIG_NETFILTER_XT_MATCH_RATEEST is not set | ||
413 | # CONFIG_NETFILTER_XT_MATCH_REALM is not set | ||
414 | # CONFIG_NETFILTER_XT_MATCH_RECENT is not set | ||
415 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set | ||
416 | # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set | ||
417 | # CONFIG_NETFILTER_XT_MATCH_STRING is not set | ||
418 | # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set | ||
419 | # CONFIG_NETFILTER_XT_MATCH_TIME is not set | ||
420 | # CONFIG_NETFILTER_XT_MATCH_U32 is not set | ||
421 | # CONFIG_IP_VS is not set | ||
422 | |||
423 | # | ||
424 | # IP: Netfilter Configuration | ||
425 | # | ||
426 | # CONFIG_NF_DEFRAG_IPV4 is not set | ||
427 | CONFIG_IP_NF_QUEUE=m | ||
428 | CONFIG_IP_NF_IPTABLES=m | ||
429 | CONFIG_IP_NF_MATCH_ADDRTYPE=m | ||
430 | # CONFIG_IP_NF_MATCH_AH is not set | ||
431 | CONFIG_IP_NF_MATCH_ECN=m | ||
432 | CONFIG_IP_NF_MATCH_TTL=m | ||
433 | CONFIG_IP_NF_FILTER=m | ||
434 | CONFIG_IP_NF_TARGET_REJECT=m | ||
435 | CONFIG_IP_NF_TARGET_LOG=m | ||
436 | CONFIG_IP_NF_TARGET_ULOG=m | ||
437 | CONFIG_IP_NF_MANGLE=m | ||
438 | CONFIG_IP_NF_TARGET_ECN=m | ||
439 | # CONFIG_IP_NF_TARGET_TTL is not set | ||
440 | CONFIG_IP_NF_RAW=m | ||
441 | # CONFIG_IP_NF_SECURITY is not set | ||
442 | CONFIG_IP_NF_ARPTABLES=m | ||
443 | CONFIG_IP_NF_ARPFILTER=m | ||
444 | CONFIG_IP_NF_ARP_MANGLE=m | ||
445 | |||
446 | # | ||
447 | # IPv6: Netfilter Configuration | ||
448 | # | ||
449 | CONFIG_IP6_NF_QUEUE=m | ||
450 | CONFIG_IP6_NF_IPTABLES=m | ||
451 | # CONFIG_IP6_NF_MATCH_AH is not set | ||
452 | CONFIG_IP6_NF_MATCH_EUI64=m | ||
453 | CONFIG_IP6_NF_MATCH_FRAG=m | ||
454 | CONFIG_IP6_NF_MATCH_OPTS=m | ||
455 | CONFIG_IP6_NF_MATCH_HL=m | ||
456 | CONFIG_IP6_NF_MATCH_IPV6HEADER=m | ||
457 | # CONFIG_IP6_NF_MATCH_MH is not set | ||
458 | CONFIG_IP6_NF_MATCH_RT=m | ||
459 | CONFIG_IP6_NF_TARGET_LOG=m | ||
460 | CONFIG_IP6_NF_FILTER=m | ||
461 | # CONFIG_IP6_NF_TARGET_REJECT is not set | ||
462 | CONFIG_IP6_NF_MANGLE=m | ||
463 | # CONFIG_IP6_NF_TARGET_HL is not set | ||
464 | CONFIG_IP6_NF_RAW=m | ||
465 | # CONFIG_IP6_NF_SECURITY is not set | ||
466 | # CONFIG_BRIDGE_NF_EBTABLES is not set | ||
467 | # CONFIG_IP_DCCP is not set | ||
468 | CONFIG_IP_SCTP=m | ||
469 | # CONFIG_SCTP_DBG_MSG is not set | ||
470 | # CONFIG_SCTP_DBG_OBJCNT is not set | ||
471 | # CONFIG_SCTP_HMAC_NONE is not set | ||
472 | # CONFIG_SCTP_HMAC_SHA1 is not set | ||
473 | CONFIG_SCTP_HMAC_MD5=y | ||
474 | CONFIG_TIPC=m | ||
475 | # CONFIG_TIPC_ADVANCED is not set | ||
476 | # CONFIG_TIPC_DEBUG is not set | ||
477 | CONFIG_ATM=m | ||
478 | CONFIG_ATM_CLIP=m | ||
479 | # CONFIG_ATM_CLIP_NO_ICMP is not set | ||
480 | CONFIG_ATM_LANE=m | ||
481 | CONFIG_ATM_MPOA=m | ||
482 | CONFIG_ATM_BR2684=m | ||
483 | # CONFIG_ATM_BR2684_IPFILTER is not set | ||
484 | CONFIG_STP=m | ||
485 | CONFIG_BRIDGE=m | ||
486 | # CONFIG_NET_DSA is not set | ||
487 | CONFIG_VLAN_8021Q=m | ||
488 | # CONFIG_VLAN_8021Q_GVRP is not set | ||
489 | # CONFIG_DECNET is not set | ||
490 | CONFIG_LLC=m | ||
491 | # CONFIG_LLC2 is not set | ||
492 | # CONFIG_IPX is not set | ||
493 | # CONFIG_ATALK is not set | ||
494 | # CONFIG_X25 is not set | ||
495 | # CONFIG_LAPB is not set | ||
496 | # CONFIG_ECONET is not set | ||
497 | CONFIG_WAN_ROUTER=m | ||
498 | CONFIG_NET_SCHED=y | ||
499 | |||
500 | # | ||
501 | # Queueing/Scheduling | ||
502 | # | ||
503 | CONFIG_NET_SCH_CBQ=m | ||
504 | CONFIG_NET_SCH_HTB=m | ||
505 | CONFIG_NET_SCH_HFSC=m | ||
506 | CONFIG_NET_SCH_ATM=m | ||
507 | CONFIG_NET_SCH_PRIO=m | ||
508 | # CONFIG_NET_SCH_MULTIQ is not set | ||
509 | CONFIG_NET_SCH_RED=m | ||
510 | CONFIG_NET_SCH_SFQ=m | ||
511 | CONFIG_NET_SCH_TEQL=m | ||
512 | CONFIG_NET_SCH_TBF=m | ||
513 | CONFIG_NET_SCH_GRED=m | ||
514 | CONFIG_NET_SCH_DSMARK=m | ||
515 | CONFIG_NET_SCH_NETEM=m | ||
516 | # CONFIG_NET_SCH_DRR is not set | ||
517 | |||
518 | # | ||
519 | # Classification | ||
520 | # | ||
521 | CONFIG_NET_CLS=y | ||
522 | # CONFIG_NET_CLS_BASIC is not set | ||
523 | CONFIG_NET_CLS_TCINDEX=m | ||
524 | CONFIG_NET_CLS_ROUTE4=m | ||
525 | CONFIG_NET_CLS_ROUTE=y | ||
526 | CONFIG_NET_CLS_FW=m | ||
527 | CONFIG_NET_CLS_U32=m | ||
528 | # CONFIG_CLS_U32_PERF is not set | ||
529 | # CONFIG_CLS_U32_MARK is not set | ||
530 | CONFIG_NET_CLS_RSVP=m | ||
531 | CONFIG_NET_CLS_RSVP6=m | ||
532 | # CONFIG_NET_CLS_FLOW is not set | ||
533 | # CONFIG_NET_EMATCH is not set | ||
534 | # CONFIG_NET_CLS_ACT is not set | ||
535 | # CONFIG_NET_CLS_IND is not set | ||
536 | CONFIG_NET_SCH_FIFO=y | ||
537 | # CONFIG_DCB is not set | ||
538 | |||
539 | # | ||
540 | # Network testing | ||
541 | # | ||
542 | CONFIG_NET_PKTGEN=m | ||
543 | # CONFIG_HAMRADIO is not set | ||
544 | # CONFIG_CAN is not set | ||
545 | # CONFIG_IRDA is not set | ||
546 | # CONFIG_BT is not set | ||
547 | # CONFIG_AF_RXRPC is not set | ||
548 | # CONFIG_PHONET is not set | ||
549 | CONFIG_FIB_RULES=y | ||
550 | CONFIG_WIRELESS=y | ||
551 | # CONFIG_CFG80211 is not set | ||
552 | CONFIG_WIRELESS_OLD_REGULATORY=y | ||
553 | # CONFIG_WIRELESS_EXT is not set | ||
554 | # CONFIG_LIB80211 is not set | ||
555 | # CONFIG_MAC80211 is not set | ||
556 | # CONFIG_WIMAX is not set | ||
557 | # CONFIG_RFKILL is not set | ||
558 | # CONFIG_NET_9P is not set | ||
559 | |||
560 | # | ||
561 | # Device Drivers | ||
562 | # | ||
563 | |||
564 | # | ||
565 | # Generic Driver Options | ||
566 | # | ||
567 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
568 | CONFIG_STANDALONE=y | ||
569 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
570 | # CONFIG_FW_LOADER is not set | ||
571 | # CONFIG_DEBUG_DRIVER is not set | ||
572 | # CONFIG_DEBUG_DEVRES is not set | ||
573 | # CONFIG_SYS_HYPERVISOR is not set | ||
574 | # CONFIG_CONNECTOR is not set | ||
575 | CONFIG_MTD=y | ||
576 | # CONFIG_MTD_DEBUG is not set | ||
577 | CONFIG_MTD_CONCAT=y | ||
578 | CONFIG_MTD_PARTITIONS=y | ||
579 | # CONFIG_MTD_TESTS is not set | ||
580 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
581 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
582 | CONFIG_MTD_OF_PARTS=y | ||
583 | # CONFIG_MTD_AR7_PARTS is not set | ||
584 | |||
585 | # | ||
586 | # User Modules And Translation Layers | ||
587 | # | ||
588 | CONFIG_MTD_CHAR=y | ||
589 | CONFIG_MTD_BLKDEVS=y | ||
590 | CONFIG_MTD_BLOCK=y | ||
591 | # CONFIG_FTL is not set | ||
592 | # CONFIG_NFTL is not set | ||
593 | # CONFIG_INFTL is not set | ||
594 | # CONFIG_RFD_FTL is not set | ||
595 | # CONFIG_SSFDC is not set | ||
596 | # CONFIG_MTD_OOPS is not set | ||
597 | |||
598 | # | ||
599 | # RAM/ROM/Flash chip drivers | ||
600 | # | ||
601 | CONFIG_MTD_CFI=y | ||
602 | CONFIG_MTD_JEDECPROBE=y | ||
603 | CONFIG_MTD_GEN_PROBE=y | ||
604 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
605 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
606 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
607 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
608 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
609 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
610 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
611 | CONFIG_MTD_CFI_I1=y | ||
612 | CONFIG_MTD_CFI_I2=y | ||
613 | # CONFIG_MTD_CFI_I4 is not set | ||
614 | # CONFIG_MTD_CFI_I8 is not set | ||
615 | CONFIG_MTD_CFI_INTELEXT=y | ||
616 | CONFIG_MTD_CFI_AMDSTD=y | ||
617 | # CONFIG_MTD_CFI_STAA is not set | ||
618 | CONFIG_MTD_CFI_UTIL=y | ||
619 | # CONFIG_MTD_RAM is not set | ||
620 | # CONFIG_MTD_ROM is not set | ||
621 | # CONFIG_MTD_ABSENT is not set | ||
622 | |||
623 | # | ||
624 | # Mapping drivers for chip access | ||
625 | # | ||
626 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
627 | # CONFIG_MTD_PHYSMAP is not set | ||
628 | CONFIG_MTD_PHYSMAP_OF=y | ||
629 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
630 | # CONFIG_MTD_PLATRAM is not set | ||
631 | |||
632 | # | ||
633 | # Self-contained MTD device drivers | ||
634 | # | ||
635 | # CONFIG_MTD_PMC551 is not set | ||
636 | # CONFIG_MTD_SLRAM is not set | ||
637 | # CONFIG_MTD_PHRAM is not set | ||
638 | # CONFIG_MTD_MTDRAM is not set | ||
639 | # CONFIG_MTD_BLOCK2MTD is not set | ||
640 | |||
641 | # | ||
642 | # Disk-On-Chip Device Drivers | ||
643 | # | ||
644 | # CONFIG_MTD_DOC2000 is not set | ||
645 | # CONFIG_MTD_DOC2001 is not set | ||
646 | # CONFIG_MTD_DOC2001PLUS is not set | ||
647 | # CONFIG_MTD_NAND is not set | ||
648 | # CONFIG_MTD_ONENAND is not set | ||
649 | |||
650 | # | ||
651 | # LPDDR flash memory drivers | ||
652 | # | ||
653 | # CONFIG_MTD_LPDDR is not set | ||
654 | |||
655 | # | ||
656 | # UBI - Unsorted block images | ||
657 | # | ||
658 | # CONFIG_MTD_UBI is not set | ||
659 | CONFIG_OF_DEVICE=y | ||
660 | CONFIG_OF_GPIO=y | ||
661 | CONFIG_OF_I2C=y | ||
662 | # CONFIG_PARPORT is not set | ||
663 | CONFIG_BLK_DEV=y | ||
664 | # CONFIG_BLK_DEV_FD is not set | ||
665 | # CONFIG_BLK_CPQ_DA is not set | ||
666 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
667 | # CONFIG_BLK_DEV_DAC960 is not set | ||
668 | # CONFIG_BLK_DEV_UMEM is not set | ||
669 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
670 | CONFIG_BLK_DEV_LOOP=m | ||
671 | CONFIG_BLK_DEV_CRYPTOLOOP=m | ||
672 | CONFIG_BLK_DEV_NBD=m | ||
673 | # CONFIG_BLK_DEV_SX8 is not set | ||
674 | # CONFIG_BLK_DEV_UB is not set | ||
675 | CONFIG_BLK_DEV_RAM=y | ||
676 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
677 | CONFIG_BLK_DEV_RAM_SIZE=131072 | ||
678 | # CONFIG_BLK_DEV_XIP is not set | ||
679 | # CONFIG_CDROM_PKTCDVD is not set | ||
680 | # CONFIG_ATA_OVER_ETH is not set | ||
681 | # CONFIG_BLK_DEV_HD is not set | ||
682 | CONFIG_MISC_DEVICES=y | ||
683 | # CONFIG_PHANTOM is not set | ||
684 | # CONFIG_SGI_IOC4 is not set | ||
685 | # CONFIG_TIFM_CORE is not set | ||
686 | # CONFIG_ICS932S401 is not set | ||
687 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
688 | # CONFIG_HP_ILO is not set | ||
689 | # CONFIG_C2PORT is not set | ||
690 | |||
691 | # | ||
692 | # EEPROM support | ||
693 | # | ||
694 | # CONFIG_EEPROM_AT24 is not set | ||
695 | # CONFIG_EEPROM_LEGACY is not set | ||
696 | # CONFIG_EEPROM_93CX6 is not set | ||
697 | CONFIG_HAVE_IDE=y | ||
698 | # CONFIG_IDE is not set | ||
699 | |||
700 | # | ||
701 | # SCSI device support | ||
702 | # | ||
703 | # CONFIG_RAID_ATTRS is not set | ||
704 | CONFIG_SCSI=y | ||
705 | CONFIG_SCSI_DMA=y | ||
706 | # CONFIG_SCSI_TGT is not set | ||
707 | # CONFIG_SCSI_NETLINK is not set | ||
708 | CONFIG_SCSI_PROC_FS=y | ||
709 | |||
710 | # | ||
711 | # SCSI support type (disk, tape, CD-ROM) | ||
712 | # | ||
713 | CONFIG_BLK_DEV_SD=y | ||
714 | CONFIG_CHR_DEV_ST=y | ||
715 | # CONFIG_CHR_DEV_OSST is not set | ||
716 | CONFIG_BLK_DEV_SR=y | ||
717 | # CONFIG_BLK_DEV_SR_VENDOR is not set | ||
718 | # CONFIG_CHR_DEV_SG is not set | ||
719 | # CONFIG_CHR_DEV_SCH is not set | ||
720 | |||
721 | # | ||
722 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
723 | # | ||
724 | # CONFIG_SCSI_MULTI_LUN is not set | ||
725 | # CONFIG_SCSI_CONSTANTS is not set | ||
726 | # CONFIG_SCSI_LOGGING is not set | ||
727 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
728 | CONFIG_SCSI_WAIT_SCAN=m | ||
729 | |||
730 | # | ||
731 | # SCSI Transports | ||
732 | # | ||
733 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
734 | # CONFIG_SCSI_FC_ATTRS is not set | ||
735 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
736 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
737 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
738 | CONFIG_SCSI_LOWLEVEL=y | ||
739 | # CONFIG_ISCSI_TCP is not set | ||
740 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
741 | # CONFIG_SCSI_3W_9XXX is not set | ||
742 | # CONFIG_SCSI_ACARD is not set | ||
743 | # CONFIG_SCSI_AACRAID is not set | ||
744 | # CONFIG_SCSI_AIC7XXX is not set | ||
745 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
746 | # CONFIG_SCSI_AIC79XX is not set | ||
747 | # CONFIG_SCSI_AIC94XX is not set | ||
748 | # CONFIG_SCSI_DPT_I2O is not set | ||
749 | # CONFIG_SCSI_ADVANSYS is not set | ||
750 | # CONFIG_SCSI_ARCMSR is not set | ||
751 | # CONFIG_MEGARAID_NEWGEN is not set | ||
752 | # CONFIG_MEGARAID_LEGACY is not set | ||
753 | # CONFIG_MEGARAID_SAS is not set | ||
754 | # CONFIG_SCSI_HPTIOP is not set | ||
755 | # CONFIG_SCSI_BUSLOGIC is not set | ||
756 | # CONFIG_LIBFC is not set | ||
757 | # CONFIG_FCOE is not set | ||
758 | # CONFIG_SCSI_DMX3191D is not set | ||
759 | # CONFIG_SCSI_EATA is not set | ||
760 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
761 | # CONFIG_SCSI_GDTH is not set | ||
762 | # CONFIG_SCSI_IPS is not set | ||
763 | # CONFIG_SCSI_INITIO is not set | ||
764 | # CONFIG_SCSI_INIA100 is not set | ||
765 | # CONFIG_SCSI_MVSAS is not set | ||
766 | # CONFIG_SCSI_STEX is not set | ||
767 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
768 | # CONFIG_SCSI_IPR is not set | ||
769 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
770 | # CONFIG_SCSI_QLA_FC is not set | ||
771 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
772 | # CONFIG_SCSI_LPFC is not set | ||
773 | # CONFIG_SCSI_DC395x is not set | ||
774 | # CONFIG_SCSI_DC390T is not set | ||
775 | # CONFIG_SCSI_NSP32 is not set | ||
776 | # CONFIG_SCSI_DEBUG is not set | ||
777 | # CONFIG_SCSI_SRP is not set | ||
778 | # CONFIG_SCSI_DH is not set | ||
779 | CONFIG_ATA=y | ||
780 | # CONFIG_ATA_NONSTANDARD is not set | ||
781 | CONFIG_SATA_PMP=y | ||
782 | # CONFIG_SATA_AHCI is not set | ||
783 | # CONFIG_SATA_SIL24 is not set | ||
784 | # CONFIG_SATA_FSL is not set | ||
785 | CONFIG_ATA_SFF=y | ||
786 | # CONFIG_SATA_SVW is not set | ||
787 | # CONFIG_ATA_PIIX is not set | ||
788 | # CONFIG_SATA_MV is not set | ||
789 | # CONFIG_SATA_NV is not set | ||
790 | # CONFIG_PDC_ADMA is not set | ||
791 | # CONFIG_SATA_QSTOR is not set | ||
792 | # CONFIG_SATA_PROMISE is not set | ||
793 | # CONFIG_SATA_SX4 is not set | ||
794 | CONFIG_SATA_SIL=y | ||
795 | # CONFIG_SATA_SIS is not set | ||
796 | # CONFIG_SATA_ULI is not set | ||
797 | # CONFIG_SATA_VIA is not set | ||
798 | # CONFIG_SATA_VITESSE is not set | ||
799 | # CONFIG_SATA_INIC162X is not set | ||
800 | # CONFIG_PATA_ALI is not set | ||
801 | # CONFIG_PATA_AMD is not set | ||
802 | # CONFIG_PATA_ARTOP is not set | ||
803 | # CONFIG_PATA_ATIIXP is not set | ||
804 | # CONFIG_PATA_CMD640_PCI is not set | ||
805 | # CONFIG_PATA_CMD64X is not set | ||
806 | # CONFIG_PATA_CS5520 is not set | ||
807 | # CONFIG_PATA_CS5530 is not set | ||
808 | # CONFIG_PATA_CYPRESS is not set | ||
809 | # CONFIG_PATA_EFAR is not set | ||
810 | # CONFIG_ATA_GENERIC is not set | ||
811 | # CONFIG_PATA_HPT366 is not set | ||
812 | # CONFIG_PATA_HPT37X is not set | ||
813 | # CONFIG_PATA_HPT3X2N is not set | ||
814 | # CONFIG_PATA_HPT3X3 is not set | ||
815 | # CONFIG_PATA_IT821X is not set | ||
816 | # CONFIG_PATA_IT8213 is not set | ||
817 | # CONFIG_PATA_JMICRON is not set | ||
818 | # CONFIG_PATA_TRIFLEX is not set | ||
819 | # CONFIG_PATA_MARVELL is not set | ||
820 | # CONFIG_PATA_MPIIX is not set | ||
821 | # CONFIG_PATA_OLDPIIX is not set | ||
822 | # CONFIG_PATA_NETCELL is not set | ||
823 | # CONFIG_PATA_NINJA32 is not set | ||
824 | # CONFIG_PATA_NS87410 is not set | ||
825 | # CONFIG_PATA_NS87415 is not set | ||
826 | # CONFIG_PATA_OPTI is not set | ||
827 | # CONFIG_PATA_OPTIDMA is not set | ||
828 | # CONFIG_PATA_PDC_OLD is not set | ||
829 | # CONFIG_PATA_RADISYS is not set | ||
830 | # CONFIG_PATA_RZ1000 is not set | ||
831 | # CONFIG_PATA_SC1200 is not set | ||
832 | # CONFIG_PATA_SERVERWORKS is not set | ||
833 | # CONFIG_PATA_PDC2027X is not set | ||
834 | # CONFIG_PATA_SIL680 is not set | ||
835 | # CONFIG_PATA_SIS is not set | ||
836 | # CONFIG_PATA_VIA is not set | ||
837 | # CONFIG_PATA_WINBOND is not set | ||
838 | # CONFIG_PATA_PLATFORM is not set | ||
839 | # CONFIG_PATA_SCH is not set | ||
840 | # CONFIG_MD is not set | ||
841 | # CONFIG_FUSION is not set | ||
842 | |||
843 | # | ||
844 | # IEEE 1394 (FireWire) support | ||
845 | # | ||
846 | |||
847 | # | ||
848 | # Enable only one of the two stacks, unless you know what you are doing | ||
849 | # | ||
850 | # CONFIG_FIREWIRE is not set | ||
851 | # CONFIG_IEEE1394 is not set | ||
852 | # CONFIG_I2O is not set | ||
853 | # CONFIG_MACINTOSH_DRIVERS is not set | ||
854 | CONFIG_NETDEVICES=y | ||
855 | CONFIG_DUMMY=m | ||
856 | CONFIG_BONDING=m | ||
857 | # CONFIG_MACVLAN is not set | ||
858 | # CONFIG_EQUALIZER is not set | ||
859 | CONFIG_TUN=m | ||
860 | # CONFIG_VETH is not set | ||
861 | # CONFIG_ARCNET is not set | ||
862 | CONFIG_PHYLIB=y | ||
863 | |||
864 | # | ||
865 | # MII PHY device drivers | ||
866 | # | ||
867 | # CONFIG_MARVELL_PHY is not set | ||
868 | # CONFIG_DAVICOM_PHY is not set | ||
869 | # CONFIG_QSEMI_PHY is not set | ||
870 | # CONFIG_LXT_PHY is not set | ||
871 | # CONFIG_CICADA_PHY is not set | ||
872 | # CONFIG_VITESSE_PHY is not set | ||
873 | # CONFIG_SMSC_PHY is not set | ||
874 | # CONFIG_BROADCOM_PHY is not set | ||
875 | # CONFIG_ICPLUS_PHY is not set | ||
876 | # CONFIG_REALTEK_PHY is not set | ||
877 | # CONFIG_NATIONAL_PHY is not set | ||
878 | # CONFIG_STE10XP is not set | ||
879 | # CONFIG_LSI_ET1011C_PHY is not set | ||
880 | # CONFIG_FIXED_PHY is not set | ||
881 | # CONFIG_MDIO_BITBANG is not set | ||
882 | CONFIG_NET_ETHERNET=y | ||
883 | CONFIG_MII=y | ||
884 | # CONFIG_HAPPYMEAL is not set | ||
885 | # CONFIG_SUNGEM is not set | ||
886 | # CONFIG_CASSINI is not set | ||
887 | # CONFIG_NET_VENDOR_3COM is not set | ||
888 | # CONFIG_NET_TULIP is not set | ||
889 | # CONFIG_HP100 is not set | ||
890 | # CONFIG_IBM_NEW_EMAC_ZMII is not set | ||
891 | # CONFIG_IBM_NEW_EMAC_RGMII is not set | ||
892 | # CONFIG_IBM_NEW_EMAC_TAH is not set | ||
893 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set | ||
894 | # CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set | ||
895 | # CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set | ||
896 | # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set | ||
897 | # CONFIG_NET_PCI is not set | ||
898 | # CONFIG_B44 is not set | ||
899 | # CONFIG_ATL2 is not set | ||
900 | CONFIG_NETDEV_1000=y | ||
901 | # CONFIG_ACENIC is not set | ||
902 | # CONFIG_DL2K is not set | ||
903 | # CONFIG_E1000 is not set | ||
904 | # CONFIG_E1000E is not set | ||
905 | # CONFIG_IP1000 is not set | ||
906 | # CONFIG_IGB is not set | ||
907 | # CONFIG_NS83820 is not set | ||
908 | # CONFIG_HAMACHI is not set | ||
909 | # CONFIG_YELLOWFIN is not set | ||
910 | # CONFIG_R8169 is not set | ||
911 | # CONFIG_SIS190 is not set | ||
912 | # CONFIG_SKGE is not set | ||
913 | # CONFIG_SKY2 is not set | ||
914 | # CONFIG_VIA_VELOCITY is not set | ||
915 | # CONFIG_TIGON3 is not set | ||
916 | # CONFIG_BNX2 is not set | ||
917 | CONFIG_GIANFAR=y | ||
918 | # CONFIG_MV643XX_ETH is not set | ||
919 | # CONFIG_QLA3XXX is not set | ||
920 | # CONFIG_ATL1 is not set | ||
921 | # CONFIG_ATL1E is not set | ||
922 | # CONFIG_ATL1C is not set | ||
923 | # CONFIG_JME is not set | ||
924 | # CONFIG_NETDEV_10000 is not set | ||
925 | # CONFIG_TR is not set | ||
926 | |||
927 | # | ||
928 | # Wireless LAN | ||
929 | # | ||
930 | # CONFIG_WLAN_PRE80211 is not set | ||
931 | # CONFIG_WLAN_80211 is not set | ||
932 | # CONFIG_IWLWIFI_LEDS is not set | ||
933 | |||
934 | # | ||
935 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
936 | # | ||
937 | |||
938 | # | ||
939 | # USB Network Adapters | ||
940 | # | ||
941 | # CONFIG_USB_CATC is not set | ||
942 | # CONFIG_USB_KAWETH is not set | ||
943 | # CONFIG_USB_PEGASUS is not set | ||
944 | # CONFIG_USB_RTL8150 is not set | ||
945 | # CONFIG_USB_USBNET is not set | ||
946 | # CONFIG_WAN is not set | ||
947 | CONFIG_ATM_DRIVERS=y | ||
948 | # CONFIG_ATM_DUMMY is not set | ||
949 | # CONFIG_ATM_TCP is not set | ||
950 | # CONFIG_ATM_LANAI is not set | ||
951 | # CONFIG_ATM_ENI is not set | ||
952 | # CONFIG_ATM_FIRESTREAM is not set | ||
953 | # CONFIG_ATM_ZATM is not set | ||
954 | # CONFIG_ATM_NICSTAR is not set | ||
955 | # CONFIG_ATM_IDT77252 is not set | ||
956 | # CONFIG_ATM_AMBASSADOR is not set | ||
957 | # CONFIG_ATM_HORIZON is not set | ||
958 | # CONFIG_ATM_IA is not set | ||
959 | # CONFIG_ATM_FORE200E is not set | ||
960 | # CONFIG_ATM_HE is not set | ||
961 | # CONFIG_ATM_SOLOS is not set | ||
962 | # CONFIG_FDDI is not set | ||
963 | # CONFIG_HIPPI is not set | ||
964 | CONFIG_PPP=m | ||
965 | CONFIG_PPP_MULTILINK=y | ||
966 | CONFIG_PPP_FILTER=y | ||
967 | CONFIG_PPP_ASYNC=m | ||
968 | CONFIG_PPP_SYNC_TTY=m | ||
969 | CONFIG_PPP_DEFLATE=m | ||
970 | CONFIG_PPP_BSDCOMP=m | ||
971 | # CONFIG_PPP_MPPE is not set | ||
972 | CONFIG_PPPOE=m | ||
973 | CONFIG_PPPOATM=m | ||
974 | # CONFIG_PPPOL2TP is not set | ||
975 | CONFIG_SLIP=m | ||
976 | CONFIG_SLIP_COMPRESSED=y | ||
977 | CONFIG_SLHC=m | ||
978 | CONFIG_SLIP_SMART=y | ||
979 | CONFIG_SLIP_MODE_SLIP6=y | ||
980 | # CONFIG_NET_FC is not set | ||
981 | CONFIG_NETCONSOLE=y | ||
982 | # CONFIG_NETCONSOLE_DYNAMIC is not set | ||
983 | CONFIG_NETPOLL=y | ||
984 | CONFIG_NETPOLL_TRAP=y | ||
985 | CONFIG_NET_POLL_CONTROLLER=y | ||
986 | # CONFIG_ISDN is not set | ||
987 | # CONFIG_PHONE is not set | ||
988 | |||
989 | # | ||
990 | # Input device support | ||
991 | # | ||
992 | CONFIG_INPUT=y | ||
993 | CONFIG_INPUT_FF_MEMLESS=m | ||
994 | # CONFIG_INPUT_POLLDEV is not set | ||
995 | |||
996 | # | ||
997 | # Userland interfaces | ||
998 | # | ||
999 | CONFIG_INPUT_MOUSEDEV=y | ||
1000 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
1001 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
1002 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
1003 | # CONFIG_INPUT_JOYDEV is not set | ||
1004 | # CONFIG_INPUT_EVDEV is not set | ||
1005 | # CONFIG_INPUT_EVBUG is not set | ||
1006 | |||
1007 | # | ||
1008 | # Input Device Drivers | ||
1009 | # | ||
1010 | # CONFIG_INPUT_KEYBOARD is not set | ||
1011 | # CONFIG_INPUT_MOUSE is not set | ||
1012 | # CONFIG_INPUT_JOYSTICK is not set | ||
1013 | # CONFIG_INPUT_TABLET is not set | ||
1014 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
1015 | # CONFIG_INPUT_MISC is not set | ||
1016 | |||
1017 | # | ||
1018 | # Hardware I/O ports | ||
1019 | # | ||
1020 | # CONFIG_SERIO is not set | ||
1021 | # CONFIG_GAMEPORT is not set | ||
1022 | |||
1023 | # | ||
1024 | # Character devices | ||
1025 | # | ||
1026 | CONFIG_VT=y | ||
1027 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
1028 | CONFIG_VT_CONSOLE=y | ||
1029 | CONFIG_HW_CONSOLE=y | ||
1030 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
1031 | CONFIG_DEVKMEM=y | ||
1032 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
1033 | # CONFIG_NOZOMI is not set | ||
1034 | |||
1035 | # | ||
1036 | # Serial drivers | ||
1037 | # | ||
1038 | CONFIG_SERIAL_8250=y | ||
1039 | CONFIG_SERIAL_8250_CONSOLE=y | ||
1040 | # CONFIG_SERIAL_8250_PCI is not set | ||
1041 | CONFIG_SERIAL_8250_NR_UARTS=2 | ||
1042 | CONFIG_SERIAL_8250_RUNTIME_UARTS=2 | ||
1043 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
1044 | |||
1045 | # | ||
1046 | # Non-8250 serial port support | ||
1047 | # | ||
1048 | # CONFIG_SERIAL_UARTLITE is not set | ||
1049 | CONFIG_SERIAL_CORE=y | ||
1050 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
1051 | # CONFIG_SERIAL_JSM is not set | ||
1052 | # CONFIG_SERIAL_OF_PLATFORM is not set | ||
1053 | CONFIG_UNIX98_PTYS=y | ||
1054 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
1055 | # CONFIG_LEGACY_PTYS is not set | ||
1056 | # CONFIG_HVC_UDBG is not set | ||
1057 | # CONFIG_IPMI_HANDLER is not set | ||
1058 | CONFIG_HW_RANDOM=y | ||
1059 | CONFIG_NVRAM=y | ||
1060 | # CONFIG_R3964 is not set | ||
1061 | # CONFIG_APPLICOM is not set | ||
1062 | # CONFIG_RAW_DRIVER is not set | ||
1063 | # CONFIG_TCG_TPM is not set | ||
1064 | CONFIG_DEVPORT=y | ||
1065 | CONFIG_I2C=y | ||
1066 | CONFIG_I2C_BOARDINFO=y | ||
1067 | CONFIG_I2C_CHARDEV=y | ||
1068 | CONFIG_I2C_HELPER_AUTO=y | ||
1069 | |||
1070 | # | ||
1071 | # I2C Hardware Bus support | ||
1072 | # | ||
1073 | |||
1074 | # | ||
1075 | # PC SMBus host controller drivers | ||
1076 | # | ||
1077 | # CONFIG_I2C_ALI1535 is not set | ||
1078 | # CONFIG_I2C_ALI1563 is not set | ||
1079 | # CONFIG_I2C_ALI15X3 is not set | ||
1080 | # CONFIG_I2C_AMD756 is not set | ||
1081 | # CONFIG_I2C_AMD8111 is not set | ||
1082 | # CONFIG_I2C_I801 is not set | ||
1083 | # CONFIG_I2C_ISCH is not set | ||
1084 | # CONFIG_I2C_PIIX4 is not set | ||
1085 | # CONFIG_I2C_NFORCE2 is not set | ||
1086 | # CONFIG_I2C_SIS5595 is not set | ||
1087 | # CONFIG_I2C_SIS630 is not set | ||
1088 | # CONFIG_I2C_SIS96X is not set | ||
1089 | # CONFIG_I2C_VIA is not set | ||
1090 | # CONFIG_I2C_VIAPRO is not set | ||
1091 | |||
1092 | # | ||
1093 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
1094 | # | ||
1095 | # CONFIG_I2C_GPIO is not set | ||
1096 | CONFIG_I2C_MPC=y | ||
1097 | # CONFIG_I2C_OCORES is not set | ||
1098 | # CONFIG_I2C_SIMTEC is not set | ||
1099 | |||
1100 | # | ||
1101 | # External I2C/SMBus adapter drivers | ||
1102 | # | ||
1103 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
1104 | # CONFIG_I2C_TAOS_EVM is not set | ||
1105 | # CONFIG_I2C_TINY_USB is not set | ||
1106 | |||
1107 | # | ||
1108 | # Graphics adapter I2C/DDC channel drivers | ||
1109 | # | ||
1110 | # CONFIG_I2C_VOODOO3 is not set | ||
1111 | |||
1112 | # | ||
1113 | # Other I2C/SMBus bus drivers | ||
1114 | # | ||
1115 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
1116 | # CONFIG_I2C_STUB is not set | ||
1117 | |||
1118 | # | ||
1119 | # Miscellaneous I2C Chip support | ||
1120 | # | ||
1121 | CONFIG_DS1682=y | ||
1122 | # CONFIG_SENSORS_PCF8574 is not set | ||
1123 | # CONFIG_PCF8575 is not set | ||
1124 | # CONFIG_SENSORS_PCA9539 is not set | ||
1125 | # CONFIG_SENSORS_PCF8591 is not set | ||
1126 | # CONFIG_SENSORS_MAX6875 is not set | ||
1127 | # CONFIG_SENSORS_TSL2550 is not set | ||
1128 | # CONFIG_I2C_DEBUG_CORE is not set | ||
1129 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
1130 | # CONFIG_I2C_DEBUG_BUS is not set | ||
1131 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
1132 | # CONFIG_SPI is not set | ||
1133 | CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y | ||
1134 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
1135 | CONFIG_GPIOLIB=y | ||
1136 | # CONFIG_DEBUG_GPIO is not set | ||
1137 | # CONFIG_GPIO_SYSFS is not set | ||
1138 | |||
1139 | # | ||
1140 | # Memory mapped GPIO expanders: | ||
1141 | # | ||
1142 | # CONFIG_GPIO_XILINX is not set | ||
1143 | |||
1144 | # | ||
1145 | # I2C GPIO expanders: | ||
1146 | # | ||
1147 | # CONFIG_GPIO_MAX732X is not set | ||
1148 | # CONFIG_GPIO_PCA953X is not set | ||
1149 | # CONFIG_GPIO_PCF857X is not set | ||
1150 | |||
1151 | # | ||
1152 | # PCI GPIO expanders: | ||
1153 | # | ||
1154 | # CONFIG_GPIO_BT8XX is not set | ||
1155 | |||
1156 | # | ||
1157 | # SPI GPIO expanders: | ||
1158 | # | ||
1159 | # CONFIG_W1 is not set | ||
1160 | # CONFIG_POWER_SUPPLY is not set | ||
1161 | CONFIG_HWMON=y | ||
1162 | # CONFIG_HWMON_VID is not set | ||
1163 | # CONFIG_SENSORS_AD7414 is not set | ||
1164 | # CONFIG_SENSORS_AD7418 is not set | ||
1165 | # CONFIG_SENSORS_ADM1021 is not set | ||
1166 | # CONFIG_SENSORS_ADM1025 is not set | ||
1167 | # CONFIG_SENSORS_ADM1026 is not set | ||
1168 | # CONFIG_SENSORS_ADM1029 is not set | ||
1169 | # CONFIG_SENSORS_ADM1031 is not set | ||
1170 | # CONFIG_SENSORS_ADM9240 is not set | ||
1171 | # CONFIG_SENSORS_ADT7462 is not set | ||
1172 | # CONFIG_SENSORS_ADT7470 is not set | ||
1173 | # CONFIG_SENSORS_ADT7473 is not set | ||
1174 | # CONFIG_SENSORS_ADT7475 is not set | ||
1175 | # CONFIG_SENSORS_ATXP1 is not set | ||
1176 | # CONFIG_SENSORS_DS1621 is not set | ||
1177 | # CONFIG_SENSORS_I5K_AMB is not set | ||
1178 | # CONFIG_SENSORS_F71805F is not set | ||
1179 | # CONFIG_SENSORS_F71882FG is not set | ||
1180 | # CONFIG_SENSORS_F75375S is not set | ||
1181 | # CONFIG_SENSORS_GL518SM is not set | ||
1182 | # CONFIG_SENSORS_GL520SM is not set | ||
1183 | # CONFIG_SENSORS_IT87 is not set | ||
1184 | # CONFIG_SENSORS_LM63 is not set | ||
1185 | # CONFIG_SENSORS_LM75 is not set | ||
1186 | # CONFIG_SENSORS_LM77 is not set | ||
1187 | # CONFIG_SENSORS_LM78 is not set | ||
1188 | # CONFIG_SENSORS_LM80 is not set | ||
1189 | # CONFIG_SENSORS_LM83 is not set | ||
1190 | # CONFIG_SENSORS_LM85 is not set | ||
1191 | # CONFIG_SENSORS_LM87 is not set | ||
1192 | CONFIG_SENSORS_LM90=y | ||
1193 | CONFIG_SENSORS_LM92=y | ||
1194 | # CONFIG_SENSORS_LM93 is not set | ||
1195 | # CONFIG_SENSORS_LTC4245 is not set | ||
1196 | # CONFIG_SENSORS_MAX1619 is not set | ||
1197 | # CONFIG_SENSORS_MAX6650 is not set | ||
1198 | # CONFIG_SENSORS_PC87360 is not set | ||
1199 | # CONFIG_SENSORS_PC87427 is not set | ||
1200 | # CONFIG_SENSORS_SIS5595 is not set | ||
1201 | # CONFIG_SENSORS_DME1737 is not set | ||
1202 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
1203 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
1204 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
1205 | # CONFIG_SENSORS_ADS7828 is not set | ||
1206 | # CONFIG_SENSORS_THMC50 is not set | ||
1207 | # CONFIG_SENSORS_VIA686A is not set | ||
1208 | # CONFIG_SENSORS_VT1211 is not set | ||
1209 | # CONFIG_SENSORS_VT8231 is not set | ||
1210 | # CONFIG_SENSORS_W83781D is not set | ||
1211 | # CONFIG_SENSORS_W83791D is not set | ||
1212 | # CONFIG_SENSORS_W83792D is not set | ||
1213 | # CONFIG_SENSORS_W83793 is not set | ||
1214 | # CONFIG_SENSORS_W83L785TS is not set | ||
1215 | # CONFIG_SENSORS_W83L786NG is not set | ||
1216 | # CONFIG_SENSORS_W83627HF is not set | ||
1217 | # CONFIG_SENSORS_W83627EHF is not set | ||
1218 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
1219 | # CONFIG_THERMAL is not set | ||
1220 | # CONFIG_THERMAL_HWMON is not set | ||
1221 | CONFIG_WATCHDOG=y | ||
1222 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
1223 | |||
1224 | # | ||
1225 | # Watchdog Device Drivers | ||
1226 | # | ||
1227 | # CONFIG_SOFT_WATCHDOG is not set | ||
1228 | # CONFIG_ALIM7101_WDT is not set | ||
1229 | CONFIG_GEF_WDT=y | ||
1230 | # CONFIG_8xxx_WDT is not set | ||
1231 | |||
1232 | # | ||
1233 | # PCI-based Watchdog Cards | ||
1234 | # | ||
1235 | # CONFIG_PCIPCWATCHDOG is not set | ||
1236 | # CONFIG_WDTPCI is not set | ||
1237 | |||
1238 | # | ||
1239 | # USB-based Watchdog Cards | ||
1240 | # | ||
1241 | # CONFIG_USBPCWATCHDOG is not set | ||
1242 | CONFIG_SSB_POSSIBLE=y | ||
1243 | |||
1244 | # | ||
1245 | # Sonics Silicon Backplane | ||
1246 | # | ||
1247 | # CONFIG_SSB is not set | ||
1248 | |||
1249 | # | ||
1250 | # Multifunction device drivers | ||
1251 | # | ||
1252 | # CONFIG_MFD_CORE is not set | ||
1253 | # CONFIG_MFD_SM501 is not set | ||
1254 | # CONFIG_HTC_PASIC3 is not set | ||
1255 | # CONFIG_TPS65010 is not set | ||
1256 | # CONFIG_TWL4030_CORE is not set | ||
1257 | # CONFIG_MFD_TMIO is not set | ||
1258 | # CONFIG_PMIC_DA903X is not set | ||
1259 | # CONFIG_MFD_WM8400 is not set | ||
1260 | # CONFIG_MFD_WM8350_I2C is not set | ||
1261 | # CONFIG_MFD_PCF50633 is not set | ||
1262 | # CONFIG_REGULATOR is not set | ||
1263 | |||
1264 | # | ||
1265 | # Multimedia devices | ||
1266 | # | ||
1267 | |||
1268 | # | ||
1269 | # Multimedia core support | ||
1270 | # | ||
1271 | # CONFIG_VIDEO_DEV is not set | ||
1272 | # CONFIG_DVB_CORE is not set | ||
1273 | # CONFIG_VIDEO_MEDIA is not set | ||
1274 | |||
1275 | # | ||
1276 | # Multimedia drivers | ||
1277 | # | ||
1278 | CONFIG_DAB=y | ||
1279 | # CONFIG_USB_DABUSB is not set | ||
1280 | |||
1281 | # | ||
1282 | # Graphics support | ||
1283 | # | ||
1284 | # CONFIG_AGP is not set | ||
1285 | # CONFIG_DRM is not set | ||
1286 | # CONFIG_VGASTATE is not set | ||
1287 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
1288 | # CONFIG_FB is not set | ||
1289 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1290 | |||
1291 | # | ||
1292 | # Display device support | ||
1293 | # | ||
1294 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1295 | |||
1296 | # | ||
1297 | # Console display driver support | ||
1298 | # | ||
1299 | CONFIG_VGA_CONSOLE=y | ||
1300 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | ||
1301 | CONFIG_DUMMY_CONSOLE=y | ||
1302 | # CONFIG_SOUND is not set | ||
1303 | CONFIG_HID_SUPPORT=y | ||
1304 | CONFIG_HID=y | ||
1305 | # CONFIG_HID_DEBUG is not set | ||
1306 | # CONFIG_HIDRAW is not set | ||
1307 | |||
1308 | # | ||
1309 | # USB Input Devices | ||
1310 | # | ||
1311 | CONFIG_USB_HID=y | ||
1312 | # CONFIG_HID_PID is not set | ||
1313 | # CONFIG_USB_HIDDEV is not set | ||
1314 | |||
1315 | # | ||
1316 | # Special HID drivers | ||
1317 | # | ||
1318 | CONFIG_HID_COMPAT=y | ||
1319 | CONFIG_HID_A4TECH=y | ||
1320 | CONFIG_HID_APPLE=y | ||
1321 | CONFIG_HID_BELKIN=y | ||
1322 | CONFIG_HID_CHERRY=y | ||
1323 | CONFIG_HID_CHICONY=y | ||
1324 | CONFIG_HID_CYPRESS=y | ||
1325 | CONFIG_HID_EZKEY=y | ||
1326 | CONFIG_HID_GYRATION=y | ||
1327 | CONFIG_HID_LOGITECH=y | ||
1328 | # CONFIG_LOGITECH_FF is not set | ||
1329 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1330 | CONFIG_HID_MICROSOFT=y | ||
1331 | CONFIG_HID_MONTEREY=y | ||
1332 | # CONFIG_HID_NTRIG is not set | ||
1333 | CONFIG_HID_PANTHERLORD=y | ||
1334 | # CONFIG_PANTHERLORD_FF is not set | ||
1335 | CONFIG_HID_PETALYNX=y | ||
1336 | CONFIG_HID_SAMSUNG=y | ||
1337 | CONFIG_HID_SONY=y | ||
1338 | CONFIG_HID_SUNPLUS=y | ||
1339 | # CONFIG_GREENASIA_FF is not set | ||
1340 | # CONFIG_HID_TOPSEED is not set | ||
1341 | CONFIG_THRUSTMASTER_FF=m | ||
1342 | CONFIG_ZEROPLUS_FF=m | ||
1343 | CONFIG_USB_SUPPORT=y | ||
1344 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1345 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1346 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1347 | CONFIG_USB=y | ||
1348 | # CONFIG_USB_DEBUG is not set | ||
1349 | # CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set | ||
1350 | |||
1351 | # | ||
1352 | # Miscellaneous USB options | ||
1353 | # | ||
1354 | # CONFIG_USB_DEVICEFS is not set | ||
1355 | # CONFIG_USB_DEVICE_CLASS is not set | ||
1356 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1357 | # CONFIG_USB_OTG is not set | ||
1358 | # CONFIG_USB_OTG_WHITELIST is not set | ||
1359 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set | ||
1360 | # CONFIG_USB_MON is not set | ||
1361 | # CONFIG_USB_WUSB is not set | ||
1362 | # CONFIG_USB_WUSB_CBAF is not set | ||
1363 | |||
1364 | # | ||
1365 | # USB Host Controller Drivers | ||
1366 | # | ||
1367 | # CONFIG_USB_C67X00_HCD is not set | ||
1368 | CONFIG_USB_EHCI_HCD=y | ||
1369 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
1370 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
1371 | # CONFIG_USB_EHCI_FSL is not set | ||
1372 | # CONFIG_USB_EHCI_HCD_PPC_OF is not set | ||
1373 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1374 | # CONFIG_USB_ISP116X_HCD is not set | ||
1375 | # CONFIG_USB_ISP1760_HCD is not set | ||
1376 | CONFIG_USB_OHCI_HCD=y | ||
1377 | # CONFIG_USB_OHCI_HCD_PPC_OF is not set | ||
1378 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | ||
1379 | # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set | ||
1380 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
1381 | # CONFIG_USB_UHCI_HCD is not set | ||
1382 | # CONFIG_USB_SL811_HCD is not set | ||
1383 | # CONFIG_USB_R8A66597_HCD is not set | ||
1384 | # CONFIG_USB_WHCI_HCD is not set | ||
1385 | # CONFIG_USB_HWA_HCD is not set | ||
1386 | |||
1387 | # | ||
1388 | # USB Device Class drivers | ||
1389 | # | ||
1390 | # CONFIG_USB_ACM is not set | ||
1391 | # CONFIG_USB_PRINTER is not set | ||
1392 | # CONFIG_USB_WDM is not set | ||
1393 | # CONFIG_USB_TMC is not set | ||
1394 | |||
1395 | # | ||
1396 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may also be needed; | ||
1397 | # | ||
1398 | |||
1399 | # | ||
1400 | # see USB_STORAGE Help for more information | ||
1401 | # | ||
1402 | CONFIG_USB_STORAGE=y | ||
1403 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1404 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1405 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1406 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1407 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1408 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1409 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1410 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1411 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1412 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1413 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1414 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1415 | # CONFIG_USB_LIBUSUAL is not set | ||
1416 | |||
1417 | # | ||
1418 | # USB Imaging devices | ||
1419 | # | ||
1420 | # CONFIG_USB_MDC800 is not set | ||
1421 | # CONFIG_USB_MICROTEK is not set | ||
1422 | |||
1423 | # | ||
1424 | # USB port drivers | ||
1425 | # | ||
1426 | # CONFIG_USB_SERIAL is not set | ||
1427 | |||
1428 | # | ||
1429 | # USB Miscellaneous drivers | ||
1430 | # | ||
1431 | # CONFIG_USB_EMI62 is not set | ||
1432 | # CONFIG_USB_EMI26 is not set | ||
1433 | # CONFIG_USB_ADUTUX is not set | ||
1434 | # CONFIG_USB_SEVSEG is not set | ||
1435 | # CONFIG_USB_RIO500 is not set | ||
1436 | # CONFIG_USB_LEGOTOWER is not set | ||
1437 | # CONFIG_USB_LCD is not set | ||
1438 | # CONFIG_USB_BERRY_CHARGE is not set | ||
1439 | # CONFIG_USB_LED is not set | ||
1440 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1441 | # CONFIG_USB_CYTHERM is not set | ||
1442 | # CONFIG_USB_PHIDGET is not set | ||
1443 | # CONFIG_USB_IDMOUSE is not set | ||
1444 | # CONFIG_USB_FTDI_ELAN is not set | ||
1445 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1446 | # CONFIG_USB_SISUSBVGA is not set | ||
1447 | # CONFIG_USB_LD is not set | ||
1448 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1449 | # CONFIG_USB_IOWARRIOR is not set | ||
1450 | # CONFIG_USB_ISIGHTFW is not set | ||
1451 | # CONFIG_USB_VST is not set | ||
1452 | # CONFIG_USB_ATM is not set | ||
1453 | # CONFIG_USB_GADGET is not set | ||
1454 | |||
1455 | # | ||
1456 | # OTG and related infrastructure | ||
1457 | # | ||
1458 | # CONFIG_USB_GPIO_VBUS is not set | ||
1459 | # CONFIG_UWB is not set | ||
1460 | # CONFIG_MMC is not set | ||
1461 | # CONFIG_MEMSTICK is not set | ||
1462 | # CONFIG_NEW_LEDS is not set | ||
1463 | # CONFIG_ACCESSIBILITY is not set | ||
1464 | # CONFIG_INFINIBAND is not set | ||
1465 | # CONFIG_EDAC is not set | ||
1466 | CONFIG_RTC_LIB=y | ||
1467 | CONFIG_RTC_CLASS=y | ||
1468 | CONFIG_RTC_HCTOSYS=y | ||
1469 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
1470 | # CONFIG_RTC_DEBUG is not set | ||
1471 | |||
1472 | # | ||
1473 | # RTC interfaces | ||
1474 | # | ||
1475 | CONFIG_RTC_INTF_SYSFS=y | ||
1476 | # CONFIG_RTC_INTF_PROC is not set | ||
1477 | CONFIG_RTC_INTF_DEV=y | ||
1478 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
1479 | # CONFIG_RTC_DRV_TEST is not set | ||
1480 | |||
1481 | # | ||
1482 | # I2C RTC drivers | ||
1483 | # | ||
1484 | # CONFIG_RTC_DRV_DS1307 is not set | ||
1485 | # CONFIG_RTC_DRV_DS1374 is not set | ||
1486 | # CONFIG_RTC_DRV_DS1672 is not set | ||
1487 | # CONFIG_RTC_DRV_MAX6900 is not set | ||
1488 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
1489 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
1490 | # CONFIG_RTC_DRV_X1205 is not set | ||
1491 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
1492 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
1493 | # CONFIG_RTC_DRV_M41T80 is not set | ||
1494 | # CONFIG_RTC_DRV_S35390A is not set | ||
1495 | # CONFIG_RTC_DRV_FM3130 is not set | ||
1496 | CONFIG_RTC_DRV_RX8581=y | ||
1497 | |||
1498 | # | ||
1499 | # SPI RTC drivers | ||
1500 | # | ||
1501 | |||
1502 | # | ||
1503 | # Platform RTC drivers | ||
1504 | # | ||
1505 | # CONFIG_RTC_DRV_CMOS is not set | ||
1506 | # CONFIG_RTC_DRV_DS1286 is not set | ||
1507 | # CONFIG_RTC_DRV_DS1511 is not set | ||
1508 | # CONFIG_RTC_DRV_DS1553 is not set | ||
1509 | # CONFIG_RTC_DRV_DS1742 is not set | ||
1510 | # CONFIG_RTC_DRV_STK17TA8 is not set | ||
1511 | # CONFIG_RTC_DRV_M48T86 is not set | ||
1512 | # CONFIG_RTC_DRV_M48T35 is not set | ||
1513 | # CONFIG_RTC_DRV_M48T59 is not set | ||
1514 | # CONFIG_RTC_DRV_BQ4802 is not set | ||
1515 | # CONFIG_RTC_DRV_V3020 is not set | ||
1516 | |||
1517 | # | ||
1518 | # on-CPU RTC drivers | ||
1519 | # | ||
1520 | # CONFIG_RTC_DRV_PPC is not set | ||
1521 | # CONFIG_DMADEVICES is not set | ||
1522 | # CONFIG_UIO is not set | ||
1523 | # CONFIG_STAGING is not set | ||
1524 | |||
1525 | # | ||
1526 | # File systems | ||
1527 | # | ||
1528 | CONFIG_EXT2_FS=y | ||
1529 | CONFIG_EXT2_FS_XATTR=y | ||
1530 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1531 | # CONFIG_EXT2_FS_SECURITY is not set | ||
1532 | # CONFIG_EXT2_FS_XIP is not set | ||
1533 | CONFIG_EXT3_FS=y | ||
1534 | CONFIG_EXT3_FS_XATTR=y | ||
1535 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1536 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1537 | # CONFIG_EXT4_FS is not set | ||
1538 | CONFIG_JBD=y | ||
1539 | CONFIG_FS_MBCACHE=y | ||
1540 | # CONFIG_REISERFS_FS is not set | ||
1541 | # CONFIG_JFS_FS is not set | ||
1542 | CONFIG_FS_POSIX_ACL=y | ||
1543 | CONFIG_FILE_LOCKING=y | ||
1544 | # CONFIG_XFS_FS is not set | ||
1545 | # CONFIG_OCFS2_FS is not set | ||
1546 | # CONFIG_BTRFS_FS is not set | ||
1547 | CONFIG_DNOTIFY=y | ||
1548 | CONFIG_INOTIFY=y | ||
1549 | CONFIG_INOTIFY_USER=y | ||
1550 | # CONFIG_QUOTA is not set | ||
1551 | # CONFIG_AUTOFS_FS is not set | ||
1552 | # CONFIG_AUTOFS4_FS is not set | ||
1553 | # CONFIG_FUSE_FS is not set | ||
1554 | |||
1555 | # | ||
1556 | # CD-ROM/DVD Filesystems | ||
1557 | # | ||
1558 | # CONFIG_ISO9660_FS is not set | ||
1559 | # CONFIG_UDF_FS is not set | ||
1560 | |||
1561 | # | ||
1562 | # DOS/FAT/NT Filesystems | ||
1563 | # | ||
1564 | CONFIG_FAT_FS=y | ||
1565 | CONFIG_MSDOS_FS=y | ||
1566 | CONFIG_VFAT_FS=y | ||
1567 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1568 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1569 | # CONFIG_NTFS_FS is not set | ||
1570 | |||
1571 | # | ||
1572 | # Pseudo filesystems | ||
1573 | # | ||
1574 | CONFIG_PROC_FS=y | ||
1575 | CONFIG_PROC_KCORE=y | ||
1576 | CONFIG_PROC_SYSCTL=y | ||
1577 | CONFIG_PROC_PAGE_MONITOR=y | ||
1578 | CONFIG_SYSFS=y | ||
1579 | CONFIG_TMPFS=y | ||
1580 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1581 | # CONFIG_HUGETLB_PAGE is not set | ||
1582 | # CONFIG_CONFIGFS_FS is not set | ||
1583 | CONFIG_MISC_FILESYSTEMS=y | ||
1584 | # CONFIG_ADFS_FS is not set | ||
1585 | # CONFIG_AFFS_FS is not set | ||
1586 | # CONFIG_HFS_FS is not set | ||
1587 | # CONFIG_HFSPLUS_FS is not set | ||
1588 | # CONFIG_BEFS_FS is not set | ||
1589 | # CONFIG_BFS_FS is not set | ||
1590 | # CONFIG_EFS_FS is not set | ||
1591 | CONFIG_JFFS2_FS=y | ||
1592 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1593 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1594 | # CONFIG_JFFS2_FS_WBUF_VERIFY is not set | ||
1595 | # CONFIG_JFFS2_SUMMARY is not set | ||
1596 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1597 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1598 | CONFIG_JFFS2_ZLIB=y | ||
1599 | # CONFIG_JFFS2_LZO is not set | ||
1600 | CONFIG_JFFS2_RTIME=y | ||
1601 | # CONFIG_JFFS2_RUBIN is not set | ||
1602 | # CONFIG_CRAMFS is not set | ||
1603 | # CONFIG_SQUASHFS is not set | ||
1604 | # CONFIG_VXFS_FS is not set | ||
1605 | # CONFIG_MINIX_FS is not set | ||
1606 | # CONFIG_OMFS_FS is not set | ||
1607 | # CONFIG_HPFS_FS is not set | ||
1608 | # CONFIG_QNX4FS_FS is not set | ||
1609 | # CONFIG_ROMFS_FS is not set | ||
1610 | # CONFIG_SYSV_FS is not set | ||
1611 | # CONFIG_UFS_FS is not set | ||
1612 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1613 | CONFIG_NFS_FS=y | ||
1614 | CONFIG_NFS_V3=y | ||
1615 | # CONFIG_NFS_V3_ACL is not set | ||
1616 | CONFIG_NFS_V4=y | ||
1617 | CONFIG_ROOT_NFS=y | ||
1618 | # CONFIG_NFSD is not set | ||
1619 | CONFIG_LOCKD=y | ||
1620 | CONFIG_LOCKD_V4=y | ||
1621 | CONFIG_NFS_COMMON=y | ||
1622 | CONFIG_SUNRPC=y | ||
1623 | CONFIG_SUNRPC_GSS=y | ||
1624 | # CONFIG_SUNRPC_REGISTER_V4 is not set | ||
1625 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1626 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1627 | # CONFIG_SMB_FS is not set | ||
1628 | CONFIG_CIFS=m | ||
1629 | # CONFIG_CIFS_STATS is not set | ||
1630 | # CONFIG_CIFS_WEAK_PW_HASH is not set | ||
1631 | CONFIG_CIFS_XATTR=y | ||
1632 | CONFIG_CIFS_POSIX=y | ||
1633 | # CONFIG_CIFS_DEBUG2 is not set | ||
1634 | # CONFIG_CIFS_EXPERIMENTAL is not set | ||
1635 | # CONFIG_NCP_FS is not set | ||
1636 | # CONFIG_CODA_FS is not set | ||
1637 | # CONFIG_AFS_FS is not set | ||
1638 | |||
1639 | # | ||
1640 | # Partition Types | ||
1641 | # | ||
1642 | # CONFIG_PARTITION_ADVANCED is not set | ||
1643 | CONFIG_MSDOS_PARTITION=y | ||
1644 | CONFIG_NLS=y | ||
1645 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
1646 | CONFIG_NLS_CODEPAGE_437=m | ||
1647 | CONFIG_NLS_CODEPAGE_737=m | ||
1648 | CONFIG_NLS_CODEPAGE_775=m | ||
1649 | CONFIG_NLS_CODEPAGE_850=m | ||
1650 | CONFIG_NLS_CODEPAGE_852=m | ||
1651 | CONFIG_NLS_CODEPAGE_855=m | ||
1652 | CONFIG_NLS_CODEPAGE_857=m | ||
1653 | CONFIG_NLS_CODEPAGE_860=m | ||
1654 | CONFIG_NLS_CODEPAGE_861=m | ||
1655 | CONFIG_NLS_CODEPAGE_862=m | ||
1656 | CONFIG_NLS_CODEPAGE_863=m | ||
1657 | CONFIG_NLS_CODEPAGE_864=m | ||
1658 | CONFIG_NLS_CODEPAGE_865=m | ||
1659 | CONFIG_NLS_CODEPAGE_866=m | ||
1660 | CONFIG_NLS_CODEPAGE_869=m | ||
1661 | CONFIG_NLS_CODEPAGE_936=m | ||
1662 | CONFIG_NLS_CODEPAGE_950=m | ||
1663 | CONFIG_NLS_CODEPAGE_932=m | ||
1664 | CONFIG_NLS_CODEPAGE_949=m | ||
1665 | CONFIG_NLS_CODEPAGE_874=m | ||
1666 | CONFIG_NLS_ISO8859_8=m | ||
1667 | CONFIG_NLS_CODEPAGE_1250=m | ||
1668 | CONFIG_NLS_CODEPAGE_1251=m | ||
1669 | CONFIG_NLS_ASCII=m | ||
1670 | CONFIG_NLS_ISO8859_1=m | ||
1671 | CONFIG_NLS_ISO8859_2=m | ||
1672 | CONFIG_NLS_ISO8859_3=m | ||
1673 | CONFIG_NLS_ISO8859_4=m | ||
1674 | CONFIG_NLS_ISO8859_5=m | ||
1675 | CONFIG_NLS_ISO8859_6=m | ||
1676 | CONFIG_NLS_ISO8859_7=m | ||
1677 | CONFIG_NLS_ISO8859_9=m | ||
1678 | CONFIG_NLS_ISO8859_13=m | ||
1679 | CONFIG_NLS_ISO8859_14=m | ||
1680 | CONFIG_NLS_ISO8859_15=m | ||
1681 | CONFIG_NLS_KOI8_R=m | ||
1682 | CONFIG_NLS_KOI8_U=m | ||
1683 | CONFIG_NLS_UTF8=m | ||
1684 | # CONFIG_DLM is not set | ||
1685 | |||
1686 | # | ||
1687 | # Library routines | ||
1688 | # | ||
1689 | CONFIG_BITREVERSE=y | ||
1690 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1691 | CONFIG_CRC_CCITT=m | ||
1692 | # CONFIG_CRC16 is not set | ||
1693 | # CONFIG_CRC_T10DIF is not set | ||
1694 | # CONFIG_CRC_ITU_T is not set | ||
1695 | CONFIG_CRC32=y | ||
1696 | # CONFIG_CRC7 is not set | ||
1697 | CONFIG_LIBCRC32C=m | ||
1698 | CONFIG_ZLIB_INFLATE=y | ||
1699 | CONFIG_ZLIB_DEFLATE=y | ||
1700 | CONFIG_PLIST=y | ||
1701 | CONFIG_HAS_IOMEM=y | ||
1702 | CONFIG_HAS_IOPORT=y | ||
1703 | CONFIG_HAS_DMA=y | ||
1704 | CONFIG_HAVE_LMB=y | ||
1705 | |||
1706 | # | ||
1707 | # Kernel hacking | ||
1708 | # | ||
1709 | # CONFIG_PRINTK_TIME is not set | ||
1710 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1711 | CONFIG_ENABLE_MUST_CHECK=y | ||
1712 | CONFIG_FRAME_WARN=1024 | ||
1713 | CONFIG_MAGIC_SYSRQ=y | ||
1714 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1715 | # CONFIG_DEBUG_FS is not set | ||
1716 | # CONFIG_HEADERS_CHECK is not set | ||
1717 | CONFIG_DEBUG_KERNEL=y | ||
1718 | # CONFIG_DEBUG_SHIRQ is not set | ||
1719 | CONFIG_DETECT_SOFTLOCKUP=y | ||
1720 | # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set | ||
1721 | CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 | ||
1722 | CONFIG_SCHED_DEBUG=y | ||
1723 | # CONFIG_SCHEDSTATS is not set | ||
1724 | # CONFIG_TIMER_STATS is not set | ||
1725 | # CONFIG_DEBUG_OBJECTS is not set | ||
1726 | # CONFIG_DEBUG_SLAB is not set | ||
1727 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1728 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1729 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1730 | # CONFIG_DEBUG_MUTEXES is not set | ||
1731 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1732 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1733 | # CONFIG_DEBUG_KOBJECT is not set | ||
1734 | # CONFIG_DEBUG_BUGVERBOSE is not set | ||
1735 | CONFIG_DEBUG_INFO=y | ||
1736 | # CONFIG_DEBUG_VM is not set | ||
1737 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1738 | # CONFIG_DEBUG_MEMORY_INIT is not set | ||
1739 | # CONFIG_DEBUG_LIST is not set | ||
1740 | # CONFIG_DEBUG_SG is not set | ||
1741 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1742 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1743 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1744 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
1745 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1746 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1747 | # CONFIG_FAULT_INJECTION is not set | ||
1748 | # CONFIG_LATENCYTOP is not set | ||
1749 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
1750 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1751 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1752 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
1753 | |||
1754 | # | ||
1755 | # Tracers | ||
1756 | # | ||
1757 | # CONFIG_FUNCTION_TRACER is not set | ||
1758 | # CONFIG_PREEMPT_TRACER is not set | ||
1759 | # CONFIG_SCHED_TRACER is not set | ||
1760 | # CONFIG_CONTEXT_SWITCH_TRACER is not set | ||
1761 | # CONFIG_BOOT_TRACER is not set | ||
1762 | # CONFIG_TRACE_BRANCH_PROFILING is not set | ||
1763 | # CONFIG_STACK_TRACER is not set | ||
1764 | # CONFIG_DYNAMIC_PRINTK_DEBUG is not set | ||
1765 | # CONFIG_SAMPLES is not set | ||
1766 | CONFIG_HAVE_ARCH_KGDB=y | ||
1767 | # CONFIG_KGDB is not set | ||
1768 | CONFIG_PRINT_STACK_DEPTH=64 | ||
1769 | # CONFIG_DEBUG_STACKOVERFLOW is not set | ||
1770 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1771 | # CONFIG_DEBUG_PAGEALLOC is not set | ||
1772 | # CONFIG_CODE_PATCHING_SELFTEST is not set | ||
1773 | # CONFIG_FTR_FIXUP_SELFTEST is not set | ||
1774 | # CONFIG_MSI_BITMAP_SELFTEST is not set | ||
1775 | # CONFIG_XMON is not set | ||
1776 | # CONFIG_IRQSTACKS is not set | ||
1777 | # CONFIG_BDI_SWITCH is not set | ||
1778 | # CONFIG_BOOTX_TEXT is not set | ||
1779 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
1780 | |||
1781 | # | ||
1782 | # Security options | ||
1783 | # | ||
1784 | # CONFIG_KEYS is not set | ||
1785 | CONFIG_SECURITY=y | ||
1786 | # CONFIG_SECURITYFS is not set | ||
1787 | CONFIG_SECURITY_NETWORK=y | ||
1788 | # CONFIG_SECURITY_NETWORK_XFRM is not set | ||
1789 | # CONFIG_SECURITY_PATH is not set | ||
1790 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | ||
1791 | # CONFIG_SECURITY_ROOTPLUG is not set | ||
1792 | CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR=0 | ||
1793 | CONFIG_CRYPTO=y | ||
1794 | |||
1795 | # | ||
1796 | # Crypto core or helper | ||
1797 | # | ||
1798 | # CONFIG_CRYPTO_FIPS is not set | ||
1799 | CONFIG_CRYPTO_ALGAPI=y | ||
1800 | CONFIG_CRYPTO_ALGAPI2=y | ||
1801 | CONFIG_CRYPTO_AEAD=m | ||
1802 | CONFIG_CRYPTO_AEAD2=y | ||
1803 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1804 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1805 | CONFIG_CRYPTO_HASH=y | ||
1806 | CONFIG_CRYPTO_HASH2=y | ||
1807 | CONFIG_CRYPTO_RNG2=y | ||
1808 | CONFIG_CRYPTO_MANAGER=y | ||
1809 | CONFIG_CRYPTO_MANAGER2=y | ||
1810 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1811 | CONFIG_CRYPTO_NULL=m | ||
1812 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1813 | CONFIG_CRYPTO_AUTHENC=m | ||
1814 | CONFIG_CRYPTO_TEST=m | ||
1815 | |||
1816 | # | ||
1817 | # Authenticated Encryption with Associated Data | ||
1818 | # | ||
1819 | # CONFIG_CRYPTO_CCM is not set | ||
1820 | # CONFIG_CRYPTO_GCM is not set | ||
1821 | # CONFIG_CRYPTO_SEQIV is not set | ||
1822 | |||
1823 | # | ||
1824 | # Block modes | ||
1825 | # | ||
1826 | CONFIG_CRYPTO_CBC=y | ||
1827 | # CONFIG_CRYPTO_CTR is not set | ||
1828 | # CONFIG_CRYPTO_CTS is not set | ||
1829 | CONFIG_CRYPTO_ECB=m | ||
1830 | # CONFIG_CRYPTO_LRW is not set | ||
1831 | CONFIG_CRYPTO_PCBC=m | ||
1832 | # CONFIG_CRYPTO_XTS is not set | ||
1833 | |||
1834 | # | ||
1835 | # Hash modes | ||
1836 | # | ||
1837 | CONFIG_CRYPTO_HMAC=y | ||
1838 | # CONFIG_CRYPTO_XCBC is not set | ||
1839 | |||
1840 | # | ||
1841 | # Digest | ||
1842 | # | ||
1843 | CONFIG_CRYPTO_CRC32C=m | ||
1844 | CONFIG_CRYPTO_MD4=m | ||
1845 | CONFIG_CRYPTO_MD5=y | ||
1846 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
1847 | # CONFIG_CRYPTO_RMD128 is not set | ||
1848 | # CONFIG_CRYPTO_RMD160 is not set | ||
1849 | # CONFIG_CRYPTO_RMD256 is not set | ||
1850 | # CONFIG_CRYPTO_RMD320 is not set | ||
1851 | CONFIG_CRYPTO_SHA1=m | ||
1852 | CONFIG_CRYPTO_SHA256=m | ||
1853 | CONFIG_CRYPTO_SHA512=m | ||
1854 | # CONFIG_CRYPTO_TGR192 is not set | ||
1855 | CONFIG_CRYPTO_WP512=m | ||
1856 | |||
1857 | # | ||
1858 | # Ciphers | ||
1859 | # | ||
1860 | CONFIG_CRYPTO_AES=m | ||
1861 | CONFIG_CRYPTO_ANUBIS=m | ||
1862 | CONFIG_CRYPTO_ARC4=m | ||
1863 | CONFIG_CRYPTO_BLOWFISH=m | ||
1864 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1865 | CONFIG_CRYPTO_CAST5=m | ||
1866 | CONFIG_CRYPTO_CAST6=m | ||
1867 | CONFIG_CRYPTO_DES=y | ||
1868 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1869 | CONFIG_CRYPTO_KHAZAD=m | ||
1870 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1871 | # CONFIG_CRYPTO_SEED is not set | ||
1872 | CONFIG_CRYPTO_SERPENT=m | ||
1873 | CONFIG_CRYPTO_TEA=m | ||
1874 | CONFIG_CRYPTO_TWOFISH=m | ||
1875 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
1876 | |||
1877 | # | ||
1878 | # Compression | ||
1879 | # | ||
1880 | CONFIG_CRYPTO_DEFLATE=m | ||
1881 | # CONFIG_CRYPTO_LZO is not set | ||
1882 | |||
1883 | # | ||
1884 | # Random Number Generation | ||
1885 | # | ||
1886 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1887 | # CONFIG_CRYPTO_HW is not set | ||
1888 | # CONFIG_PPC_CLOCK is not set | ||
1889 | # CONFIG_VIRTUALIZATION is not set | ||
diff --git a/arch/powerpc/math-emu/Makefile b/arch/powerpc/math-emu/Makefile index f9e506a735a..0c16ab947f1 100644 --- a/arch/powerpc/math-emu/Makefile +++ b/arch/powerpc/math-emu/Makefile | |||
@@ -1,6 +1,4 @@ | |||
1 | 1 | ||
2 | obj-y := math.o fmr.o lfd.o stfd.o | ||
3 | |||
4 | obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \ | 2 | obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \ |
5 | fctiw.o fctiwz.o fdiv.o fdivs.o \ | 3 | fctiw.o fctiwz.o fdiv.o fdivs.o \ |
6 | fmadd.o fmadds.o fmsub.o fmsubs.o \ | 4 | fmadd.o fmadds.o fmsub.o fmsubs.o \ |
@@ -9,7 +7,8 @@ obj-$(CONFIG_MATH_EMULATION) += fabs.o fadd.o fadds.o fcmpo.o fcmpu.o \ | |||
9 | fres.o frsp.o frsqrte.o fsel.o lfs.o \ | 7 | fres.o frsp.o frsqrte.o fsel.o lfs.o \ |
10 | fsqrt.o fsqrts.o fsub.o fsubs.o \ | 8 | fsqrt.o fsqrts.o fsub.o fsubs.o \ |
11 | mcrfs.o mffs.o mtfsb0.o mtfsb1.o \ | 9 | mcrfs.o mffs.o mtfsb0.o mtfsb1.o \ |
12 | mtfsf.o mtfsfi.o stfiwx.o stfs.o | 10 | mtfsf.o mtfsfi.o stfiwx.o stfs.o \ |
11 | math.o fmr.o lfd.o stfd.o | ||
13 | 12 | ||
14 | obj-$(CONFIG_SPE) += math_efp.o | 13 | obj-$(CONFIG_SPE) += math_efp.o |
15 | 14 | ||
diff --git a/arch/powerpc/platforms/85xx/ksi8560.c b/arch/powerpc/platforms/85xx/ksi8560.c index 81cee7bbf2d..66f29235ff0 100644 --- a/arch/powerpc/platforms/85xx/ksi8560.c +++ b/arch/powerpc/platforms/85xx/ksi8560.c | |||
@@ -106,8 +106,6 @@ static void __init ksi8560_pic_init(void) | |||
106 | cpm2_pic_init(np); | 106 | cpm2_pic_init(np); |
107 | of_node_put(np); | 107 | of_node_put(np); |
108 | set_irq_chained_handler(irq, cpm2_cascade); | 108 | set_irq_chained_handler(irq, cpm2_cascade); |
109 | |||
110 | setup_irq(0, NULL); | ||
111 | #endif | 109 | #endif |
112 | } | 110 | } |
113 | 111 | ||
diff --git a/arch/powerpc/platforms/85xx/smp.c b/arch/powerpc/platforms/85xx/smp.c index 79a0df17078..cc0b0db8a6f 100644 --- a/arch/powerpc/platforms/85xx/smp.c +++ b/arch/powerpc/platforms/85xx/smp.c | |||
@@ -21,6 +21,7 @@ | |||
21 | #include <asm/page.h> | 21 | #include <asm/page.h> |
22 | #include <asm/mpic.h> | 22 | #include <asm/mpic.h> |
23 | #include <asm/cacheflush.h> | 23 | #include <asm/cacheflush.h> |
24 | #include <asm/dbell.h> | ||
24 | 25 | ||
25 | #include <sysdev/fsl_soc.h> | 26 | #include <sysdev/fsl_soc.h> |
26 | 27 | ||
@@ -80,10 +81,8 @@ smp_85xx_kick_cpu(int nr) | |||
80 | } | 81 | } |
81 | 82 | ||
82 | static void __init | 83 | static void __init |
83 | smp_85xx_setup_cpu(int cpu_nr) | 84 | smp_85xx_basic_setup(int cpu_nr) |
84 | { | 85 | { |
85 | mpic_setup_this_cpu(); | ||
86 | |||
87 | /* Clear any pending timer interrupts */ | 86 | /* Clear any pending timer interrupts */ |
88 | mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); | 87 | mtspr(SPRN_TSR, TSR_ENW | TSR_WIS | TSR_DIS | TSR_FIS); |
89 | 88 | ||
@@ -91,15 +90,43 @@ smp_85xx_setup_cpu(int cpu_nr) | |||
91 | mtspr(SPRN_TCR, TCR_DIE); | 90 | mtspr(SPRN_TCR, TCR_DIE); |
92 | } | 91 | } |
93 | 92 | ||
93 | static void __init | ||
94 | smp_85xx_setup_cpu(int cpu_nr) | ||
95 | { | ||
96 | mpic_setup_this_cpu(); | ||
97 | |||
98 | smp_85xx_basic_setup(cpu_nr); | ||
99 | } | ||
100 | |||
94 | struct smp_ops_t smp_85xx_ops = { | 101 | struct smp_ops_t smp_85xx_ops = { |
95 | .message_pass = smp_mpic_message_pass, | ||
96 | .probe = smp_mpic_probe, | ||
97 | .kick_cpu = smp_85xx_kick_cpu, | 102 | .kick_cpu = smp_85xx_kick_cpu, |
98 | .setup_cpu = smp_85xx_setup_cpu, | ||
99 | }; | 103 | }; |
100 | 104 | ||
101 | void __init | 105 | static int __init smp_dummy_probe(void) |
102 | mpc85xx_smp_init(void) | ||
103 | { | 106 | { |
107 | return NR_CPUS; | ||
108 | } | ||
109 | |||
110 | void __init mpc85xx_smp_init(void) | ||
111 | { | ||
112 | struct device_node *np; | ||
113 | |||
114 | smp_85xx_ops.message_pass = NULL; | ||
115 | |||
116 | np = of_find_node_by_type(NULL, "open-pic"); | ||
117 | if (np) { | ||
118 | smp_85xx_ops.probe = smp_mpic_probe; | ||
119 | smp_85xx_ops.setup_cpu = smp_85xx_setup_cpu; | ||
120 | smp_85xx_ops.message_pass = smp_mpic_message_pass; | ||
121 | } else { | ||
122 | smp_85xx_ops.probe = smp_dummy_probe; | ||
123 | smp_85xx_ops.setup_cpu = smp_85xx_basic_setup; | ||
124 | } | ||
125 | |||
126 | if (cpu_has_feature(CPU_FTR_DBELL)) | ||
127 | smp_85xx_ops.message_pass = smp_dbell_message_pass; | ||
128 | |||
129 | BUG_ON(!smp_85xx_ops.message_pass); | ||
130 | |||
104 | smp_ops = &smp_85xx_ops; | 131 | smp_ops = &smp_85xx_ops; |
105 | } | 132 | } |
diff --git a/arch/powerpc/platforms/86xx/Kconfig b/arch/powerpc/platforms/86xx/Kconfig index 34927845073..fdaf4ddaa95 100644 --- a/arch/powerpc/platforms/86xx/Kconfig +++ b/arch/powerpc/platforms/86xx/Kconfig | |||
@@ -31,6 +31,14 @@ config MPC8610_HPCD | |||
31 | help | 31 | help |
32 | This option enables support for the MPC8610 HPCD board. | 32 | This option enables support for the MPC8610 HPCD board. |
33 | 33 | ||
34 | config GEF_PPC9A | ||
35 | bool "GE Fanuc PPC9A" | ||
36 | select DEFAULT_UIMAGE | ||
37 | select GENERIC_GPIO | ||
38 | select ARCH_REQUIRE_GPIOLIB | ||
39 | help | ||
40 | This option enables support for GE Fanuc's PPC9A. | ||
41 | |||
34 | config GEF_SBC310 | 42 | config GEF_SBC310 |
35 | bool "GE Fanuc SBC310" | 43 | bool "GE Fanuc SBC310" |
36 | select DEFAULT_UIMAGE | 44 | select DEFAULT_UIMAGE |
@@ -56,7 +64,7 @@ config MPC8641 | |||
56 | select FSL_PCI if PCI | 64 | select FSL_PCI if PCI |
57 | select PPC_UDBG_16550 | 65 | select PPC_UDBG_16550 |
58 | select MPIC | 66 | select MPIC |
59 | default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 | 67 | default y if MPC8641_HPCN || SBC8641D || GEF_SBC610 || GEF_SBC310 || GEF_PPC9A |
60 | 68 | ||
61 | config MPC8610 | 69 | config MPC8610 |
62 | bool | 70 | bool |
diff --git a/arch/powerpc/platforms/86xx/Makefile b/arch/powerpc/platforms/86xx/Makefile index 7c080da4523..4b0d7b1aa00 100644 --- a/arch/powerpc/platforms/86xx/Makefile +++ b/arch/powerpc/platforms/86xx/Makefile | |||
@@ -10,3 +10,4 @@ obj-$(CONFIG_MPC8610_HPCD) += mpc8610_hpcd.o | |||
10 | gef-gpio-$(CONFIG_GPIOLIB) += gef_gpio.o | 10 | gef-gpio-$(CONFIG_GPIOLIB) += gef_gpio.o |
11 | obj-$(CONFIG_GEF_SBC610) += gef_sbc610.o gef_pic.o $(gef-gpio-y) | 11 | obj-$(CONFIG_GEF_SBC610) += gef_sbc610.o gef_pic.o $(gef-gpio-y) |
12 | obj-$(CONFIG_GEF_SBC310) += gef_sbc310.o gef_pic.o $(gef-gpio-y) | 12 | obj-$(CONFIG_GEF_SBC310) += gef_sbc310.o gef_pic.o $(gef-gpio-y) |
13 | obj-$(CONFIG_GEF_PPC9A) += gef_ppc9a.o gef_pic.o $(gef-gpio-y) | ||
diff --git a/arch/powerpc/platforms/86xx/gef_ppc9a.c b/arch/powerpc/platforms/86xx/gef_ppc9a.c new file mode 100644 index 00000000000..830fd9a23b5 --- /dev/null +++ b/arch/powerpc/platforms/86xx/gef_ppc9a.c | |||
@@ -0,0 +1,223 @@ | |||
1 | /* | ||
2 | * GE Fanuc PPC9A board support | ||
3 | * | ||
4 | * Author: Martyn Welch <martyn.welch@gefanuc.com> | ||
5 | * | ||
6 | * Copyright 2008 GE Fanuc Intelligent Platforms Embedded Systems, Inc. | ||
7 | * | ||
8 | * This program is free software; you can redistribute it and/or modify it | ||
9 | * under the terms of the GNU General Public License as published by the | ||
10 | * Free Software Foundation; either version 2 of the License, or (at your | ||
11 | * option) any later version. | ||
12 | * | ||
13 | * Based on: mpc86xx_hpcn.c (MPC86xx HPCN board specific routines) | ||
14 | * Copyright 2006 Freescale Semiconductor Inc. | ||
15 | * | ||
16 | * NEC fixup adapted from arch/mips/pci/fixup-lm2e.c | ||
17 | */ | ||
18 | |||
19 | #include <linux/stddef.h> | ||
20 | #include <linux/kernel.h> | ||
21 | #include <linux/pci.h> | ||
22 | #include <linux/kdev_t.h> | ||
23 | #include <linux/delay.h> | ||
24 | #include <linux/seq_file.h> | ||
25 | #include <linux/of_platform.h> | ||
26 | |||
27 | #include <asm/system.h> | ||
28 | #include <asm/time.h> | ||
29 | #include <asm/machdep.h> | ||
30 | #include <asm/pci-bridge.h> | ||
31 | #include <asm/mpc86xx.h> | ||
32 | #include <asm/prom.h> | ||
33 | #include <mm/mmu_decl.h> | ||
34 | #include <asm/udbg.h> | ||
35 | |||
36 | #include <asm/mpic.h> | ||
37 | |||
38 | #include <sysdev/fsl_pci.h> | ||
39 | #include <sysdev/fsl_soc.h> | ||
40 | |||
41 | #include "mpc86xx.h" | ||
42 | #include "gef_pic.h" | ||
43 | |||
44 | #undef DEBUG | ||
45 | |||
46 | #ifdef DEBUG | ||
47 | #define DBG (fmt...) do { printk(KERN_ERR "PPC9A: " fmt); } while (0) | ||
48 | #else | ||
49 | #define DBG (fmt...) do { } while (0) | ||
50 | #endif | ||
51 | |||
52 | void __iomem *ppc9a_regs; | ||
53 | |||
54 | static void __init gef_ppc9a_init_irq(void) | ||
55 | { | ||
56 | struct device_node *cascade_node = NULL; | ||
57 | |||
58 | mpc86xx_init_irq(); | ||
59 | |||
60 | /* | ||
61 | * There is a simple interrupt handler in the main FPGA, this needs | ||
62 | * to be cascaded into the MPIC | ||
63 | */ | ||
64 | cascade_node = of_find_compatible_node(NULL, NULL, "gef,fpga-pic-1.00"); | ||
65 | if (!cascade_node) { | ||
66 | printk(KERN_WARNING "PPC9A: No FPGA PIC\n"); | ||
67 | return; | ||
68 | } | ||
69 | |||
70 | gef_pic_init(cascade_node); | ||
71 | of_node_put(cascade_node); | ||
72 | } | ||
73 | |||
74 | static void __init gef_ppc9a_setup_arch(void) | ||
75 | { | ||
76 | struct device_node *regs; | ||
77 | #ifdef CONFIG_PCI | ||
78 | struct device_node *np; | ||
79 | |||
80 | for_each_compatible_node(np, "pci", "fsl,mpc8641-pcie") { | ||
81 | fsl_add_bridge(np, 1); | ||
82 | } | ||
83 | #endif | ||
84 | |||
85 | printk(KERN_INFO "GE Fanuc Intelligent Platforms PPC9A 6U VME SBC\n"); | ||
86 | |||
87 | #ifdef CONFIG_SMP | ||
88 | mpc86xx_smp_init(); | ||
89 | #endif | ||
90 | |||
91 | /* Remap basic board registers */ | ||
92 | regs = of_find_compatible_node(NULL, NULL, "gef,ppc9a-fpga-regs"); | ||
93 | if (regs) { | ||
94 | ppc9a_regs = of_iomap(regs, 0); | ||
95 | if (ppc9a_regs == NULL) | ||
96 | printk(KERN_WARNING "Unable to map board registers\n"); | ||
97 | of_node_put(regs); | ||
98 | } | ||
99 | } | ||
100 | |||
101 | /* Return the PCB revision */ | ||
102 | static unsigned int gef_ppc9a_get_pcb_rev(void) | ||
103 | { | ||
104 | unsigned int reg; | ||
105 | |||
106 | reg = ioread32(ppc9a_regs); | ||
107 | return (reg >> 8) & 0xff; | ||
108 | } | ||
109 | |||
110 | /* Return the board (software) revision */ | ||
111 | static unsigned int gef_ppc9a_get_board_rev(void) | ||
112 | { | ||
113 | unsigned int reg; | ||
114 | |||
115 | reg = ioread32(ppc9a_regs); | ||
116 | return (reg >> 16) & 0xff; | ||
117 | } | ||
118 | |||
119 | /* Return the FPGA revision */ | ||
120 | static unsigned int gef_ppc9a_get_fpga_rev(void) | ||
121 | { | ||
122 | unsigned int reg; | ||
123 | |||
124 | reg = ioread32(ppc9a_regs); | ||
125 | return (reg >> 24) & 0xf; | ||
126 | } | ||
127 | |||
128 | static void gef_ppc9a_show_cpuinfo(struct seq_file *m) | ||
129 | { | ||
130 | uint svid = mfspr(SPRN_SVR); | ||
131 | |||
132 | seq_printf(m, "Vendor\t\t: GE Fanuc Intelligent Platforms\n"); | ||
133 | |||
134 | seq_printf(m, "Revision\t: %u%c\n", gef_ppc9a_get_pcb_rev(), | ||
135 | ('A' + gef_ppc9a_get_board_rev() - 1)); | ||
136 | seq_printf(m, "FPGA Revision\t: %u\n", gef_ppc9a_get_fpga_rev()); | ||
137 | |||
138 | seq_printf(m, "SVR\t\t: 0x%x\n", svid); | ||
139 | } | ||
140 | |||
141 | static void __init gef_ppc9a_nec_fixup(struct pci_dev *pdev) | ||
142 | { | ||
143 | unsigned int val; | ||
144 | |||
145 | /* Do not do the fixup on other platforms! */ | ||
146 | if (!machine_is(gef_ppc9a)) | ||
147 | return; | ||
148 | |||
149 | printk(KERN_INFO "Running NEC uPD720101 Fixup\n"); | ||
150 | |||
151 | /* Ensure ports 1, 2, 3, 4 & 5 are enabled */ | ||
152 | pci_read_config_dword(pdev, 0xe0, &val); | ||
153 | pci_write_config_dword(pdev, 0xe0, (val & ~7) | 0x5); | ||
154 | |||
155 | /* System clock is 48-MHz Oscillator and EHCI Enabled. */ | ||
156 | pci_write_config_dword(pdev, 0xe4, 1 << 5); | ||
157 | } | ||
158 | DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_NEC, PCI_DEVICE_ID_NEC_USB, | ||
159 | gef_ppc9a_nec_fixup); | ||
160 | |||
161 | /* | ||
162 | * Called very early, device-tree isn't unflattened | ||
163 | * | ||
164 | * This function is called to determine whether the BSP is compatible with the | ||
165 | * supplied device-tree, which is assumed to be the correct one for the actual | ||
166 | * board. It is expected thati, in the future, a kernel may support multiple | ||
167 | * boards. | ||
168 | */ | ||
169 | static int __init gef_ppc9a_probe(void) | ||
170 | { | ||
171 | unsigned long root = of_get_flat_dt_root(); | ||
172 | |||
173 | if (of_flat_dt_is_compatible(root, "gef,ppc9a")) | ||
174 | return 1; | ||
175 | |||
176 | return 0; | ||
177 | } | ||
178 | |||
179 | static long __init mpc86xx_time_init(void) | ||
180 | { | ||
181 | unsigned int temp; | ||
182 | |||
183 | /* Set the time base to zero */ | ||
184 | mtspr(SPRN_TBWL, 0); | ||
185 | mtspr(SPRN_TBWU, 0); | ||
186 | |||
187 | temp = mfspr(SPRN_HID0); | ||
188 | temp |= HID0_TBEN; | ||
189 | mtspr(SPRN_HID0, temp); | ||
190 | asm volatile("isync"); | ||
191 | |||
192 | return 0; | ||
193 | } | ||
194 | |||
195 | static __initdata struct of_device_id of_bus_ids[] = { | ||
196 | { .compatible = "simple-bus", }, | ||
197 | {}, | ||
198 | }; | ||
199 | |||
200 | static int __init declare_of_platform_devices(void) | ||
201 | { | ||
202 | printk(KERN_DEBUG "Probe platform devices\n"); | ||
203 | of_platform_bus_probe(NULL, of_bus_ids, NULL); | ||
204 | |||
205 | return 0; | ||
206 | } | ||
207 | machine_device_initcall(gef_ppc9a, declare_of_platform_devices); | ||
208 | |||
209 | define_machine(gef_ppc9a) { | ||
210 | .name = "GE Fanuc PPC9A", | ||
211 | .probe = gef_ppc9a_probe, | ||
212 | .setup_arch = gef_ppc9a_setup_arch, | ||
213 | .init_IRQ = gef_ppc9a_init_irq, | ||
214 | .show_cpuinfo = gef_ppc9a_show_cpuinfo, | ||
215 | .get_irq = mpic_get_irq, | ||
216 | .restart = fsl_rstcr_restart, | ||
217 | .time_init = mpc86xx_time_init, | ||
218 | .calibrate_decr = generic_calibrate_decr, | ||
219 | .progress = udbg_progress, | ||
220 | #ifdef CONFIG_PCI | ||
221 | .pcibios_fixup_bus = fsl_pcibios_fixup_bus, | ||
222 | #endif | ||
223 | }; | ||
diff --git a/arch/powerpc/platforms/86xx/gef_sbc310.c b/arch/powerpc/platforms/86xx/gef_sbc310.c index 0f20172af84..ba3ce438161 100644 --- a/arch/powerpc/platforms/86xx/gef_sbc310.c +++ b/arch/powerpc/platforms/86xx/gef_sbc310.c | |||
@@ -153,6 +153,10 @@ static void __init gef_sbc310_nec_fixup(struct pci_dev *pdev) | |||
153 | { | 153 | { |
154 | unsigned int val; | 154 | unsigned int val; |
155 | 155 | ||
156 | /* Do not do the fixup on other platforms! */ | ||
157 | if (!machine_is(gef_sbc310)) | ||
158 | return; | ||
159 | |||
156 | printk(KERN_INFO "Running NEC uPD720101 Fixup\n"); | 160 | printk(KERN_INFO "Running NEC uPD720101 Fixup\n"); |
157 | 161 | ||
158 | /* Ensure only ports 1 & 2 are enabled */ | 162 | /* Ensure only ports 1 & 2 are enabled */ |
diff --git a/arch/powerpc/sysdev/cpm2.c b/arch/powerpc/sysdev/cpm2.c index 474d176a6ec..fd969f0e312 100644 --- a/arch/powerpc/sysdev/cpm2.c +++ b/arch/powerpc/sysdev/cpm2.c | |||
@@ -52,6 +52,7 @@ cpm_cpm2_t __iomem *cpmp; /* Pointer to comm processor space */ | |||
52 | * the communication processor devices. | 52 | * the communication processor devices. |
53 | */ | 53 | */ |
54 | cpm2_map_t __iomem *cpm2_immr; | 54 | cpm2_map_t __iomem *cpm2_immr; |
55 | EXPORT_SYMBOL(cpm2_immr); | ||
55 | 56 | ||
56 | #define CPM_MAP_SIZE (0x40000) /* 256k - the PQ3 reserve this amount | 57 | #define CPM_MAP_SIZE (0x40000) /* 256k - the PQ3 reserve this amount |
57 | of space for CPM as it is larger | 58 | of space for CPM as it is larger |
diff --git a/drivers/watchdog/Kconfig b/drivers/watchdog/Kconfig index c7352f7195e..ecf52e4b80f 100644 --- a/drivers/watchdog/Kconfig +++ b/drivers/watchdog/Kconfig | |||
@@ -772,7 +772,7 @@ config TXX9_WDT | |||
772 | 772 | ||
773 | config GEF_WDT | 773 | config GEF_WDT |
774 | tristate "GE Fanuc Watchdog Timer" | 774 | tristate "GE Fanuc Watchdog Timer" |
775 | depends on GEF_SBC610 || GEF_SBC310 | 775 | depends on GEF_SBC610 || GEF_SBC310 || GEF_PPC9A |
776 | ---help--- | 776 | ---help--- |
777 | Watchdog timer found in a number of GE Fanuc single board computers. | 777 | Watchdog timer found in a number of GE Fanuc single board computers. |
778 | 778 | ||