Root/binaries/kernel-2.6.32.16/linux-2.6.32.16-sie.patch

1diff -urN linux-2.6.32.16-ben/arch/mips/include/asm/mach-jz4740/board-qi_lb60.h linux-2.6.32.16-sie/arch/mips/include/asm/mach-jz4740/board-qi_lb60.h
2--- linux-2.6.32.16-ben/arch/mips/include/asm/mach-jz4740/board-qi_lb60.h 2010-08-09 12:08:44.817510000 -0500
3+++ linux-2.6.32.16-sie/arch/mips/include/asm/mach-jz4740/board-qi_lb60.h 2010-08-09 19:00:22.361340042 -0500
4@@ -24,28 +24,28 @@
5 /*
6  * GPIO
7  */
8-#define GPIO_DC_DETE_N JZ_GPIO_PORTC(26)
9-#define GPIO_CHARG_STAT_N JZ_GPIO_PORTC(27)
10-#define GPIO_LED_EN JZ_GPIO_PORTC(28)
11-#define GPIO_LCD_CS JZ_GPIO_PORTC(21)
12-#define GPIO_DISP_OFF_N JZ_GPIO_PORTD(21)
13-#define GPIO_PWM JZ_GPIO_PORTD(27)
14-#define GPIO_WAKEUP_N JZ_GPIO_PORTD(29)
15-
16-#define GPIO_AMP_EN JZ_GPIO_PORTD(4)
17-
18-#define GPIO_SD_CD_N JZ_GPIO_PORTD(0)
19-#define GPIO_SD_VCC_EN_N JZ_GPIO_PORTD(2)
20-
21-#define GPIO_USB_DETE JZ_GPIO_PORTD(28)
22-#define GPIO_BUZZ_PWM JZ_GPIO_PORTD(27)
23-#define GPIO_UDC_HOTPLUG GPIO_USB_DETE
24-
25-#define GPIO_AUDIO_POP JZ_GPIO_PORTB(29)
26-#define GPIO_COB_TEST JZ_GPIO_PORTB(30)
27-
28-#define GPIO_KEYOUT_BASE JZ_GPIO_PORTC(10)
29-#define GPIO_KEYIN_BASE JZ_GPIO_PORTD(18)
30-#define GPIO_KEYIN_8 JZ_GPIO_PORTD(26)
31+//#define GPIO_DC_DETE_N JZ_GPIO_PORTC(26)
32+//#define GPIO_CHARG_STAT_N JZ_GPIO_PORTC(27)
33+//#define GPIO_LED_EN JZ_GPIO_PORTC(28)
34+//#define GPIO_LCD_CS JZ_GPIO_PORTC(21)
35+//#define GPIO_DISP_OFF_N JZ_GPIO_PORTD(21)
36+//#define GPIO_PWM JZ_GPIO_PORTD(27)
37+//#define GPIO_WAKEUP_N JZ_GPIO_PORTD(29)
38+
39+//#define GPIO_AMP_EN JZ_GPIO_PORTD(4)
40+
41+#define GPIO_SD_CD_N JZ_GPIO_PORTC(27)
42+//#define GPIO_SD_VCC_EN_N JZ_GPIO_PORTD(2)
43+
44+//#define GPIO_USB_DETE JZ_GPIO_PORTD(28)
45+//#define GPIO_BUZZ_PWM JZ_GPIO_PORTD(27)
46+//#define GPIO_UDC_HOTPLUG GPIO_USB_DETE
47+
48+//#define GPIO_AUDIO_POP JZ_GPIO_PORTB(29)
49+//#define GPIO_COB_TEST JZ_GPIO_PORTB(30)
50+
51+//#define GPIO_KEYOUT_BASE JZ_GPIO_PORTC(10)
52+//#define GPIO_KEYIN_BASE JZ_GPIO_PORTD(18)
53+//#define GPIO_KEYIN_8 JZ_GPIO_PORTD(26)
54 
55 #endif /* __ASM_JZ4740_QI_LB60_H__ */
56diff -urN linux-2.6.32.16-ben/arch/mips/jz4740/board-qi_lb60.c linux-2.6.32.16-sie/arch/mips/jz4740/board-qi_lb60.c
57--- linux-2.6.32.16-ben/arch/mips/jz4740/board-qi_lb60.c 2010-08-09 12:09:21.189010000 -0500
58+++ linux-2.6.32.16-sie/arch/mips/jz4740/board-qi_lb60.c 2010-08-09 19:00:27.260945531 -0500
59@@ -282,7 +282,7 @@
60 
61 /* Battery */
62 static struct jz_battery_platform_data qi_lb60_battery_pdata = {
63- .gpio_charge = GPIO_CHARG_STAT_N,
64+ .gpio_charge = -1,
65     .gpio_charge_active_low = 1,
66     .info = {
67         .name = "battery",
68@@ -299,7 +299,7 @@
69 static struct gpio_charger_platform_data qi_lb60_charger_pdata = {
70     .name = "USB",
71     .type = POWER_SUPPLY_TYPE_USB,
72- .gpio = GPIO_USB_DETE,
73+ .gpio = -1,
74     .gpio_active_low = 1,
75     .batteries = qi_lb60_batteries,
76     .num_batteries = ARRAY_SIZE(qi_lb60_batteries),
77@@ -316,8 +316,8 @@
78 static struct gpio_keys_button qi_lb60_gpio_keys_buttons[] = {
79     [0] = {
80         .code = KEY_POWER,
81- .gpio = GPIO_WAKEUP_N,
82- .active_low = 1,
83+ .gpio = -1,
84+ .active_low = 0,
85         .desc = "Power",
86         .wakeup = 1,
87     },
88@@ -337,10 +337,11 @@
89 };
90 
91 static struct jz4740_mmc_platform_data qi_lb60_mmc_pdata = {
92- .gpio_card_detect = JZ_GPIO_PORTD(0),
93+ .gpio_card_detect = JZ_GPIO_PORTC(27),
94+ .card_detect_active_low = 1,
95     .gpio_read_only = -1,
96- .gpio_power = JZ_GPIO_PORTD(2),
97- .power_active_low = 1,
98+ .gpio_power = -1,
99+ .data_1bit = 1,
100 };
101 
102 static struct platform_device *jz_platform_devices[] __initdata = {
103@@ -364,7 +365,7 @@
104 {
105     /* We only need to enable/disable pullup here for pins used in generic
106      * drivers. Everything else is done by the drivers themselfs. */
107- jz_gpio_disable_pullup(GPIO_SD_VCC_EN_N);
108+ //jz_gpio_disable_pullup(GPIO_SD_VCC_EN_N);
109     jz_gpio_disable_pullup(GPIO_SD_CD_N);
110 }
111 
112@@ -393,7 +394,7 @@
113 static __init int board_avt2(char *str)
114 {
115     qi_lb60_mmc_pdata.card_detect_active_low = 1;
116- qi_lb60_mmc_pdata.power_active_low = 1;
117+ //qi_lb60_mmc_pdata.power_active_low = 1;
118 
119     return 1;
120 }
121diff -urN linux-2.6.32.16-ben/.config linux-2.6.32.16-sie/.config
122--- linux-2.6.32.16-ben/.config 2010-08-09 18:12:25.132946000 -0500
123+++ linux-2.6.32.16-sie/.config 2010-08-09 19:02:54.168945454 -0500
124@@ -1,7 +1,7 @@
125 #
126 # Automatically generated make config: don't edit
127 # Linux kernel version: 2.6.32.16
128-# Mon Aug 9 18:12:25 2010
129+# Mon Aug 9 19:02:54 2010
130 #
131 CONFIG_MIPS=y
132 
133@@ -269,7 +269,7 @@
134 # CONFIG_DEFAULT_CFQ is not set
135 # CONFIG_DEFAULT_NOOP is not set
136 CONFIG_DEFAULT_IOSCHED="anticipatory"
137-CONFIG_FREEZER=y
138+# CONFIG_FREEZER is not set
139 
140 #
141 # Bus options (PCI, PCMCIA, EISA, ISA, TC)
142@@ -292,13 +292,7 @@
143 #
144 CONFIG_ARCH_HIBERNATION_POSSIBLE=y
145 CONFIG_ARCH_SUSPEND_POSSIBLE=y
146-CONFIG_PM=y
147-# CONFIG_PM_DEBUG is not set
148-CONFIG_PM_SLEEP=y
149-CONFIG_SUSPEND=y
150-CONFIG_SUSPEND_FREEZER=y
151-# CONFIG_HIBERNATION is not set
152-# CONFIG_PM_RUNTIME is not set
153+# CONFIG_PM is not set
154 CONFIG_NET=y
155 
156 #
157@@ -600,25 +594,12 @@
158 #
159 # Input Device Drivers
160 #
161-CONFIG_INPUT_KEYBOARD=y
162-CONFIG_KEYBOARD_ATKBD=y
163-# CONFIG_KEYBOARD_LKKBD is not set
164-CONFIG_KEYBOARD_GPIO=y
165-CONFIG_KEYBOARD_MATRIX=y
166-# CONFIG_KEYBOARD_NEWTON is not set
167-# CONFIG_KEYBOARD_OPENCORES is not set
168-# CONFIG_KEYBOARD_STOWAWAY is not set
169-# CONFIG_KEYBOARD_SUNKBD is not set
170-# CONFIG_KEYBOARD_XTKBD is not set
171+# CONFIG_INPUT_KEYBOARD is not set
172 # CONFIG_INPUT_MOUSE is not set
173 # CONFIG_INPUT_JOYSTICK is not set
174 # CONFIG_INPUT_TABLET is not set
175 # CONFIG_INPUT_TOUCHSCREEN is not set
176-CONFIG_INPUT_MISC=y
177-# CONFIG_INPUT_PCSPKR is not set
178-# CONFIG_INPUT_UINPUT is not set
179-# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
180-# CONFIG_INPUT_GPIO_BUTTONS is not set
181+# CONFIG_INPUT_MISC is not set
182 
183 #
184 # Hardware I/O ports
185@@ -716,12 +697,7 @@
186 # AC97 GPIO expanders:
187 #
188 # CONFIG_W1 is not set
189-CONFIG_POWER_SUPPLY=y
190-# CONFIG_POWER_SUPPLY_DEBUG is not set
191-# CONFIG_PDA_POWER is not set
192-# CONFIG_BATTERY_DS2760 is not set
193-CONFIG_BATTERY_JZ4740=y
194-CONFIG_CHARGER_GPIO=y
195+# CONFIG_POWER_SUPPLY is not set
196 # CONFIG_HWMON is not set
197 # CONFIG_THERMAL is not set
198 # CONFIG_WATCHDOG is not set
199diff -urN linux-2.6.32.16-ben/.config.old linux-2.6.32.16-sie/.config.old
200--- linux-2.6.32.16-ben/.config.old 2010-08-09 18:12:22.528945000 -0500
201+++ linux-2.6.32.16-sie/.config.old 2010-08-09 18:12:25.132946000 -0500
202@@ -1,3233 +1,1358 @@
203-CONFIG_32BIT=y
204-# CONFIG_64BIT is not set
205-# CONFIG_6PACK is not set
206-# CONFIG_8139CP is not set
207-# CONFIG_8139TOO is not set
208-# CONFIG_9P_FS is not set
209-# CONFIG_AB3100_CORE is not set
210-# CONFIG_ACCESSIBILITY is not set
211-# CONFIG_ACENIC is not set
212-# CONFIG_ACORN_PARTITION is not set
213-# CONFIG_ACPI_POWER_METER is not set
214-# CONFIG_ADAPTEC_STARFIRE is not set
215-# CONFIG_ADFS_FS is not set
216-# CONFIG_ADM6996_PHY is not set
217-# CONFIG_ADM8211 is not set
218-# CONFIG_AFFS_FS is not set
219-# CONFIG_AFS_FS is not set
220-# CONFIG_AF_RXRPC is not set
221-# CONFIG_AGP is not set
222-CONFIG_AIO=y
223-# CONFIG_AIRO is not set
224-# CONFIG_AIRO_CS is not set
225-# CONFIG_ALCHEMY_GPIO_INDIRECT is not set
226-# CONFIG_ALIM7101_WDT is not set
227-# CONFIG_ALTERA_PCIE_CHDMA is not set
228-# CONFIG_AMD8111_ETH is not set
229-# CONFIG_AMIGA_PARTITION is not set
230-# CONFIG_ANDROID is not set
231-CONFIG_ANON_INODES=y
232-# CONFIG_APPLICOM is not set
233+#
234+# Automatically generated make config: don't edit
235+# Linux kernel version: 2.6.32.16
236+# Mon Aug 9 18:12:25 2010
237+#
238+CONFIG_MIPS=y
239+
240+#
241+# Machine selection
242+#
243+# CONFIG_MACH_ALCHEMY is not set
244 # CONFIG_AR7 is not set
245-# CONFIG_AR8216_PHY is not set
246-# CONFIG_AR9170_USB is not set
247-# CONFIG_ARCH_AAEC2000 is not set
248-# CONFIG_ARCH_AT91 is not set
249-# CONFIG_ARCH_BCMRING is not set
250-# CONFIG_ARCH_CLPS711X is not set
251-# CONFIG_ARCH_DAVINCI is not set
252-# CONFIG_ARCH_EBSA110 is not set
253-# CONFIG_ARCH_EP93XX is not set
254-CONFIG_ARCH_FLATMEM_ENABLE=y
255-# CONFIG_ARCH_FOOTBRIDGE is not set
256-# CONFIG_ARCH_GEMINI is not set
257-# CONFIG_ARCH_H720X is not set
258-# CONFIG_ARCH_HAS_ILOG2_U32 is not set
259-# CONFIG_ARCH_HAS_ILOG2_U64 is not set
260-CONFIG_ARCH_HIBERNATION_POSSIBLE=y
261-# CONFIG_ARCH_IMX is not set
262-# CONFIG_ARCH_INTEGRATOR is not set
263-# CONFIG_ARCH_IOP13XX is not set
264-# CONFIG_ARCH_IOP32X is not set
265-# CONFIG_ARCH_IOP33X is not set
266-# CONFIG_ARCH_IXP2000 is not set
267-# CONFIG_ARCH_IXP23XX is not set
268-# CONFIG_ARCH_IXP4XX is not set
269-# CONFIG_ARCH_KIRKWOOD is not set
270-# CONFIG_ARCH_KS8695 is not set
271-# CONFIG_ARCH_L7200 is not set
272-# CONFIG_ARCH_LH7A40X is not set
273-# CONFIG_ARCH_LOKI is not set
274-# CONFIG_ARCH_MMP is not set
275-# CONFIG_ARCH_MSM is not set
276-# CONFIG_ARCH_MV78XX0 is not set
277-# CONFIG_ARCH_MXC is not set
278-# CONFIG_ARCH_NETX is not set
279-# CONFIG_ARCH_NOMADIK is not set
280-# CONFIG_ARCH_NS9XXX is not set
281-# CONFIG_ARCH_OMAP is not set
282-# CONFIG_ARCH_ORION5X is not set
283-# CONFIG_ARCH_PNX4008 is not set
284-CONFIG_ARCH_POPULATES_NODE_MAP=y
285-# CONFIG_ARCH_PXA is not set
286-# CONFIG_ARCH_REALVIEW is not set
287-CONFIG_ARCH_REQUIRE_GPIOLIB=y
288-# CONFIG_ARCH_RPC is not set
289-# CONFIG_ARCH_S3C2410 is not set
290-# CONFIG_ARCH_S3C64XX is not set
291-# CONFIG_ARCH_S5PC1XX is not set
292-# CONFIG_ARCH_SA1100 is not set
293-# CONFIG_ARCH_SHARK is not set
294-# CONFIG_ARCH_STMP3XXX is not set
295-# CONFIG_ARCH_SUPPORTS_MSI is not set
296-CONFIG_ARCH_SUPPORTS_OPROFILE=y
297-CONFIG_ARCH_SUSPEND_POSSIBLE=y
298-# CONFIG_ARCH_U300 is not set
299-# CONFIG_ARCH_VERSATILE is not set
300-# CONFIG_ARCH_W90X900 is not set
301-# CONFIG_ARCNET is not set
302-# CONFIG_ARM_UNWIND is not set
303-# CONFIG_ARPD is not set
304-# CONFIG_ARTHUR is not set
305-CONFIG_ASK_IP_FIB_HASH=y
306-# CONFIG_ASUS_OLED is not set
307-# CONFIG_ASYNC_TX_DMA is not set
308-# CONFIG_AT24 is not set
309-# CONFIG_AT32AP700X_WDT is not set
310-# CONFIG_AT76C50X_USB is not set
311-# CONFIG_ATA is not set
312-# CONFIG_ATALK is not set
313-# CONFIG_ATARI_PARTITION is not set
314-# CONFIG_ATA_ACPI is not set
315-# CONFIG_ATA_GENERIC is not set
316-# CONFIG_ATA_NONSTANDARD is not set
317-# CONFIG_ATA_OVER_ETH is not set
318-# CONFIG_ATA_PIIX is not set
319-CONFIG_ATA_SFF=y
320-# CONFIG_ATA_VERBOSE_ERROR is not set
321-# CONFIG_ATH5K is not set
322-# CONFIG_ATH9K is not set
323-# CONFIG_ATL1 is not set
324-# CONFIG_ATL1C is not set
325-# CONFIG_ATL1E is not set
326-# CONFIG_ATL2 is not set
327-# CONFIG_ATM is not set
328-# CONFIG_ATMEL is not set
329-# CONFIG_ATM_AMBASSADOR is not set
330-# CONFIG_ATM_BR2684 is not set
331-CONFIG_ATM_BR2684_IPFILTER=y
332-# CONFIG_ATM_CLIP is not set
333-CONFIG_ATM_CLIP_NO_ICMP=y
334-# CONFIG_ATM_DRIVERS is not set
335-# CONFIG_ATM_DUMMY is not set
336-# CONFIG_ATM_ENI is not set
337-# CONFIG_ATM_FIRESTREAM is not set
338-# CONFIG_ATM_FORE200E is not set
339-# CONFIG_ATM_FORE200E_MAYBE is not set
340-# CONFIG_ATM_HE is not set
341-# CONFIG_ATM_HORIZON is not set
342-# CONFIG_ATM_IA is not set
343-# CONFIG_ATM_IDT77252 is not set
344-# CONFIG_ATM_LANAI is not set
345-# CONFIG_ATM_LANE is not set
346-# CONFIG_ATM_MPOA is not set
347-# CONFIG_ATM_NICSTAR is not set
348-# CONFIG_ATM_SOLOS is not set
349-# CONFIG_ATM_TCP is not set
350-# CONFIG_ATM_ZATM is not set
351-# CONFIG_AUDIT is not set
352-# CONFIG_AUTOFS4_FS is not set
353-# CONFIG_AUTOFS_FS is not set
354-# CONFIG_AUXDISPLAY is not set
355-# CONFIG_AX25 is not set
356-# CONFIG_AX25_DAMA_SLAVE is not set
357-# CONFIG_AX88796 is not set
358-# CONFIG_AXON_RAM is not set
359-# CONFIG_B3DFG is not set
360-# CONFIG_B43 is not set
361-# CONFIG_B43LEGACY is not set
362-# CONFIG_B44 is not set
363-# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
364-# CONFIG_BACKLIGHT_GENERIC is not set
365-CONFIG_BACKLIGHT_LCD_SUPPORT=y
366-# CONFIG_BACKTRACE_SELF_TEST is not set
367-CONFIG_BASE_FULL=y
368-CONFIG_BASE_SMALL=0
369 # CONFIG_BASLER_EXCITE is not set
370-# CONFIG_BATTERY_BQ27000_HDQ is not set
371-# CONFIG_BATTERY_BQ27x00 is not set
372-# CONFIG_BATTERY_DS2760 is not set
373-# CONFIG_BATTERY_DS2782 is not set
374-CONFIG_BATTERY_JZ4740=y
375-# CONFIG_BATTERY_MAX17040 is not set
376-# CONFIG_BAYCOM_EPP is not set
377-# CONFIG_BAYCOM_PAR is not set
378-# CONFIG_BAYCOM_SER_FDX is not set
379-# CONFIG_BAYCOM_SER_HDX is not set
380-# CONFIG_BCM43XX is not set
381-CONFIG_BCM43XX_DEBUG=y
382-CONFIG_BCM43XX_DMA=y
383-CONFIG_BCM43XX_DMA_AND_PIO_MODE=y
384-# CONFIG_BCM43XX_DMA_MODE is not set
385-CONFIG_BCM43XX_PIO=y
386-# CONFIG_BCM43XX_PIO_MODE is not set
387 # CONFIG_BCM47XX is not set
388 # CONFIG_BCM63XX is not set
389-# CONFIG_BE2ISCSI is not set
390-# CONFIG_BEFS_FS is not set
391-# CONFIG_BFS_FS is not set
392-# CONFIG_BINARY_PRINTF is not set
393-# CONFIG_BINFMT_AOUT is not set
394-CONFIG_BINFMT_ELF=y
395-# CONFIG_BINFMT_MISC is not set
396-CONFIG_BITREVERSE=y
397-# CONFIG_BLINK is not set
398-# CONFIG_BLK_CPQ_CISS_DA is not set
399-# CONFIG_BLK_CPQ_DA is not set
400-CONFIG_BLK_DEV=y
401-# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
402-# CONFIG_BLK_DEV_4DRIVES is not set
403-# CONFIG_BLK_DEV_AEC62XX is not set
404-# CONFIG_BLK_DEV_ALI14XX is not set
405-# CONFIG_BLK_DEV_ALI15X3 is not set
406-# CONFIG_BLK_DEV_AMD74XX is not set
407-# CONFIG_BLK_DEV_ATIIXP is not set
408-# CONFIG_BLK_DEV_BSG is not set
409-# CONFIG_BLK_DEV_CMD640 is not set
410-# CONFIG_BLK_DEV_CMD64X is not set
411-# CONFIG_BLK_DEV_COW_COMMON is not set
412-# CONFIG_BLK_DEV_CRYPTOLOOP is not set
413-# CONFIG_BLK_DEV_CS5520 is not set
414-# CONFIG_BLK_DEV_CS5530 is not set
415-# CONFIG_BLK_DEV_CS5535 is not set
416-# CONFIG_BLK_DEV_CS5536 is not set
417-# CONFIG_BLK_DEV_CY82C693 is not set
418-# CONFIG_BLK_DEV_DAC960 is not set
419-# CONFIG_BLK_DEV_DELKIN is not set
420-# CONFIG_BLK_DEV_DM is not set
421-# CONFIG_BLK_DEV_DTC2278 is not set
422-# CONFIG_BLK_DEV_FD is not set
423-# CONFIG_BLK_DEV_GENERIC is not set
424-# CONFIG_BLK_DEV_HD is not set
425-# CONFIG_BLK_DEV_HD_IDE is not set
426-# CONFIG_BLK_DEV_HD_ONLY is not set
427-# CONFIG_BLK_DEV_HPT34X is not set
428-# CONFIG_BLK_DEV_HPT366 is not set
429-# CONFIG_BLK_DEV_HT6560B is not set
430-# CONFIG_BLK_DEV_IDE is not set
431-# CONFIG_BLK_DEV_IDEACPI is not set
432-# CONFIG_BLK_DEV_IDECD is not set
433-# CONFIG_BLK_DEV_IDECS is not set
434-# CONFIG_BLK_DEV_IDEDISK is not set
435-# CONFIG_BLK_DEV_IDEDMA_FORCED is not set
436-# CONFIG_BLK_DEV_IDEFLOPPY is not set
437-# CONFIG_BLK_DEV_IDEPCI is not set
438-# CONFIG_BLK_DEV_IDEPNP is not set
439-# CONFIG_BLK_DEV_IDESCSI is not set
440-# CONFIG_BLK_DEV_IDETAPE is not set
441-# CONFIG_BLK_DEV_IDE_SATA is not set
442-# CONFIG_BLK_DEV_INITRD is not set
443-# CONFIG_BLK_DEV_INTEGRITY is not set
444-# CONFIG_BLK_DEV_IO_TRACE is not set
445-# CONFIG_BLK_DEV_IT8172 is not set
446-# CONFIG_BLK_DEV_IT8213 is not set
447-# CONFIG_BLK_DEV_IT821X is not set
448-# CONFIG_BLK_DEV_JMICRON is not set
449-# CONFIG_BLK_DEV_LOOP is not set
450-# CONFIG_BLK_DEV_NBD is not set
451-# CONFIG_BLK_DEV_NS87415 is not set
452-# CONFIG_BLK_DEV_OFFBOARD is not set
453-# CONFIG_BLK_DEV_OPTI621 is not set
454-# CONFIG_BLK_DEV_PDC202XX_NEW is not set
455-# CONFIG_BLK_DEV_PDC202XX_OLD is not set
456-# CONFIG_BLK_DEV_PIIX is not set
457-# CONFIG_BLK_DEV_PLATFORM is not set
458-# CONFIG_BLK_DEV_QD65XX is not set
459-# CONFIG_BLK_DEV_RAM is not set
460-# CONFIG_BLK_DEV_RZ1000 is not set
461-# CONFIG_BLK_DEV_SC1200 is not set
462-# CONFIG_BLK_DEV_SD is not set
463-# CONFIG_BLK_DEV_SIIMAGE is not set
464-# CONFIG_BLK_DEV_SIS5513 is not set
465-# CONFIG_BLK_DEV_SL82C105 is not set
466-# CONFIG_BLK_DEV_SLC90E66 is not set
467-# CONFIG_BLK_DEV_SR is not set
468-# CONFIG_BLK_DEV_SVWKS is not set
469-# CONFIG_BLK_DEV_SX8 is not set
470-# CONFIG_BLK_DEV_TC86C001 is not set
471-# CONFIG_BLK_DEV_TRIFLEX is not set
472-# CONFIG_BLK_DEV_TRM290 is not set
473-# CONFIG_BLK_DEV_UB is not set
474-# CONFIG_BLK_DEV_UMC8672 is not set
475-# CONFIG_BLK_DEV_UMEM is not set
476-# CONFIG_BLK_DEV_VIA82CXXX is not set
477-# CONFIG_BLK_DEV_XIP is not set
478-CONFIG_BLOCK=y
479-# CONFIG_BLUEZ is not set
480-# CONFIG_BLUEZ_BNEP is not set
481-# CONFIG_BLUEZ_HCIUART is not set
482-# CONFIG_BLUEZ_HCIUSB is not set
483-# CONFIG_BLUEZ_HIDP is not set
484-# CONFIG_BLUEZ_L2CAP is not set
485-# CONFIG_BLUEZ_RFCOMM is not set
486-# CONFIG_BLUEZ_SCO is not set
487-# CONFIG_BNX2 is not set
488-# CONFIG_BONDING is not set
489-# CONFIG_BOOT_PRINTK_DELAY is not set
490-# CONFIG_BOOT_TRACER is not set
491-# CONFIG_BPQETHER is not set
492-# CONFIG_BRIDGE is not set
493-# CONFIG_BRIDGE_EBT_802_3 is not set
494-# CONFIG_BRIDGE_EBT_AMONG is not set
495-# CONFIG_BRIDGE_EBT_ARP is not set
496-# CONFIG_BRIDGE_EBT_ARPREPLY is not set
497-# CONFIG_BRIDGE_EBT_BROUTE is not set
498-# CONFIG_BRIDGE_EBT_DNAT is not set
499-# CONFIG_BRIDGE_EBT_IP is not set
500-# CONFIG_BRIDGE_EBT_IP6 is not set
501-# CONFIG_BRIDGE_EBT_LIMIT is not set
502-# CONFIG_BRIDGE_EBT_LOG is not set
503-# CONFIG_BRIDGE_EBT_MARK is not set
504-# CONFIG_BRIDGE_EBT_MARK_T is not set
505-# CONFIG_BRIDGE_EBT_NFLOG is not set
506-# CONFIG_BRIDGE_EBT_PKTTYPE is not set
507-# CONFIG_BRIDGE_EBT_REDIRECT is not set
508-# CONFIG_BRIDGE_EBT_SNAT is not set
509-# CONFIG_BRIDGE_EBT_STP is not set
510-# CONFIG_BRIDGE_EBT_T_FILTER is not set
511-# CONFIG_BRIDGE_EBT_T_NAT is not set
512-# CONFIG_BRIDGE_EBT_ULOG is not set
513-# CONFIG_BRIDGE_EBT_VLAN is not set
514-# CONFIG_BRIDGE_NETFILTER is not set
515-# CONFIG_BRIDGE_NF_EBTABLES is not set
516-# CONFIG_BROADCOM_PHY is not set
517-CONFIG_BROKEN_ON_SMP=y
518-# CONFIG_BSD_DISKLABEL is not set
519-# CONFIG_BSD_PROCESS_ACCT is not set
520-# CONFIG_BSD_PROCESS_ACCT_V3 is not set
521-# CONFIG_BT is not set
522-# CONFIG_BTRFS_FS is not set
523-# CONFIG_BT_BNEP is not set
524-CONFIG_BT_BNEP_MC_FILTER=y
525-CONFIG_BT_BNEP_PROTO_FILTER=y
526-# CONFIG_BT_CMTP is not set
527-# CONFIG_BT_HCIBCM203X is not set
528-# CONFIG_BT_HCIBFUSB is not set
529-# CONFIG_BT_HCIBLUECARD is not set
530-# CONFIG_BT_HCIBPA10X is not set
531-# CONFIG_BT_HCIBT3C is not set
532-# CONFIG_BT_HCIBTSDIO is not set
533-# CONFIG_BT_HCIBTUART is not set
534-# CONFIG_BT_HCIBTUSB is not set
535-# CONFIG_BT_HCIDTL1 is not set
536-# CONFIG_BT_HCIUART is not set
537-CONFIG_BT_HCIUART_BCSP=y
538-CONFIG_BT_HCIUART_H4=y
539-# CONFIG_BT_HCIUART_LL is not set
540-# CONFIG_BT_HCIUSB is not set
541-CONFIG_BT_HCIUSB_SCO=y
542-# CONFIG_BT_HCIVHCI is not set
543-# CONFIG_BT_HIDP is not set
544-# CONFIG_BT_L2CAP is not set
545-# CONFIG_BT_MRVL is not set
546-# CONFIG_BT_RFCOMM is not set
547-CONFIG_BT_RFCOMM_TTY=y
548-# CONFIG_BT_SCO is not set
549-CONFIG_BUG=y
550-# CONFIG_C2PORT is not set
551-# CONFIG_CAN is not set
552-# CONFIG_CAPI_AVM is not set
553-# CONFIG_CAPI_EICON is not set
554-# CONFIG_CAPI_TRACE is not set
555-CONFIG_CARDBUS=y
556-# CONFIG_CARDMAN_4000 is not set
557-# CONFIG_CARDMAN_4040 is not set
558-# CONFIG_CASSINI is not set
559-# CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set
560+# CONFIG_MIPS_COBALT is not set
561+# CONFIG_MACH_DECSTATION is not set
562+# CONFIG_MACH_JAZZ is not set
563+CONFIG_MACH_JZ=y
564+# CONFIG_LASAT is not set
565+# CONFIG_MACH_LOONGSON is not set
566+# CONFIG_MIPS_MALTA is not set
567+# CONFIG_MIPS_SIM is not set
568+# CONFIG_NEC_MARKEINS is not set
569+# CONFIG_MACH_VR41XX is not set
570+# CONFIG_NXP_STB220 is not set
571+# CONFIG_NXP_STB225 is not set
572+# CONFIG_PNX8550_JBS is not set
573+# CONFIG_PNX8550_STB810 is not set
574+# CONFIG_PMC_MSP is not set
575+# CONFIG_PMC_YOSEMITE is not set
576+# CONFIG_SGI_IP22 is not set
577+# CONFIG_SGI_IP27 is not set
578+# CONFIG_SGI_IP28 is not set
579+# CONFIG_SGI_IP32 is not set
580+# CONFIG_SIBYTE_CRHINE is not set
581+# CONFIG_SIBYTE_CARMEL is not set
582+# CONFIG_SIBYTE_CRHONE is not set
583+# CONFIG_SIBYTE_RHONE is not set
584+# CONFIG_SIBYTE_SWARM is not set
585+# CONFIG_SIBYTE_LITTLESUR is not set
586+# CONFIG_SIBYTE_SENTOSA is not set
587+# CONFIG_SIBYTE_BIGSUR is not set
588+# CONFIG_SNI_RM is not set
589+# CONFIG_MACH_TX39XX is not set
590+# CONFIG_MACH_TX49XX is not set
591+# CONFIG_MIKROTIK_RB532 is not set
592+# CONFIG_WR_PPMC is not set
593 # CONFIG_CAVIUM_OCTEON_SIMULATOR is not set
594-# CONFIG_CB710_CORE is not set
595-# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
596-# CONFIG_CDROM_PKTCDVD is not set
597-# CONFIG_CFG80211 is not set
598-CONFIG_CFG80211_DEFAULT_PS_VALUE=0
599-# CONFIG_CGROUPS is not set
600-CONFIG_CHARGER_GPIO=y
601-# CONFIG_CHELSIO_T1 is not set
602-# CONFIG_CHELSIO_T3 is not set
603-# CONFIG_CHR_DEV_OSST is not set
604-# CONFIG_CHR_DEV_SCH is not set
605-# CONFIG_CHR_DEV_SG is not set
606-# CONFIG_CHR_DEV_ST is not set
607-# CONFIG_CICADA_PHY is not set
608-# CONFIG_CIFS is not set
609-# CONFIG_CIFS_DEBUG2 is not set
610-# CONFIG_CIFS_EXPERIMENTAL is not set
611-CONFIG_CIFS_POSIX=y
612-CONFIG_CIFS_STATS=y
613-# CONFIG_CIFS_STATS2 is not set
614-# CONFIG_CIFS_WEAK_PW_HASH is not set
615-# CONFIG_CIFS_XATTR is not set
616-CONFIG_CLASSIC_RCU=y
617-CONFIG_CLS_U32_MARK=y
618-CONFIG_CLS_U32_PERF=y
619-CONFIG_CMDLINE=""
620-# CONFIG_CNIC is not set
621-# CONFIG_CODA_FS is not set
622-# CONFIG_COMEDI is not set
623-# CONFIG_COMPAT_BRK is not set
624-CONFIG_COMPAT_NET_DEV_OPS=y
625-# CONFIG_CONFIGFS_FS is not set
626-# CONFIG_CONNECTOR is not set
627-CONFIG_CONSOLE_TRANSLATIONS=y
628-CONFIG_CONSTRUCTORS=y
629-# CONFIG_CONTEXT_SWITCH_TRACER is not set
630-# CONFIG_COPS is not set
631-# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
632+# CONFIG_CAVIUM_OCTEON_REFERENCE_BOARD is not set
633+# CONFIG_ALCHEMY_GPIO_INDIRECT is not set
634+CONFIG_JZ4740_QI_LB60=y
635+# CONFIG_JZ4740_N516 is not set
636+# CONFIG_JZ4740_N526 is not set
637+CONFIG_SOC_JZ4740=y
638+CONFIG_JZSOC=y
639+CONFIG_JZRISC=y
640+CONFIG_RWSEM_GENERIC_SPINLOCK=y
641+# CONFIG_ARCH_HAS_ILOG2_U32 is not set
642+# CONFIG_ARCH_HAS_ILOG2_U64 is not set
643+CONFIG_ARCH_SUPPORTS_OPROFILE=y
644+CONFIG_GENERIC_FIND_NEXT_BIT=y
645+CONFIG_GENERIC_HWEIGHT=y
646+CONFIG_GENERIC_CALIBRATE_DELAY=y
647+CONFIG_GENERIC_CLOCKEVENTS=y
648+CONFIG_GENERIC_TIME=y
649+CONFIG_GENERIC_CMOS_UPDATE=y
650+CONFIG_SCHED_OMIT_FRAME_POINTER=y
651+CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
652+CONFIG_DMA_NONCOHERENT=y
653+CONFIG_DMA_NEED_PCI_MAP_STATE=y
654+CONFIG_EARLY_PRINTK=y
655+CONFIG_SYS_HAS_EARLY_PRINTK=y
656+CONFIG_MIPS_FPU_EMU=y
657+# CONFIG_MIPS_MACHINE is not set
658+# CONFIG_IMAGE_CMDLINE_HACK is not set
659+# CONFIG_NO_IOPORT is not set
660+CONFIG_GENERIC_GPIO=y
661 # CONFIG_CPU_BIG_ENDIAN is not set
662-# CONFIG_CPU_CAVIUM_OCTEON is not set
663-# CONFIG_CPU_DCACHE_DISABLE is not set
664-# CONFIG_CPU_FREQ is not set
665-CONFIG_CPU_HAS_PREFETCH=y
666-CONFIG_CPU_HAS_SYNC=y
667-# CONFIG_CPU_IDLE is not set
668 CONFIG_CPU_LITTLE_ENDIAN=y
669+CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
670+CONFIG_IRQ_CPU=y
671+CONFIG_MIPS_L1_CACHE_SHIFT=5
672+
673+#
674+# CPU selection
675+#
676 # CONFIG_CPU_LOONGSON2E is not set
677-CONFIG_CPU_MIPS32=y
678 CONFIG_CPU_MIPS32_R1=y
679 # CONFIG_CPU_MIPS32_R2 is not set
680 # CONFIG_CPU_MIPS64_R1 is not set
681 # CONFIG_CPU_MIPS64_R2 is not set
682-CONFIG_CPU_MIPSR1=y
683-# CONFIG_CPU_NEVADA is not set
684-# CONFIG_CPU_R10000 is not set
685 # CONFIG_CPU_R3000 is not set
686+# CONFIG_CPU_TX39XX is not set
687+# CONFIG_CPU_VR41XX is not set
688 # CONFIG_CPU_R4300 is not set
689 # CONFIG_CPU_R4X00 is not set
690+# CONFIG_CPU_TX49XX is not set
691 # CONFIG_CPU_R5000 is not set
692 # CONFIG_CPU_R5432 is not set
693 # CONFIG_CPU_R5500 is not set
694 # CONFIG_CPU_R6000 is not set
695+# CONFIG_CPU_NEVADA is not set
696 # CONFIG_CPU_R8000 is not set
697+# CONFIG_CPU_R10000 is not set
698 # CONFIG_CPU_RM7000 is not set
699 # CONFIG_CPU_RM9000 is not set
700 # CONFIG_CPU_SB1 is not set
701+# CONFIG_CPU_CAVIUM_OCTEON is not set
702+CONFIG_SYS_HAS_CPU_MIPS32_R1=y
703+CONFIG_CPU_MIPS32=y
704+CONFIG_CPU_MIPSR1=y
705+CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y
706 CONFIG_CPU_SUPPORTS_32BIT_KERNEL=y
707+CONFIG_HARDWARE_WATCHPOINTS=y
708+
709+#
710+# Kernel type
711+#
712+CONFIG_32BIT=y
713+# CONFIG_64BIT is not set
714+CONFIG_PAGE_SIZE_4KB=y
715+# CONFIG_PAGE_SIZE_8KB is not set
716+# CONFIG_PAGE_SIZE_16KB is not set
717+# CONFIG_PAGE_SIZE_32KB is not set
718+# CONFIG_PAGE_SIZE_64KB is not set
719+CONFIG_CPU_HAS_PREFETCH=y
720+CONFIG_MIPS_MT_DISABLED=y
721+# CONFIG_MIPS_MT_SMP is not set
722+# CONFIG_MIPS_MT_SMTC is not set
723+CONFIG_CPU_HAS_SYNC=y
724+CONFIG_GENERIC_HARDIRQS=y
725+CONFIG_GENERIC_IRQ_PROBE=y
726 CONFIG_CPU_SUPPORTS_HIGHMEM=y
727-# CONFIG_CPU_TX39XX is not set
728-# CONFIG_CPU_TX49XX is not set
729-# CONFIG_CPU_VR41XX is not set
730-# CONFIG_CRAMFS is not set
731+CONFIG_ARCH_FLATMEM_ENABLE=y
732+CONFIG_ARCH_POPULATES_NODE_MAP=y
733+CONFIG_SELECT_MEMORY_MODEL=y
734+CONFIG_FLATMEM_MANUAL=y
735+# CONFIG_DISCONTIGMEM_MANUAL is not set
736+# CONFIG_SPARSEMEM_MANUAL is not set
737+CONFIG_FLATMEM=y
738+CONFIG_FLAT_NODE_MEM_MAP=y
739+CONFIG_PAGEFLAGS_EXTENDED=y
740+CONFIG_SPLIT_PTLOCK_CPUS=4
741+# CONFIG_PHYS_ADDR_T_64BIT is not set
742+CONFIG_ZONE_DMA_FLAG=0
743+CONFIG_VIRT_TO_BUS=y
744+CONFIG_HAVE_MLOCK=y
745+CONFIG_HAVE_MLOCKED_PAGE_BIT=y
746+# CONFIG_KSM is not set
747+CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
748+# CONFIG_NO_HZ is not set
749+# CONFIG_HIGH_RES_TIMERS is not set
750+CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
751+# CONFIG_HZ_48 is not set
752+CONFIG_HZ_100=y
753+# CONFIG_HZ_128 is not set
754+# CONFIG_HZ_250 is not set
755+# CONFIG_HZ_256 is not set
756+# CONFIG_HZ_1000 is not set
757+# CONFIG_HZ_1024 is not set
758+CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
759+CONFIG_HZ=100
760+# CONFIG_PREEMPT_NONE is not set
761+# CONFIG_PREEMPT_VOLUNTARY is not set
762+CONFIG_PREEMPT=y
763+# CONFIG_KEXEC is not set
764+CONFIG_SECCOMP=y
765+CONFIG_LOCKDEP_SUPPORT=y
766+CONFIG_STACKTRACE_SUPPORT=y
767+CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
768+CONFIG_CONSTRUCTORS=y
769+
770+#
771+# General setup
772+#
773+CONFIG_EXPERIMENTAL=y
774+CONFIG_BROKEN_ON_SMP=y
775+CONFIG_LOCK_KERNEL=y
776+CONFIG_INIT_ENV_ARG_LIMIT=32
777+CONFIG_LOCALVERSION=""
778+# CONFIG_LOCALVERSION_AUTO is not set
779+CONFIG_SWAP=y
780+CONFIG_SYSVIPC=y
781+CONFIG_SYSVIPC_SYSCTL=y
782+# CONFIG_POSIX_MQUEUE is not set
783+# CONFIG_BSD_PROCESS_ACCT is not set
784+# CONFIG_TASKSTATS is not set
785+# CONFIG_AUDIT is not set
786+
787+#
788+# RCU Subsystem
789+#
790+CONFIG_TREE_RCU=y
791+# CONFIG_TREE_PREEMPT_RCU is not set
792+# CONFIG_RCU_TRACE is not set
793+CONFIG_RCU_FANOUT=32
794+# CONFIG_RCU_FANOUT_EXACT is not set
795+# CONFIG_TREE_RCU_TRACE is not set
796+# CONFIG_IKCONFIG is not set
797+CONFIG_LOG_BUF_SHIFT=14
798+# CONFIG_GROUP_SCHED is not set
799+# CONFIG_CGROUPS is not set
800+# CONFIG_SYSFS_DEPRECATED_V2 is not set
801+CONFIG_RELAY=y
802+# CONFIG_NAMESPACES is not set
803 CONFIG_CRASHLOG=y
804-# CONFIG_CRASH_DUMP is not set
805-CONFIG_CRC16=y
806-CONFIG_CRC32=y
807-# CONFIG_CRC7 is not set
808-# CONFIG_CRC_CCITT is not set
809-# CONFIG_CRC_ITU_T is not set
810-# CONFIG_CRC_T10DIF is not set
811-CONFIG_CROSSCOMPILE=y
812-CONFIG_CRYPTO=y
813-# CONFIG_CRYPTO_AEAD is not set
814-# CONFIG_CRYPTO_AEAD2 is not set
815-# CONFIG_CRYPTO_AES is not set
816-# CONFIG_CRYPTO_AES_586 is not set
817-CONFIG_CRYPTO_ALGAPI=y
818-CONFIG_CRYPTO_ALGAPI2=y
819-# CONFIG_CRYPTO_ANSI_CPRNG is not set
820-# CONFIG_CRYPTO_ANUBIS is not set
821-# CONFIG_CRYPTO_ARC4 is not set
822-# CONFIG_CRYPTO_AUTHENC is not set
823-# CONFIG_CRYPTO_BLKCIPHER is not set
824-# CONFIG_CRYPTO_BLKCIPHER2 is not set
825-# CONFIG_CRYPTO_BLOWFISH is not set
826-# CONFIG_CRYPTO_CAMELLIA is not set
827-# CONFIG_CRYPTO_CAST5 is not set
828-# CONFIG_CRYPTO_CAST6 is not set
829-# CONFIG_CRYPTO_CBC is not set
830-# CONFIG_CRYPTO_CCM is not set
831-# CONFIG_CRYPTO_CRC32C is not set
832-# CONFIG_CRYPTO_CRC32C_INTEL is not set
833-# CONFIG_CRYPTO_CRYPTD is not set
834-# CONFIG_CRYPTO_CTR is not set
835-# CONFIG_CRYPTO_CTS is not set
836-CONFIG_CRYPTO_DEFLATE=y
837-# CONFIG_CRYPTO_DES is not set
838-# CONFIG_CRYPTO_DEV_GEODE is not set
839-# CONFIG_CRYPTO_DEV_HIFN_795X is not set
840-# CONFIG_CRYPTO_DEV_IXP4XX is not set
841-# CONFIG_CRYPTO_DEV_MV_CESA is not set
842-# CONFIG_CRYPTO_DEV_PADLOCK is not set
843-# CONFIG_CRYPTO_DEV_PADLOCK_AES is not set
844-# CONFIG_CRYPTO_DEV_PADLOCK_SHA is not set
845-# CONFIG_CRYPTO_DEV_PPC4XX is not set
846-# CONFIG_CRYPTO_ECB is not set
847-# CONFIG_CRYPTO_FCRYPT is not set
848-# CONFIG_CRYPTO_FIPS is not set
849-# CONFIG_CRYPTO_GCM is not set
850-# CONFIG_CRYPTO_GF128MUL is not set
851-# CONFIG_CRYPTO_GHASH is not set
852-# CONFIG_CRYPTO_HASH is not set
853-# CONFIG_CRYPTO_HASH2 is not set
854-# CONFIG_CRYPTO_HMAC is not set
855-# CONFIG_CRYPTO_HW is not set
856-# CONFIG_CRYPTO_KHAZAD is not set
857-# CONFIG_CRYPTO_LRW is not set
858-CONFIG_CRYPTO_LZO=y
859-# CONFIG_CRYPTO_MANAGER is not set
860-# CONFIG_CRYPTO_MANAGER2 is not set
861-CONFIG_CRYPTO_MANAGER_NO_TESTS=y
862-# CONFIG_CRYPTO_MD4 is not set
863-# CONFIG_CRYPTO_MD5 is not set
864-# CONFIG_CRYPTO_MICHAEL_MIC is not set
865-# CONFIG_CRYPTO_NULL is not set
866-# CONFIG_CRYPTO_PCBC is not set
867-CONFIG_CRYPTO_PCOMP=y
868-# CONFIG_CRYPTO_PRNG is not set
869-# CONFIG_CRYPTO_RMD128 is not set
870-# CONFIG_CRYPTO_RMD160 is not set
871-# CONFIG_CRYPTO_RMD256 is not set
872-# CONFIG_CRYPTO_RMD320 is not set
873-# CONFIG_CRYPTO_RNG is not set
874-# CONFIG_CRYPTO_SALSA20 is not set
875-# CONFIG_CRYPTO_SALSA20_586 is not set
876-# CONFIG_CRYPTO_SEED is not set
877-# CONFIG_CRYPTO_SEQIV is not set
878-# CONFIG_CRYPTO_SERPENT is not set
879-# CONFIG_CRYPTO_SHA1 is not set
880-# CONFIG_CRYPTO_SHA256 is not set
881-# CONFIG_CRYPTO_SHA512 is not set
882-# CONFIG_CRYPTO_TEA is not set
883-# CONFIG_CRYPTO_TEST is not set
884-# CONFIG_CRYPTO_TGR192 is not set
885-# CONFIG_CRYPTO_TWOFISH is not set
886-# CONFIG_CRYPTO_TWOFISH_586 is not set
887-# CONFIG_CRYPTO_TWOFISH_COMMON is not set
888-CONFIG_CRYPTO_UNLZMA=y
889-# CONFIG_CRYPTO_VMAC is not set
890-# CONFIG_CRYPTO_WP512 is not set
891-# CONFIG_CRYPTO_XCBC is not set
892-# CONFIG_CRYPTO_XTS is not set
893-CONFIG_CRYPTO_ZLIB=y
894-# CONFIG_CS5535_GPIO is not set
895-# CONFIG_CUSE is not set
896-# CONFIG_DAB is not set
897-# CONFIG_DAVICOM_PHY is not set
898-# CONFIG_DCB is not set
899-# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
900-# CONFIG_DEBUG_BUGVERBOSE is not set
901-# CONFIG_DEBUG_CREDENTIALS is not set
902-# CONFIG_DEBUG_DEVRES is not set
903-# CONFIG_DEBUG_DRIVER is not set
904-# CONFIG_DEBUG_ERRORS is not set
905-# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
906-CONFIG_DEBUG_FS=y
907-# CONFIG_DEBUG_GPIO is not set
908-# CONFIG_DEBUG_INFO is not set
909-CONFIG_DEBUG_KERNEL=y
910-# CONFIG_DEBUG_KMEMLEAK is not set
911-# CONFIG_DEBUG_KOBJECT is not set
912-# CONFIG_DEBUG_LIST is not set
913-# CONFIG_DEBUG_LL is not set
914-# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
915-# CONFIG_DEBUG_LOCK_ALLOC is not set
916-# CONFIG_DEBUG_MEMORY_INIT is not set
917-# CONFIG_DEBUG_MUTEXES is not set
918-# CONFIG_DEBUG_NOTIFIERS is not set
919-# CONFIG_DEBUG_OBJECTS is not set
920-# CONFIG_DEBUG_PREEMPT is not set
921-# CONFIG_DEBUG_RT_MUTEXES is not set
922-# CONFIG_DEBUG_SG is not set
923-# CONFIG_DEBUG_SHIRQ is not set
924-# CONFIG_DEBUG_SLAB is not set
925-# CONFIG_DEBUG_SPINLOCK is not set
926-# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
927-# CONFIG_DEBUG_STACK_USAGE is not set
928-# CONFIG_DEBUG_VM is not set
929-# CONFIG_DEBUG_WRITECOUNT is not set
930-# CONFIG_DECNET is not set
931-CONFIG_DECOMPRESS_LZMA_NEEDED=y
932-CONFIG_DEFAULT_AS=y
933-# CONFIG_DEFAULT_BIC is not set
934-# CONFIG_DEFAULT_CFQ is not set
935-# CONFIG_DEFAULT_CUBIC is not set
936-# CONFIG_DEFAULT_DEADLINE is not set
937-# CONFIG_DEFAULT_HTCP is not set
938-CONFIG_DEFAULT_IOSCHED="anticipatory"
939-CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
940-# CONFIG_DEFAULT_NOOP is not set
941-# CONFIG_DEFAULT_RENO is not set
942-CONFIG_DEFAULT_TCP_CONG="cubic"
943-# CONFIG_DEFAULT_VEGAS is not set
944-CONFIG_DEFAULT_WESTWOOD=y
945-CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
946-# CONFIG_DETECT_HUNG_TASK is not set
947-# CONFIG_DETECT_SOFTLOCKUP is not set
948-# CONFIG_DEVKMEM is not set
949-# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
950-# CONFIG_DEVTMPFS is not set
951-# CONFIG_DEVTMPFS_MOUNT is not set
952-# CONFIG_DEV_APPLETALK is not set
953-# CONFIG_DGRS is not set
954-# CONFIG_DISCONTIGMEM_MANUAL is not set
955-# CONFIG_DISPLAY_SUPPORT is not set
956-# CONFIG_DL2K is not set
957-# CONFIG_DLM is not set
958-# CONFIG_DMADEVICES is not set
959-# CONFIG_DMASCC is not set
960-# CONFIG_DMATEST is not set
961-# CONFIG_DMA_API_DEBUG is not set
962-# CONFIG_DMA_ENGINE is not set
963-CONFIG_DMA_NEED_PCI_MAP_STATE=y
964-CONFIG_DMA_NONCOHERENT=y
965-# CONFIG_DM_LOG_USERSPACE is not set
966-# CONFIG_DM_MIRROR is not set
967-# CONFIG_DNET is not set
968-# CONFIG_DNOTIFY is not set
969-# CONFIG_DRAGONRISE_FF is not set
970-# CONFIG_DRM is not set
971-# CONFIG_DS1682 is not set
972-# CONFIG_DST is not set
973-# CONFIG_DTLK is not set
974-# CONFIG_DUMMY is not set
975-CONFIG_DUMMY_CONSOLE=y
976-# CONFIG_DVB is not set
977-# CONFIG_DVB_CORE is not set
978-# CONFIG_DYNAMIC_DEBUG is not set
979-# CONFIG_DYNAMIC_PRINTK_DEBUG is not set
980-# CONFIG_E100 is not set
981-# CONFIG_E1000 is not set
982-# CONFIG_E1000E is not set
983-CONFIG_EARLY_PRINTK=y
984-# CONFIG_ECHO is not set
985-# CONFIG_ECONET is not set
986-# CONFIG_EDAC is not set
987-# CONFIG_EEPRO100 is not set
988-# CONFIG_EEPROM_93CX6 is not set
989-# CONFIG_EEPROM_AT24 is not set
990-# CONFIG_EEPROM_AT25 is not set
991-# CONFIG_EEPROM_LEGACY is not set
992-# CONFIG_EEPROM_MAX6875 is not set
993-# CONFIG_EFI_PARTITION is not set
994-# CONFIG_EFS_FS is not set
995-CONFIG_ELF_CORE=y
996+# CONFIG_BLK_DEV_INITRD is not set
997+# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
998+CONFIG_SYSCTL=y
999+CONFIG_ANON_INODES=y
1000 CONFIG_EMBEDDED=y
1001-CONFIG_ENABLE_MUST_CHECK=y
1002-CONFIG_ENABLE_WARN_DEPRECATED=y
1003-# CONFIG_ENC28J60 is not set
1004-# CONFIG_ENCLOSURE_SERVICES is not set
1005-# CONFIG_EPIC100 is not set
1006+CONFIG_SYSCTL_SYSCALL=y
1007+# CONFIG_KALLSYMS is not set
1008+CONFIG_HOTPLUG=y
1009+CONFIG_PRINTK=y
1010+CONFIG_BUG=y
1011+CONFIG_ELF_CORE=y
1012+CONFIG_PCSPKR_PLATFORM=y
1013+CONFIG_BASE_FULL=y
1014+CONFIG_FUTEX=y
1015 CONFIG_EPOLL=y
1016-# CONFIG_EQUALIZER is not set
1017-# CONFIG_ET131X is not set
1018-# CONFIG_ETHOC is not set
1019-# CONFIG_ETRAX_USB_HOST is not set
1020+CONFIG_SIGNALFD=y
1021+CONFIG_TIMERFD=y
1022 CONFIG_EVENTFD=y
1023-# CONFIG_EVENT_TRACER is not set
1024-CONFIG_EXPERIMENTAL=y
1025-# CONFIG_EXPORTFS is not set
1026-CONFIG_EXT2_FS=y
1027-# CONFIG_EXT2_FS_XATTR is not set
1028-# CONFIG_EXT2_FS_XIP is not set
1029-# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
1030-CONFIG_EXT3_FS=y
1031-# CONFIG_EXT3_FS_XATTR is not set
1032-# CONFIG_EXT4DEV_FS is not set
1033-# CONFIG_EXT4_DEBUG is not set
1034-# CONFIG_EXT4_FS is not set
1035-# CONFIG_EXT4_FS_XATTR is not set
1036-CONFIG_EXTRA_FIRMWARE=""
1037-CONFIG_EXTRA_TARGETS=""
1038-# CONFIG_EZX_PCAP is not set
1039-# CONFIG_FAIR_GROUP_SCHED is not set
1040-CONFIG_FAT_DEFAULT_CODEPAGE=437
1041-CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1042-CONFIG_FAT_FS=y
1043-# CONFIG_FAULT_INJECTION is not set
1044-CONFIG_FB=y
1045-# CONFIG_FB_3DFX is not set
1046-# CONFIG_FB_ARC is not set
1047-# CONFIG_FB_ARK is not set
1048-# CONFIG_FB_ASILIANT is not set
1049-# CONFIG_FB_ATY is not set
1050-# CONFIG_FB_ATY128 is not set
1051-# CONFIG_FB_BACKLIGHT is not set
1052-# CONFIG_FB_BOOT_VESA_SUPPORT is not set
1053-# CONFIG_FB_BROADSHEET is not set
1054-# CONFIG_FB_CARMINE is not set
1055-# CONFIG_FB_CFB_COPYAREA is not set
1056-# CONFIG_FB_CFB_FILLRECT is not set
1057-# CONFIG_FB_CFB_IMAGEBLIT is not set
1058-# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
1059-# CONFIG_FB_CIRRUS is not set
1060-# CONFIG_FB_CYBER2000 is not set
1061-# CONFIG_FB_DDC is not set
1062-# CONFIG_FB_EARLYSUSPEND is not set
1063-# CONFIG_FB_FOREIGN_ENDIAN is not set
1064-# CONFIG_FB_GEODE is not set
1065-# CONFIG_FB_GOLDFISH is not set
1066-# CONFIG_FB_HGA is not set
1067-# CONFIG_FB_IBM_GXT4500 is not set
1068-# CONFIG_FB_IMSTT is not set
1069-CONFIG_FB_JZ4740=y
1070-# CONFIG_FB_KYRO is not set
1071-# CONFIG_FB_LE80578 is not set
1072-# CONFIG_FB_MACMODES is not set
1073-# CONFIG_FB_MATROX is not set
1074-# CONFIG_FB_MB862XX is not set
1075-# CONFIG_FB_METRONOME is not set
1076-# CONFIG_FB_MODE_HELPERS is not set
1077-# CONFIG_FB_N411 is not set
1078-# CONFIG_FB_NEOMAGIC is not set
1079-# CONFIG_FB_NVIDIA is not set
1080-# CONFIG_FB_OF is not set
1081-# CONFIG_FB_PM2 is not set
1082-# CONFIG_FB_PM3 is not set
1083-# CONFIG_FB_PS3 is not set
1084-# CONFIG_FB_PXA is not set
1085-# CONFIG_FB_RADEON is not set
1086-# CONFIG_FB_RIVA is not set
1087-# CONFIG_FB_S1D13XXX is not set
1088-# CONFIG_FB_S3 is not set
1089-# CONFIG_FB_SAVAGE is not set
1090-# CONFIG_FB_SIS is not set
1091-# CONFIG_FB_SVGALIB is not set
1092-CONFIG_FB_SYS_COPYAREA=y
1093-CONFIG_FB_SYS_FILLRECT=y
1094-# CONFIG_FB_SYS_FOPS is not set
1095-CONFIG_FB_SYS_IMAGEBLIT=y
1096-# CONFIG_FB_TILEBLITTING is not set
1097-# CONFIG_FB_TRIDENT is not set
1098-# CONFIG_FB_UDL is not set
1099-# CONFIG_FB_VGA16 is not set
1100-# CONFIG_FB_VIA is not set
1101-# CONFIG_FB_VIRTUAL is not set
1102-# CONFIG_FB_VOODOO1 is not set
1103-# CONFIG_FB_VT8623 is not set
1104-# CONFIG_FCOE is not set
1105-# CONFIG_FCOE_FNIC is not set
1106-# CONFIG_FDDI is not set
1107-# CONFIG_FEALNX is not set
1108-CONFIG_FIB_RULES=y
1109-CONFIG_FILE_LOCKING=y
1110-# CONFIG_FIREWIRE is not set
1111-# CONFIG_FIRMWARE_EDID is not set
1112-# CONFIG_FIRMWARE_IN_KERNEL is not set
1113-# CONFIG_FIXED_PHY is not set
1114-CONFIG_FLATMEM=y
1115-CONFIG_FLATMEM_MANUAL=y
1116-CONFIG_FLAT_NODE_MEM_MAP=y
1117-CONFIG_FONTS=y
1118-# CONFIG_FONT_10x18 is not set
1119-CONFIG_FONT_6x11=y
1120-# CONFIG_FONT_7x14 is not set
1121-# CONFIG_FONT_8x16 is not set
1122-# CONFIG_FONT_8x8 is not set
1123-# CONFIG_FONT_ACORN_8x8 is not set
1124-# CONFIG_FONT_MINI_4x6 is not set
1125-# CONFIG_FONT_PEARL_8x8 is not set
1126-# CONFIG_FONT_SUN12x22 is not set
1127-# CONFIG_FONT_SUN8x16 is not set
1128-# CONFIG_FORCEDETH is not set
1129-CONFIG_FORCE_MAX_ZONEORDER=12
1130-CONFIG_FRAMEBUFFER_CONSOLE=y
1131-# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
1132-# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
1133-CONFIG_FRAME_WARN=1024
1134-CONFIG_FREEZER=y
1135-# CONFIG_FSCACHE is not set
1136-CONFIG_FSNOTIFY=y
1137-# CONFIG_FS_MBCACHE is not set
1138-# CONFIG_FS_POSIX_ACL is not set
1139-# CONFIG_FTL is not set
1140-# CONFIG_FTRACE is not set
1141-# CONFIG_FTRACE_STARTUP_TEST is not set
1142-# CONFIG_FUNCTION_TRACER is not set
1143-# CONFIG_FUSE_FS is not set
1144-# CONFIG_FUSION is not set
1145-# CONFIG_FUSION_FC is not set
1146-# CONFIG_FUSION_SAS is not set
1147-# CONFIG_FUSION_SPI is not set
1148-CONFIG_FUTEX=y
1149-CONFIG_FW_LOADER=y
1150-CONFIG_GACT_PROB=y
1151-# CONFIG_GAMEPORT is not set
1152+CONFIG_SHMEM=y
1153+CONFIG_AIO=y
1154+
1155+#
1156+# Kernel Performance Events And Counters
1157+#
1158+CONFIG_VM_EVENT_COUNTERS=y
1159+# CONFIG_COMPAT_BRK is not set
1160+CONFIG_SLAB=y
1161+# CONFIG_SLUB is not set
1162+# CONFIG_SLOB is not set
1163+# CONFIG_PROFILING is not set
1164+CONFIG_HAVE_OPROFILE=y
1165+
1166+#
1167+# GCOV-based kernel profiling
1168+#
1169 # CONFIG_GCOV_KERNEL is not set
1170-CONFIG_GENERIC_CALIBRATE_DELAY=y
1171-CONFIG_GENERIC_CLOCKEVENTS=y
1172-CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
1173-CONFIG_GENERIC_CMOS_UPDATE=y
1174-CONFIG_GENERIC_FIND_LAST_BIT=y
1175-CONFIG_GENERIC_FIND_NEXT_BIT=y
1176-CONFIG_GENERIC_GPIO=y
1177-CONFIG_GENERIC_HARDIRQS=y
1178-CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
1179-CONFIG_GENERIC_HWEIGHT=y
1180-CONFIG_GENERIC_IRQ_PROBE=y
1181-CONFIG_GENERIC_TIME=y
1182-# CONFIG_GFS2_FS is not set
1183-# CONFIG_GIGASET_BASE is not set
1184-# CONFIG_GIGASET_CAPI is not set
1185-# CONFIG_GIGASET_DEBUG is not set
1186-# CONFIG_GIGASET_M101 is not set
1187-# CONFIG_GIGASET_M105 is not set
1188-CONFIG_GIT_CLONE_URI=""
1189-CONFIG_GIT_LOCAL_REPOSITORY=""
1190-CONFIG_GPIOLIB=y
1191-# CONFIG_GPIOMMC is not set
1192-# CONFIG_GPIO_BT8XX is not set
1193-# CONFIG_GPIO_DEVICE is not set
1194-# CONFIG_GPIO_LANGWELL is not set
1195-# CONFIG_GPIO_MAX7301 is not set
1196-# CONFIG_GPIO_MAX732X is not set
1197-# CONFIG_GPIO_MC33880 is not set
1198-# CONFIG_GPIO_MCP23S08 is not set
1199-# CONFIG_GPIO_PCA953X is not set
1200-# CONFIG_GPIO_PCF857X is not set
1201-# CONFIG_GPIO_SYSFS is not set
1202-# CONFIG_GPIO_XILINX is not set
1203-# CONFIG_GREENASIA_FF is not set
1204-# CONFIG_GROUP_SCHED is not set
1205-# CONFIG_HAMACHI is not set
1206-# CONFIG_HAMRADIO is not set
1207-# CONFIG_HAPPYMEAL is not set
1208-CONFIG_HARDWARE_WATCHPOINTS=y
1209-CONFIG_HAS_DMA=y
1210-CONFIG_HAS_IOMEM=y
1211-CONFIG_HAS_IOPORT=y
1212-# CONFIG_HAVE_AOUT is not set
1213-CONFIG_HAVE_ARCH_KGDB=y
1214+# CONFIG_SLOW_WORK is not set
1215 CONFIG_HAVE_GENERIC_DMA_COHERENT=y
1216-CONFIG_HAVE_IDE=y
1217-CONFIG_HAVE_MLOCK=y
1218-CONFIG_HAVE_MLOCKED_PAGE_BIT=y
1219-CONFIG_HAVE_OPROFILE=y
1220-# CONFIG_HCALL_STATS is not set
1221-# CONFIG_HDLC is not set
1222-# CONFIG_HDLC_CISCO is not set
1223-# CONFIG_HDLC_FR is not set
1224-# CONFIG_HDLC_PPP is not set
1225-# CONFIG_HDLC_RAW is not set
1226-# CONFIG_HDLC_RAW_ETH is not set
1227-# CONFIG_HEADERS_CHECK is not set
1228-# CONFIG_HECI is not set
1229-# CONFIG_HERMES is not set
1230-# CONFIG_HFSPLUS_FS is not set
1231-# CONFIG_HFS_FS is not set
1232-# CONFIG_HIBERNATION is not set
1233-# CONFIG_HID is not set
1234-# CONFIG_HIDRAW is not set
1235-# CONFIG_HID_A4TECH is not set
1236-# CONFIG_HID_APPLE is not set
1237-# CONFIG_HID_BELKIN is not set
1238-# CONFIG_HID_BRIGHT is not set
1239-# CONFIG_HID_CHERRY is not set
1240-# CONFIG_HID_CHICONY is not set
1241-# CONFIG_HID_COMPAT is not set
1242-# CONFIG_HID_CYPRESS is not set
1243-# CONFIG_HID_DEBUG is not set
1244-# CONFIG_HID_DELL is not set
1245-# CONFIG_HID_DRAGONRISE is not set
1246-# CONFIG_HID_EZKEY is not set
1247-# CONFIG_HID_FF is not set
1248-# CONFIG_HID_GREENASIA is not set
1249-# CONFIG_HID_GYRATION is not set
1250-# CONFIG_HID_KENSINGTON is not set
1251-# CONFIG_HID_KYE is not set
1252-# CONFIG_HID_LOGITECH is not set
1253-# CONFIG_HID_MICROSOFT is not set
1254-# CONFIG_HID_MONTEREY is not set
1255-# CONFIG_HID_NTRIG is not set
1256-# CONFIG_HID_PANTHERLORD is not set
1257-# CONFIG_HID_PETALYNX is not set
1258-# CONFIG_HID_PID is not set
1259-# CONFIG_HID_SAMSUNG is not set
1260-# CONFIG_HID_SMARTJOYPLUS is not set
1261-# CONFIG_HID_SONY is not set
1262-# CONFIG_HID_SUNPLUS is not set
1263-# CONFIG_HID_SUPPORT is not set
1264-# CONFIG_HID_THRUSTMASTER is not set
1265-# CONFIG_HID_TOPSEED is not set
1266-# CONFIG_HID_TWINHAN is not set
1267-# CONFIG_HID_WACOM is not set
1268-# CONFIG_HID_ZEROPLUS is not set
1269-# CONFIG_HIGHMEM is not set
1270-# CONFIG_HIGH_RES_TIMERS is not set
1271-# CONFIG_HIPPI is not set
1272-# CONFIG_HOSTAP is not set
1273-# CONFIG_HOSTAP_CS is not set
1274-# CONFIG_HOSTAP_PCI is not set
1275-# CONFIG_HOSTAP_PLX is not set
1276-CONFIG_HOSTAUDIO=m
1277-CONFIG_HOTPLUG=y
1278-# CONFIG_HOTPLUG_CPU is not set
1279-# CONFIG_HOTPLUG_PCI is not set
1280-# CONFIG_HP100 is not set
1281-# CONFIG_HPFS_FS is not set
1282-# CONFIG_HP_ILO is not set
1283-# CONFIG_HTC_EGPIO is not set
1284-# CONFIG_HTC_PASIC3 is not set
1285-# CONFIG_HUGETLB_PAGE is not set
1286-# CONFIG_HVC_UDBG is not set
1287-# CONFIG_HWMON is not set
1288-# CONFIG_HWMON_VID is not set
1289-CONFIG_HW_CONSOLE=y
1290-# CONFIG_HW_RANDOM is not set
1291-# CONFIG_HW_RANDOM_AMD is not set
1292-# CONFIG_HW_RANDOM_GEODE is not set
1293-# CONFIG_HW_RANDOM_INTEL is not set
1294-# CONFIG_HW_RANDOM_TIMERIOMEM is not set
1295-# CONFIG_HW_RANDOM_VIA is not set
1296-# CONFIG_HYPERV is not set
1297-# CONFIG_HYSDN is not set
1298-CONFIG_HZ=100
1299-CONFIG_HZ_100=y
1300-# CONFIG_HZ_1000 is not set
1301-# CONFIG_HZ_1024 is not set
1302-# CONFIG_HZ_128 is not set
1303-# CONFIG_HZ_250 is not set
1304-# CONFIG_HZ_256 is not set
1305-# CONFIG_HZ_300 is not set
1306-# CONFIG_HZ_48 is not set
1307-# CONFIG_I2C is not set
1308-# CONFIG_I2C_ALGOBIT is not set
1309-# CONFIG_I2C_ALGOPCA is not set
1310-# CONFIG_I2C_ALGOPCF is not set
1311-# CONFIG_I2C_ALI1535 is not set
1312-# CONFIG_I2C_ALI1563 is not set
1313-# CONFIG_I2C_ALI15X3 is not set
1314-# CONFIG_I2C_AMD756 is not set
1315-# CONFIG_I2C_AMD8111 is not set
1316-# CONFIG_I2C_CHARDEV is not set
1317-# CONFIG_I2C_COMPAT is not set
1318-# CONFIG_I2C_DEBUG_ALGO is not set
1319-# CONFIG_I2C_DEBUG_BUS is not set
1320-# CONFIG_I2C_DEBUG_CHIP is not set
1321-# CONFIG_I2C_DEBUG_CORE is not set
1322-# CONFIG_I2C_ELEKTOR is not set
1323-# CONFIG_I2C_GPIO is not set
1324-# CONFIG_I2C_HELPER_AUTO is not set
1325-# CONFIG_I2C_I801 is not set
1326-# CONFIG_I2C_I810 is not set
1327-# CONFIG_I2C_IBM_IIC is not set
1328-# CONFIG_I2C_ISCH is not set
1329-# CONFIG_I2C_MPC is not set
1330-# CONFIG_I2C_NFORCE2 is not set
1331-# CONFIG_I2C_OCORES is not set
1332-# CONFIG_I2C_PARPORT_LIGHT is not set
1333-# CONFIG_I2C_PCA_ISA is not set
1334-# CONFIG_I2C_PCA_PLATFORM is not set
1335-# CONFIG_I2C_PIIX4 is not set
1336-# CONFIG_I2C_PROSAVAGE is not set
1337-# CONFIG_I2C_SAVAGE4 is not set
1338-# CONFIG_I2C_SCMI is not set
1339-# CONFIG_I2C_SIMTEC is not set
1340-# CONFIG_I2C_SIS5595 is not set
1341-# CONFIG_I2C_SIS630 is not set
1342-# CONFIG_I2C_SIS96X is not set
1343-# CONFIG_I2C_STUB is not set
1344-# CONFIG_I2C_TAOS_EVM is not set
1345-# CONFIG_I2C_TINY_USB is not set
1346-# CONFIG_I2C_VIA is not set
1347-# CONFIG_I2C_VIAPRO is not set
1348-# CONFIG_I2C_VOODOO3 is not set
1349-# CONFIG_I2O is not set
1350-# CONFIG_I82092 is not set
1351-# CONFIG_I82365 is not set
1352-# CONFIG_IBM_ASM is not set
1353-# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
1354-# CONFIG_IBM_NEW_EMAC_MAL_CLR_ICINTSTAT is not set
1355-# CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set
1356-# CONFIG_IBM_NEW_EMAC_NO_FLOW_CTRL is not set
1357-# CONFIG_IBM_NEW_EMAC_RGMII is not set
1358-# CONFIG_IBM_NEW_EMAC_TAH is not set
1359-# CONFIG_IBM_NEW_EMAC_ZMII is not set
1360-# CONFIG_ICPLUS_PHY is not set
1361-# CONFIG_ICS932S401 is not set
1362-# CONFIG_IDE is not set
1363-# CONFIG_IDEDISK_MULTI_MODE is not set
1364-# CONFIG_IDEDMA_IVB is not set
1365-# CONFIG_IDEDMA_ONLYDISK is not set
1366-# CONFIG_IDEPCI_SHARE_IRQ is not set
1367-# CONFIG_IDE_GD is not set
1368-# CONFIG_IDE_GENERIC is not set
1369-CONFIG_IDE_MAX_HWIFS=4
1370-# CONFIG_IDE_PHISON is not set
1371-CONFIG_IDE_PROC_FS=y
1372-# CONFIG_IDE_TASK_IOCTL is not set
1373-# CONFIG_IEEE1394 is not set
1374-# CONFIG_IEEE1394_DV1394 is not set
1375-# CONFIG_IEEE1394_ETH1394 is not set
1376-# CONFIG_IEEE1394_OHCI1394 is not set
1377-# CONFIG_IEEE1394_PCILYNX is not set
1378-# CONFIG_IEEE1394_RAWIO is not set
1379-# CONFIG_IEEE1394_SBP2 is not set
1380-# CONFIG_IEEE1394_VERBOSEDEBUG is not set
1381-# CONFIG_IEEE1394_VIDEO1394 is not set
1382-# CONFIG_IEEE80211 is not set
1383-# CONFIG_IEEE80211_CRYPT_CCMP is not set
1384-# CONFIG_IEEE80211_CRYPT_TKIP is not set
1385-# CONFIG_IEEE80211_CRYPT_WEP is not set
1386-# CONFIG_IEEE80211_DEBUG is not set
1387-# CONFIG_IEEE80211_SOFTMAC is not set
1388-# CONFIG_IEEE80211_SOFTMAC_DEBUG is not set
1389-# CONFIG_IEEE802154 is not set
1390-# CONFIG_IFB is not set
1391-# CONFIG_IGB is not set
1392-# CONFIG_IGBVF is not set
1393-# CONFIG_IIO is not set
1394-# CONFIG_IKCONFIG is not set
1395-# CONFIG_IKCONFIG_PROC is not set
1396-# CONFIG_IMAGE_CMDLINE_HACK is not set
1397-# CONFIG_IMQ is not set
1398-# CONFIG_IMQ_BEHAVIOR_AA is not set
1399-# CONFIG_IMQ_BEHAVIOR_AB is not set
1400-# CONFIG_IMQ_BEHAVIOR_BA is not set
1401-# CONFIG_IMQ_BEHAVIOR_BB is not set
1402-CONFIG_IMQ_NUM_DEVS=2
1403+CONFIG_SLABINFO=y
1404+CONFIG_RT_MUTEXES=y
1405+CONFIG_BASE_SMALL=0
1406+CONFIG_MODULES=y
1407+# CONFIG_MODULE_FORCE_LOAD is not set
1408+CONFIG_MODULE_UNLOAD=y
1409+# CONFIG_MODULE_FORCE_UNLOAD is not set
1410+# CONFIG_MODVERSIONS is not set
1411+# CONFIG_MODULE_SRCVERSION_ALL is not set
1412+CONFIG_BLOCK=y
1413+CONFIG_LBDAF=y
1414+# CONFIG_BLK_DEV_BSG is not set
1415+# CONFIG_BLK_DEV_INTEGRITY is not set
1416+
1417+#
1418+# IO Schedulers
1419+#
1420+CONFIG_IOSCHED_NOOP=y
1421+CONFIG_IOSCHED_AS=y
1422+CONFIG_IOSCHED_DEADLINE=y
1423+CONFIG_IOSCHED_CFQ=y
1424+CONFIG_DEFAULT_AS=y
1425+# CONFIG_DEFAULT_DEADLINE is not set
1426+# CONFIG_DEFAULT_CFQ is not set
1427+# CONFIG_DEFAULT_NOOP is not set
1428+CONFIG_DEFAULT_IOSCHED="anticipatory"
1429+CONFIG_FREEZER=y
1430+
1431+#
1432+# Bus options (PCI, PCMCIA, EISA, ISA, TC)
1433+#
1434+# CONFIG_ARCH_SUPPORTS_MSI is not set
1435+CONFIG_MMU=y
1436+# CONFIG_PCCARD is not set
1437+
1438+#
1439+# Executable file formats
1440+#
1441+CONFIG_BINFMT_ELF=y
1442+# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
1443+# CONFIG_HAVE_AOUT is not set
1444+# CONFIG_BINFMT_MISC is not set
1445+CONFIG_TRAD_SIGNALS=y
1446+
1447+#
1448+# Power management options
1449+#
1450+CONFIG_ARCH_HIBERNATION_POSSIBLE=y
1451+CONFIG_ARCH_SUSPEND_POSSIBLE=y
1452+CONFIG_PM=y
1453+# CONFIG_PM_DEBUG is not set
1454+CONFIG_PM_SLEEP=y
1455+CONFIG_SUSPEND=y
1456+CONFIG_SUSPEND_FREEZER=y
1457+# CONFIG_HIBERNATION is not set
1458+# CONFIG_PM_RUNTIME is not set
1459+CONFIG_NET=y
1460+
1461+#
1462+# Networking options
1463+#
1464+CONFIG_PACKET=y
1465+# CONFIG_PACKET_MMAP is not set
1466+CONFIG_UNIX=y
1467+# CONFIG_NET_KEY is not set
1468 CONFIG_INET=y
1469-# CONFIG_INET6_AH is not set
1470-# CONFIG_INET6_ESP is not set
1471-# CONFIG_INET6_IPCOMP is not set
1472-# CONFIG_INET6_TUNNEL is not set
1473-# CONFIG_INET6_XFRM_MODE_BEET is not set
1474-# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
1475-# CONFIG_INET6_XFRM_MODE_TRANSPORT is not set
1476-# CONFIG_INET6_XFRM_MODE_TUNNEL is not set
1477-# CONFIG_INET6_XFRM_TUNNEL is not set
1478+# CONFIG_IP_MULTICAST is not set
1479+# CONFIG_IP_ADVANCED_ROUTER is not set
1480+CONFIG_IP_FIB_HASH=y
1481+CONFIG_IP_PNP=y
1482+CONFIG_IP_PNP_DHCP=y
1483+CONFIG_IP_PNP_BOOTP=y
1484+# CONFIG_IP_PNP_RARP is not set
1485+# CONFIG_NET_IPIP is not set
1486+# CONFIG_NET_IPGRE is not set
1487+# CONFIG_ARPD is not set
1488+# CONFIG_SYN_COOKIES is not set
1489 # CONFIG_INET_AH is not set
1490-CONFIG_INET_DIAG=y
1491 # CONFIG_INET_ESP is not set
1492 # CONFIG_INET_IPCOMP is not set
1493-# CONFIG_INET_LRO is not set
1494-CONFIG_INET_TCP_DIAG=y
1495+# CONFIG_INET_XFRM_TUNNEL is not set
1496 # CONFIG_INET_TUNNEL is not set
1497-# CONFIG_INET_XFRM_MODE_BEET is not set
1498 # CONFIG_INET_XFRM_MODE_TRANSPORT is not set
1499 # CONFIG_INET_XFRM_MODE_TUNNEL is not set
1500-# CONFIG_INET_XFRM_TUNNEL is not set
1501-# CONFIG_INFINIBAND is not set
1502-# CONFIG_INFTL is not set
1503-CONFIG_INIT_ENV_ARG_LIMIT=32
1504-CONFIG_INOTIFY=y
1505-CONFIG_INOTIFY_USER=y
1506-CONFIG_INPUT=y
1507-# CONFIG_INPUT_APANEL is not set
1508-# CONFIG_INPUT_ATI_REMOTE is not set
1509-# CONFIG_INPUT_ATI_REMOTE2 is not set
1510-# CONFIG_INPUT_ATLAS_BTNS is not set
1511-# CONFIG_INPUT_CM109 is not set
1512-# CONFIG_INPUT_EVBUG is not set
1513-CONFIG_INPUT_EVDEV=y
1514-# CONFIG_INPUT_FF_MEMLESS is not set
1515-# CONFIG_INPUT_GPIO is not set
1516-# CONFIG_INPUT_GPIO_BUTTONS is not set
1517-# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
1518-# CONFIG_INPUT_IXP4XX_BEEPER is not set
1519-# CONFIG_INPUT_JOYDEV is not set
1520-# CONFIG_INPUT_JOYSTICK is not set
1521-CONFIG_INPUT_KEYBOARD=y
1522-# CONFIG_INPUT_KEYSPAN_REMOTE is not set
1523-# CONFIG_INPUT_MIMIO is not set
1524-CONFIG_INPUT_MISC=y
1525-# CONFIG_INPUT_MOUSE is not set
1526-# CONFIG_INPUT_MOUSEDEV is not set
1527-# CONFIG_INPUT_PCSPKR is not set
1528-# CONFIG_INPUT_POLLDEV is not set
1529-# CONFIG_INPUT_POWERMATE is not set
1530-# CONFIG_INPUT_RB532_BUTTON is not set
1531-# CONFIG_INPUT_TABLET is not set
1532-# CONFIG_INPUT_TOUCHSCREEN is not set
1533-# CONFIG_INPUT_TSDEV is not set
1534-# CONFIG_INPUT_UINPUT is not set
1535-# CONFIG_INPUT_WINBOND_CIR is not set
1536-# CONFIG_INPUT_WISTRON_BTNS is not set
1537-# CONFIG_INPUT_YEALINK is not set
1538-# CONFIG_INSTRUMENTATION is not set
1539-CONFIG_IOSCHED_AS=y
1540-CONFIG_IOSCHED_CFQ=y
1541-CONFIG_IOSCHED_DEADLINE=y
1542-CONFIG_IOSCHED_NOOP=y
1543-# CONFIG_IP1000 is not set
1544-# CONFIG_IP175C_PHY is not set
1545-# CONFIG_IP6_NF_FILTER is not set
1546-# CONFIG_IP6_NF_IPTABLES is not set
1547-# CONFIG_IP6_NF_MANGLE is not set
1548-# CONFIG_IP6_NF_MATCH_AH is not set
1549-# CONFIG_IP6_NF_MATCH_EUI64 is not set
1550-# CONFIG_IP6_NF_MATCH_FRAG is not set
1551-# CONFIG_IP6_NF_MATCH_HL is not set
1552-# CONFIG_IP6_NF_MATCH_IPV6HEADER is not set
1553-# CONFIG_IP6_NF_MATCH_LIMIT is not set
1554-# CONFIG_IP6_NF_MATCH_MH is not set
1555-# CONFIG_IP6_NF_MATCH_OPTS is not set
1556-# CONFIG_IP6_NF_MATCH_OWNER is not set
1557-# CONFIG_IP6_NF_MATCH_RT is not set
1558-# CONFIG_IP6_NF_QUEUE is not set
1559-# CONFIG_IP6_NF_RAW is not set
1560-# CONFIG_IP6_NF_TARGET_HL is not set
1561-# CONFIG_IP6_NF_TARGET_IMQ is not set
1562-# CONFIG_IP6_NF_TARGET_LOG is not set
1563-# CONFIG_IP6_NF_TARGET_REJECT is not set
1564-# CONFIG_IP6_NF_TARGET_ROUTE is not set
1565-# CONFIG_IPC_NS is not set
1566-# CONFIG_IPDDP is not set
1567-# CONFIG_IPMI_HANDLER is not set
1568-CONFIG_IPSEC_NAT_TRAVERSAL=y
1569+# CONFIG_INET_XFRM_MODE_BEET is not set
1570+# CONFIG_INET_LRO is not set
1571+CONFIG_INET_DIAG=y
1572+CONFIG_INET_TCP_DIAG=y
1573+# CONFIG_TCP_CONG_ADVANCED is not set
1574+CONFIG_TCP_CONG_CUBIC=y
1575+CONFIG_DEFAULT_TCP_CONG="cubic"
1576+# CONFIG_TCP_MD5SIG is not set
1577 # CONFIG_IPV6 is not set
1578-# CONFIG_IPV6_MIP6 is not set
1579-# CONFIG_IPV6_MROUTE is not set
1580-# CONFIG_IPV6_MULTIPLE_TABLES is not set
1581-CONFIG_IPV6_NDISC_NODETYPE=y
1582-# CONFIG_IPV6_OPTIMISTIC_DAD is not set
1583-# CONFIG_IPV6_PRIVACY is not set
1584-# CONFIG_IPV6_ROUTER_PREF is not set
1585-# CONFIG_IPV6_ROUTE_INFO is not set
1586-# CONFIG_IPV6_SIT is not set
1587-# CONFIG_IPV6_TUNNEL is not set
1588-# CONFIG_IPW2100 is not set
1589-# CONFIG_IPW2100_DEBUG is not set
1590-CONFIG_IPW2100_MONITOR=y
1591-# CONFIG_IPW2200 is not set
1592-# CONFIG_IPW2200_DEBUG is not set
1593-CONFIG_IPW2200_MONITOR=y
1594-# CONFIG_IPW2200_PROMISCUOUS is not set
1595-# CONFIG_IPW2200_QOS is not set
1596-# CONFIG_IPW2200_RADIOTAP is not set
1597-# CONFIG_IPWIRELESS is not set
1598-# CONFIG_IPX is not set
1599-# CONFIG_IP_ADVANCED_ROUTER is not set
1600-# CONFIG_IP_DCCP is not set
1601-CONFIG_IP_FIB_HASH=y
1602-# CONFIG_IP_FIB_TRIE is not set
1603-CONFIG_IP_MROUTE=y
1604-# CONFIG_IP_MULTICAST is not set
1605-CONFIG_IP_MULTIPLE_TABLES=y
1606-# CONFIG_IP_NF_AMANDA is not set
1607-# CONFIG_IP_NF_ARPFILTER is not set
1608-# CONFIG_IP_NF_ARPTABLES is not set
1609-# CONFIG_IP_NF_ARP_MANGLE is not set
1610-CONFIG_IP_NF_CONNTRACK=y
1611-# CONFIG_IP_NF_CONNTRACK_EVENTS is not set
1612-CONFIG_IP_NF_CONNTRACK_MARK=y
1613-CONFIG_IP_NF_CT_ACCT=y
1614-# CONFIG_IP_NF_CT_PROTO_GRE is not set
1615-# CONFIG_IP_NF_CT_PROTO_SCTP is not set
1616-# CONFIG_IP_NF_FILTER is not set
1617-# CONFIG_IP_NF_FTP is not set
1618-# CONFIG_IP_NF_H323 is not set
1619-# CONFIG_IP_NF_IPTABLES is not set
1620-# CONFIG_IP_NF_IRC is not set
1621-# CONFIG_IP_NF_MANGLE is not set
1622-# CONFIG_IP_NF_MATCH_ADDRTYPE is not set
1623-# CONFIG_IP_NF_MATCH_AH is not set
1624-# CONFIG_IP_NF_MATCH_AH_ESP is not set
1625-# CONFIG_IP_NF_MATCH_COMMENT is not set
1626-# CONFIG_IP_NF_MATCH_CONDITION is not set
1627-# CONFIG_IP_NF_MATCH_CONNBYTES is not set
1628-# CONFIG_IP_NF_MATCH_CONNMARK is not set
1629-# CONFIG_IP_NF_MATCH_CONNTRACK is not set
1630-# CONFIG_IP_NF_MATCH_DSCP is not set
1631-# CONFIG_IP_NF_MATCH_ECN is not set
1632-# CONFIG_IP_NF_MATCH_HASHLIMIT is not set
1633-# CONFIG_IP_NF_MATCH_HELPER is not set
1634-# CONFIG_IP_NF_MATCH_IPP2P is not set
1635-# CONFIG_IP_NF_MATCH_IPRANGE is not set
1636-# CONFIG_IP_NF_MATCH_LAYER7 is not set
1637-# CONFIG_IP_NF_MATCH_LENGTH is not set
1638-# CONFIG_IP_NF_MATCH_LIMIT is not set
1639-# CONFIG_IP_NF_MATCH_MAC is not set
1640-# CONFIG_IP_NF_MATCH_MARK is not set
1641-# CONFIG_IP_NF_MATCH_MULTIPORT is not set
1642-# CONFIG_IP_NF_MATCH_OWNER is not set
1643-# CONFIG_IP_NF_MATCH_PKTTYPE is not set
1644-# CONFIG_IP_NF_MATCH_QUOTA is not set
1645-# CONFIG_IP_NF_MATCH_RECENT is not set
1646-# CONFIG_IP_NF_MATCH_SET is not set
1647-# CONFIG_IP_NF_MATCH_STATE is not set
1648-# CONFIG_IP_NF_MATCH_STRING is not set
1649-# CONFIG_IP_NF_MATCH_TCPMSS is not set
1650-# CONFIG_IP_NF_MATCH_TIME is not set
1651-# CONFIG_IP_NF_MATCH_TOS is not set
1652-# CONFIG_IP_NF_MATCH_TTL is not set
1653-# CONFIG_IP_NF_MATCH_UNCLEAN is not set
1654-# CONFIG_IP_NF_MMS is not set
1655-CONFIG_IP_NF_NAT=y
1656-# CONFIG_IP_NF_NAT_AMANDA is not set
1657-# CONFIG_IP_NF_NAT_FTP is not set
1658-# CONFIG_IP_NF_NAT_H323 is not set
1659-# CONFIG_IP_NF_NAT_IRC is not set
1660-# CONFIG_IP_NF_NAT_MMS is not set
1661-CONFIG_IP_NF_NAT_NEEDED=y
1662-# CONFIG_IP_NF_NAT_PPTP is not set
1663-# CONFIG_IP_NF_NAT_PROTO_GRE is not set
1664-# CONFIG_IP_NF_NAT_RTSP is not set
1665-# CONFIG_IP_NF_NAT_SIP is not set
1666-# CONFIG_IP_NF_NAT_SNMP_BASIC is not set
1667-# CONFIG_IP_NF_NAT_TFTP is not set
1668-# CONFIG_IP_NF_NETBIOS_NS is not set
1669-# CONFIG_IP_NF_PPTP is not set
1670+# CONFIG_NETWORK_SECMARK is not set
1671+CONFIG_NETFILTER=y
1672+# CONFIG_NETFILTER_DEBUG is not set
1673+CONFIG_NETFILTER_ADVANCED=y
1674+
1675+#
1676+# Core Netfilter Configuration
1677+#
1678+# CONFIG_NETFILTER_NETLINK_QUEUE is not set
1679+# CONFIG_NETFILTER_NETLINK_LOG is not set
1680+# CONFIG_NF_CONNTRACK is not set
1681+# CONFIG_NETFILTER_XTABLES is not set
1682+# CONFIG_IP_VS is not set
1683+
1684+#
1685+# IP: Netfilter Configuration
1686+#
1687+# CONFIG_NF_DEFRAG_IPV4 is not set
1688 # CONFIG_IP_NF_QUEUE is not set
1689-# CONFIG_IP_NF_RAW is not set
1690-# CONFIG_IP_NF_RTSP is not set
1691-# CONFIG_IP_NF_SECURITY is not set
1692-# CONFIG_IP_NF_SET is not set
1693-CONFIG_IP_NF_SET_HASHSIZE=1024
1694-# CONFIG_IP_NF_SET_IPHASH is not set
1695-# CONFIG_IP_NF_SET_IPMAP is not set
1696-# CONFIG_IP_NF_SET_IPPORTHASH is not set
1697-# CONFIG_IP_NF_SET_IPTREE is not set
1698-# CONFIG_IP_NF_SET_IPTREEMAP is not set
1699-# CONFIG_IP_NF_SET_MACIPMAP is not set
1700-CONFIG_IP_NF_SET_MAX=256
1701-# CONFIG_IP_NF_SET_NETHASH is not set
1702-# CONFIG_IP_NF_SET_PORTMAP is not set
1703-# CONFIG_IP_NF_SIP is not set
1704-# CONFIG_IP_NF_TARGET_CLASSIFY is not set
1705-# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
1706-# CONFIG_IP_NF_TARGET_CONNMARK is not set
1707-# CONFIG_IP_NF_TARGET_DSCP is not set
1708-# CONFIG_IP_NF_TARGET_ECN is not set
1709-# CONFIG_IP_NF_TARGET_IMQ is not set
1710-# CONFIG_IP_NF_TARGET_LOG is not set
1711-# CONFIG_IP_NF_TARGET_MARK is not set
1712-# CONFIG_IP_NF_TARGET_MASQUERADE is not set
1713-# CONFIG_IP_NF_TARGET_MIRROR is not set
1714-# CONFIG_IP_NF_TARGET_NETMAP is not set
1715-# CONFIG_IP_NF_TARGET_NOTRACK is not set
1716-# CONFIG_IP_NF_TARGET_REDIRECT is not set
1717-# CONFIG_IP_NF_TARGET_REJECT is not set
1718-# CONFIG_IP_NF_TARGET_ROUTE is not set
1719-# CONFIG_IP_NF_TARGET_SAME is not set
1720-# CONFIG_IP_NF_TARGET_SET is not set
1721-# CONFIG_IP_NF_TARGET_TCPMSS is not set
1722-# CONFIG_IP_NF_TARGET_TOS is not set
1723-# CONFIG_IP_NF_TARGET_TTL is not set
1724-# CONFIG_IP_NF_TARGET_ULOG is not set
1725-# CONFIG_IP_NF_TFTP is not set
1726-# CONFIG_IP_PIMSM_V1 is not set
1727-# CONFIG_IP_PIMSM_V2 is not set
1728-CONFIG_IP_PNP=y
1729-CONFIG_IP_PNP_BOOTP=y
1730-CONFIG_IP_PNP_DHCP=y
1731-# CONFIG_IP_PNP_RARP is not set
1732-CONFIG_IP_ROUTE_FWMARK=y
1733-CONFIG_IP_ROUTE_MULTIPATH=y
1734-CONFIG_IP_ROUTE_MULTIPATH_CACHED=y
1735-# CONFIG_IP_ROUTE_MULTIPATH_DRR is not set
1736-# CONFIG_IP_ROUTE_MULTIPATH_RANDOM is not set
1737-# CONFIG_IP_ROUTE_MULTIPATH_RR is not set
1738-# CONFIG_IP_ROUTE_MULTIPATH_WRANDOM is not set
1739-CONFIG_IP_ROUTE_VERBOSE=y
1740+# CONFIG_IP_NF_IPTABLES is not set
1741+# CONFIG_IP_NF_ARPTABLES is not set
1742+# CONFIG_IP_DCCP is not set
1743 # CONFIG_IP_SCTP is not set
1744-# CONFIG_IP_VS is not set
1745-# CONFIG_IRDA is not set
1746-# CONFIG_IRQSOFF_TRACER is not set
1747-CONFIG_IRQ_CPU=y
1748-# CONFIG_ISCSI_TCP is not set
1749-CONFIG_ISDN=y
1750-# CONFIG_ISDN_AUDIO is not set
1751-# CONFIG_ISDN_CAPI is not set
1752-# CONFIG_ISDN_CAPIFS is not set
1753-# CONFIG_ISDN_CAPI_CAPI20 is not set
1754-# CONFIG_ISDN_CAPI_CAPIDRV is not set
1755-# CONFIG_ISDN_CAPI_CAPIFS is not set
1756-# CONFIG_ISDN_DIVERSION is not set
1757-# CONFIG_ISDN_DRV_ACT2000 is not set
1758-# CONFIG_ISDN_DRV_AVMB1_VERBOSE_REASON is not set
1759-# CONFIG_ISDN_DRV_EICON is not set
1760-# CONFIG_ISDN_DRV_GIGASET is not set
1761-# CONFIG_ISDN_DRV_HISAX is not set
1762-# CONFIG_ISDN_DRV_ICN is not set
1763-# CONFIG_ISDN_DRV_LOOP is not set
1764-# CONFIG_ISDN_DRV_PCBIT is not set
1765-# CONFIG_ISDN_DRV_SC is not set
1766-# CONFIG_ISDN_DRV_TPAM is not set
1767-# CONFIG_ISDN_I4L is not set
1768-# CONFIG_ISDN_PPP_BSDCOMP is not set
1769-# CONFIG_ISDN_WITH_ABC is not set
1770-# CONFIG_ISL29003 is not set
1771-# CONFIG_ISO9660_FS is not set
1772-# CONFIG_IWL3945 is not set
1773-# CONFIG_IWLAGN is not set
1774-# CONFIG_IWLCORE is not set
1775-# CONFIG_IWLWIFI is not set
1776-# CONFIG_IWLWIFI_LEDS is not set
1777-# CONFIG_IXGB is not set
1778-CONFIG_JBD=y
1779-# CONFIG_JBD2 is not set
1780-# CONFIG_JBD2_DEBUG is not set
1781-# CONFIG_JBD_DEBUG is not set
1782-# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
1783-# CONFIG_JFFS2_CMODE_NONE is not set
1784-CONFIG_JFFS2_CMODE_PRIORITY=y
1785-# CONFIG_JFFS2_CMODE_SIZE is not set
1786-CONFIG_JFFS2_COMPRESSION_OPTIONS=y
1787-CONFIG_JFFS2_FS=y
1788-CONFIG_JFFS2_FS_DEBUG=0
1789-# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
1790-CONFIG_JFFS2_FS_WRITEBUFFER=y
1791-# CONFIG_JFFS2_FS_XATTR is not set
1792-# CONFIG_JFFS2_LZO is not set
1793-CONFIG_JFFS2_RTIME=y
1794-# CONFIG_JFFS2_RUBIN is not set
1795-CONFIG_JFFS2_SUMMARY=y
1796-CONFIG_JFFS2_ZLIB=y
1797-# CONFIG_JFFS_FS is not set
1798-# CONFIG_JFS_DEBUG is not set
1799-# CONFIG_JFS_FS is not set
1800-# CONFIG_JFS_POSIX_ACL is not set
1801-# CONFIG_JFS_SECURITY is not set
1802-# CONFIG_JFS_STATISTICS is not set
1803-# CONFIG_JME is not set
1804-CONFIG_JOLIET=y
1805-CONFIG_JZ4740_ADC=y
1806-# CONFIG_JZ4740_N516 is not set
1807-# CONFIG_JZ4740_N526 is not set
1808-CONFIG_JZ4740_QI_LB60=y
1809-CONFIG_JZRISC=y
1810-CONFIG_JZSOC=y
1811-# CONFIG_KALLSYMS is not set
1812-# CONFIG_KALLSYMS_ALL is not set
1813-# CONFIG_KALLSYMS_EXTRA_PASS is not set
1814-# CONFIG_KARMA_PARTITION is not set
1815-# CONFIG_KERNEL_BZIP2 is not set
1816-# CONFIG_KERNEL_GZIP is not set
1817-CONFIG_KERNEL_LZMA=y
1818-# CONFIG_KERNEL_LZO is not set
1819-# CONFIG_KEXEC is not set
1820-# CONFIG_KEYBOARD_ADP5588 is not set
1821-CONFIG_KEYBOARD_ATKBD=y
1822-CONFIG_KEYBOARD_GPIO=y
1823-# CONFIG_KEYBOARD_LKKBD is not set
1824-# CONFIG_KEYBOARD_LM8323 is not set
1825-CONFIG_KEYBOARD_MATRIX=y
1826-# CONFIG_KEYBOARD_MAX7359 is not set
1827-# CONFIG_KEYBOARD_NEWTON is not set
1828-# CONFIG_KEYBOARD_OPENCORES is not set
1829-# CONFIG_KEYBOARD_STOWAWAY is not set
1830-# CONFIG_KEYBOARD_SUNKBD is not set
1831-# CONFIG_KEYBOARD_XTKBD is not set
1832-# CONFIG_KEYS is not set
1833-# CONFIG_KGDB is not set
1834-# CONFIG_KMEMTRACE is not set
1835-CONFIG_KMOD=y
1836-# CONFIG_KPROBES is not set
1837-# CONFIG_KS8842 is not set
1838-# CONFIG_KS8851 is not set
1839-# CONFIG_KS8851_MLL is not set
1840-# CONFIG_KSM is not set
1841-# CONFIG_LANMEDIA is not set
1842+# CONFIG_RDS is not set
1843+# CONFIG_TIPC is not set
1844+# CONFIG_ATM is not set
1845+# CONFIG_BRIDGE is not set
1846+# CONFIG_NET_DSA is not set
1847+# CONFIG_VLAN_8021Q is not set
1848+# CONFIG_DECNET is not set
1849+# CONFIG_LLC2 is not set
1850+# CONFIG_IPX is not set
1851+# CONFIG_ATALK is not set
1852+# CONFIG_X25 is not set
1853 # CONFIG_LAPB is not set
1854-# CONFIG_LASAT is not set
1855-# CONFIG_LATENCYTOP is not set
1856-CONFIG_LBDAF=y
1857-CONFIG_LCD_CLASS_DEVICE=y
1858-CONFIG_LCD_GPM940B0=y
1859-# CONFIG_LCD_ILI9320 is not set
1860-# CONFIG_LCD_LMS283GF05 is not set
1861-# CONFIG_LCD_LTV350QV is not set
1862-# CONFIG_LCD_PLATFORM is not set
1863-# CONFIG_LCD_TDO24M is not set
1864-# CONFIG_LCD_VGG2432A4 is not set
1865-# CONFIG_LDM_PARTITION is not set
1866-# CONFIG_LEDS_ALIX is not set
1867-# CONFIG_LEDS_ALIX2 is not set
1868-# CONFIG_LEDS_BD2802 is not set
1869-CONFIG_LEDS_CLASS=y
1870-# CONFIG_LEDS_DAC124S085 is not set
1871-# CONFIG_LEDS_GPIO is not set
1872-CONFIG_LEDS_GPIO_PLATFORM=y
1873-# CONFIG_LEDS_LP3944 is not set
1874-# CONFIG_LEDS_LP5521 is not set
1875-# CONFIG_LEDS_NET48XX is not set
1876-# CONFIG_LEDS_PCA9532 is not set
1877-# CONFIG_LEDS_PCA955X is not set
1878-# CONFIG_LEDS_RB750 is not set
1879-CONFIG_LEDS_TRIGGERS=y
1880-# CONFIG_LEDS_TRIGGER_ADM5120_SWITCH is not set
1881-# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
1882-CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
1883-# CONFIG_LEDS_TRIGGER_GPIO is not set
1884-CONFIG_LEDS_TRIGGER_HEARTBEAT=y
1885-# CONFIG_LEDS_TRIGGER_IDE_DISK is not set
1886-# CONFIG_LEDS_TRIGGER_MORSE is not set
1887-CONFIG_LEDS_TRIGGER_NETDEV=y
1888-CONFIG_LEDS_TRIGGER_TIMER=y
1889-# CONFIG_LEDS_WNDR3700_USB is not set
1890-# CONFIG_LEDS_WRAP is not set
1891-CONFIG_LEGACY_PTYS=y
1892-CONFIG_LEGACY_PTY_COUNT=2
1893+# CONFIG_ECONET is not set
1894+# CONFIG_WAN_ROUTER is not set
1895+# CONFIG_PHONET is not set
1896+# CONFIG_IEEE802154 is not set
1897+# CONFIG_NET_SCHED is not set
1898+# CONFIG_DCB is not set
1899+
1900+#
1901+# Network testing
1902+#
1903+# CONFIG_NET_PKTGEN is not set
1904+# CONFIG_HAMRADIO is not set
1905+# CONFIG_CAN is not set
1906+# CONFIG_IRDA is not set
1907+# CONFIG_BT is not set
1908+# CONFIG_AF_RXRPC is not set
1909+CONFIG_WIRELESS=y
1910+# CONFIG_CFG80211 is not set
1911+CONFIG_CFG80211_DEFAULT_PS_VALUE=0
1912+CONFIG_WIRELESS_OLD_REGULATORY=y
1913+CONFIG_WIRELESS_EXT=y
1914+CONFIG_WIRELESS_EXT_SYSFS=y
1915 # CONFIG_LIB80211 is not set
1916+# CONFIG_LIB80211_CRYPT_WEP is not set
1917 # CONFIG_LIB80211_CRYPT_CCMP is not set
1918 # CONFIG_LIB80211_CRYPT_TKIP is not set
1919-# CONFIG_LIB80211_CRYPT_WEP is not set
1920-# CONFIG_LIB80211_DEBUG is not set
1921-# CONFIG_LIBCRC32C is not set
1922-# CONFIG_LIBERTAS is not set
1923-# CONFIG_LIBERTAS_SDIO is not set
1924-# CONFIG_LIBERTAS_SPI is not set
1925-# CONFIG_LIBERTAS_THINFIRM is not set
1926-# CONFIG_LIBERTAS_USB is not set
1927-# CONFIG_LIBFC is not set
1928-# CONFIG_LIBFCOE is not set
1929-# CONFIG_LIBIPW_DEBUG is not set
1930-# CONFIG_LINE6_USB is not set
1931-CONFIG_LLC=y
1932-# CONFIG_LLC2 is not set
1933-CONFIG_LOCALVERSION=""
1934-# CONFIG_LOCALVERSION_AUTO is not set
1935-# CONFIG_LOCKD is not set
1936-CONFIG_LOCKDEP_SUPPORT=y
1937-CONFIG_LOCKD_V4=y
1938-CONFIG_LOCK_KERNEL=y
1939-# CONFIG_LOCK_STAT is not set
1940-# CONFIG_LOGIRUMBLEPAD2_FF is not set
1941-# CONFIG_LOGITECH_FF is not set
1942-CONFIG_LOGO=y
1943-# CONFIG_LOGO_LINUX_CLUT224 is not set
1944-# CONFIG_LOGO_LINUX_MONO is not set
1945-# CONFIG_LOGO_LINUX_VGA16 is not set
1946-CONFIG_LOGO_OPENWRT_CLUT224=y
1947-CONFIG_LOG_BUF_SHIFT=14
1948-# CONFIG_LSF is not set
1949-# CONFIG_LSI_ET1011C_PHY is not set
1950-# CONFIG_LTPC is not set
1951-# CONFIG_LXT_PHY is not set
1952-CONFIG_LZO_COMPRESS=y
1953-CONFIG_LZO_DECOMPRESS=y
1954-# CONFIG_MAC80211 is not set
1955-CONFIG_MAC80211_DEFAULT_PS=y
1956-CONFIG_MAC80211_DEFAULT_PS_VALUE=1
1957-# CONFIG_MACH_ALCHEMY is not set
1958-# CONFIG_MACH_DECSTATION is not set
1959-# CONFIG_MACH_JAZZ is not set
1960-CONFIG_MACH_JZ=y
1961-# CONFIG_MACH_LOONGSON is not set
1962-# CONFIG_MACH_TX39XX is not set
1963-# CONFIG_MACH_TX49XX is not set
1964-# CONFIG_MACH_VR41XX is not set
1965-# CONFIG_MACINTOSH_DRIVERS is not set
1966-# CONFIG_MACVLAN is not set
1967-# CONFIG_MAC_EMUMOUSEBTN is not set
1968-# CONFIG_MAC_PARTITION is not set
1969-# CONFIG_MAGIC_SYSRQ is not set
1970-# CONFIG_MARKEINS is not set
1971-# CONFIG_MARKERS is not set
1972-# CONFIG_MARVELL_PHY is not set
1973-# CONFIG_MD is not set
1974-# CONFIG_MDIO_BITBANG is not set
1975-# CONFIG_ME4000 is not set
1976-# CONFIG_MEDIA_ATTACH is not set
1977-# CONFIG_MEDIA_SUPPORT is not set
1978-# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
1979-# CONFIG_MEGARAID_LEGACY is not set
1980-# CONFIG_MEGARAID_NEWGEN is not set
1981-# CONFIG_MEGARAID_SAS is not set
1982-# CONFIG_MEILHAUS is not set
1983-# CONFIG_MEMORY_FAILURE is not set
1984-# CONFIG_MEMSTICK is not set
1985-# CONFIG_MFD_ASIC3 is not set
1986-# CONFIG_MFD_CORE is not set
1987-# CONFIG_MFD_MC13783 is not set
1988-# CONFIG_MFD_PCF50633 is not set
1989-# CONFIG_MFD_SM501 is not set
1990-# CONFIG_MFD_TC6387XB is not set
1991-# CONFIG_MFD_TC6393XB is not set
1992-# CONFIG_MFD_TMIO is not set
1993-# CONFIG_MFD_WM831X is not set
1994-# CONFIG_MFD_WM8350_I2C is not set
1995-# CONFIG_MFD_WM8400 is not set
1996-# CONFIG_MG_DISK is not set
1997-# CONFIG_MIGRATION is not set
1998-CONFIG_MII=y
1999-# CONFIG_MIKROTIK_RB532 is not set
2000-# CONFIG_MINIX_FS is not set
2001-# CONFIG_MINIX_SUBPARTITION is not set
2002-# CONFIG_MINI_FO is not set
2003-CONFIG_MIPS=y
2004-# CONFIG_MIPS_COBALT is not set
2005-CONFIG_MIPS_FPU_EMU=y
2006-CONFIG_MIPS_L1_CACHE_SHIFT=5
2007-# CONFIG_MIPS_MACHINE is not set
2008-# CONFIG_MIPS_MALTA is not set
2009-CONFIG_MIPS_MT_DISABLED=y
2010-# CONFIG_MIPS_MT_SMP is not set
2011-# CONFIG_MIPS_MT_SMTC is not set
2012-# CONFIG_MIPS_SIM is not set
2013-CONFIG_MISC_DEVICES=y
2014-CONFIG_MISC_FILESYSTEMS=y
2015-# CONFIG_MISDN is not set
2016-# CONFIG_MISDN_AVMFRITZ is not set
2017-# CONFIG_MISDN_DSP is not set
2018-# CONFIG_MISDN_HFCMULTI is not set
2019-# CONFIG_MISDN_HFCPCI is not set
2020-# CONFIG_MISDN_HFCUSB is not set
2021-# CONFIG_MISDN_INFINEON is not set
2022-# CONFIG_MISDN_L1OIP is not set
2023-# CONFIG_MISDN_NETJET is not set
2024-# CONFIG_MISDN_SPEEDFAX is not set
2025-# CONFIG_MISDN_W6692 is not set
2026-# CONFIG_MKISS is not set
2027-CONFIG_MMC=y
2028-# CONFIG_MMC_ARMMMCI is not set
2029-# CONFIG_MMC_AT91 is not set
2030-# CONFIG_MMC_ATMELMCI is not set
2031-CONFIG_MMC_BLOCK=y
2032-# CONFIG_MMC_BLOCK_BOUNCE is not set
2033-# CONFIG_MMC_CB710 is not set
2034-# CONFIG_MMC_DEBUG is not set
2035-CONFIG_MMC_JZ=y
2036-# CONFIG_MMC_MVSDIO is not set
2037-# CONFIG_MMC_S3C is not set
2038-# CONFIG_MMC_SDHCI is not set
2039-# CONFIG_MMC_SDRICOH_CS is not set
2040-# CONFIG_MMC_SPI is not set
2041-# CONFIG_MMC_TEST is not set
2042-CONFIG_MMC_UNSAFE_RESUME=y
2043-# CONFIG_MMC_VIA_SDMMC is not set
2044-CONFIG_MMU=y
2045-CONFIG_MODULES=y
2046-# CONFIG_MODULE_FORCE_LOAD is not set
2047-# CONFIG_MODULE_FORCE_UNLOAD is not set
2048-# CONFIG_MODULE_SRCVERSION_ALL is not set
2049-CONFIG_MODULE_UNLOAD=y
2050-# CONFIG_MODVERSIONS is not set
2051-# CONFIG_MOUSE_APPLETOUCH is not set
2052-# CONFIG_MOUSE_INPORT is not set
2053-# CONFIG_MOUSE_LOGIBM is not set
2054-# CONFIG_MOUSE_PC110PAD is not set
2055-# CONFIG_MOUSE_PS2_SENTELIC is not set
2056-# CONFIG_MOUSE_SYNAPTICS_I2C is not set
2057-# CONFIG_MSDOS_FS is not set
2058-CONFIG_MSDOS_PARTITION=y
2059+
2060+#
2061+# CFG80211 needs to be enabled for MAC80211
2062+#
2063+
2064+#
2065+# Some wireless drivers require a rate control algorithm
2066+#
2067+# CONFIG_WIMAX is not set
2068+# CONFIG_RFKILL is not set
2069+# CONFIG_NET_9P is not set
2070+
2071+#
2072+# Device Drivers
2073+#
2074+
2075+#
2076+# Generic Driver Options
2077+#
2078+CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
2079+# CONFIG_DEVTMPFS is not set
2080+CONFIG_STANDALONE=y
2081+CONFIG_PREVENT_FIRMWARE_BUILD=y
2082+CONFIG_FW_LOADER=y
2083+# CONFIG_FIRMWARE_IN_KERNEL is not set
2084+CONFIG_EXTRA_FIRMWARE=""
2085+# CONFIG_DEBUG_DRIVER is not set
2086+# CONFIG_DEBUG_DEVRES is not set
2087+# CONFIG_SYS_HYPERVISOR is not set
2088+# CONFIG_CONNECTOR is not set
2089 CONFIG_MTD=y
2090-# CONFIG_MTD_ABSENT is not set
2091-# CONFIG_MTD_AFS_PARTS is not set
2092-# CONFIG_MTD_ALAUDA is not set
2093+# CONFIG_MTD_DEBUG is not set
2094+# CONFIG_MTD_TESTS is not set
2095+# CONFIG_MTD_CONCAT is not set
2096+CONFIG_MTD_PARTITIONS=y
2097+CONFIG_MTD_ROOTFS_ROOT_DEV=y
2098+CONFIG_MTD_ROOTFS_SPLIT=y
2099+# CONFIG_MTD_REDBOOT_PARTS is not set
2100+# CONFIG_MTD_CMDLINE_PARTS is not set
2101 # CONFIG_MTD_AR7_PARTS is not set
2102-# CONFIG_MTD_ARM_INTEGRATOR is not set
2103+
2104+#
2105+# User Modules And Translation Layers
2106+#
2107+CONFIG_MTD_CHAR=y
2108 CONFIG_MTD_BLKDEVS=y
2109 CONFIG_MTD_BLOCK=y
2110-# CONFIG_MTD_BLOCK2MTD is not set
2111+# CONFIG_FTL is not set
2112+# CONFIG_NFTL is not set
2113+# CONFIG_INFTL is not set
2114+# CONFIG_RFD_FTL is not set
2115+# CONFIG_SSFDC is not set
2116+# CONFIG_MTD_OOPS is not set
2117+
2118+#
2119+# RAM/ROM/Flash chip drivers
2120+#
2121 # CONFIG_MTD_CFI is not set
2122-# CONFIG_MTD_CFI_ADV_OPTIONS is not set
2123-CONFIG_MTD_CFI_AMDSTD=y
2124-# CONFIG_MTD_CFI_BE_BYTE_SWAP is not set
2125+# CONFIG_MTD_JEDECPROBE is not set
2126+CONFIG_MTD_MAP_BANK_WIDTH_1=y
2127+CONFIG_MTD_MAP_BANK_WIDTH_2=y
2128+CONFIG_MTD_MAP_BANK_WIDTH_4=y
2129+# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
2130+# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
2131+# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
2132 CONFIG_MTD_CFI_I1=y
2133 CONFIG_MTD_CFI_I2=y
2134 # CONFIG_MTD_CFI_I4 is not set
2135 # CONFIG_MTD_CFI_I8 is not set
2136-CONFIG_MTD_CFI_INTELEXT=y
2137-# CONFIG_MTD_CFI_LE_BYTE_SWAP is not set
2138-CONFIG_MTD_CFI_NOSWAP=y
2139-# CONFIG_MTD_CFI_STAA is not set
2140-CONFIG_MTD_CFI_UTIL=y
2141-CONFIG_MTD_CHAR=y
2142-# CONFIG_MTD_CMDLINE_PARTS is not set
2143+# CONFIG_MTD_RAM is not set
2144+# CONFIG_MTD_ROM is not set
2145+# CONFIG_MTD_ABSENT is not set
2146+
2147+#
2148+# Mapping drivers for chip access
2149+#
2150 # CONFIG_MTD_COMPLEX_MAPPINGS is not set
2151-# CONFIG_MTD_CONCAT is not set
2152+# CONFIG_MTD_PLATRAM is not set
2153+
2154+#
2155+# Self-contained MTD device drivers
2156+#
2157 # CONFIG_MTD_DATAFLASH is not set
2158-# CONFIG_MTD_DEBUG is not set
2159+# CONFIG_MTD_M25P80 is not set
2160+# CONFIG_MTD_SST25L is not set
2161+# CONFIG_MTD_SLRAM is not set
2162+# CONFIG_MTD_PHRAM is not set
2163+# CONFIG_MTD_MTDRAM is not set
2164+# CONFIG_MTD_BLOCK2MTD is not set
2165+
2166+#
2167+# Disk-On-Chip Device Drivers
2168+#
2169 # CONFIG_MTD_DOC2000 is not set
2170 # CONFIG_MTD_DOC2001 is not set
2171 # CONFIG_MTD_DOC2001PLUS is not set
2172-CONFIG_MTD_GEN_PROBE=y
2173-# CONFIG_MTD_GPIO_ADDR is not set
2174-# CONFIG_MTD_INTEL_VR_NOR is not set
2175-# CONFIG_MTD_JEDECPROBE is not set
2176-# CONFIG_MTD_LPDDR is not set
2177-# CONFIG_MTD_M25P80 is not set
2178-CONFIG_MTD_MAP_BANK_WIDTH_1=y
2179-# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
2180-CONFIG_MTD_MAP_BANK_WIDTH_2=y
2181-# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
2182-CONFIG_MTD_MAP_BANK_WIDTH_4=y
2183-# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
2184-# CONFIG_MTD_MTDRAM is not set
2185-# CONFIG_MTD_MYLOADER_PARTS is not set
2186 CONFIG_MTD_NAND=y
2187-# CONFIG_MTD_NAND_CAFE is not set
2188-# CONFIG_MTD_NAND_DISKONCHIP is not set
2189+# CONFIG_MTD_NAND_VERIFY_WRITE is not set
2190 # CONFIG_MTD_NAND_ECC_SMC is not set
2191-# CONFIG_MTD_NAND_GPIO is not set
2192-CONFIG_MTD_NAND_IDS=y
2193-CONFIG_MTD_NAND_JZ4740=y
2194 # CONFIG_MTD_NAND_MUSEUM_IDS is not set
2195+CONFIG_MTD_NAND_IDS=y
2196+# CONFIG_MTD_NAND_DISKONCHIP is not set
2197 # CONFIG_MTD_NAND_NANDSIM is not set
2198 # CONFIG_MTD_NAND_PLATFORM is not set
2199-# CONFIG_MTD_NAND_VERIFY_WRITE is not set
2200+CONFIG_MTD_NAND_JZ4740=y
2201 # CONFIG_MTD_ONENAND is not set
2202-# CONFIG_MTD_OOPS is not set
2203-# CONFIG_MTD_OTP is not set
2204-CONFIG_MTD_PARTITIONS=y
2205-# CONFIG_MTD_PCI is not set
2206-# CONFIG_MTD_PHRAM is not set
2207-# CONFIG_MTD_PHYSMAP is not set
2208-# CONFIG_MTD_PHYSMAP_COMPAT is not set
2209-# CONFIG_MTD_PLATRAM is not set
2210-# CONFIG_MTD_PMC551 is not set
2211-# CONFIG_MTD_RAM is not set
2212-CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1
2213-# CONFIG_MTD_REDBOOT_PARTS is not set
2214-# CONFIG_MTD_REDBOOT_PARTS_READONLY is not set
2215-# CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED is not set
2216-# CONFIG_MTD_ROM is not set
2217-CONFIG_MTD_ROOTFS_ROOT_DEV=y
2218-CONFIG_MTD_ROOTFS_SPLIT=y
2219-# CONFIG_MTD_SLRAM is not set
2220-# CONFIG_MTD_SST25L is not set
2221-# CONFIG_MTD_TESTS is not set
2222+
2223+#
2224+# LPDDR flash memory drivers
2225+#
2226+# CONFIG_MTD_LPDDR is not set
2227+
2228+#
2229+# UBI - Unsorted block images
2230+#
2231 CONFIG_MTD_UBI=y
2232+CONFIG_MTD_UBI_WL_THRESHOLD=4096
2233 CONFIG_MTD_UBI_BEB_RESERVE=1
2234-# CONFIG_MTD_UBI_DEBUG is not set
2235 # CONFIG_MTD_UBI_GLUEBI is not set
2236-CONFIG_MTD_UBI_WL_THRESHOLD=4096
2237-# CONFIG_MV643XX_ETH is not set
2238-# CONFIG_MVSWITCH_PHY is not set
2239-# CONFIG_MWAVE is not set
2240-# CONFIG_MWL8K is not set
2241-# CONFIG_MYRI10GE is not set
2242-# CONFIG_N516_LPC is not set
2243-# CONFIG_NAMESPACES is not set
2244-# CONFIG_NATIONAL_PHY is not set
2245-# CONFIG_NATSEMI is not set
2246-# CONFIG_NCP_FS is not set
2247-# CONFIG_NE2K_PCI is not set
2248-# CONFIG_NEC_MARKEINS is not set
2249-CONFIG_NET=y
2250-# CONFIG_NETCONSOLE is not set
2251-# CONFIG_NETDEBUG is not set
2252+
2253+#
2254+# UBI debugging options
2255+#
2256+# CONFIG_MTD_UBI_DEBUG is not set
2257+# CONFIG_PARPORT is not set
2258+CONFIG_BLK_DEV=y
2259+# CONFIG_BLK_DEV_COW_COMMON is not set
2260+# CONFIG_BLK_DEV_LOOP is not set
2261+# CONFIG_BLK_DEV_NBD is not set
2262+# CONFIG_BLK_DEV_RAM is not set
2263+# CONFIG_CDROM_PKTCDVD is not set
2264+# CONFIG_ATA_OVER_ETH is not set
2265+# CONFIG_BLK_DEV_HD is not set
2266+CONFIG_MISC_DEVICES=y
2267+# CONFIG_ENCLOSURE_SERVICES is not set
2268+CONFIG_JZ4740_ADC=y
2269+# CONFIG_C2PORT is not set
2270+
2271+#
2272+# EEPROM support
2273+#
2274+# CONFIG_EEPROM_AT25 is not set
2275+# CONFIG_EEPROM_93CX6 is not set
2276+CONFIG_HAVE_IDE=y
2277+# CONFIG_IDE is not set
2278+
2279+#
2280+# SCSI device support
2281+#
2282+# CONFIG_RAID_ATTRS is not set
2283+# CONFIG_SCSI is not set
2284+# CONFIG_SCSI_DMA is not set
2285+# CONFIG_SCSI_NETLINK is not set
2286+# CONFIG_ATA is not set
2287+# CONFIG_MD is not set
2288 CONFIG_NETDEVICES=y
2289-CONFIG_NETDEVICES_MULTIQUEUE=y
2290+# CONFIG_DUMMY is not set
2291+# CONFIG_BONDING is not set
2292+# CONFIG_MACVLAN is not set
2293+# CONFIG_EQUALIZER is not set
2294+# CONFIG_IMQ is not set
2295+CONFIG_TUN=m
2296+# CONFIG_VETH is not set
2297+# CONFIG_NET_ETHERNET is not set
2298 # CONFIG_NETDEV_1000 is not set
2299 # CONFIG_NETDEV_10000 is not set
2300-CONFIG_NETFILTER=y
2301-CONFIG_NETFILTER_ADVANCED=y
2302-# CONFIG_NETFILTER_DEBUG is not set
2303-# CONFIG_NETFILTER_NETLINK is not set
2304-# CONFIG_NETFILTER_NETLINK_LOG is not set
2305-# CONFIG_NETFILTER_NETLINK_QUEUE is not set
2306-# CONFIG_NETFILTER_TPROXY is not set
2307-# CONFIG_NETFILTER_XTABLES is not set
2308-# CONFIG_NETFILTER_XT_MATCH_CLUSTER is not set
2309-# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
2310-# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
2311-# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
2312-# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
2313-# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
2314-# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
2315-# CONFIG_NETFILTER_XT_MATCH_DSCP is not set
2316-# CONFIG_NETFILTER_XT_MATCH_ESP is not set
2317-# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
2318-# CONFIG_NETFILTER_XT_MATCH_HELPER is not set
2319-# CONFIG_NETFILTER_XT_MATCH_HL is not set
2320-# CONFIG_NETFILTER_XT_MATCH_IPRANGE is not set
2321-# CONFIG_NETFILTER_XT_MATCH_LAYER7 is not set
2322-# CONFIG_NETFILTER_XT_MATCH_LAYER7_DEBUG is not set
2323-# CONFIG_NETFILTER_XT_MATCH_LENGTH is not set
2324-# CONFIG_NETFILTER_XT_MATCH_LIMIT is not set
2325-# CONFIG_NETFILTER_XT_MATCH_MAC is not set
2326-# CONFIG_NETFILTER_XT_MATCH_MARK is not set
2327-# CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set
2328-# CONFIG_NETFILTER_XT_MATCH_OSF is not set
2329-# CONFIG_NETFILTER_XT_MATCH_OWNER is not set
2330-# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
2331-# CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set
2332-# CONFIG_NETFILTER_XT_MATCH_POLICY is not set
2333-# CONFIG_NETFILTER_XT_MATCH_QUOTA is not set
2334-# CONFIG_NETFILTER_XT_MATCH_RATEEST is not set
2335-# CONFIG_NETFILTER_XT_MATCH_REALM is not set
2336-# CONFIG_NETFILTER_XT_MATCH_RECENT is not set
2337-# CONFIG_NETFILTER_XT_MATCH_RECENT_PROC_COMPAT is not set
2338-# CONFIG_NETFILTER_XT_MATCH_SCTP is not set
2339-# CONFIG_NETFILTER_XT_MATCH_STATE is not set
2340-# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
2341-# CONFIG_NETFILTER_XT_MATCH_STRING is not set
2342-# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
2343-# CONFIG_NETFILTER_XT_MATCH_TIME is not set
2344-# CONFIG_NETFILTER_XT_MATCH_U32 is not set
2345-# CONFIG_NETFILTER_XT_TARGET_CLASSIFY is not set
2346-# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
2347-# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
2348-# CONFIG_NETFILTER_XT_TARGET_HL is not set
2349-# CONFIG_NETFILTER_XT_TARGET_IMQ is not set
2350-# CONFIG_NETFILTER_XT_TARGET_LED is not set
2351-# CONFIG_NETFILTER_XT_TARGET_MARK is not set
2352-# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
2353-# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
2354-# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
2355-# CONFIG_NETFILTER_XT_TARGET_RATEEST is not set
2356-# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
2357-# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
2358-# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
2359+CONFIG_WLAN=y
2360+# CONFIG_WLAN_PRE80211 is not set
2361+# CONFIG_WLAN_80211 is not set
2362+
2363+#
2364+# Enable WiMAX (Networking options) to see the WiMAX drivers
2365+#
2366+# CONFIG_WAN is not set
2367+# CONFIG_PPP is not set
2368+# CONFIG_SLIP is not set
2369+# CONFIG_NETCONSOLE is not set
2370 # CONFIG_NETPOLL is not set
2371-# CONFIG_NETROM is not set
2372-# CONFIG_NETWORK_FILESYSTEMS is not set
2373-# CONFIG_NETWORK_SECMARK is not set
2374-# CONFIG_NETXEN_NIC is not set
2375-# CONFIG_NET_9P is not set
2376-# CONFIG_NET_ACT_GACT is not set
2377-# CONFIG_NET_ACT_IPT is not set
2378-# CONFIG_NET_ACT_MIRRED is not set
2379-# CONFIG_NET_ACT_NAT is not set
2380-# CONFIG_NET_ACT_PEDIT is not set
2381-# CONFIG_NET_ACT_POLICE is not set
2382-# CONFIG_NET_ACT_SIMP is not set
2383-CONFIG_NET_ACT_SKBEDIT=y
2384-CONFIG_NET_CLS=y
2385-CONFIG_NET_CLS_ACT=y
2386-CONFIG_NET_CLS_BASIC=y
2387-# CONFIG_NET_CLS_FLOW is not set
2388-# CONFIG_NET_CLS_FW is not set
2389-CONFIG_NET_CLS_IND=y
2390-# CONFIG_NET_CLS_ROUTE4 is not set
2391-# CONFIG_NET_CLS_RSVP is not set
2392-# CONFIG_NET_CLS_RSVP6 is not set
2393-# CONFIG_NET_CLS_TCINDEX is not set
2394-# CONFIG_NET_CLS_U32 is not set
2395-# CONFIG_NET_DROP_MONITOR is not set
2396-# CONFIG_NET_DSA is not set
2397-# CONFIG_NET_EMATCH is not set
2398-# CONFIG_NET_EMATCH_CMP is not set
2399-# CONFIG_NET_EMATCH_META is not set
2400-# CONFIG_NET_EMATCH_NBYTE is not set
2401-CONFIG_NET_EMATCH_STACK=32
2402-# CONFIG_NET_EMATCH_TEXT is not set
2403-# CONFIG_NET_EMATCH_U32 is not set
2404-CONFIG_NET_ESTIMATOR=y
2405-# CONFIG_NET_ETHERNET is not set
2406-# CONFIG_NET_FC is not set
2407-# CONFIG_NET_IPGRE is not set
2408-CONFIG_NET_IPGRE_BROADCAST=y
2409-# CONFIG_NET_IPIP is not set
2410-# CONFIG_NET_ISA is not set
2411-# CONFIG_NET_KEY is not set
2412-# CONFIG_NET_KEY_MIGRATE is not set
2413-CONFIG_NET_PCI=y
2414-# CONFIG_NET_PCMCIA is not set
2415-# CONFIG_NET_PKTGEN is not set
2416 # CONFIG_NET_POLL_CONTROLLER is not set
2417-CONFIG_NET_RADIO=y
2418-# CONFIG_NET_SB1000 is not set
2419-# CONFIG_NET_SCHED is not set
2420-# CONFIG_NET_SCH_ATM is not set
2421-# CONFIG_NET_SCH_CBQ is not set
2422-# CONFIG_NET_SCH_CLK_CPU is not set
2423-# CONFIG_NET_SCH_CLK_GETTIMEOFDAY is not set
2424-CONFIG_NET_SCH_CLK_JIFFIES=y
2425-# CONFIG_NET_SCH_DRR is not set
2426-# CONFIG_NET_SCH_DSMARK is not set
2427-# CONFIG_NET_SCH_ESFQ is not set
2428-CONFIG_NET_SCH_ESFQ_NFCT=y
2429-CONFIG_NET_SCH_FIFO=y
2430-# CONFIG_NET_SCH_GRED is not set
2431-# CONFIG_NET_SCH_HFSC is not set
2432-# CONFIG_NET_SCH_HTB is not set
2433-# CONFIG_NET_SCH_INGRESS is not set
2434-# CONFIG_NET_SCH_MULTIQ is not set
2435-# CONFIG_NET_SCH_NETEM is not set
2436-# CONFIG_NET_SCH_PRIO is not set
2437-# CONFIG_NET_SCH_RED is not set
2438-# CONFIG_NET_SCH_RR is not set
2439-# CONFIG_NET_SCH_SFQ is not set
2440-# CONFIG_NET_SCH_TBF is not set
2441-# CONFIG_NET_SCH_TEQL is not set
2442-# CONFIG_NET_TULIP is not set
2443-# CONFIG_NET_VENDOR_3COM is not set
2444-CONFIG_NET_WIRELESS=y
2445-CONFIG_NET_WIRELESS_RTNETLINK=y
2446-# CONFIG_NEW_GPIO is not set
2447-# CONFIG_NEW_LEDS is not set
2448-# CONFIG_NFSD is not set
2449-CONFIG_NFSD_TCP=y
2450-# CONFIG_NFSD_V2_ACL is not set
2451-CONFIG_NFSD_V3=y
2452-# CONFIG_NFSD_V3_ACL is not set
2453-# CONFIG_NFSD_V4 is not set
2454-# CONFIG_NFS_ACL_SUPPORT is not set
2455-CONFIG_NFS_COMMON=y
2456-# CONFIG_NFS_DIRECTIO is not set
2457-# CONFIG_NFS_FS is not set
2458-CONFIG_NFS_V3=y
2459-# CONFIG_NFS_V3_ACL is not set
2460-# CONFIG_NFS_V4 is not set
2461-# CONFIG_NFS_V4_1 is not set
2462-# CONFIG_NFTL is not set
2463-# CONFIG_NF_CONNTRACK is not set
2464-# CONFIG_NF_CONNTRACK_AMANDA is not set
2465-CONFIG_NF_CONNTRACK_ENABLED=y
2466-# CONFIG_NF_CONNTRACK_EVENTS is not set
2467-# CONFIG_NF_CONNTRACK_FTP is not set
2468-# CONFIG_NF_CONNTRACK_H323 is not set
2469-# CONFIG_NF_CONNTRACK_IPV4 is not set
2470-# CONFIG_NF_CONNTRACK_IPV6 is not set
2471-# CONFIG_NF_CONNTRACK_IRC is not set
2472-CONFIG_NF_CONNTRACK_MARK=y
2473-# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
2474-# CONFIG_NF_CONNTRACK_PPTP is not set
2475-CONFIG_NF_CONNTRACK_PROC_COMPAT=y
2476-# CONFIG_NF_CONNTRACK_RTSP is not set
2477-# CONFIG_NF_CONNTRACK_SANE is not set
2478-# CONFIG_NF_CONNTRACK_SIP is not set
2479-CONFIG_NF_CONNTRACK_SUPPORT=y
2480-# CONFIG_NF_CONNTRACK_TFTP is not set
2481-# CONFIG_NF_CT_ACCT is not set
2482-# CONFIG_NF_CT_NETLINK is not set
2483-# CONFIG_NF_CT_PROTO_DCCP is not set
2484-# CONFIG_NF_CT_PROTO_GRE is not set
2485-# CONFIG_NF_CT_PROTO_SCTP is not set
2486-# CONFIG_NF_CT_PROTO_UDPLITE is not set
2487-# CONFIG_NF_DEFRAG_IPV4 is not set
2488-# CONFIG_NF_NAT is not set
2489-# CONFIG_NF_NAT_AMANDA is not set
2490-# CONFIG_NF_NAT_FTP is not set
2491-# CONFIG_NF_NAT_H323 is not set
2492-# CONFIG_NF_NAT_IRC is not set
2493-CONFIG_NF_NAT_NEEDED=y
2494-# CONFIG_NF_NAT_PPTP is not set
2495-# CONFIG_NF_NAT_PROTO_GRE is not set
2496-# CONFIG_NF_NAT_RTSP is not set
2497-# CONFIG_NF_NAT_SIP is not set
2498-# CONFIG_NF_NAT_SNMP_BASIC is not set
2499-# CONFIG_NF_NAT_TFTP is not set
2500-# CONFIG_NILFS2_FS is not set
2501-CONFIG_NL80211=y
2502-CONFIG_NLATTR=y
2503-CONFIG_NLS=y
2504-CONFIG_NLS_ASCII=y
2505-CONFIG_NLS_CODEPAGE_1250=y
2506-CONFIG_NLS_CODEPAGE_1251=y
2507-CONFIG_NLS_CODEPAGE_437=y
2508-CONFIG_NLS_CODEPAGE_737=y
2509-CONFIG_NLS_CODEPAGE_775=y
2510-CONFIG_NLS_CODEPAGE_850=y
2511-CONFIG_NLS_CODEPAGE_852=y
2512-CONFIG_NLS_CODEPAGE_855=y
2513-CONFIG_NLS_CODEPAGE_857=y
2514-CONFIG_NLS_CODEPAGE_860=y
2515-CONFIG_NLS_CODEPAGE_861=y
2516-CONFIG_NLS_CODEPAGE_862=y
2517-CONFIG_NLS_CODEPAGE_863=y
2518-CONFIG_NLS_CODEPAGE_864=y
2519-CONFIG_NLS_CODEPAGE_865=y
2520-CONFIG_NLS_CODEPAGE_866=y
2521-CONFIG_NLS_CODEPAGE_869=y
2522-CONFIG_NLS_CODEPAGE_874=y
2523-CONFIG_NLS_CODEPAGE_932=y
2524-CONFIG_NLS_CODEPAGE_936=y
2525-CONFIG_NLS_CODEPAGE_949=y
2526-CONFIG_NLS_CODEPAGE_950=y
2527-CONFIG_NLS_DEFAULT="iso8859-1"
2528-CONFIG_NLS_ISO8859_1=y
2529-CONFIG_NLS_ISO8859_13=y
2530-CONFIG_NLS_ISO8859_14=y
2531-CONFIG_NLS_ISO8859_15=y
2532-CONFIG_NLS_ISO8859_2=y
2533-CONFIG_NLS_ISO8859_3=y
2534-CONFIG_NLS_ISO8859_4=y
2535-CONFIG_NLS_ISO8859_5=y
2536-CONFIG_NLS_ISO8859_6=y
2537-CONFIG_NLS_ISO8859_7=y
2538-CONFIG_NLS_ISO8859_8=y
2539-CONFIG_NLS_ISO8859_9=y
2540-CONFIG_NLS_KOI8_R=y
2541-CONFIG_NLS_KOI8_U=y
2542-CONFIG_NLS_UTF8=y
2543-# CONFIG_NOP_USB_XCEIV is not set
2544-# CONFIG_NORTEL_HERMES is not set
2545-# CONFIG_NOZOMI is not set
2546-# CONFIG_NO_HZ is not set
2547-# CONFIG_NO_IOPORT is not set
2548-# CONFIG_NS83820 is not set
2549-# CONFIG_NSC_GPIO is not set
2550-# CONFIG_NTFS_DEBUG is not set
2551-# CONFIG_NTFS_FS is not set
2552-# CONFIG_NTFS_RW is not set
2553-# CONFIG_NVRAM is not set
2554-# CONFIG_NXP_STB220 is not set
2555-# CONFIG_NXP_STB225 is not set
2556-# CONFIG_OCFS2_FS is not set
2557-# CONFIG_OCF_BENCH is not set
2558-# CONFIG_OCF_CRYPTODEV is not set
2559-# CONFIG_OCF_CRYPTOSOFT is not set
2560-# CONFIG_OCF_EP80579 is not set
2561-# CONFIG_OCF_HIFN is not set
2562-# CONFIG_OCF_HIFNHIPP is not set
2563-# CONFIG_OCF_IXP4XX is not set
2564-# CONFIG_OCF_OCF is not set
2565-# CONFIG_OCF_OCFNULL is not set
2566-# CONFIG_OCF_SAFE is not set
2567-# CONFIG_OCF_TALITOS is not set
2568-# CONFIG_OF_I2C is not set
2569-# CONFIG_OMFS_FS is not set
2570-# CONFIG_OPROFILE is not set
2571-# CONFIG_ORION_WATCHDOG is not set
2572-# CONFIG_OSF_PARTITION is not set
2573-# CONFIG_P54_COMMON is not set
2574-CONFIG_PACKET=y
2575-# CONFIG_PACKET_MMAP is not set
2576-CONFIG_PAGEFLAGS_EXTENDED=y
2577-# CONFIG_PAGE_POISONING is not set
2578-# CONFIG_PAGE_SIZE_16KB is not set
2579-# CONFIG_PAGE_SIZE_32KB is not set
2580-CONFIG_PAGE_SIZE_4KB=y
2581-# CONFIG_PAGE_SIZE_64KB is not set
2582-# CONFIG_PAGE_SIZE_8KB is not set
2583-# CONFIG_PANTHERLORD_FF is not set
2584-# CONFIG_PARPORT is not set
2585-# CONFIG_PARPORT_PC is not set
2586-CONFIG_PARTITION_ADVANCED=y
2587-# CONFIG_PATA_ALI is not set
2588-# CONFIG_PATA_AMD is not set
2589-# CONFIG_PATA_ARTOP is not set
2590-# CONFIG_PATA_ATIIXP is not set
2591-# CONFIG_PATA_ATP867X is not set
2592-# CONFIG_PATA_CMD640_PCI is not set
2593-# CONFIG_PATA_CMD64X is not set
2594-# CONFIG_PATA_CS5520 is not set
2595-# CONFIG_PATA_CS5530 is not set
2596-# CONFIG_PATA_CS5535 is not set
2597-# CONFIG_PATA_CS5536 is not set
2598-# CONFIG_PATA_CYPRESS is not set
2599-# CONFIG_PATA_EFAR is not set
2600-# CONFIG_PATA_HPT366 is not set
2601-# CONFIG_PATA_HPT37X is not set
2602-# CONFIG_PATA_HPT3X2N is not set
2603-# CONFIG_PATA_HPT3X3 is not set
2604-# CONFIG_PATA_ISAPNP is not set
2605-# CONFIG_PATA_IT8213 is not set
2606-# CONFIG_PATA_IT821X is not set
2607-# CONFIG_PATA_IXP4XX_CF is not set
2608-# CONFIG_PATA_JMICRON is not set
2609-# CONFIG_PATA_LEGACY is not set
2610-# CONFIG_PATA_MAGICBOX_CF is not set
2611-# CONFIG_PATA_MARVELL is not set
2612-# CONFIG_PATA_MPIIX is not set
2613-# CONFIG_PATA_NETCELL is not set
2614-# CONFIG_PATA_NINJA32 is not set
2615-# CONFIG_PATA_NS87410 is not set
2616-# CONFIG_PATA_NS87415 is not set
2617-# CONFIG_PATA_OCTEON_CF is not set
2618-# CONFIG_PATA_OLDPIIX is not set
2619-# CONFIG_PATA_OPTI is not set
2620-# CONFIG_PATA_OPTIDMA is not set
2621-# CONFIG_PATA_PCMCIA is not set
2622-# CONFIG_PATA_PDC2027X is not set
2623-# CONFIG_PATA_PDC_OLD is not set
2624-# CONFIG_PATA_PLATFORM is not set
2625-# CONFIG_PATA_QDI is not set
2626-# CONFIG_PATA_RADISYS is not set
2627-# CONFIG_PATA_RB153_CF is not set
2628-# CONFIG_PATA_RB532 is not set
2629-# CONFIG_PATA_RDC is not set
2630-# CONFIG_PATA_RZ1000 is not set
2631-# CONFIG_PATA_SC1200 is not set
2632-# CONFIG_PATA_SCH is not set
2633-# CONFIG_PATA_SERVERWORKS is not set
2634-# CONFIG_PATA_SIL680 is not set
2635-# CONFIG_PATA_SIS is not set
2636-# CONFIG_PATA_TRIFLEX is not set
2637-# CONFIG_PATA_VIA is not set
2638-# CONFIG_PATA_WINBOND is not set
2639-# CONFIG_PATA_WINBOND_VLB is not set
2640-# CONFIG_PC300TOO is not set
2641-# CONFIG_PCCARD is not set
2642-# CONFIG_PCCARD_NONSTATIC is not set
2643-# CONFIG_PCF8575 is not set
2644-# CONFIG_PCI is not set
2645-# CONFIG_PCI200SYN is not set
2646-# CONFIG_PCIEAER_INJECT is not set
2647-# CONFIG_PCIEASPM is not set
2648-# CONFIG_PCIE_ECRC is not set
2649-# CONFIG_PCIPCWATCHDOG is not set
2650-# CONFIG_PCI_ATMEL is not set
2651-# CONFIG_PCI_DEBUG is not set
2652-# CONFIG_PCI_DISABLE_COMMON_QUIRKS is not set
2653-# CONFIG_PCI_HERMES is not set
2654-# CONFIG_PCI_IOV is not set
2655-# CONFIG_PCI_LEGACY is not set
2656-# CONFIG_PCI_MSI is not set
2657-CONFIG_PCI_QUIRKS=y
2658-# CONFIG_PCI_STUB is not set
2659-CONFIG_PCI_SYSCALL=y
2660-# CONFIG_PCMCIA is not set
2661-# CONFIG_PCMCIA_AHA152X is not set
2662-# CONFIG_PCMCIA_ATMEL is not set
2663-# CONFIG_PCMCIA_BCM63XX is not set
2664-# CONFIG_PCMCIA_DEBUG is not set
2665-# CONFIG_PCMCIA_FDOMAIN is not set
2666-# CONFIG_PCMCIA_HERMES is not set
2667-# CONFIG_PCMCIA_IOCTL is not set
2668-# CONFIG_PCMCIA_LOAD_CIS is not set
2669-# CONFIG_PCMCIA_NETWAVE is not set
2670-# CONFIG_PCMCIA_NINJA_SCSI is not set
2671-# CONFIG_PCMCIA_QLOGIC is not set
2672-# CONFIG_PCMCIA_RAYCS is not set
2673-# CONFIG_PCMCIA_SERIAL_CS is not set
2674-# CONFIG_PCMCIA_SPECTRUM is not set
2675-# CONFIG_PCMCIA_SYM53C500 is not set
2676-# CONFIG_PCMCIA_WAVELAN is not set
2677-# CONFIG_PCMCIA_WL3501 is not set
2678-# CONFIG_PCNET32 is not set
2679-CONFIG_PCSPKR_PLATFORM=y
2680-# CONFIG_PD6729 is not set
2681-# CONFIG_PDA_POWER is not set
2682-# CONFIG_PDC_ADMA is not set
2683-# CONFIG_PERF_COUNTERS is not set
2684-# CONFIG_PERF_EVENTS is not set
2685-# CONFIG_PHANTOM is not set
2686-# CONFIG_PHONE is not set
2687-# CONFIG_PHONET is not set
2688-# CONFIG_PHYLIB is not set
2689-# CONFIG_PHYS_ADDR_T_64BIT is not set
2690-# CONFIG_PID_NS is not set
2691-# CONFIG_PLAN9AUTH is not set
2692-CONFIG_PLIST=y
2693-# CONFIG_PLX_HERMES is not set
2694-CONFIG_PM=y
2695-# CONFIG_PMC_MSP is not set
2696-# CONFIG_PMC_YOSEMITE is not set
2697-# CONFIG_PMIC_DA903X is not set
2698-# CONFIG_PM_DEBUG is not set
2699-# CONFIG_PM_RUNTIME is not set
2700-CONFIG_PM_SLEEP=y
2701-# CONFIG_PNX8550_JBS is not set
2702-# CONFIG_PNX8550_STB810 is not set
2703-# CONFIG_POHMELFS is not set
2704-# CONFIG_POSIX_MQUEUE is not set
2705-CONFIG_POWER_SUPPLY=y
2706-# CONFIG_POWER_SUPPLY_DEBUG is not set
2707-CONFIG_PPC4xx_GPIO=y
2708-# CONFIG_PPC_16K_PAGES is not set
2709-# CONFIG_PPC_256K_PAGES is not set
2710-CONFIG_PPC_4K_PAGES=y
2711-# CONFIG_PPC_64K_PAGES is not set
2712-# CONFIG_PPC_DISABLE_WERROR is not set
2713-# CONFIG_PPC_EMULATED_STATS is not set
2714-# CONFIG_PPDEV is not set
2715-# CONFIG_PPP is not set
2716-# CONFIG_PPPOATM is not set
2717-# CONFIG_PPPOE is not set
2718-# CONFIG_PPPOL2TP is not set
2719-# CONFIG_PPP_ASYNC is not set
2720-# CONFIG_PPP_BSDCOMP is not set
2721-# CONFIG_PPP_DEFLATE is not set
2722-CONFIG_PPP_FILTER=y
2723-# CONFIG_PPP_MPPE is not set
2724-# CONFIG_PPP_MPPE_MPPC is not set
2725-CONFIG_PPP_MULTILINK=y
2726-# CONFIG_PPP_SYNC_TTY is not set
2727-# CONFIG_PPS is not set
2728-CONFIG_PREEMPT=y
2729-# CONFIG_PREEMPT_NONE is not set
2730-# CONFIG_PREEMPT_RCU is not set
2731-# CONFIG_PREEMPT_RCU_TRACE is not set
2732-# CONFIG_PREEMPT_VOLUNTARY is not set
2733-CONFIG_PREVENT_FIRMWARE_BUILD=y
2734-# CONFIG_PRINTER is not set
2735-CONFIG_PRINTK=y
2736-CONFIG_PRINTK_TIME=y
2737-# CONFIG_PRISM2_USB is not set
2738-# CONFIG_PRISM54 is not set
2739-# CONFIG_PROBE_INITRD_HEADER is not set
2740-CONFIG_PROC_FS=y
2741-CONFIG_PROC_KCORE=y
2742-# CONFIG_PROC_PAGE_MONITOR is not set
2743-CONFIG_PROC_SYSCTL=y
2744-# CONFIG_PROFILING is not set
2745-# CONFIG_PROVE_LOCKING is not set
2746-# CONFIG_PS3_VRAM is not set
2747-# CONFIG_QEMU is not set
2748-# CONFIG_QLA3XXX is not set
2749-# CONFIG_QNX4FS_FS is not set
2750-# CONFIG_QSEMI_PHY is not set
2751-# CONFIG_QT2160 is not set
2752-# CONFIG_QUOTA is not set
2753-# CONFIG_R3964 is not set
2754-# CONFIG_R6040 is not set
2755-# CONFIG_R8169 is not set
2756-# CONFIG_RADIO_ADAPTERS is not set
2757-# CONFIG_RADIO_AZTECH is not set
2758-# CONFIG_RADIO_CADET is not set
2759-# CONFIG_RADIO_GEMTEK is not set
2760-# CONFIG_RADIO_GEMTEK_PCI is not set
2761-# CONFIG_RADIO_MAESTRO is not set
2762-# CONFIG_RADIO_MAXIRADIO is not set
2763-# CONFIG_RADIO_RTRACK is not set
2764-# CONFIG_RADIO_RTRACK2 is not set
2765-# CONFIG_RADIO_SF16FMI is not set
2766-# CONFIG_RADIO_SF16FMR2 is not set
2767-# CONFIG_RADIO_TERRATEC is not set
2768-# CONFIG_RADIO_TRUST is not set
2769-# CONFIG_RADIO_TYPHOON is not set
2770-# CONFIG_RADIO_ZOLTRIX is not set
2771-# CONFIG_RAID_ATTRS is not set
2772-CONFIG_RAMFS=y
2773-# CONFIG_RAR_REGISTER is not set
2774-# CONFIG_RAW_DRIVER is not set
2775-# CONFIG_RCU_CPU_STALL_DETECTOR is not set
2776-CONFIG_RCU_FANOUT=32
2777-# CONFIG_RCU_FANOUT_EXACT is not set
2778-# CONFIG_RCU_TORTURE_TEST is not set
2779-# CONFIG_RCU_TRACE is not set
2780-# CONFIG_RDC321X_WDT is not set
2781-# CONFIG_RDC_17F3101X is not set
2782-# CONFIG_RDS is not set
2783-# CONFIG_RD_BZIP2 is not set
2784-# CONFIG_RD_GZIP is not set
2785-CONFIG_RD_LZMA=y
2786-# CONFIG_RD_LZO is not set
2787-# CONFIG_REALTEK_PHY is not set
2788-# CONFIG_REDWOOD is not set
2789-# CONFIG_REGULATOR is not set
2790-# CONFIG_REGULATOR_BQ24022 is not set
2791-# CONFIG_REGULATOR_FIXED_VOLTAGE is not set
2792-# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
2793-# CONFIG_REISERFS_CHECK is not set
2794-# CONFIG_REISERFS_FS is not set
2795-# CONFIG_REISERFS_FS_XATTR is not set
2796-# CONFIG_REISERFS_PROC_INFO is not set
2797-CONFIG_RELAY=y
2798-# CONFIG_RESOURCES_64BIT is not set
2799-# CONFIG_RFD_FTL is not set
2800-# CONFIG_RFKILL is not set
2801-# CONFIG_RFKILL_INPUT is not set
2802-# CONFIG_ROMFS_FS is not set
2803-# CONFIG_ROSE is not set
2804-# CONFIG_RPCSEC_GSS_KRB5 is not set
2805-# CONFIG_RPCSEC_GSS_SPKM3 is not set
2806-# CONFIG_RT2860 is not set
2807-# CONFIG_RT2870 is not set
2808-# CONFIG_RT2X00 is not set
2809-# CONFIG_RT3070 is not set
2810-# CONFIG_RT3090 is not set
2811-CONFIG_RTC_CLASS=y
2812-# CONFIG_RTC_DEBUG is not set
2813-# CONFIG_RTC_DRV_BQ4802 is not set
2814-# CONFIG_RTC_DRV_CMOS is not set
2815-# CONFIG_RTC_DRV_DS1286 is not set
2816-# CONFIG_RTC_DRV_DS1305 is not set
2817-# CONFIG_RTC_DRV_DS1307 is not set
2818-# CONFIG_RTC_DRV_DS1374 is not set
2819-# CONFIG_RTC_DRV_DS1390 is not set
2820-# CONFIG_RTC_DRV_DS1511 is not set
2821-# CONFIG_RTC_DRV_DS1553 is not set
2822-# CONFIG_RTC_DRV_DS1672 is not set
2823-# CONFIG_RTC_DRV_DS1742 is not set
2824-# CONFIG_RTC_DRV_DS3234 is not set
2825-# CONFIG_RTC_DRV_FM3130 is not set
2826-# CONFIG_RTC_DRV_ISL1208 is not set
2827-CONFIG_RTC_DRV_JZ4740=y
2828-# CONFIG_RTC_DRV_M41T80 is not set
2829-# CONFIG_RTC_DRV_M41T94 is not set
2830-# CONFIG_RTC_DRV_M48T35 is not set
2831-# CONFIG_RTC_DRV_M48T59 is not set
2832-# CONFIG_RTC_DRV_M48T86 is not set
2833-# CONFIG_RTC_DRV_MAX6900 is not set
2834-# CONFIG_RTC_DRV_MAX6902 is not set
2835-# CONFIG_RTC_DRV_PCF2123 is not set
2836-# CONFIG_RTC_DRV_PCF50606 is not set
2837-# CONFIG_RTC_DRV_PCF8563 is not set
2838-# CONFIG_RTC_DRV_PCF8583 is not set
2839-# CONFIG_RTC_DRV_R9701 is not set
2840-# CONFIG_RTC_DRV_RS5C348 is not set
2841-# CONFIG_RTC_DRV_RS5C372 is not set
2842-# CONFIG_RTC_DRV_RTC7301 is not set
2843-# CONFIG_RTC_DRV_RX8025 is not set
2844-# CONFIG_RTC_DRV_RX8581 is not set
2845-# CONFIG_RTC_DRV_S35390A is not set
2846-# CONFIG_RTC_DRV_STK17TA8 is not set
2847-# CONFIG_RTC_DRV_TEST is not set
2848-# CONFIG_RTC_DRV_V3020 is not set
2849-# CONFIG_RTC_DRV_X1205 is not set
2850-CONFIG_RTC_HCTOSYS=y
2851-CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
2852-CONFIG_RTC_INTF_DEV=y
2853-# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
2854-CONFIG_RTC_INTF_PROC=y
2855-CONFIG_RTC_INTF_SYSFS=y
2856-CONFIG_RTC_LIB=y
2857-# CONFIG_RTL8180 is not set
2858-# CONFIG_RTL8187 is not set
2859-# CONFIG_RTL8187SE is not set
2860-# CONFIG_RTL8192E is not set
2861-# CONFIG_RTL8192SU is not set
2862-# CONFIG_RTL8306_PHY is not set
2863-# CONFIG_RTL8366RB_PHY is not set
2864-# CONFIG_RTL8366S_PHY is not set
2865-# CONFIG_RTL8366S_PHY_DEBUG_FS is not set
2866-# CONFIG_RTL8366_SMI is not set
2867-CONFIG_RT_MUTEXES=y
2868-# CONFIG_RT_MUTEX_TESTER is not set
2869-# CONFIG_RUNTIME_DEBUG is not set
2870-CONFIG_RWSEM_GENERIC_SPINLOCK=y
2871-# CONFIG_S2IO is not set
2872-# CONFIG_SAMPLES is not set
2873-# CONFIG_SATA_AHCI is not set
2874-# CONFIG_SATA_INIC162X is not set
2875-# CONFIG_SATA_MV is not set
2876-# CONFIG_SATA_NV is not set
2877-# CONFIG_SATA_PMP is not set
2878-# CONFIG_SATA_PROMISE is not set
2879-# CONFIG_SATA_QSTOR is not set
2880-# CONFIG_SATA_SIL is not set
2881-# CONFIG_SATA_SIL24 is not set
2882-# CONFIG_SATA_SIS is not set
2883-# CONFIG_SATA_SVW is not set
2884-# CONFIG_SATA_SX4 is not set
2885-# CONFIG_SATA_ULI is not set
2886-# CONFIG_SATA_VIA is not set
2887-# CONFIG_SATA_VITESSE is not set
2888-# CONFIG_SBC_FITPC2_WATCHDOG is not set
2889-# CONFIG_SC520_WDT is not set
2890-# CONFIG_SC92031 is not set
2891-# CONFIG_SCC is not set
2892-# CONFIG_SCHEDSTATS is not set
2893-# CONFIG_SCHED_BFS is not set
2894-CONFIG_SCHED_CFS=y
2895-# CONFIG_SCHED_DEBUG is not set
2896-CONFIG_SCHED_OMIT_FRAME_POINTER=y
2897-# CONFIG_SCHED_TRACER is not set
2898-# CONFIG_SCSI is not set
2899-# CONFIG_SCSI_3W_9XXX is not set
2900-# CONFIG_SCSI_7000FASST is not set
2901-# CONFIG_SCSI_AACRAID is not set
2902-# CONFIG_SCSI_ACARD is not set
2903-# CONFIG_SCSI_ADVANSYS is not set
2904-# CONFIG_SCSI_AHA152X is not set
2905-# CONFIG_SCSI_AHA1542 is not set
2906-# CONFIG_SCSI_AIC79XX is not set
2907-# CONFIG_SCSI_AIC7XXX is not set
2908-# CONFIG_SCSI_AIC7XXX_OLD is not set
2909-# CONFIG_SCSI_AIC94XX is not set
2910-# CONFIG_SCSI_ARCMSR is not set
2911-# CONFIG_SCSI_BFA_FC is not set
2912-# CONFIG_SCSI_BNX2_ISCSI is not set
2913-# CONFIG_SCSI_BUSLOGIC is not set
2914-# CONFIG_SCSI_CONSTANTS is not set
2915-# CONFIG_SCSI_DC390T is not set
2916-# CONFIG_SCSI_DC395x is not set
2917-# CONFIG_SCSI_DEBUG is not set
2918-# CONFIG_SCSI_DH is not set
2919-# CONFIG_SCSI_DMA is not set
2920-# CONFIG_SCSI_DMX3191D is not set
2921-# CONFIG_SCSI_DPT_I2O is not set
2922-# CONFIG_SCSI_DTC3280 is not set
2923-# CONFIG_SCSI_EATA is not set
2924-# CONFIG_SCSI_ESP_CORE is not set
2925-# CONFIG_SCSI_FC_ATTRS is not set
2926-# CONFIG_SCSI_FUTURE_DOMAIN is not set
2927-# CONFIG_SCSI_GDTH is not set
2928-# CONFIG_SCSI_GENERIC_NCR5380 is not set
2929-# CONFIG_SCSI_GENERIC_NCR5380_MMIO is not set
2930-# CONFIG_SCSI_HPTIOP is not set
2931-# CONFIG_SCSI_IN2000 is not set
2932-# CONFIG_SCSI_INIA100 is not set
2933-# CONFIG_SCSI_INITIO is not set
2934-# CONFIG_SCSI_IPR is not set
2935-# CONFIG_SCSI_IPS is not set
2936-# CONFIG_SCSI_ISCSI_ATTRS is not set
2937-# CONFIG_SCSI_LOGGING is not set
2938-CONFIG_SCSI_LOWLEVEL=y
2939-# CONFIG_SCSI_LOWLEVEL_PCMCIA is not set
2940-# CONFIG_SCSI_LPFC is not set
2941-# CONFIG_SCSI_MPT2SAS is not set
2942-CONFIG_SCSI_MULTI_LUN=y
2943-# CONFIG_SCSI_MVSAS is not set
2944-# CONFIG_SCSI_MVSAS_DEBUG is not set
2945-# CONFIG_SCSI_NCR53C406A is not set
2946-# CONFIG_SCSI_NETLINK is not set
2947-# CONFIG_SCSI_NSP32 is not set
2948-# CONFIG_SCSI_OSD_INITIATOR is not set
2949-# CONFIG_SCSI_PAS16 is not set
2950-# CONFIG_SCSI_PMCRAID is not set
2951-CONFIG_SCSI_PROC_FS=y
2952-# CONFIG_SCSI_PSI240I is not set
2953-# CONFIG_SCSI_QLA_FC is not set
2954-# CONFIG_SCSI_QLA_ISCSI is not set
2955-# CONFIG_SCSI_QLOGIC_1280 is not set
2956-# CONFIG_SCSI_QLOGIC_FAS is not set
2957-# CONFIG_SCSI_SAS_ATTRS is not set
2958-# CONFIG_SCSI_SAS_LIBSAS is not set
2959-# CONFIG_SCSI_SCAN_ASYNC is not set
2960-# CONFIG_SCSI_SEAGATE is not set
2961-# CONFIG_SCSI_SPI_ATTRS is not set
2962-# CONFIG_SCSI_SRP is not set
2963-# CONFIG_SCSI_SRP_ATTRS is not set
2964-# CONFIG_SCSI_STEX is not set
2965-# CONFIG_SCSI_SYM53C416 is not set
2966-# CONFIG_SCSI_SYM53C8XX_2 is not set
2967-# CONFIG_SCSI_T128 is not set
2968-# CONFIG_SCSI_TGT is not set
2969-# CONFIG_SCSI_U14_34F is not set
2970-# CONFIG_SCSI_ULTRASTOR is not set
2971-CONFIG_SCSI_WAIT_SCAN=m
2972-# CONFIG_SCx200_ACB is not set
2973-# CONFIG_SCx200_GPIO is not set
2974-# CONFIG_SCx200_I2C is not set
2975-# CONFIG_SCx200_WDT is not set
2976-# CONFIG_SDIO_UART is not set
2977-CONFIG_SECCOMP=y
2978-# CONFIG_SECURITY is not set
2979-# CONFIG_SECURITYFS is not set
2980-# CONFIG_SECURITY_FILE_CAPABILITIES is not set
2981-CONFIG_SELECT_MEMORY_MODEL=y
2982-# CONFIG_SENSORS_ABITUGURU is not set
2983-# CONFIG_SENSORS_ABITUGURU3 is not set
2984-# CONFIG_SENSORS_AD7414 is not set
2985-# CONFIG_SENSORS_AD7418 is not set
2986-# CONFIG_SENSORS_ADCXX is not set
2987-# CONFIG_SENSORS_ADM1021 is not set
2988-# CONFIG_SENSORS_ADM1025 is not set
2989-# CONFIG_SENSORS_ADM1026 is not set
2990-# CONFIG_SENSORS_ADM1029 is not set
2991-# CONFIG_SENSORS_ADM1031 is not set
2992-# CONFIG_SENSORS_ADM9240 is not set
2993-# CONFIG_SENSORS_ADS7828 is not set
2994-# CONFIG_SENSORS_ADT7462 is not set
2995-# CONFIG_SENSORS_ADT7470 is not set
2996-# CONFIG_SENSORS_ADT7473 is not set
2997-# CONFIG_SENSORS_ADT7475 is not set
2998-# CONFIG_SENSORS_APPLESMC is not set
2999-# CONFIG_SENSORS_ASB100 is not set
3000-# CONFIG_SENSORS_ATK0110 is not set
3001-# CONFIG_SENSORS_ATXP1 is not set
3002-# CONFIG_SENSORS_CORETEMP is not set
3003-# CONFIG_SENSORS_DME1737 is not set
3004-# CONFIG_SENSORS_DS1337 is not set
3005-# CONFIG_SENSORS_DS1374 is not set
3006-# CONFIG_SENSORS_DS1621 is not set
3007-# CONFIG_SENSORS_EEPROM is not set
3008-# CONFIG_SENSORS_F71805F is not set
3009-# CONFIG_SENSORS_F71882FG is not set
3010-# CONFIG_SENSORS_F75375S is not set
3011-# CONFIG_SENSORS_FSCHER is not set
3012-# CONFIG_SENSORS_FSCHMD is not set
3013-# CONFIG_SENSORS_FSCPOS is not set
3014-# CONFIG_SENSORS_G760A is not set
3015-# CONFIG_SENSORS_GL518SM is not set
3016-# CONFIG_SENSORS_GL520SM is not set
3017-# CONFIG_SENSORS_HDAPS is not set
3018-# CONFIG_SENSORS_I5K_AMB is not set
3019-# CONFIG_SENSORS_IT87 is not set
3020-# CONFIG_SENSORS_K8TEMP is not set
3021-# CONFIG_SENSORS_LIS3LV02D is not set
3022-# CONFIG_SENSORS_LIS3_SPI is not set
3023-# CONFIG_SENSORS_LM63 is not set
3024-# CONFIG_SENSORS_LM70 is not set
3025-# CONFIG_SENSORS_LM75 is not set
3026-# CONFIG_SENSORS_LM77 is not set
3027-# CONFIG_SENSORS_LM78 is not set
3028-# CONFIG_SENSORS_LM80 is not set
3029-# CONFIG_SENSORS_LM83 is not set
3030-# CONFIG_SENSORS_LM85 is not set
3031-# CONFIG_SENSORS_LM87 is not set
3032-# CONFIG_SENSORS_LM90 is not set
3033-# CONFIG_SENSORS_LM92 is not set
3034-# CONFIG_SENSORS_LM93 is not set
3035-# CONFIG_SENSORS_LM95241 is not set
3036-# CONFIG_SENSORS_LTC4215 is not set
3037-# CONFIG_SENSORS_LTC4245 is not set
3038-# CONFIG_SENSORS_M41T00 is not set
3039-# CONFIG_SENSORS_MAX1111 is not set
3040-# CONFIG_SENSORS_MAX1619 is not set
3041-# CONFIG_SENSORS_MAX6650 is not set
3042-# CONFIG_SENSORS_MAX6875 is not set
3043-# CONFIG_SENSORS_PC87360 is not set
3044-# CONFIG_SENSORS_PC87427 is not set
3045-# CONFIG_SENSORS_PCA9539 is not set
3046-# CONFIG_SENSORS_PCF8574 is not set
3047-# CONFIG_SENSORS_PCF8591 is not set
3048-# CONFIG_SENSORS_SHT15 is not set
3049-# CONFIG_SENSORS_SIS5595 is not set
3050-# CONFIG_SENSORS_SMSC47B397 is not set
3051-# CONFIG_SENSORS_SMSC47M1 is not set
3052-# CONFIG_SENSORS_SMSC47M192 is not set
3053-# CONFIG_SENSORS_THMC50 is not set
3054-# CONFIG_SENSORS_TMP401 is not set
3055-# CONFIG_SENSORS_TMP421 is not set
3056-# CONFIG_SENSORS_TSL2550 is not set
3057-# CONFIG_SENSORS_VIA686A is not set
3058-# CONFIG_SENSORS_VT1211 is not set
3059-# CONFIG_SENSORS_VT8231 is not set
3060-# CONFIG_SENSORS_W83627EHF is not set
3061-# CONFIG_SENSORS_W83627HF is not set
3062-# CONFIG_SENSORS_W83781D is not set
3063-# CONFIG_SENSORS_W83791D is not set
3064-# CONFIG_SENSORS_W83792D is not set
3065-# CONFIG_SENSORS_W83793 is not set
3066-# CONFIG_SENSORS_W83L785TS is not set
3067-# CONFIG_SENSORS_W83L786NG is not set
3068+CONFIG_ISDN=y
3069+# CONFIG_ISDN_I4L is not set
3070+# CONFIG_MISDN is not set
3071+# CONFIG_ISDN_CAPI is not set
3072+# CONFIG_PHONE is not set
3073+
3074+#
3075+# Input device support
3076+#
3077+CONFIG_INPUT=y
3078+# CONFIG_INPUT_FF_MEMLESS is not set
3079+# CONFIG_INPUT_POLLDEV is not set
3080+
3081+#
3082+# Userland interfaces
3083+#
3084+# CONFIG_INPUT_MOUSEDEV is not set
3085+# CONFIG_INPUT_JOYDEV is not set
3086+CONFIG_INPUT_EVDEV=y
3087+# CONFIG_INPUT_EVBUG is not set
3088+
3089+#
3090+# Input Device Drivers
3091+#
3092+CONFIG_INPUT_KEYBOARD=y
3093+CONFIG_KEYBOARD_ATKBD=y
3094+# CONFIG_KEYBOARD_LKKBD is not set
3095+CONFIG_KEYBOARD_GPIO=y
3096+CONFIG_KEYBOARD_MATRIX=y
3097+# CONFIG_KEYBOARD_NEWTON is not set
3098+# CONFIG_KEYBOARD_OPENCORES is not set
3099+# CONFIG_KEYBOARD_STOWAWAY is not set
3100+# CONFIG_KEYBOARD_SUNKBD is not set
3101+# CONFIG_KEYBOARD_XTKBD is not set
3102+# CONFIG_INPUT_MOUSE is not set
3103+# CONFIG_INPUT_JOYSTICK is not set
3104+# CONFIG_INPUT_TABLET is not set
3105+# CONFIG_INPUT_TOUCHSCREEN is not set
3106+CONFIG_INPUT_MISC=y
3107+# CONFIG_INPUT_PCSPKR is not set
3108+# CONFIG_INPUT_UINPUT is not set
3109+# CONFIG_INPUT_GPIO_ROTARY_ENCODER is not set
3110+# CONFIG_INPUT_GPIO_BUTTONS is not set
3111+
3112+#
3113+# Hardware I/O ports
3114+#
3115+CONFIG_SERIO=y
3116+# CONFIG_SERIO_I8042 is not set
3117+CONFIG_SERIO_SERPORT=y
3118+CONFIG_SERIO_LIBPS2=y
3119+# CONFIG_SERIO_RAW is not set
3120+# CONFIG_GAMEPORT is not set
3121+
3122+#
3123+# Character devices
3124+#
3125+CONFIG_VT=y
3126+CONFIG_CONSOLE_TRANSLATIONS=y
3127+CONFIG_VT_CONSOLE=y
3128+CONFIG_HW_CONSOLE=y
3129+CONFIG_VT_HW_CONSOLE_BINDING=y
3130+# CONFIG_DEVKMEM is not set
3131+# CONFIG_SERIAL_NONSTANDARD is not set
3132+
3133+#
3134+# Serial drivers
3135+#
3136 CONFIG_SERIAL_8250=y
3137 CONFIG_SERIAL_8250_CONSOLE=y
3138-# CONFIG_SERIAL_8250_CS is not set
3139-# CONFIG_SERIAL_8250_EXTENDED is not set
3140 CONFIG_SERIAL_8250_NR_UARTS=2
3141-# CONFIG_SERIAL_8250_PCI is not set
3142 CONFIG_SERIAL_8250_RUNTIME_UARTS=2
3143+# CONFIG_SERIAL_8250_EXTENDED is not set
3144+
3145+#
3146+# Non-8250 serial port support
3147+#
3148+# CONFIG_SERIAL_MAX3100 is not set
3149 CONFIG_SERIAL_CORE=y
3150 CONFIG_SERIAL_CORE_CONSOLE=y
3151-# CONFIG_SERIAL_JSM is not set
3152-# CONFIG_SERIAL_MAX3100 is not set
3153-# CONFIG_SERIAL_NONSTANDARD is not set
3154-# CONFIG_SERIAL_OF_PLATFORM_NWPSERIAL is not set
3155-# CONFIG_SERIAL_UARTLITE is not set
3156-CONFIG_SERIO=y
3157-# CONFIG_SERIO_I8042 is not set
3158-CONFIG_SERIO_LIBPS2=y
3159-# CONFIG_SERIO_RAW is not set
3160-CONFIG_SERIO_SERPORT=y
3161-# CONFIG_SFI is not set
3162-# CONFIG_SGI_IOC4 is not set
3163-# CONFIG_SGI_IP22 is not set
3164-# CONFIG_SGI_IP27 is not set
3165-# CONFIG_SGI_IP28 is not set
3166-# CONFIG_SGI_IP32 is not set
3167-# CONFIG_SGI_PARTITION is not set
3168-# CONFIG_SHAPER is not set
3169-CONFIG_SHMEM=y
3170-# CONFIG_SIBYTE_BIGSUR is not set
3171-# CONFIG_SIBYTE_CARMEL is not set
3172-# CONFIG_SIBYTE_CRHINE is not set
3173-# CONFIG_SIBYTE_CRHONE is not set
3174-# CONFIG_SIBYTE_LITTLESUR is not set
3175-# CONFIG_SIBYTE_RHONE is not set
3176-# CONFIG_SIBYTE_SENTOSA is not set
3177-# CONFIG_SIBYTE_SWARM is not set
3178-CONFIG_SIGNALFD=y
3179-# CONFIG_SIMPLE_GPIO is not set
3180-# CONFIG_SIS190 is not set
3181-# CONFIG_SIS900 is not set
3182-# CONFIG_SK98LIN is not set
3183-# CONFIG_SKGE is not set
3184-# CONFIG_SKY2 is not set
3185-# CONFIG_SKY2_DEBUG is not set
3186-CONFIG_SLAB=y
3187-CONFIG_SLABINFO=y
3188-# CONFIG_SLHC is not set
3189-# CONFIG_SLICOSS is not set
3190-# CONFIG_SLIP is not set
3191-# CONFIG_SLOB is not set
3192-# CONFIG_SLOW_WORK is not set
3193-# CONFIG_SLOW_WORK_DEBUG is not set
3194-# CONFIG_SLUB is not set
3195-# CONFIG_SLUB_DEBUG is not set
3196-# CONFIG_SMARTJOYPLUS_FF is not set
3197-# CONFIG_SMB_FS is not set
3198-# CONFIG_SMB_NLS_DEFAULT is not set
3199-# CONFIG_SMC911X is not set
3200-# CONFIG_SMC91X is not set
3201-# CONFIG_SMP is not set
3202-# CONFIG_SMSC911X is not set
3203-# CONFIG_SMSC9420 is not set
3204-# CONFIG_SMSC_PHY is not set
3205-CONFIG_SND=m
3206-# CONFIG_SND_AC97_POWER_SAVE is not set
3207-# CONFIG_SND_AD1816A is not set
3208-# CONFIG_SND_AD1848 is not set
3209-# CONFIG_SND_AD1889 is not set
3210-# CONFIG_SND_ADLIB is not set
3211-# CONFIG_SND_ALI5451 is not set
3212-# CONFIG_SND_ALS100 is not set
3213-# CONFIG_SND_ALS300 is not set
3214-# CONFIG_SND_ALS4000 is not set
3215-# CONFIG_SND_ARM is not set
3216-# CONFIG_SND_ATIIXP is not set
3217-# CONFIG_SND_ATIIXP_MODEM is not set
3218-# CONFIG_SND_AU8810 is not set
3219-# CONFIG_SND_AU8820 is not set
3220-# CONFIG_SND_AU8830 is not set
3221-# CONFIG_SND_AW2 is not set
3222-# CONFIG_SND_AZT2320 is not set
3223-# CONFIG_SND_AZT3328 is not set
3224-# CONFIG_SND_BT87X is not set
3225-# CONFIG_SND_CA0106 is not set
3226-# CONFIG_SND_CMI8330 is not set
3227-# CONFIG_SND_CMIPCI is not set
3228-# CONFIG_SND_CS4231 is not set
3229-# CONFIG_SND_CS4232 is not set
3230-# CONFIG_SND_CS4236 is not set
3231-# CONFIG_SND_CS4281 is not set
3232-# CONFIG_SND_CS46XX is not set
3233-# CONFIG_SND_CS5530 is not set
3234-# CONFIG_SND_CS5535AUDIO is not set
3235-# CONFIG_SND_CTXFI is not set
3236-# CONFIG_SND_DARLA20 is not set
3237-# CONFIG_SND_DARLA24 is not set
3238-# CONFIG_SND_DEBUG is not set
3239-CONFIG_SND_DRIVERS=y
3240-# CONFIG_SND_DT019X is not set
3241-# CONFIG_SND_DUMMY is not set
3242-# CONFIG_SND_DYNAMIC_MINORS is not set
3243-# CONFIG_SND_ECHO3G is not set
3244-# CONFIG_SND_EMU10K1 is not set
3245-# CONFIG_SND_EMU10K1X is not set
3246-# CONFIG_SND_ENS1370 is not set
3247-# CONFIG_SND_ENS1371 is not set
3248-# CONFIG_SND_ES1688 is not set
3249-# CONFIG_SND_ES18XX is not set
3250-# CONFIG_SND_ES1938 is not set
3251-# CONFIG_SND_ES1968 is not set
3252-# CONFIG_SND_ES968 is not set
3253-# CONFIG_SND_FM801 is not set
3254-# CONFIG_SND_GINA20 is not set
3255-# CONFIG_SND_GINA24 is not set
3256-# CONFIG_SND_GUSCLASSIC is not set
3257-# CONFIG_SND_GUSEXTREME is not set
3258-# CONFIG_SND_GUSMAX is not set
3259-# CONFIG_SND_HDA_INTEL is not set
3260-# CONFIG_SND_HDSP is not set
3261-# CONFIG_SND_HDSPM is not set
3262-# CONFIG_SND_HIFIER is not set
3263-# CONFIG_SND_HRTIMER is not set
3264-CONFIG_SND_HWDEP=m
3265-# CONFIG_SND_ICE1712 is not set
3266-# CONFIG_SND_ICE1724 is not set
3267-# CONFIG_SND_INDIGO is not set
3268-# CONFIG_SND_INDIGODJ is not set
3269-# CONFIG_SND_INDIGODJX is not set
3270-# CONFIG_SND_INDIGOIO is not set
3271-# CONFIG_SND_INDIGOIOX is not set
3272-# CONFIG_SND_INTEL8X0 is not set
3273-# CONFIG_SND_INTEL8X0M is not set
3274-# CONFIG_SND_INTERWAVE is not set
3275-# CONFIG_SND_INTERWAVE_STB is not set
3276-# CONFIG_SND_ISA is not set
3277-CONFIG_SND_JZ4740_SOC=m
3278-CONFIG_SND_JZ4740_SOC_I2S=m
3279-# CONFIG_SND_JZ4740_SOC_N516 is not set
3280-# CONFIG_SND_JZ4740_SOC_N526 is not set
3281-CONFIG_SND_JZ4740_SOC_QI_LB60=m
3282-# CONFIG_SND_KORG1212 is not set
3283-# CONFIG_SND_LAYLA20 is not set
3284-# CONFIG_SND_LAYLA24 is not set
3285-# CONFIG_SND_LX6464ES is not set
3286-# CONFIG_SND_MAESTRO3 is not set
3287-# CONFIG_SND_MIA is not set
3288-# CONFIG_SND_MIPS is not set
3289-# CONFIG_SND_MIRO is not set
3290-# CONFIG_SND_MIXART is not set
3291-CONFIG_SND_MIXER_OSS=m
3292-# CONFIG_SND_MONA is not set
3293-# CONFIG_SND_MPU401 is not set
3294-# CONFIG_SND_MTPAV is not set
3295-# CONFIG_SND_NM256 is not set
3296-# CONFIG_SND_OPL3SA2 is not set
3297-# CONFIG_SND_OPTI92X_AD1848 is not set
3298-# CONFIG_SND_OPTI92X_CS4231 is not set
3299-# CONFIG_SND_OPTI93X is not set
3300-CONFIG_SND_OSSEMUL=y
3301-# CONFIG_SND_OXYGEN is not set
3302-CONFIG_SND_PCI=y
3303-CONFIG_SND_PCM=m
3304-# CONFIG_SND_PCMCIA is not set
3305-CONFIG_SND_PCM_OSS=m
3306-CONFIG_SND_PCM_OSS_PLUGINS=y
3307-# CONFIG_SND_PCXHR is not set
3308-# CONFIG_SND_PDAUDIOCF is not set
3309-# CONFIG_SND_PPC is not set
3310-# CONFIG_SND_PS3 is not set
3311-CONFIG_SND_RAWMIDI=m
3312-# CONFIG_SND_RIPTIDE is not set
3313-# CONFIG_SND_RME32 is not set
3314-# CONFIG_SND_RME96 is not set
3315-# CONFIG_SND_RME9652 is not set
3316-# CONFIG_SND_RTCTIMER is not set
3317-# CONFIG_SND_SB16 is not set
3318-# CONFIG_SND_SB8 is not set
3319-# CONFIG_SND_SBAWE is not set
3320-CONFIG_SND_SEQUENCER=m
3321-CONFIG_SND_SEQUENCER_OSS=y
3322-CONFIG_SND_SEQ_DUMMY=m
3323-# CONFIG_SND_SERIAL_U16550 is not set
3324-# CONFIG_SND_SGALAXY is not set
3325-# CONFIG_SND_SIS7019 is not set
3326-CONFIG_SND_SOC=m
3327-# CONFIG_SND_SOC_ALL_CODECS is not set
3328-# CONFIG_SND_SOC_JZ4740 is not set
3329-CONFIG_SND_SOC_JZCODEC=m
3330-# CONFIG_SND_SONICVIBES is not set
3331-# CONFIG_SND_SPI is not set
3332-# CONFIG_SND_SSCAPE is not set
3333-# CONFIG_SND_SUPPORT_OLD_API is not set
3334-CONFIG_SND_TIMER=m
3335-# CONFIG_SND_TRIDENT is not set
3336-CONFIG_SND_USB=y
3337-# CONFIG_SND_USB_AUDIO is not set
3338-# CONFIG_SND_USB_CAIAQ is not set
3339-# CONFIG_SND_USB_US122L is not set
3340-# CONFIG_SND_USB_USX2Y is not set
3341-# CONFIG_SND_VERBOSE_PRINTK is not set
3342-CONFIG_SND_VERBOSE_PROCFS=y
3343-# CONFIG_SND_VIA82XX is not set
3344-# CONFIG_SND_VIA82XX_MODEM is not set
3345-CONFIG_SND_VIRMIDI=m
3346-# CONFIG_SND_VIRTUOSO is not set
3347-# CONFIG_SND_VX222 is not set
3348-# CONFIG_SND_VXPOCKET is not set
3349-# CONFIG_SND_WAVEFRONT is not set
3350-# CONFIG_SND_YMFPCI is not set
3351-# CONFIG_SNI_RM is not set
3352-# CONFIG_SOC_CAMERA is not set
3353-CONFIG_SOC_JZ4740=y
3354-# CONFIG_SOFT_WATCHDOG is not set
3355-# CONFIG_SOLARIS_X86_PARTITION is not set
3356-# CONFIG_SONYPI is not set
3357-# CONFIG_SONY_LAPTOP is not set
3358-CONFIG_SOUND=m
3359-CONFIG_SOUND_OSS_CORE_PRECLAIM=y
3360-# CONFIG_SOUND_PRIME is not set
3361-# CONFIG_SPARSEMEM_MANUAL is not set
3362-# CONFIG_SPARSEMEM_STATIC is not set
3363-# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
3364+CONFIG_UNIX98_PTYS=y
3365+# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
3366+CONFIG_LEGACY_PTYS=y
3367+CONFIG_LEGACY_PTY_COUNT=2
3368+# CONFIG_IPMI_HANDLER is not set
3369+# CONFIG_HW_RANDOM is not set
3370+# CONFIG_R3964 is not set
3371+# CONFIG_GPIO_DEVICE is not set
3372+# CONFIG_RAW_DRIVER is not set
3373+# CONFIG_TCG_TPM is not set
3374+# CONFIG_I2C is not set
3375 CONFIG_SPI=y
3376-# CONFIG_SPI_AT25 is not set
3377-# CONFIG_SPI_BCM63XX is not set
3378-CONFIG_SPI_BITBANG=y
3379 # CONFIG_SPI_DEBUG is not set
3380+CONFIG_SPI_MASTER=y
3381+
3382+#
3383+# SPI Master Controller Drivers
3384+#
3385+CONFIG_SPI_BITBANG=y
3386 CONFIG_SPI_GPIO=y
3387 # CONFIG_SPI_GPIO_OLD is not set
3388-CONFIG_SPI_MASTER=y
3389-# CONFIG_SPI_ORION is not set
3390-# CONFIG_SPI_PL022 is not set
3391-# CONFIG_SPI_PPC4xx is not set
3392+
3393+#
3394+# SPI Protocol Masters
3395+#
3396 # CONFIG_SPI_SPIDEV is not set
3397 # CONFIG_SPI_TLE62X0 is not set
3398-# CONFIG_SPI_VSC7385 is not set
3399-CONFIG_SPLIT_PTLOCK_CPUS=4
3400-# CONFIG_SQUASHFS is not set
3401-# CONFIG_SQUASHFS_EMBEDDED is not set
3402-CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
3403-CONFIG_SQUASHFS_LZMA=y
3404-CONFIG_SQUASHFS_SUPPORT_ZLIB=y
3405-# CONFIG_SQUASHFS_VMALLOC is not set
3406-# CONFIG_SSB is not set
3407-# CONFIG_SSB_DEBUG is not set
3408-# CONFIG_SSB_PCMCIAHOST is not set
3409+
3410+#
3411+# PPS support
3412+#
3413+# CONFIG_PPS is not set
3414+CONFIG_ARCH_REQUIRE_GPIOLIB=y
3415+CONFIG_GPIOLIB=y
3416+# CONFIG_DEBUG_GPIO is not set
3417+# CONFIG_GPIO_SYSFS is not set
3418+
3419+#
3420+# Memory mapped GPIO expanders:
3421+#
3422+
3423+#
3424+# I2C GPIO expanders:
3425+#
3426+
3427+#
3428+# PCI GPIO expanders:
3429+#
3430+
3431+#
3432+# SPI GPIO expanders:
3433+#
3434+# CONFIG_GPIO_MAX7301 is not set
3435+# CONFIG_GPIO_MCP23S08 is not set
3436+# CONFIG_GPIO_MC33880 is not set
3437+
3438+#
3439+# AC97 GPIO expanders:
3440+#
3441+# CONFIG_W1 is not set
3442+CONFIG_POWER_SUPPLY=y
3443+# CONFIG_POWER_SUPPLY_DEBUG is not set
3444+# CONFIG_PDA_POWER is not set
3445+# CONFIG_BATTERY_DS2760 is not set
3446+CONFIG_BATTERY_JZ4740=y
3447+CONFIG_CHARGER_GPIO=y
3448+# CONFIG_HWMON is not set
3449+# CONFIG_THERMAL is not set
3450+# CONFIG_WATCHDOG is not set
3451 CONFIG_SSB_POSSIBLE=y
3452-# CONFIG_SSB_SDIOHOST is not set
3453-# CONFIG_SSB_SILENT is not set
3454-# CONFIG_SSFDC is not set
3455-CONFIG_STACKTRACE_SUPPORT=y
3456-# CONFIG_STACK_TRACER is not set
3457-# CONFIG_STAGING is not set
3458-# CONFIG_STAGING_EXCLUDE_BUILD is not set
3459-CONFIG_STANDALONE=y
3460-CONFIG_STDBINUTILS=y
3461-# CONFIG_STE10XP is not set
3462-CONFIG_STP=y
3463-# CONFIG_STRIP is not set
3464-CONFIG_STRIP_ASM_SYMS=y
3465-# CONFIG_SUNDANCE is not set
3466-# CONFIG_SUNGEM is not set
3467-# CONFIG_SUNRPC is not set
3468-# CONFIG_SUNRPC_BIND34 is not set
3469-# CONFIG_SUNRPC_GSS is not set
3470-# CONFIG_SUNRPC_REGISTER_V4 is not set
3471-# CONFIG_SUN_PARTITION is not set
3472-CONFIG_SUSPEND=y
3473-CONFIG_SUSPEND_FREEZER=y
3474-CONFIG_SUSPEND_UP_POSSIBLE=y
3475-CONFIG_SWAP=y
3476-# CONFIG_SWCONFIG is not set
3477-# CONFIG_SYNCLINK_CS is not set
3478-# CONFIG_SYN_COOKIES is not set
3479-CONFIG_SYSCTL=y
3480-CONFIG_SYSCTL_SYSCALL=y
3481-CONFIG_SYSCTL_SYSCALL_CHECK=y
3482-CONFIG_SYSFS=y
3483-# CONFIG_SYSFS_DEPRECATED is not set
3484-# CONFIG_SYSFS_DEPRECATED_V2 is not set
3485-# CONFIG_SYSV68_PARTITION is not set
3486-CONFIG_SYSVIPC=y
3487-CONFIG_SYSVIPC_SYSCTL=y
3488-# CONFIG_SYSV_FS is not set
3489-CONFIG_SYS_HAS_CPU_MIPS32_R1=y
3490-CONFIG_SYS_HAS_EARLY_PRINTK=y
3491-# CONFIG_SYS_HYPERVISOR is not set
3492-CONFIG_SYS_SUPPORTS_32BIT_KERNEL=y
3493-CONFIG_SYS_SUPPORTS_ARBIT_HZ=y
3494-CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=y
3495-# CONFIG_TASKSTATS is not set
3496-# CONFIG_TCG_TPM is not set
3497-# CONFIG_TCIC is not set
3498-# CONFIG_TCP_CONG_ADVANCED is not set
3499-# CONFIG_TCP_CONG_BIC is not set
3500-CONFIG_TCP_CONG_CUBIC=y
3501-# CONFIG_TCP_CONG_HSTCP is not set
3502-# CONFIG_TCP_CONG_HTCP is not set
3503-# CONFIG_TCP_CONG_HYBLA is not set
3504-# CONFIG_TCP_CONG_ILLINOIS is not set
3505-# CONFIG_TCP_CONG_LP is not set
3506-# CONFIG_TCP_CONG_SCALABLE is not set
3507-# CONFIG_TCP_CONG_VEGAS is not set
3508-# CONFIG_TCP_CONG_VENO is not set
3509-CONFIG_TCP_CONG_WESTWOOD=y
3510-# CONFIG_TCP_CONG_YEAH is not set
3511-# CONFIG_TCP_MD5SIG is not set
3512-CONFIG_TEXTSEARCH=y
3513-# CONFIG_TEXTSEARCH_BM is not set
3514-# CONFIG_TEXTSEARCH_FSM is not set
3515-# CONFIG_TEXTSEARCH_KMP is not set
3516-# CONFIG_THERMAL is not set
3517-# CONFIG_THERMAL_HWMON is not set
3518-# CONFIG_THRUSTMASTER_FF is not set
3519-CONFIG_TICK_ONESHOT=y
3520-# CONFIG_TIFM_CORE is not set
3521-# CONFIG_TIGON3 is not set
3522-CONFIG_TIMERFD=y
3523-CONFIG_TIMER_STATS=y
3524-# CONFIG_TINY_SHMEM is not set
3525-# CONFIG_TIPC is not set
3526-# CONFIG_TLAN is not set
3527-# CONFIG_TMD_HERMES is not set
3528-CONFIG_TMPFS=y
3529-# CONFIG_TMPFS_POSIX_ACL is not set
3530-# CONFIG_TOUCHSCREEN_AD7877 is not set
3531-# CONFIG_TOUCHSCREEN_AD7879 is not set
3532-# CONFIG_TOUCHSCREEN_AD7879_I2C is not set
3533-# CONFIG_TOUCHSCREEN_AD7879_SPI is not set
3534-# CONFIG_TOUCHSCREEN_ADS7846 is not set
3535-# CONFIG_TOUCHSCREEN_EETI is not set
3536-# CONFIG_TOUCHSCREEN_ELO is not set
3537-# CONFIG_TOUCHSCREEN_FILTER is not set
3538-# CONFIG_TOUCHSCREEN_FUJITSU is not set
3539-# CONFIG_TOUCHSCREEN_GUNZE is not set
3540-# CONFIG_TOUCHSCREEN_INEXIO is not set
3541-# CONFIG_TOUCHSCREEN_MK712 is not set
3542-# CONFIG_TOUCHSCREEN_MTOUCH is not set
3543-# CONFIG_TOUCHSCREEN_PENMOUNT is not set
3544-# CONFIG_TOUCHSCREEN_S3C2410 is not set
3545-# CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
3546-# CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
3547-# CONFIG_TOUCHSCREEN_TOUCHWIN is not set
3548-# CONFIG_TOUCHSCREEN_TSC2007 is not set
3549-# CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
3550-# CONFIG_TOUCHSCREEN_W90X900 is not set
3551-# CONFIG_TOUCHSCREEN_WACOM_W8001 is not set
3552-# CONFIG_TPS65010 is not set
3553-# CONFIG_TR is not set
3554-# CONFIG_TRACE_BRANCH_PROFILING is not set
3555-CONFIG_TRACE_IRQFLAGS_SUPPORT=y
3556-CONFIG_TRACING_SUPPORT=y
3557-CONFIG_TRAD_SIGNALS=y
3558-# CONFIG_TRANZPORT is not set
3559-# CONFIG_TREE_PREEMPT_RCU is not set
3560-CONFIG_TREE_RCU=y
3561-# CONFIG_TREE_RCU_TRACE is not set
3562-CONFIG_TUN=m
3563-# CONFIG_TUNER_3036 is not set
3564-# CONFIG_TUNER_TEA5761 is not set
3565-# CONFIG_TWL4030_CORE is not set
3566-# CONFIG_UACCESS_WITH_MEMCPY is not set
3567-CONFIG_UBIFS_FS=y
3568-CONFIG_UBIFS_FS_ADVANCED_COMPR=y
3569-# CONFIG_UBIFS_FS_DEBUG is not set
3570-CONFIG_UBIFS_FS_LZO=y
3571-# CONFIG_UBIFS_FS_XATTR is not set
3572-CONFIG_UBIFS_FS_ZLIB=y
3573-# CONFIG_UCB1400_CORE is not set
3574-# CONFIG_UDF_FS is not set
3575-CONFIG_UDF_NLS=y
3576-CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
3577-# CONFIG_UFS_FS is not set
3578-# CONFIG_UIO is not set
3579-# CONFIG_ULTRIX_PARTITION is not set
3580-# CONFIG_UNEVICTABLE_LRU is not set
3581-# CONFIG_UNION_MOUNT is not set
3582-CONFIG_UNIX=y
3583-CONFIG_UNIX98_PTYS=y
3584-# CONFIG_UNIXWARE_DISKLABEL is not set
3585-# CONFIG_UNUSED_SYMBOLS is not set
3586-# CONFIG_USB is not set
3587-# CONFIG_USBPCWATCHDOG is not set
3588-# CONFIG_USB_ACECAD is not set
3589-# CONFIG_USB_ACM is not set
3590-# CONFIG_USB_ADM5120_HCD is not set
3591-# CONFIG_USB_ADUTUX is not set
3592-# CONFIG_USB_AIPTEK is not set
3593-CONFIG_USB_ALI_M5632=y
3594-CONFIG_USB_AN2720=y
3595-# CONFIG_USB_ANNOUNCE_NEW_DEVICES is not set
3596-# CONFIG_USB_APPLEDISPLAY is not set
3597-# CONFIG_USB_APPLETOUCH is not set
3598-# CONFIG_USB_ARCH_HAS_EHCI is not set
3599+
3600+#
3601+# Sonics Silicon Backplane
3602+#
3603+# CONFIG_SSB is not set
3604+
3605+#
3606+# Multifunction device drivers
3607+#
3608+# CONFIG_MFD_CORE is not set
3609+# CONFIG_MFD_SM501 is not set
3610+# CONFIG_HTC_PASIC3 is not set
3611+# CONFIG_MFD_TMIO is not set
3612+# CONFIG_MFD_MC13783 is not set
3613+# CONFIG_EZX_PCAP is not set
3614+# CONFIG_REGULATOR is not set
3615+# CONFIG_MEDIA_SUPPORT is not set
3616+
3617+#
3618+# Graphics support
3619+#
3620+# CONFIG_VGASTATE is not set
3621+# CONFIG_VIDEO_OUTPUT_CONTROL is not set
3622+CONFIG_FB=y
3623+# CONFIG_FIRMWARE_EDID is not set
3624+# CONFIG_FB_DDC is not set
3625+# CONFIG_FB_BOOT_VESA_SUPPORT is not set
3626+# CONFIG_FB_CFB_FILLRECT is not set
3627+# CONFIG_FB_CFB_COPYAREA is not set
3628+# CONFIG_FB_CFB_IMAGEBLIT is not set
3629+# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
3630+CONFIG_FB_SYS_FILLRECT=y
3631+CONFIG_FB_SYS_COPYAREA=y
3632+CONFIG_FB_SYS_IMAGEBLIT=y
3633+# CONFIG_FB_FOREIGN_ENDIAN is not set
3634+# CONFIG_FB_SYS_FOPS is not set
3635+# CONFIG_FB_SVGALIB is not set
3636+# CONFIG_FB_MACMODES is not set
3637+# CONFIG_FB_BACKLIGHT is not set
3638+# CONFIG_FB_MODE_HELPERS is not set
3639+# CONFIG_FB_TILEBLITTING is not set
3640+
3641+#
3642+# Frame buffer hardware drivers
3643+#
3644+# CONFIG_FB_S1D13XXX is not set
3645+# CONFIG_FB_VIRTUAL is not set
3646+# CONFIG_FB_METRONOME is not set
3647+# CONFIG_FB_MB862XX is not set
3648+# CONFIG_FB_BROADSHEET is not set
3649+CONFIG_FB_JZ4740=y
3650+CONFIG_BACKLIGHT_LCD_SUPPORT=y
3651+CONFIG_LCD_CLASS_DEVICE=y
3652+# CONFIG_LCD_LMS283GF05 is not set
3653+# CONFIG_LCD_LTV350QV is not set
3654+# CONFIG_LCD_ILI9320 is not set
3655+# CONFIG_LCD_TDO24M is not set
3656+# CONFIG_LCD_VGG2432A4 is not set
3657+# CONFIG_LCD_PLATFORM is not set
3658+CONFIG_LCD_GPM940B0=y
3659+# CONFIG_BACKLIGHT_CLASS_DEVICE is not set
3660+
3661+#
3662+# Display device support
3663+#
3664+# CONFIG_DISPLAY_SUPPORT is not set
3665+
3666+#
3667+# Console display driver support
3668+#
3669+# CONFIG_VGA_CONSOLE is not set
3670+CONFIG_DUMMY_CONSOLE=y
3671+CONFIG_FRAMEBUFFER_CONSOLE=y
3672+# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
3673+# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
3674+CONFIG_FONTS=y
3675+# CONFIG_FONT_8x8 is not set
3676+# CONFIG_FONT_8x16 is not set
3677+CONFIG_FONT_6x11=y
3678+# CONFIG_FONT_7x14 is not set
3679+# CONFIG_FONT_PEARL_8x8 is not set
3680+# CONFIG_FONT_ACORN_8x8 is not set
3681+# CONFIG_FONT_MINI_4x6 is not set
3682+# CONFIG_FONT_SUN8x16 is not set
3683+# CONFIG_FONT_SUN12x22 is not set
3684+# CONFIG_FONT_10x18 is not set
3685+CONFIG_LOGO=y
3686+# CONFIG_LOGO_LINUX_MONO is not set
3687+# CONFIG_LOGO_LINUX_VGA16 is not set
3688+# CONFIG_LOGO_LINUX_CLUT224 is not set
3689+CONFIG_LOGO_OPENWRT_CLUT224=y
3690+CONFIG_SOUND=m
3691+CONFIG_SOUND_OSS_CORE=y
3692+CONFIG_SOUND_OSS_CORE_PRECLAIM=y
3693+CONFIG_SND=m
3694+CONFIG_SND_TIMER=m
3695+CONFIG_SND_PCM=m
3696+CONFIG_SND_HWDEP=m
3697+CONFIG_SND_RAWMIDI=m
3698+CONFIG_SND_JACK=y
3699+CONFIG_SND_SEQUENCER=m
3700+CONFIG_SND_SEQ_DUMMY=m
3701+CONFIG_SND_OSSEMUL=y
3702+CONFIG_SND_MIXER_OSS=m
3703+CONFIG_SND_PCM_OSS=m
3704+CONFIG_SND_PCM_OSS_PLUGINS=y
3705+CONFIG_SND_SEQUENCER_OSS=y
3706+# CONFIG_SND_DYNAMIC_MINORS is not set
3707+# CONFIG_SND_SUPPORT_OLD_API is not set
3708+CONFIG_SND_VERBOSE_PROCFS=y
3709+# CONFIG_SND_VERBOSE_PRINTK is not set
3710+# CONFIG_SND_DEBUG is not set
3711+CONFIG_SND_RAWMIDI_SEQ=m
3712+# CONFIG_SND_OPL3_LIB_SEQ is not set
3713+# CONFIG_SND_OPL4_LIB_SEQ is not set
3714+# CONFIG_SND_SBAWE_SEQ is not set
3715+# CONFIG_SND_EMU10K1_SEQ is not set
3716+CONFIG_SND_DRIVERS=y
3717+# CONFIG_SND_DUMMY is not set
3718+CONFIG_SND_VIRMIDI=m
3719+# CONFIG_SND_MTPAV is not set
3720+# CONFIG_SND_SERIAL_U16550 is not set
3721+# CONFIG_SND_MPU401 is not set
3722+# CONFIG_SND_SPI is not set
3723+# CONFIG_SND_MIPS is not set
3724+CONFIG_SND_SOC=m
3725+CONFIG_SND_JZ4740_SOC=m
3726+CONFIG_SND_JZ4740_SOC_QI_LB60=m
3727+CONFIG_SND_JZ4740_SOC_I2S=m
3728+CONFIG_SND_SOC_I2C_AND_SPI=m
3729+# CONFIG_SND_SOC_ALL_CODECS is not set
3730+CONFIG_SND_SOC_JZCODEC=m
3731+# CONFIG_SOUND_PRIME is not set
3732+# CONFIG_HID_SUPPORT is not set
3733+CONFIG_USB_SUPPORT=y
3734 # CONFIG_USB_ARCH_HAS_HCD is not set
3735 # CONFIG_USB_ARCH_HAS_OHCI is not set
3736-CONFIG_USB_ARMLINUX=y
3737-# CONFIG_USB_ATI_REMOTE is not set
3738-# CONFIG_USB_ATI_REMOTE2 is not set
3739-# CONFIG_USB_ATM is not set
3740-# CONFIG_USB_ATMEL is not set
3741-# CONFIG_USB_AUDIO is not set
3742-# CONFIG_USB_AUERSWALD is not set
3743-# CONFIG_USB_BANDWIDTH is not set
3744-CONFIG_USB_BELKIN=y
3745-# CONFIG_USB_BERRY_CHARGE is not set
3746-# CONFIG_USB_C67X00_HCD is not set
3747-# CONFIG_USB_CATC is not set
3748-# CONFIG_USB_CDC_COMPOSITE is not set
3749-# CONFIG_USB_CM109 is not set
3750-# CONFIG_USB_CPC is not set
3751-# CONFIG_USB_CXACRU is not set
3752-# CONFIG_USB_CYPRESS_CY7C63 is not set
3753-# CONFIG_USB_CYTHERM is not set
3754-# CONFIG_USB_DABUSB is not set
3755-# CONFIG_USB_DEBUG is not set
3756-CONFIG_USB_DEVICEFS=y
3757-# CONFIG_USB_DEVICE_CLASS is not set
3758-# CONFIG_USB_DSBR is not set
3759-# CONFIG_USB_DWC_OTG is not set
3760-# CONFIG_USB_DYNAMIC_MINORS is not set
3761-# CONFIG_USB_EHCI_HCD is not set
3762-# CONFIG_USB_EHCI_HCD_PPC_OF is not set
3763-CONFIG_USB_EHCI_ROOT_HUB_TT=y
3764-# CONFIG_USB_EHCI_SPLIT_ISO is not set
3765-# CONFIG_USB_EHCI_TT_NEWSCHED is not set
3766-# CONFIG_USB_EMI26 is not set
3767-# CONFIG_USB_EMI62 is not set
3768-# CONFIG_USB_EPSON2888 is not set
3769-# CONFIG_USB_ET61X251 is not set
3770-CONFIG_USB_ETH=y
3771-# CONFIG_USB_ETH_EEM is not set
3772-CONFIG_USB_ETH_RNDIS=y
3773-CONFIG_USB_EZUSB=y
3774-# CONFIG_USB_FILE_STORAGE is not set
3775-# CONFIG_USB_FTDI_ELAN is not set
3776+# CONFIG_USB_ARCH_HAS_EHCI is not set
3777+# CONFIG_USB_OTG_WHITELIST is not set
3778+# CONFIG_USB_OTG_BLACKLIST_HUB is not set
3779+# CONFIG_USB_GADGET_MUSB_HDRC is not set
3780+
3781+#
3782+# NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may
3783+#
3784 CONFIG_USB_GADGET=y
3785-# CONFIG_USB_GADGETFS is not set
3786-# CONFIG_USB_GADGET_AMD5536UDC is not set
3787-# CONFIG_USB_GADGET_AT91 is not set
3788-# CONFIG_USB_GADGET_ATMEL_USBA is not set
3789-# CONFIG_USB_GADGET_CI13XXX is not set
3790 # CONFIG_USB_GADGET_DEBUG is not set
3791 # CONFIG_USB_GADGET_DEBUG_FILES is not set
3792 # CONFIG_USB_GADGET_DEBUG_FS is not set
3793-CONFIG_USB_GADGET_DUALSPEED=y
3794-# CONFIG_USB_GADGET_DUMMY_HCD is not set
3795-# CONFIG_USB_GADGET_FSL_QE is not set
3796-# CONFIG_USB_GADGET_FSL_USB2 is not set
3797-# CONFIG_USB_GADGET_GOKU is not set
3798-# CONFIG_USB_GADGET_IMX is not set
3799+CONFIG_USB_GADGET_VBUS_DRAW=2
3800+CONFIG_USB_GADGET_SELECTED=y
3801 CONFIG_USB_GADGET_JZ4740=y
3802-# CONFIG_USB_GADGET_LANGWELL is not set
3803+CONFIG_USB_JZ4740=y
3804+# CONFIG_USB_GADGET_AT91 is not set
3805+# CONFIG_USB_GADGET_ATMEL_USBA is not set
3806+# CONFIG_USB_GADGET_FSL_USB2 is not set
3807 # CONFIG_USB_GADGET_LH7A40X is not set
3808-# CONFIG_USB_GADGET_M66592 is not set
3809-# CONFIG_USB_GADGET_MUSB_HDRC is not set
3810-# CONFIG_USB_GADGET_NET2280 is not set
3811 # CONFIG_USB_GADGET_OMAP is not set
3812 # CONFIG_USB_GADGET_PXA25X is not set
3813-# CONFIG_USB_GADGET_PXA27X is not set
3814 # CONFIG_USB_GADGET_R8A66597 is not set
3815-# CONFIG_USB_GADGET_S3C2410 is not set
3816+# CONFIG_USB_GADGET_PXA27X is not set
3817 # CONFIG_USB_GADGET_S3C_HSOTG is not set
3818-CONFIG_USB_GADGET_SELECTED=y
3819-CONFIG_USB_GADGET_VBUS_DRAW=2
3820-# CONFIG_USB_GL860 is not set
3821-# CONFIG_USB_GPIO_VBUS is not set
3822-# CONFIG_USB_GSPCA is not set
3823-# CONFIG_USB_GSPCA_CONEX is not set
3824-# CONFIG_USB_GSPCA_ETOMS is not set
3825-# CONFIG_USB_GSPCA_FINEPIX is not set
3826-# CONFIG_USB_GSPCA_JEILINJ is not set
3827-# CONFIG_USB_GSPCA_MARS is not set
3828-# CONFIG_USB_GSPCA_MR97310A is not set
3829-# CONFIG_USB_GSPCA_OV519 is not set
3830-# CONFIG_USB_GSPCA_OV534 is not set
3831-# CONFIG_USB_GSPCA_PAC207 is not set
3832-# CONFIG_USB_GSPCA_PAC7311 is not set
3833-# CONFIG_USB_GSPCA_SN9C20X is not set
3834-CONFIG_USB_GSPCA_SN9C20X_EVDEV=y
3835-# CONFIG_USB_GSPCA_SONIXB is not set
3836-# CONFIG_USB_GSPCA_SONIXJ is not set
3837-# CONFIG_USB_GSPCA_SPCA500 is not set
3838-# CONFIG_USB_GSPCA_SPCA501 is not set
3839-# CONFIG_USB_GSPCA_SPCA505 is not set
3840-# CONFIG_USB_GSPCA_SPCA506 is not set
3841-# CONFIG_USB_GSPCA_SPCA508 is not set
3842-# CONFIG_USB_GSPCA_SPCA561 is not set
3843-# CONFIG_USB_GSPCA_SQ905 is not set
3844-# CONFIG_USB_GSPCA_SQ905C is not set
3845-# CONFIG_USB_GSPCA_STK014 is not set
3846-# CONFIG_USB_GSPCA_SUNPLUS is not set
3847-# CONFIG_USB_GSPCA_T613 is not set
3848-# CONFIG_USB_GSPCA_TV8532 is not set
3849-# CONFIG_USB_GSPCA_VC032X is not set
3850-# CONFIG_USB_GSPCA_ZC3XX is not set
3851-# CONFIG_USB_G_PRINTER is not set
3852+# CONFIG_USB_GADGET_IMX is not set
3853+# CONFIG_USB_GADGET_S3C2410 is not set
3854+# CONFIG_USB_GADGET_M66592 is not set
3855+# CONFIG_USB_GADGET_AMD5536UDC is not set
3856+# CONFIG_USB_GADGET_FSL_QE is not set
3857+# CONFIG_USB_GADGET_CI13XXX is not set
3858+# CONFIG_USB_GADGET_NET2280 is not set
3859+# CONFIG_USB_GADGET_GOKU is not set
3860+# CONFIG_USB_GADGET_LANGWELL is not set
3861+# CONFIG_USB_GADGET_DUMMY_HCD is not set
3862+CONFIG_USB_GADGET_DUALSPEED=y
3863+# CONFIG_USB_ZERO is not set
3864+# CONFIG_USB_AUDIO is not set
3865+CONFIG_USB_ETH=y
3866+CONFIG_USB_ETH_RNDIS=y
3867+# CONFIG_USB_ETH_EEM is not set
3868+# CONFIG_USB_GADGETFS is not set
3869+# CONFIG_USB_FILE_STORAGE is not set
3870 # CONFIG_USB_G_SERIAL is not set
3871-# CONFIG_USB_HID is not set
3872-# CONFIG_USB_HIDDEV is not set
3873-CONFIG_USB_HIDINPUT=y
3874-# CONFIG_USB_HIDINPUT_POWERBOOK is not set
3875-# CONFIG_USB_HSO is not set
3876-# CONFIG_USB_HWA_HCD is not set
3877-# CONFIG_USB_IBMCAM is not set
3878-# CONFIG_USB_IDMOUSE is not set
3879-# CONFIG_USB_IOWARRIOR is not set
3880-# CONFIG_USB_IP_COMMON is not set
3881-# CONFIG_USB_ISIGHTFW is not set
3882-# CONFIG_USB_ISP116X_HCD is not set
3883-# CONFIG_USB_ISP1362_HCD is not set
3884-# CONFIG_USB_ISP1760_HCD is not set
3885-CONFIG_USB_JZ4740=y
3886-# CONFIG_USB_KAWETH is not set
3887-# CONFIG_USB_KBD is not set
3888-# CONFIG_USB_KBTAB is not set
3889-# CONFIG_USB_KC2190 is not set
3890-# CONFIG_USB_KEYSPAN_REMOTE is not set
3891-# CONFIG_USB_KONICAWC is not set
3892-# CONFIG_USB_LCD is not set
3893-# CONFIG_USB_LD is not set
3894-# CONFIG_USB_LED is not set
3895-# CONFIG_USB_LEGOTOWER is not set
3896-# CONFIG_USB_LIBUSUAL is not set
3897-# CONFIG_USB_M5602 is not set
3898-# CONFIG_USB_MDC800 is not set
3899-# CONFIG_USB_MICROTEK is not set
3900 # CONFIG_USB_MIDI_GADGET is not set
3901-# CONFIG_USB_MON is not set
3902-# CONFIG_USB_MOUSE is not set
3903-# CONFIG_USB_MUSB_HDRC is not set
3904-# CONFIG_USB_NET_AX8817X is not set
3905-# CONFIG_USB_NET_CDCETHER is not set
3906-# CONFIG_USB_NET_CDC_EEM is not set
3907-# CONFIG_USB_NET_CDC_SUBSET is not set
3908-# CONFIG_USB_NET_DM9601 is not set
3909-# CONFIG_USB_NET_GL620A is not set
3910-# CONFIG_USB_NET_INT51X1 is not set
3911-# CONFIG_USB_NET_MCS7830 is not set
3912-# CONFIG_USB_NET_NET1080 is not set
3913-# CONFIG_USB_NET_PLUSB is not set
3914-# CONFIG_USB_NET_RNDIS_HOST is not set
3915-# CONFIG_USB_NET_RNDIS_WLAN is not set
3916-# CONFIG_USB_NET_SMSC95XX is not set
3917-# CONFIG_USB_NET_ZAURUS is not set
3918-# CONFIG_USB_OHCI is not set
3919-# CONFIG_USB_OHCI_BIG_ENDIAN is not set
3920-# CONFIG_USB_OHCI_HCD is not set
3921-# CONFIG_USB_OHCI_HCD_PCI is not set
3922-# CONFIG_USB_OHCI_HCD_PPC_OF is not set
3923-# CONFIG_USB_OHCI_HCD_PPC_SOC is not set
3924-# CONFIG_USB_OHCI_HCD_SSB is not set
3925-CONFIG_USB_OHCI_LITTLE_ENDIAN=y
3926-# CONFIG_USB_OTG is not set
3927-# CONFIG_USB_OTG_BLACKLIST_HUB is not set
3928-# CONFIG_USB_OTG_WHITELIST is not set
3929-# CONFIG_USB_OV511 is not set
3930-# CONFIG_USB_OXU210HP_HCD is not set
3931-# CONFIG_USB_PEGASUS is not set
3932-# CONFIG_USB_PHIDGET is not set
3933-# CONFIG_USB_PHIDGETKIT is not set
3934-# CONFIG_USB_PHIDGETMOTORCONTROL is not set
3935-# CONFIG_USB_PHIDGETSERVO is not set
3936-# CONFIG_USB_POWERMATE is not set
3937-# CONFIG_USB_PRINTER is not set
3938-# CONFIG_USB_PWC is not set
3939-# CONFIG_USB_PWC_INPUT_EVDEV is not set
3940-# CONFIG_USB_QUICKCAM_MESSENGER is not set
3941-# CONFIG_USB_R8A66597_HCD is not set
3942-# CONFIG_USB_RIO500 is not set
3943-# CONFIG_USB_RTL8150 is not set
3944-# CONFIG_USB_S2255 is not set
3945-# CONFIG_USB_SE401 is not set
3946-# CONFIG_USB_SERIAL is not set
3947-# CONFIG_USB_SERIAL_AIRCABLE is not set
3948-# CONFIG_USB_SERIAL_AIRPRIME is not set
3949-# CONFIG_USB_SERIAL_ARK3116 is not set
3950-# CONFIG_USB_SERIAL_BELKIN is not set
3951-# CONFIG_USB_SERIAL_CH341 is not set
3952-# CONFIG_USB_SERIAL_CP2101 is not set
3953-# CONFIG_USB_SERIAL_CP210X is not set
3954-# CONFIG_USB_SERIAL_CYBERJACK is not set
3955-# CONFIG_USB_SERIAL_CYPRESS_M8 is not set
3956-# CONFIG_USB_SERIAL_DEBUG is not set
3957-# CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set
3958-# CONFIG_USB_SERIAL_EDGEPORT is not set
3959-# CONFIG_USB_SERIAL_EDGEPORT_TI is not set
3960-# CONFIG_USB_SERIAL_EMPEG is not set
3961-# CONFIG_USB_SERIAL_FTDI_SIO is not set
3962-# CONFIG_USB_SERIAL_FUNSOFT is not set
3963-# CONFIG_USB_SERIAL_GARMIN is not set
3964-CONFIG_USB_SERIAL_GENERIC=y
3965-# CONFIG_USB_SERIAL_HP4X is not set
3966-# CONFIG_USB_SERIAL_IPAQ is not set
3967-# CONFIG_USB_SERIAL_IPW is not set
3968-# CONFIG_USB_SERIAL_IR is not set
3969-# CONFIG_USB_SERIAL_IUU is not set
3970-# CONFIG_USB_SERIAL_KEYSPAN is not set
3971-CONFIG_USB_SERIAL_KEYSPAN_MPR=y
3972-# CONFIG_USB_SERIAL_KEYSPAN_PDA is not set
3973-CONFIG_USB_SERIAL_KEYSPAN_USA18X=y
3974-CONFIG_USB_SERIAL_KEYSPAN_USA19=y
3975-CONFIG_USB_SERIAL_KEYSPAN_USA19QI=y
3976-CONFIG_USB_SERIAL_KEYSPAN_USA19QW=y
3977-CONFIG_USB_SERIAL_KEYSPAN_USA19W=y
3978-CONFIG_USB_SERIAL_KEYSPAN_USA28=y
3979-CONFIG_USB_SERIAL_KEYSPAN_USA28X=y
3980-CONFIG_USB_SERIAL_KEYSPAN_USA28XA=y
3981-CONFIG_USB_SERIAL_KEYSPAN_USA28XB=y
3982-CONFIG_USB_SERIAL_KEYSPAN_USA49W=y
3983-CONFIG_USB_SERIAL_KEYSPAN_USA49WLC=y
3984-# CONFIG_USB_SERIAL_KLSI is not set
3985-# CONFIG_USB_SERIAL_KOBIL_SCT is not set
3986-# CONFIG_USB_SERIAL_MCT_U232 is not set
3987-# CONFIG_USB_SERIAL_MOS7720 is not set
3988-# CONFIG_USB_SERIAL_MOS7840 is not set
3989-# CONFIG_USB_SERIAL_MOTOROLA is not set
3990-# CONFIG_USB_SERIAL_NAVMAN is not set
3991-# CONFIG_USB_SERIAL_OMNINET is not set
3992-# CONFIG_USB_SERIAL_OPTICON is not set
3993-# CONFIG_USB_SERIAL_OPTION is not set
3994-# CONFIG_USB_SERIAL_OTI6858 is not set
3995-# CONFIG_USB_SERIAL_PL2303 is not set
3996-# CONFIG_USB_SERIAL_QUALCOMM is not set
3997-# CONFIG_USB_SERIAL_QUATECH2 is not set
3998-# CONFIG_USB_SERIAL_QUATECH_USB2 is not set
3999-# CONFIG_USB_SERIAL_SAFE is not set
4000-CONFIG_USB_SERIAL_SAFE_PADDED=y
4001-# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
4002-# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
4003-# CONFIG_USB_SERIAL_SPCP8X5 is not set
4004-# CONFIG_USB_SERIAL_SYMBOL is not set
4005-# CONFIG_USB_SERIAL_TI is not set
4006-# CONFIG_USB_SERIAL_VISOR is not set
4007-# CONFIG_USB_SERIAL_WHITEHEAT is not set
4008-# CONFIG_USB_SERIAL_XIRCOM is not set
4009-# CONFIG_USB_SEVSEG is not set
4010-# CONFIG_USB_SISUSBVGA is not set
4011-# CONFIG_USB_SL811_HCD is not set
4012-# CONFIG_USB_SN9C102 is not set
4013-# CONFIG_USB_SPEEDTOUCH is not set
4014-# CONFIG_USB_STKWEBCAM is not set
4015-# CONFIG_USB_STORAGE is not set
4016-CONFIG_USB_STORAGE_ALAUDA=y
4017-# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
4018-CONFIG_USB_STORAGE_DATAFAB=y
4019-# CONFIG_USB_STORAGE_DEBUG is not set
4020-CONFIG_USB_STORAGE_DPCM=y
4021-CONFIG_USB_STORAGE_FREECOM=y
4022-# CONFIG_USB_STORAGE_ISD200 is not set
4023-CONFIG_USB_STORAGE_JUMPSHOT=y
4024-CONFIG_USB_STORAGE_KARMA=y
4025-# CONFIG_USB_STORAGE_ONETOUCH is not set
4026-CONFIG_USB_STORAGE_SDDR09=y
4027-CONFIG_USB_STORAGE_SDDR55=y
4028-# CONFIG_USB_STORAGE_SIERRA is not set
4029-CONFIG_USB_STORAGE_USBAT=y
4030-# CONFIG_USB_STV06XX is not set
4031-# CONFIG_USB_STV680 is not set
4032-CONFIG_USB_SUPPORT=y
4033-# CONFIG_USB_SUSPEND is not set
4034-# CONFIG_USB_TEST is not set
4035-# CONFIG_USB_TMC is not set
4036-# CONFIG_USB_TOUCHSCREEN is not set
4037-# CONFIG_USB_TRANCEVIBRATOR is not set
4038-# CONFIG_USB_UEAGLEATM is not set
4039-# CONFIG_USB_UHCI is not set
4040-# CONFIG_USB_UHCI_ALT is not set
4041-# CONFIG_USB_UHCI_HCD is not set
4042-# CONFIG_USB_USBNET is not set
4043-# CONFIG_USB_USBNET_MII is not set
4044-# CONFIG_USB_VICAM is not set
4045-# CONFIG_USB_VIDEO_CLASS is not set
4046-CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
4047-# CONFIG_USB_VST is not set
4048-# CONFIG_USB_W9968CF is not set
4049-# CONFIG_USB_WACOM is not set
4050-# CONFIG_USB_WDM is not set
4051-# CONFIG_USB_WHCI_HCD is not set
4052-# CONFIG_USB_WUSB is not set
4053-# CONFIG_USB_WUSB_CBAF is not set
4054-# CONFIG_USB_XHCI_HCD is not set
4055-# CONFIG_USB_XPAD is not set
4056-# CONFIG_USB_XUSBATM is not set
4057-# CONFIG_USB_YEALINK is not set
4058-# CONFIG_USB_ZC0301 is not set
4059-# CONFIG_USB_ZD1201 is not set
4060-# CONFIG_USB_ZERO is not set
4061-# CONFIG_USB_ZR364XX is not set
4062-# CONFIG_USE_GENERIC_SMP_HELPERS is not set
4063-# CONFIG_UTS_NS is not set
4064-# CONFIG_UWB is not set
4065-# CONFIG_VETH is not set
4066-CONFIG_VFAT_FS=y
4067-# CONFIG_VGASTATE is not set
4068-# CONFIG_VGA_ARB is not set
4069-# CONFIG_VGA_CONSOLE is not set
4070-# CONFIG_VIA_RHINE is not set
4071-# CONFIG_VIA_VELOCITY is not set
4072-# CONFIG_VIDEO_ADV7170 is not set
4073-# CONFIG_VIDEO_ADV7175 is not set
4074-# CONFIG_VIDEO_ADV7180 is not set
4075-# CONFIG_VIDEO_ADV7343 is not set
4076-# CONFIG_VIDEO_ADV_DEBUG is not set
4077-# CONFIG_VIDEO_ALLOW_V4L1 is not set
4078-# CONFIG_VIDEO_BT819 is not set
4079-# CONFIG_VIDEO_BT848 is not set
4080-# CONFIG_VIDEO_BT856 is not set
4081-# CONFIG_VIDEO_BT866 is not set
4082-# CONFIG_VIDEO_CAFE_CCIC is not set
4083-# CONFIG_VIDEO_CAPTURE_DRIVERS is not set
4084-# CONFIG_VIDEO_CPIA is not set
4085-# CONFIG_VIDEO_CPIA2 is not set
4086-# CONFIG_VIDEO_CS5345 is not set
4087-# CONFIG_VIDEO_CS53L32A is not set
4088-# CONFIG_VIDEO_CX231XX is not set
4089-# CONFIG_VIDEO_CX2341X is not set
4090-# CONFIG_VIDEO_CX25840 is not set
4091-# CONFIG_VIDEO_CX88 is not set
4092-# CONFIG_VIDEO_DEV is not set
4093-# CONFIG_VIDEO_DPC is not set
4094-# CONFIG_VIDEO_EM28XX is not set
4095-# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
4096-# CONFIG_VIDEO_GO7007 is not set
4097-# CONFIG_VIDEO_HDPVR is not set
4098-# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
4099-# CONFIG_VIDEO_HEXIUM_GEMINI is not set
4100-# CONFIG_VIDEO_HEXIUM_ORION is not set
4101-# CONFIG_VIDEO_IVTV is not set
4102-# CONFIG_VIDEO_KS0127 is not set
4103-# CONFIG_VIDEO_M52790 is not set
4104-# CONFIG_VIDEO_MEDIA is not set
4105-# CONFIG_VIDEO_MSP3400 is not set
4106-# CONFIG_VIDEO_MT9V011 is not set
4107-# CONFIG_VIDEO_MXB is not set
4108-# CONFIG_VIDEO_OUTPUT_CONTROL is not set
4109-# CONFIG_VIDEO_OV511 is not set
4110-# CONFIG_VIDEO_OV7670 is not set
4111-# CONFIG_VIDEO_OVCAMCHIP is not set
4112-# CONFIG_VIDEO_PMS is not set
4113-# CONFIG_VIDEO_PVRUSB2 is not set
4114-# CONFIG_VIDEO_SAA5246A is not set
4115-# CONFIG_VIDEO_SAA5249 is not set
4116-# CONFIG_VIDEO_SAA6588 is not set
4117-# CONFIG_VIDEO_SAA7110 is not set
4118-# CONFIG_VIDEO_SAA7111 is not set
4119-# CONFIG_VIDEO_SAA7114 is not set
4120-# CONFIG_VIDEO_SAA711X is not set
4121-# CONFIG_VIDEO_SAA7127 is not set
4122-# CONFIG_VIDEO_SAA7134 is not set
4123-# CONFIG_VIDEO_SAA717X is not set
4124-# CONFIG_VIDEO_SAA7185 is not set
4125-# CONFIG_VIDEO_SAA7191 is not set
4126-# CONFIG_VIDEO_SH_MOBILE_CEU is not set
4127-# CONFIG_VIDEO_STRADIS is not set
4128-# CONFIG_VIDEO_TCM825X is not set
4129-# CONFIG_VIDEO_TDA7432 is not set
4130-# CONFIG_VIDEO_TDA9840 is not set
4131-# CONFIG_VIDEO_TDA9875 is not set
4132-# CONFIG_VIDEO_TEA6415C is not set
4133-# CONFIG_VIDEO_TEA6420 is not set
4134-# CONFIG_VIDEO_THS7303 is not set
4135-# CONFIG_VIDEO_TLV320AIC23B is not set
4136-# CONFIG_VIDEO_TVAUDIO is not set
4137-# CONFIG_VIDEO_TVP514X is not set
4138-# CONFIG_VIDEO_TVP5150 is not set
4139-# CONFIG_VIDEO_UPD64031A is not set
4140-# CONFIG_VIDEO_UPD64083 is not set
4141-# CONFIG_VIDEO_USBVIDEO is not set
4142-# CONFIG_VIDEO_USBVISION is not set
4143-# CONFIG_VIDEO_V4L1 is not set
4144-CONFIG_VIDEO_V4L1_COMPAT=y
4145-# CONFIG_VIDEO_V4L2 is not set
4146-# CONFIG_VIDEO_V4L2_COMMON is not set
4147-# CONFIG_VIDEO_VIVI is not set
4148-# CONFIG_VIDEO_VP27SMPX is not set
4149-# CONFIG_VIDEO_VPX3220 is not set
4150-# CONFIG_VIDEO_WM8739 is not set
4151-# CONFIG_VIDEO_WM8775 is not set
4152-# CONFIG_VIDEO_ZORAN is not set
4153-# CONFIG_VIRQ_DEBUG is not set
4154-# CONFIG_VIRTUALIZATION is not set
4155-CONFIG_VIRT_TO_BUS=y
4156-# CONFIG_VITESSE_PHY is not set
4157-# CONFIG_VLAN_8021Q is not set
4158-# CONFIG_VLAN_8021Q_GVRP is not set
4159-# CONFIG_VME_BUS is not set
4160-# CONFIG_VMSPLIT_1G is not set
4161-# CONFIG_VMSPLIT_2G is not set
4162-# CONFIG_VMSPLIT_2G_OPT is not set
4163-CONFIG_VMSPLIT_3G=y
4164-# CONFIG_VMSPLIT_3G_OPT is not set
4165-# CONFIG_VMXNET3 is not set
4166-CONFIG_VM_EVENT_COUNTERS=y
4167-# CONFIG_VORTEX is not set
4168-CONFIG_VT=y
4169-# CONFIG_VT6655 is not set
4170-# CONFIG_VT6656 is not set
4171-CONFIG_VT_CONSOLE=y
4172-CONFIG_VT_HW_CONSOLE_BINDING=y
4173-# CONFIG_VXFS_FS is not set
4174-# CONFIG_W1 is not set
4175-# CONFIG_W1_CON is not set
4176-# CONFIG_W1_MASTER_DS1WM is not set
4177-# CONFIG_W1_MASTER_DS2482 is not set
4178-# CONFIG_W1_MASTER_DS2490 is not set
4179-# CONFIG_W1_MASTER_GPIO is not set
4180-# CONFIG_W1_MASTER_MATROX is not set
4181-# CONFIG_W1_SLAVE_BQ27000 is not set
4182-# CONFIG_W1_SLAVE_DS2431 is not set
4183-# CONFIG_W1_SLAVE_DS2433 is not set
4184-# CONFIG_W1_SLAVE_DS2760 is not set
4185-# CONFIG_W1_SLAVE_SMEM is not set
4186-# CONFIG_W1_SLAVE_THERM is not set
4187-# CONFIG_W83627HF_WDT is not set
4188-# CONFIG_W83697HF_WDT is not set
4189-# CONFIG_W83877F_WDT is not set
4190-# CONFIG_W83977F_WDT is not set
4191-# CONFIG_WAN is not set
4192-# CONFIG_WANXL is not set
4193-# CONFIG_WAN_ROUTER is not set
4194-# CONFIG_WATCHDOG is not set
4195-# CONFIG_WATCHDOG_NOWAYOUT is not set
4196-# CONFIG_WDTPCI is not set
4197-# CONFIG_WIMAX is not set
4198-CONFIG_WIRELESS=y
4199-CONFIG_WIRELESS_EXT=y
4200-CONFIG_WIRELESS_EXT_SYSFS=y
4201-CONFIG_WIRELESS_OLD_REGULATORY=y
4202-CONFIG_WLAN=y
4203-# CONFIG_WLAN_80211 is not set
4204-# CONFIG_WLAN_PRE80211 is not set
4205-# CONFIG_WORKQUEUE_TRACER is not set
4206-# CONFIG_WR_PPMC is not set
4207-# CONFIG_X25 is not set
4208-# CONFIG_XENFS is not set
4209-# CONFIG_XEN_DEV_EVTCHN is not set
4210-# CONFIG_XEN_FBDEV_FRONTEND is not set
4211-# CONFIG_XEN_KBDDEV_FRONTEND is not set
4212-# CONFIG_XEN_NETDEV_FRONTEND is not set
4213-CONFIG_XFRM=y
4214-# CONFIG_XFRM_IPCOMP is not set
4215-# CONFIG_XFRM_MIGRATE is not set
4216-# CONFIG_XFRM_STATISTICS is not set
4217-# CONFIG_XFRM_SUB_POLICY is not set
4218-# CONFIG_XFRM_USER is not set
4219-# CONFIG_XFS_DEBUG is not set
4220-# CONFIG_XFS_FS is not set
4221-# CONFIG_XFS_POSIX_ACL is not set
4222-# CONFIG_XFS_QUOTA is not set
4223-# CONFIG_XFS_RT is not set
4224-# CONFIG_XFS_SECURITY is not set
4225-# CONFIG_XILINX_EMACLITE is not set
4226-# CONFIG_XILINX_LL_TEMAC is not set
4227-# CONFIG_XIP_KERNEL is not set
4228-# CONFIG_YAFFS_FS is not set
4229-# CONFIG_YAM is not set
4230-# CONFIG_YELLOWFIN is not set
4231-# CONFIG_YENTA is not set
4232-# CONFIG_YENTA_O2 is not set
4233-# CONFIG_YENTA_RICOH is not set
4234-# CONFIG_YENTA_TI is not set
4235-# CONFIG_YENTA_TOSHIBA is not set
4236-# CONFIG_ZD1211RW is not set
4237-# CONFIG_ZD1211RW_DEBUG is not set
4238-# CONFIG_ZEROPLUS_FF is not set
4239-CONFIG_ZISOFS=y
4240-# CONFIG_ZISOFS_FS is not set
4241-CONFIG_ZLIB_DEFLATE=y
4242-CONFIG_ZLIB_INFLATE=y
4243-CONFIG_ZONE_DMA=y
4244-CONFIG_ZONE_DMA_FLAG=0
4245-CONFIG_INITRAMFS_SOURCE=""
4246+# CONFIG_USB_G_PRINTER is not set
4247+# CONFIG_USB_CDC_COMPOSITE is not set
4248+
4249+#
4250+# OTG and related infrastructure
4251+#
4252+# CONFIG_USB_GPIO_VBUS is not set
4253+# CONFIG_NOP_USB_XCEIV is not set
4254+CONFIG_MMC=y
4255+# CONFIG_MMC_DEBUG is not set
4256+CONFIG_MMC_UNSAFE_RESUME=y
4257+
4258+#
4259+# MMC/SD/SDIO Card Drivers
4260+#
4261+CONFIG_MMC_BLOCK=y
4262+# CONFIG_MMC_BLOCK_BOUNCE is not set
4263+# CONFIG_SDIO_UART is not set
4264+# CONFIG_MMC_TEST is not set
4265+
4266+#
4267+# MMC/SD/SDIO Host Controller Drivers
4268+#
4269+# CONFIG_MMC_SDHCI is not set
4270+CONFIG_MMC_JZ=y
4271+# CONFIG_MMC_AT91 is not set
4272+# CONFIG_MMC_ATMELMCI is not set
4273+# CONFIG_MMC_SPI is not set
4274+# CONFIG_MEMSTICK is not set
4275+# CONFIG_NEW_LEDS is not set
4276+# CONFIG_ACCESSIBILITY is not set
4277+CONFIG_RTC_LIB=y
4278+CONFIG_RTC_CLASS=y
4279+CONFIG_RTC_HCTOSYS=y
4280+CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
4281+# CONFIG_RTC_DEBUG is not set
4282+
4283+#
4284+# RTC interfaces
4285+#
4286+CONFIG_RTC_INTF_SYSFS=y
4287+CONFIG_RTC_INTF_PROC=y
4288+CONFIG_RTC_INTF_DEV=y
4289+# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
4290+# CONFIG_RTC_DRV_TEST is not set
4291+
4292+#
4293+# SPI RTC drivers
4294+#
4295+# CONFIG_RTC_DRV_M41T94 is not set
4296+# CONFIG_RTC_DRV_DS1305 is not set
4297+# CONFIG_RTC_DRV_DS1390 is not set
4298+# CONFIG_RTC_DRV_MAX6902 is not set
4299+# CONFIG_RTC_DRV_R9701 is not set
4300+# CONFIG_RTC_DRV_RS5C348 is not set
4301+# CONFIG_RTC_DRV_DS3234 is not set
4302+# CONFIG_RTC_DRV_PCF2123 is not set
4303+
4304+#
4305+# Platform RTC drivers
4306+#
4307+# CONFIG_RTC_DRV_CMOS is not set
4308+# CONFIG_RTC_DRV_DS1286 is not set
4309+# CONFIG_RTC_DRV_DS1511 is not set
4310+# CONFIG_RTC_DRV_DS1553 is not set
4311+# CONFIG_RTC_DRV_DS1742 is not set
4312+CONFIG_RTC_DRV_JZ4740=y
4313+# CONFIG_RTC_DRV_STK17TA8 is not set
4314+# CONFIG_RTC_DRV_M48T86 is not set
4315+# CONFIG_RTC_DRV_M48T35 is not set
4316+# CONFIG_RTC_DRV_M48T59 is not set
4317+# CONFIG_RTC_DRV_BQ4802 is not set
4318+# CONFIG_RTC_DRV_V3020 is not set
4319+# CONFIG_RTC_DRV_RTC7301 is not set
4320+
4321+#
4322+# on-CPU RTC drivers
4323+#
4324+# CONFIG_DMADEVICES is not set
4325+# CONFIG_AUXDISPLAY is not set
4326+# CONFIG_UIO is not set
4327+
4328+#
4329+# TI VLYNQ
4330+#
4331+# CONFIG_STAGING is not set
4332+
4333+#
4334+# File systems
4335+#
4336+CONFIG_EXT2_FS=y
4337+# CONFIG_EXT2_FS_XATTR is not set
4338+# CONFIG_EXT2_FS_XIP is not set
4339+CONFIG_EXT3_FS=y
4340+# CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set
4341+# CONFIG_EXT3_FS_XATTR is not set
4342+# CONFIG_EXT4_FS is not set
4343+CONFIG_JBD=y
4344+# CONFIG_JBD_DEBUG is not set
4345+# CONFIG_REISERFS_FS is not set
4346+# CONFIG_JFS_FS is not set
4347+# CONFIG_FS_POSIX_ACL is not set
4348+# CONFIG_XFS_FS is not set
4349+# CONFIG_GFS2_FS is not set
4350+# CONFIG_OCFS2_FS is not set
4351+# CONFIG_BTRFS_FS is not set
4352+# CONFIG_NILFS2_FS is not set
4353+# CONFIG_YAFFS_FS is not set
4354+CONFIG_FILE_LOCKING=y
4355+CONFIG_FSNOTIFY=y
4356+# CONFIG_DNOTIFY is not set
4357+CONFIG_INOTIFY=y
4358+CONFIG_INOTIFY_USER=y
4359+# CONFIG_QUOTA is not set
4360+# CONFIG_AUTOFS_FS is not set
4361+# CONFIG_AUTOFS4_FS is not set
4362+# CONFIG_FUSE_FS is not set
4363+
4364+#
4365+# Caches
4366+#
4367+# CONFIG_FSCACHE is not set
4368+
4369+#
4370+# CD-ROM/DVD Filesystems
4371+#
4372+# CONFIG_ISO9660_FS is not set
4373+# CONFIG_UDF_FS is not set
4374+
4375+#
4376+# DOS/FAT/NT Filesystems
4377+#
4378+CONFIG_FAT_FS=y
4379+# CONFIG_MSDOS_FS is not set
4380+CONFIG_VFAT_FS=y
4381+CONFIG_FAT_DEFAULT_CODEPAGE=437
4382+CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
4383+# CONFIG_NTFS_FS is not set
4384+
4385+#
4386+# Pseudo filesystems
4387+#
4388+CONFIG_PROC_FS=y
4389+CONFIG_PROC_KCORE=y
4390+CONFIG_PROC_SYSCTL=y
4391+# CONFIG_PROC_PAGE_MONITOR is not set
4392+CONFIG_SYSFS=y
4393+CONFIG_TMPFS=y
4394+# CONFIG_TMPFS_POSIX_ACL is not set
4395+# CONFIG_HUGETLB_PAGE is not set
4396+# CONFIG_CONFIGFS_FS is not set
4397+CONFIG_MISC_FILESYSTEMS=y
4398+# CONFIG_ADFS_FS is not set
4399+# CONFIG_AFFS_FS is not set
4400+# CONFIG_HFS_FS is not set
4401+# CONFIG_HFSPLUS_FS is not set
4402+# CONFIG_BEFS_FS is not set
4403+# CONFIG_BFS_FS is not set
4404+# CONFIG_EFS_FS is not set
4405+CONFIG_JFFS2_FS=y
4406+CONFIG_JFFS2_FS_DEBUG=0
4407+CONFIG_JFFS2_FS_WRITEBUFFER=y
4408+# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
4409+CONFIG_JFFS2_SUMMARY=y
4410+# CONFIG_JFFS2_FS_XATTR is not set
4411+CONFIG_JFFS2_COMPRESSION_OPTIONS=y
4412+CONFIG_JFFS2_ZLIB=y
4413+# CONFIG_JFFS2_LZO is not set
4414+CONFIG_JFFS2_RTIME=y
4415+# CONFIG_JFFS2_RUBIN is not set
4416+# CONFIG_JFFS2_CMODE_NONE is not set
4417+CONFIG_JFFS2_CMODE_PRIORITY=y
4418+# CONFIG_JFFS2_CMODE_SIZE is not set
4419+# CONFIG_JFFS2_CMODE_FAVOURLZO is not set
4420+CONFIG_UBIFS_FS=y
4421+# CONFIG_UBIFS_FS_XATTR is not set
4422+CONFIG_UBIFS_FS_ADVANCED_COMPR=y
4423+CONFIG_UBIFS_FS_LZO=y
4424+CONFIG_UBIFS_FS_ZLIB=y
4425+# CONFIG_UBIFS_FS_DEBUG is not set
4426+# CONFIG_CRAMFS is not set
4427+# CONFIG_SQUASHFS is not set
4428+# CONFIG_VXFS_FS is not set
4429+# CONFIG_MINI_FO is not set
4430+# CONFIG_MINIX_FS is not set
4431+# CONFIG_OMFS_FS is not set
4432+# CONFIG_HPFS_FS is not set
4433+# CONFIG_QNX4FS_FS is not set
4434+# CONFIG_ROMFS_FS is not set
4435+# CONFIG_SYSV_FS is not set
4436+# CONFIG_UFS_FS is not set
4437+# CONFIG_NETWORK_FILESYSTEMS is not set
4438+
4439+#
4440+# Partition Types
4441+#
4442+CONFIG_PARTITION_ADVANCED=y
4443+# CONFIG_ACORN_PARTITION is not set
4444+# CONFIG_OSF_PARTITION is not set
4445+# CONFIG_AMIGA_PARTITION is not set
4446+# CONFIG_ATARI_PARTITION is not set
4447+# CONFIG_MAC_PARTITION is not set
4448+CONFIG_MSDOS_PARTITION=y
4449+# CONFIG_BSD_DISKLABEL is not set
4450+# CONFIG_MINIX_SUBPARTITION is not set
4451+# CONFIG_SOLARIS_X86_PARTITION is not set
4452+# CONFIG_UNIXWARE_DISKLABEL is not set
4453+# CONFIG_LDM_PARTITION is not set
4454+# CONFIG_SGI_PARTITION is not set
4455+# CONFIG_ULTRIX_PARTITION is not set
4456+# CONFIG_SUN_PARTITION is not set
4457+# CONFIG_KARMA_PARTITION is not set
4458+# CONFIG_EFI_PARTITION is not set
4459+# CONFIG_SYSV68_PARTITION is not set
4460+CONFIG_NLS=y
4461+CONFIG_NLS_DEFAULT="iso8859-1"
4462+CONFIG_NLS_CODEPAGE_437=y
4463+CONFIG_NLS_CODEPAGE_737=y
4464+CONFIG_NLS_CODEPAGE_775=y
4465+CONFIG_NLS_CODEPAGE_850=y
4466+CONFIG_NLS_CODEPAGE_852=y
4467+CONFIG_NLS_CODEPAGE_855=y
4468+CONFIG_NLS_CODEPAGE_857=y
4469+CONFIG_NLS_CODEPAGE_860=y
4470+CONFIG_NLS_CODEPAGE_861=y
4471+CONFIG_NLS_CODEPAGE_862=y
4472+CONFIG_NLS_CODEPAGE_863=y
4473+CONFIG_NLS_CODEPAGE_864=y
4474+CONFIG_NLS_CODEPAGE_865=y
4475+CONFIG_NLS_CODEPAGE_866=y
4476+CONFIG_NLS_CODEPAGE_869=y
4477+CONFIG_NLS_CODEPAGE_936=y
4478+CONFIG_NLS_CODEPAGE_950=y
4479+CONFIG_NLS_CODEPAGE_932=y
4480+CONFIG_NLS_CODEPAGE_949=y
4481+CONFIG_NLS_CODEPAGE_874=y
4482+CONFIG_NLS_ISO8859_8=y
4483+CONFIG_NLS_CODEPAGE_1250=y
4484+CONFIG_NLS_CODEPAGE_1251=y
4485+CONFIG_NLS_ASCII=y
4486+CONFIG_NLS_ISO8859_1=y
4487+CONFIG_NLS_ISO8859_2=y
4488+CONFIG_NLS_ISO8859_3=y
4489+CONFIG_NLS_ISO8859_4=y
4490+CONFIG_NLS_ISO8859_5=y
4491+CONFIG_NLS_ISO8859_6=y
4492+CONFIG_NLS_ISO8859_7=y
4493+CONFIG_NLS_ISO8859_9=y
4494+CONFIG_NLS_ISO8859_13=y
4495+CONFIG_NLS_ISO8859_14=y
4496+CONFIG_NLS_ISO8859_15=y
4497+CONFIG_NLS_KOI8_R=y
4498+CONFIG_NLS_KOI8_U=y
4499+CONFIG_NLS_UTF8=y
4500+# CONFIG_DLM is not set
4501+
4502+#
4503+# Kernel hacking
4504+#
4505+CONFIG_TRACE_IRQFLAGS_SUPPORT=y
4506+CONFIG_PRINTK_TIME=y
4507+CONFIG_ENABLE_WARN_DEPRECATED=y
4508+CONFIG_ENABLE_MUST_CHECK=y
4509+CONFIG_FRAME_WARN=1024
4510+# CONFIG_MAGIC_SYSRQ is not set
4511+CONFIG_STRIP_ASM_SYMS=y
4512+# CONFIG_UNUSED_SYMBOLS is not set
4513+CONFIG_DEBUG_FS=y
4514+# CONFIG_HEADERS_CHECK is not set
4515+CONFIG_DEBUG_KERNEL=y
4516+# CONFIG_DEBUG_SHIRQ is not set
4517+# CONFIG_DETECT_SOFTLOCKUP is not set
4518+# CONFIG_DETECT_HUNG_TASK is not set
4519+# CONFIG_SCHED_DEBUG is not set
4520+# CONFIG_SCHEDSTATS is not set
4521+CONFIG_TIMER_STATS=y
4522+# CONFIG_DEBUG_OBJECTS is not set
4523+# CONFIG_DEBUG_SLAB is not set
4524+# CONFIG_DEBUG_PREEMPT is not set
4525+# CONFIG_DEBUG_RT_MUTEXES is not set
4526+# CONFIG_RT_MUTEX_TESTER is not set
4527+# CONFIG_DEBUG_SPINLOCK is not set
4528+# CONFIG_DEBUG_MUTEXES is not set
4529+# CONFIG_DEBUG_LOCK_ALLOC is not set
4530+# CONFIG_PROVE_LOCKING is not set
4531+# CONFIG_LOCK_STAT is not set
4532+# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
4533+# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
4534+# CONFIG_DEBUG_KOBJECT is not set
4535+# CONFIG_DEBUG_INFO is not set
4536+# CONFIG_DEBUG_VM is not set
4537+# CONFIG_DEBUG_WRITECOUNT is not set
4538+# CONFIG_DEBUG_MEMORY_INIT is not set
4539+# CONFIG_DEBUG_LIST is not set
4540+# CONFIG_DEBUG_SG is not set
4541+# CONFIG_DEBUG_NOTIFIERS is not set
4542+# CONFIG_DEBUG_CREDENTIALS is not set
4543+# CONFIG_BOOT_PRINTK_DELAY is not set
4544+# CONFIG_RCU_TORTURE_TEST is not set
4545+# CONFIG_RCU_CPU_STALL_DETECTOR is not set
4546+# CONFIG_BACKTRACE_SELF_TEST is not set
4547+# CONFIG_DEBUG_BLOCK_EXT_DEVT is not set
4548+# CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set
4549+# CONFIG_FAULT_INJECTION is not set
4550+CONFIG_SYSCTL_SYSCALL_CHECK=y
4551+# CONFIG_PAGE_POISONING is not set
4552+CONFIG_TRACING_SUPPORT=y
4553+# CONFIG_FTRACE is not set
4554+# CONFIG_DYNAMIC_DEBUG is not set
4555+# CONFIG_SAMPLES is not set
4556+CONFIG_HAVE_ARCH_KGDB=y
4557+# CONFIG_KGDB is not set
4558+CONFIG_CMDLINE=""
4559+# CONFIG_DEBUG_STACK_USAGE is not set
4560+# CONFIG_RUNTIME_DEBUG is not set
4561+
4562+#
4563+# Security options
4564+#
4565+# CONFIG_KEYS is not set
4566+# CONFIG_SECURITY is not set
4567+# CONFIG_SECURITYFS is not set
4568+# CONFIG_SECURITY_FILE_CAPABILITIES is not set
4569+CONFIG_CRYPTO=y
4570+
4571+#
4572+# Crypto core or helper
4573+#
4574+CONFIG_CRYPTO_ALGAPI=y
4575+CONFIG_CRYPTO_ALGAPI2=y
4576+# CONFIG_CRYPTO_AEAD is not set
4577+# CONFIG_CRYPTO_BLKCIPHER is not set
4578+# CONFIG_CRYPTO_HASH is not set
4579+# CONFIG_CRYPTO_RNG is not set
4580+CONFIG_CRYPTO_PCOMP=y
4581+# CONFIG_CRYPTO_MANAGER is not set
4582+# CONFIG_CRYPTO_MANAGER2 is not set
4583+# CONFIG_CRYPTO_GF128MUL is not set
4584+# CONFIG_CRYPTO_NULL is not set
4585+# CONFIG_CRYPTO_CRYPTD is not set
4586+# CONFIG_CRYPTO_AUTHENC is not set
4587+# CONFIG_CRYPTO_TEST is not set
4588+
4589+#
4590+# Authenticated Encryption with Associated Data
4591+#
4592+# CONFIG_CRYPTO_CCM is not set
4593+# CONFIG_CRYPTO_GCM is not set
4594+# CONFIG_CRYPTO_SEQIV is not set
4595+
4596+#
4597+# Block modes
4598+#
4599+# CONFIG_CRYPTO_CBC is not set
4600+# CONFIG_CRYPTO_CTR is not set
4601+# CONFIG_CRYPTO_CTS is not set
4602+# CONFIG_CRYPTO_ECB is not set
4603+# CONFIG_CRYPTO_LRW is not set
4604+# CONFIG_CRYPTO_PCBC is not set
4605+# CONFIG_CRYPTO_XTS is not set
4606+
4607+#
4608+# Hash modes
4609+#
4610+# CONFIG_CRYPTO_HMAC is not set
4611+# CONFIG_CRYPTO_XCBC is not set
4612+# CONFIG_CRYPTO_VMAC is not set
4613+
4614+#
4615+# Digest
4616+#
4617+# CONFIG_CRYPTO_CRC32C is not set
4618+# CONFIG_CRYPTO_GHASH is not set
4619+# CONFIG_CRYPTO_MD4 is not set
4620+# CONFIG_CRYPTO_MD5 is not set
4621+# CONFIG_CRYPTO_MICHAEL_MIC is not set
4622+# CONFIG_CRYPTO_RMD128 is not set
4623+# CONFIG_CRYPTO_RMD160 is not set
4624+# CONFIG_CRYPTO_RMD256 is not set
4625+# CONFIG_CRYPTO_RMD320 is not set
4626+# CONFIG_CRYPTO_SHA1 is not set
4627+# CONFIG_CRYPTO_SHA256 is not set
4628+# CONFIG_CRYPTO_SHA512 is not set
4629+# CONFIG_CRYPTO_TGR192 is not set
4630+# CONFIG_CRYPTO_WP512 is not set
4631+
4632+#
4633+# Ciphers
4634+#
4635+# CONFIG_CRYPTO_AES is not set
4636+# CONFIG_CRYPTO_ANUBIS is not set
4637+# CONFIG_CRYPTO_ARC4 is not set
4638+# CONFIG_CRYPTO_BLOWFISH is not set
4639+# CONFIG_CRYPTO_CAMELLIA is not set
4640+# CONFIG_CRYPTO_CAST5 is not set
4641+# CONFIG_CRYPTO_CAST6 is not set
4642+# CONFIG_CRYPTO_DES is not set
4643+# CONFIG_CRYPTO_FCRYPT is not set
4644+# CONFIG_CRYPTO_KHAZAD is not set
4645+# CONFIG_CRYPTO_SALSA20 is not set
4646+# CONFIG_CRYPTO_SEED is not set
4647+# CONFIG_CRYPTO_SERPENT is not set
4648+# CONFIG_CRYPTO_TEA is not set
4649+# CONFIG_CRYPTO_TWOFISH is not set
4650+
4651+#
4652+# Compression
4653+#
4654+CONFIG_CRYPTO_DEFLATE=y
4655+CONFIG_CRYPTO_ZLIB=y
4656+CONFIG_CRYPTO_LZO=y
4657+
4658+#
4659+# Random Number Generation
4660+#
4661+# CONFIG_CRYPTO_ANSI_CPRNG is not set
4662+
4663+#
4664+# OCF Configuration
4665+#
4666+# CONFIG_OCF_OCF is not set
4667+# CONFIG_CRYPTO_HW is not set
4668+# CONFIG_BINARY_PRINTF is not set
4669+
4670+#
4671+# Library routines
4672+#
4673+CONFIG_BITREVERSE=y
4674+CONFIG_GENERIC_FIND_LAST_BIT=y
4675+# CONFIG_CRC_CCITT is not set
4676+CONFIG_CRC16=y
4677+# CONFIG_CRC_T10DIF is not set
4678+# CONFIG_CRC_ITU_T is not set
4679+CONFIG_CRC32=y
4680+# CONFIG_CRC7 is not set
4681+# CONFIG_LIBCRC32C is not set
4682+CONFIG_ZLIB_INFLATE=y
4683+CONFIG_ZLIB_DEFLATE=y
4684+CONFIG_LZO_COMPRESS=y
4685+CONFIG_LZO_DECOMPRESS=y
4686+CONFIG_TEXTSEARCH=y
4687+# CONFIG_TEXTSEARCH_KMP is not set
4688+# CONFIG_TEXTSEARCH_BM is not set
4689+# CONFIG_TEXTSEARCH_FSM is not set
4690+CONFIG_HAS_IOMEM=y
4691+CONFIG_HAS_IOPORT=y
4692+CONFIG_HAS_DMA=y
4693+CONFIG_NLATTR=y
4694

Archive Download this file

Branches:
master



interactive