summaryrefslogtreecommitdiff
path: root/chromeos/config/armel/chromiumos-arm.flavour.config
blob: 365602e5f272ced0d0017e24e0ed856f3487e2d6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
#
# Config options generated by splitconfig
#
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_ACENIC is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_ADM8211 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_AMD_PHY is not set
CONFIG_ANDROID_PARANOID_NETWORK=y
# CONFIG_APDS9802ALS is not set
# CONFIG_APPLICOM is not set
# CONFIG_ARCH_EXYNOS is not set
CONFIG_ARCH_NR_GPIO=1024
CONFIG_ARCH_PROVIDES_UDELAY=y
# CONFIG_ARCH_SELECT_MEMORY_MODEL is not set
# CONFIG_ARCH_SPARSEMEM_DEFAULT is not set
# CONFIG_ARCH_SUPPORTS_MSI is not set
CONFIG_ARCH_TEGRA=y
# CONFIG_ARCH_TEGRA_11x_SOC is not set
CONFIG_ARCH_TEGRA_2x_SOC=y
# CONFIG_ARCH_TEGRA_3x_SOC is not set
# CONFIG_ARCH_TEGRA_4GB_MEMORY is not set
CONFIG_ARCH_TEGRA_HAS_ARM_SCU=y
CONFIG_ARCH_TEGRA_HAS_PCIE=y
# CONFIG_ARCNET is not set
# CONFIG_ARM_APPENDED_DTB is not set
CONFIG_ARM_ERRATA_716044=y
CONFIG_ARM_ERRATA_720789=y
CONFIG_ARM_ERRATA_742230=y
# CONFIG_ARM_ERRATA_743622 is not set
CONFIG_ARM_ERRATA_751472=y
# CONFIG_ARM_ERRATA_752520 is not set
# CONFIG_ARM_ERRATA_754322 is not set
CONFIG_ARM_ERRATA_754327=y
CONFIG_ARM_ERRATA_764369=y
# CONFIG_ARM_EXYNOS5250_CPUFREQ is not set
# CONFIG_ARM_FLUSH_CONSOLE_ON_RESTART is not set
CONFIG_ARM_SAVE_DEBUG_CONTEXT=y
# CONFIG_ARM_SAVE_DEBUG_CONTEXT_NO_LOCK is not set
CONFIG_ARM_THUMBEE=y
# CONFIG_ATH5K is not set
# CONFIG_ATH5K_PCI is not set
CONFIG_ATH6KL=m
CONFIG_ATH6KL_DEBUG=y
# CONFIG_ATH6KL_SDIO is not set
# CONFIG_ATH6KL_USB is not set
# CONFIG_ATH9K is not set
# CONFIG_ATH9K_HTC is not set
CONFIG_ATH_COMMON=m
CONFIG_ATH_DEBUG=y
# CONFIG_ATL1 is not set
# CONFIG_ATL1C is not set
# CONFIG_ATL1E is not set
# CONFIG_ATL2 is not set
# CONFIG_ATMEL is not set
# CONFIG_AUXDISPLAY is not set
CONFIG_BACKLIGHT_GENERIC=y
# CONFIG_BATTERY_BQ27x00 is not set
# CONFIG_BATTERY_SBS is not set
# CONFIG_BCM4329_RFKILL is not set
# CONFIG_BCMDHD is not set
# CONFIG_BE2ISCSI is not set
# CONFIG_BE2NET is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
CONFIG_BLK_DEV_BSG=y
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_DRBD is not set
CONFIG_BLK_DEV_IO_TRACE=y
# CONFIG_BLK_DEV_NVME is not set
# CONFIG_BLK_DEV_PCIESSD_MTIP32XX is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BNA is not set
# CONFIG_BNX2 is not set
# CONFIG_BNX2X is not set
CONFIG_BOOTPARAM_HUNG_TASK_PANIC=y
CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=1
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC=y
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=1
# CONFIG_BRCMFMAC is not set
# CONFIG_BROADCOM_PHY is not set
CONFIG_BT=m
# CONFIG_BT_ATH3K is not set
# CONFIG_BT_BLUESLEEP is not set
# CONFIG_BT_BNEP is not set
CONFIG_BT_HCIBFUSB=m
CONFIG_BT_HCIBTSDIO=m
CONFIG_BT_HCIBTUSB=m
CONFIG_BT_HCIUART=m
CONFIG_BT_HCIUART_ATH3K=y
CONFIG_BT_HCIVHCI=m
CONFIG_BT_HIDP=m
# CONFIG_BT_MRVL is not set
CONFIG_BT_RFCOMM=m
# CONFIG_BT_RFCOMM_TTY is not set
CONFIG_CACHE_L2X0=y
CONFIG_CACHE_PL310=y
# CONFIG_CAIF is not set
CONFIG_CAN_PM_TRACE=y
# CONFIG_CARL9170 is not set
# CONFIG_CASSINI is not set
# CONFIG_CB710_CORE is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_CC_STACKPROTECTOR=y
CONFIG_CFG80211_DEBUGFS=y
CONFIG_CFS_BANDWIDTH=y
# CONFIG_CGROUP_CPUACCT is not set
# CONFIG_CGROUP_DEBUG is not set
# CONFIG_CGROUP_FREEZER is not set
# CONFIG_CHARGER_ISP1704 is not set
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_CHELSIO_T4 is not set
# CONFIG_CHELSIO_T4VF is not set
# CONFIG_CHR_DEV_SG is not set
# CONFIG_CICADA_PHY is not set
CONFIG_CLKSRC_MMIO=y
CONFIG_CMDLINE="mem=448M@0M console=ttyS0,115200n8 earlyprintk init=/bin/ash"
# CONFIG_CMDLINE_EXTEND is not set
# CONFIG_CMDLINE_FORCE is not set
CONFIG_CMDLINE_FROM_BOOTLOADER=y
# CONFIG_CNIC is not set
# CONFIG_COMPAT_BRK is not set
CONFIG_CONNECTOR=y
# CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set
CONFIG_CPA=y
# CONFIG_CPUQUIET_FRAMEWORK is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_INTERACTIVE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set
# CONFIG_CPU_IDLE is not set
CONFIG_CRC7=m
CONFIG_CRC_ITU_T=m
CONFIG_CRC_T10DIF=m
CONFIG_CRYPTO_CRC32C=m
CONFIG_CRYPTO_DEFLATE=m
# CONFIG_CRYPTO_DEV_HIFN_795X is not set
# CONFIG_CRYPTO_DEV_TEGRA_AES is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MICHAEL_MIC=m
# CONFIG_CRYPTO_TEST is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYSTALHD is not set
# CONFIG_DAVICOM_PHY is not set
CONFIG_DEBUG_CREDENTIALS=y
CONFIG_DEBUG_DEVRES=y
# CONFIG_DEBUG_INFO is not set
CONFIG_DEBUG_LL_UART_NONE=y
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_PINCTRL is not set
# CONFIG_DEBUG_SG is not set
CONFIG_DEBUG_SPINLOCK=y
# CONFIG_DEBUG_USER is not set
# CONFIG_DEBUG_VM is not set
CONFIG_DECOMPRESS_XZ=y
CONFIG_DEFAULT_CFQ=y
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_DEFAULT_MESSAGE_LOGLEVEL=5
CONFIG_DEFAULT_MMAP_MIN_ADDR=32768
# CONFIG_DEFAULT_NOOP is not set
# CONFIG_DEFAULT_RENO is not set
# CONFIG_DEFAULT_SECURITY_YAMA is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_DEVPORT=y
# CONFIG_DL2K is not set
# CONFIG_DMADEVICES is not set
# CONFIG_DMA_SHARED_BUFFER is not set
CONFIG_DM_BUFIO=y
# CONFIG_DM_UEVENT is not set
CONFIG_DM_VERITY=y
# CONFIG_DNS_RESOLVER is not set
# CONFIG_DRM is not set
# CONFIG_DUMMY is not set
# CONFIG_DX_SEP is not set
# CONFIG_E100 is not set
# CONFIG_E1000 is not set
# CONFIG_E1000E is not set
CONFIG_EARLY_PRINTK=y
CONFIG_ECRYPT_FS=y
CONFIG_ELF_CORE=y
# CONFIG_ENIC is not set
# CONFIG_EPIC100 is not set
# CONFIG_ET131X is not set
# CONFIG_EVM is not set
CONFIG_EXT3_DEFAULTS_TO_ORDERED=y
# CONFIG_EXYNOS_VIDEO is not set
CONFIG_FAT_FS=m
# CONFIG_FB_3DFX is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_CFB_COPYAREA is not set
# CONFIG_FB_CFB_FILLRECT is not set
# CONFIG_FB_CFB_IMAGEBLIT is not set
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_I740 is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_MB862XX is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_UVESA is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_XGI is not set
# CONFIG_FCOE is not set
# CONFIG_FDDI is not set
# CONFIG_FEALNX is not set
CONFIG_FIQ=y
# CONFIG_FIREWIRE is not set
# CONFIG_FIREWIRE_NOSY is not set
CONFIG_FIRMWARE_IN_KERNEL=y
# CONFIG_FIXED_PHY is not set
CONFIG_FLATMEM=y
CONFIG_FLATMEM_MANUAL=y
CONFIG_FLAT_NODE_MEM_MAP=y
# CONFIG_FORCEDETH is not set
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FUSE_FS=m
# CONFIG_FUSION is not set
CONFIG_GENERIC_ACL=y
# CONFIG_GIC_SET_MULTIPLE_CPUS is not set
# CONFIG_GPIO_BT8XX is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_PCA953X is not set
# CONFIG_GPIO_RDC321X is not set
# CONFIG_GPIO_VX855 is not set
# CONFIG_HAMACHI is not set
# CONFIG_HAPPYMEAL is not set
CONFIG_HAS_IOPORT=y
CONFIG_HAVE_ARM_TWD=y
CONFIG_HAVE_IDE=y
# CONFIG_HERMES is not set
CONFIG_HFSPLUS_FS=m
CONFIG_HIDRAW=y
CONFIG_HID_APPLE=m
CONFIG_HID_CHERRY=m
CONFIG_HID_LOGITECH=m
CONFIG_HID_LOGITECH_DJ=m
CONFIG_HID_MAGICMOUSE=m
CONFIG_HID_MULTITOUCH=m
CONFIG_HID_PRIMAX=m
CONFIG_HID_SONY=m
CONFIG_HID_WIIMOTE=m
CONFIG_HID_WIIMOTE_EXT=y
# CONFIG_HIPPI is not set
CONFIG_HOSTAP=m
CONFIG_HOSTAP_FIRMWARE=y
CONFIG_HOSTAP_FIRMWARE_NVRAM=y
# CONFIG_HOSTAP_PCI is not set
# CONFIG_HOSTAP_PLX is not set
# CONFIG_HP100 is not set
# CONFIG_HP_ILO is not set
CONFIG_HW_RANDOM=y
# CONFIG_HW_RANDOM_TIMERIOMEM is not set
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
CONFIG_I2C_CHARDEV=m
# CONFIG_I2C_DESIGNWARE_PCI is not set
# CONFIG_I2C_EG20T is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_INTEL_MID is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_MUX is not set
# CONFIG_I2C_NFORCE2 is not set
# CONFIG_I2C_PIIX4 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
CONFIG_I2C_STUB=m
CONFIG_I2C_TEGRA=y
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set
# CONFIG_I2O is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_ICS932S401 is not set
# CONFIG_IDE is not set
# CONFIG_IGB is not set
# CONFIG_IGBVF is not set
CONFIG_IIO=m
CONFIG_IKCONFIG=m
# CONFIG_IMA is not set
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
# CONFIG_INET6_IPCOMP is not set
# CONFIG_INET6_TUNNEL is not set
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
# CONFIG_INET6_XFRM_TUNNEL is not set
CONFIG_INET_ESP=m
CONFIG_INET_LRO=y
CONFIG_INET_TUNNEL=m
# CONFIG_INFINIBAND is not set
# CONFIG_INPUT_ALPS_GPIO_SCROLLWHEEL is not set
CONFIG_INPUT_FF_MEMLESS=y
# CONFIG_INPUT_GPIO is not set
CONFIG_INPUT_JOYDEV=m
# CONFIG_INPUT_KEYRESET is not set
CONFIG_INPUT_OF_MATRIX_KEYMAP=y
CONFIG_INPUT_UINPUT=m
# CONFIG_INTEL_MID_PTI is not set
CONFIG_INV_SENSORS=y
CONFIG_INV_SENSORS_ACCELEROMETERS=y
CONFIG_INV_SENSORS_COMPASS=y
CONFIG_INV_SENSORS_PRESSURE=y
CONFIG_IOSCHED_CFQ=y
CONFIG_IOSCHED_DEADLINE=y
# CONFIG_IP1000 is not set
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_TARGET_REJECT=m
# CONFIG_IP6_NF_TARGET_REJECT_SKERR is not set
CONFIG_IPC_NS=y
# CONFIG_IPV6_MIP6 is not set
# CONFIG_IPV6_MULTIPLE_TABLES is not set
# CONFIG_IPV6_OPTIMISTIC_DAD is not set
# CONFIG_IPV6_ROUTER_PREF is not set
CONFIG_IPV6_SIT=m
# CONFIG_IPV6_TUNNEL is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
CONFIG_IP_ADVANCED_ROUTER=y
# CONFIG_IP_FIB_TRIE_STATS is not set
CONFIG_IP_MROUTE=y
# CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set
# CONFIG_IP_MULTIPLE_TABLES is not set
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_IP_PNP is not set
CONFIG_IP_ROUTE_MULTIPATH=y
CONFIG_IP_ROUTE_VERBOSE=y
# CONFIG_IWL3945 is not set
# CONFIG_IWL4965 is not set
# CONFIG_IWLWIFI is not set
# CONFIG_IXGB is not set
# CONFIG_IXGBE is not set
# CONFIG_JME is not set
CONFIG_JOYSTICK_IFORCE=m
# CONFIG_JOYSTICK_IFORCE_232 is not set
CONFIG_JOYSTICK_IFORCE_USB=y
CONFIG_JOYSTICK_XPAD=m
CONFIG_JOYSTICK_XPAD_FF=y
CONFIG_JOYSTICK_XPAD_LEDS=y
# CONFIG_KALLSYMS_ALL is not set
CONFIG_KEYBOARD_TEGRA=y
CONFIG_KEYS_DEBUG_PROC_KEYS=y
# CONFIG_KSZ884X_PCI is not set
# CONFIG_LCD_CLASS_DEVICE is not set
# CONFIG_LEDS_GPIO is not set
CONFIG_LEDS_TRIGGERS=y
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
# CONFIG_LEDS_TRIGGER_GPIO is not set
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
# CONFIG_LEDS_TRIGGER_TIMER is not set
CONFIG_LIB80211_CRYPT_CCMP=m
CONFIG_LIB80211_CRYPT_TKIP=m
CONFIG_LIB80211_CRYPT_WEP=m
CONFIG_LIBCRC32C=m
CONFIG_LIBERTAS_THINFIRM=m
# CONFIG_LIBERTAS_THINFIRM_DEBUG is not set
# CONFIG_LIBERTAS_THINFIRM_USB is not set
# CONFIG_LOGIG940_FF is not set
# CONFIG_LOGIRUMBLEPAD2_FF is not set
# CONFIG_LOGITECH_FF is not set
# CONFIG_LOGIWHEELS_FF is not set
# CONFIG_LOGO is not set
CONFIG_LOG_BUF_SHIFT=18
# CONFIG_LPC_SCH is not set
# CONFIG_LSI_ET1011C_PHY is not set
# CONFIG_LXT_PHY is not set
CONFIG_MAC80211_DEBUGFS=y
# CONFIG_MAC80211_DEBUG_COUNTERS is not set
CONFIG_MAC80211_DEBUG_MENU=y
# CONFIG_MAC80211_HT_DEBUG is not set
CONFIG_MAC80211_HWSIM=m
# CONFIG_MAC80211_IBSS_DEBUG is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_NOINLINE is not set
# CONFIG_MAC80211_TKIP_DEBUG is not set
CONFIG_MAC80211_VERBOSE_DEBUG=y
# CONFIG_MAC80211_VERBOSE_PS_DEBUG is not set
# CONFIG_MAC80211_VERBOSE_TDLS_DEBUG is not set
CONFIG_MACH_HARMONY=y
CONFIG_MACH_HAS_SND_SOC_TEGRA_WM8903=y
CONFIG_MACH_KAEN=y
# CONFIG_MACH_P852 is not set
# CONFIG_MACH_PAZ00 is not set
CONFIG_MACH_SEABOARD=y
# CONFIG_MACH_TEGRA_DT is not set
# CONFIG_MACH_TRIMSLICE is not set
# CONFIG_MACH_VENTANA is not set
CONFIG_MACH_WARIO=y
# CONFIG_MACH_WHISTLER is not set
# CONFIG_MARVELL_PHY is not set
# CONFIG_MDIO_BITBANG is not set
# CONFIG_MEDIA_CONTROLLER is not set
CONFIG_MEDIA_SUPPORT=m
CONFIG_MEDIA_TUNER=m
# CONFIG_MEDIA_TUNER_CUSTOMISE is not set
CONFIG_MEDIA_TUNER_MC44S803=m
CONFIG_MEDIA_TUNER_MT20XX=m
CONFIG_MEDIA_TUNER_SIMPLE=m
CONFIG_MEDIA_TUNER_TDA18271=m
CONFIG_MEDIA_TUNER_TDA827X=m
CONFIG_MEDIA_TUNER_TDA8290=m
CONFIG_MEDIA_TUNER_TDA9887=m
CONFIG_MEDIA_TUNER_TEA5761=m
CONFIG_MEDIA_TUNER_TEA5767=m
CONFIG_MEDIA_TUNER_XC2028=m
CONFIG_MEDIA_TUNER_XC4000=m
CONFIG_MEDIA_TUNER_XC5000=m
# CONFIG_MEGARAID_LEGACY is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_SAS is not set
# CONFIG_MFD_JANZ_CMODIO is not set
# CONFIG_MFD_MAX77663 is not set
# CONFIG_MFD_MAX8907C is not set
# CONFIG_MFD_NVEC is not set
# CONFIG_MFD_RDC321X is not set
# CONFIG_MFD_RICOH583 is not set
# CONFIG_MFD_TIMBERDALE is not set
# CONFIG_MFD_TPS65090 is not set
CONFIG_MFD_TPS6586X=y
# CONFIG_MFD_TPS65910 is not set
# CONFIG_MFD_TPS6591X is not set
# CONFIG_MFD_TPS80031 is not set
# CONFIG_MFD_VX855 is not set
# CONFIG_MFD_WM8994 is not set
# CONFIG_MICREL_PHY is not set
CONFIG_MIGHT_HAVE_CACHE_L2X0=y
# CONFIG_MLX4_CORE is not set
# CONFIG_MLX4_EN is not set
# CONFIG_MMC_CB710 is not set
# CONFIG_MMC_DW is not set
# CONFIG_MMC_EMBEDDED_SDIO is not set
CONFIG_MMC_SDHCI_IO_ACCESSORS=y
# CONFIG_MMC_SDHCI_PCI is not set
CONFIG_MMC_SDHCI_PLTFM=y
CONFIG_MMC_SDHCI_TEGRA=y
# CONFIG_MMC_TEST is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_VIA_SDMMC is not set
# CONFIG_MOUSE_PS2 is not set
# CONFIG_MPU_SENSORS_AK8963 is not set
# CONFIG_MPU_SENSORS_AK8972 is not set
# CONFIG_MPU_SENSORS_AK8975 is not set
# CONFIG_MPU_SENSORS_AMI306 is not set
# CONFIG_MPU_SENSORS_AMI30X is not set
# CONFIG_MPU_SENSORS_BMA085 is not set
# CONFIG_MPU_SENSORS_HMC5883 is not set
# CONFIG_MPU_SENSORS_HSCDTD002B is not set
# CONFIG_MPU_SENSORS_HSCDTD004A is not set
# CONFIG_MPU_SENSORS_LSM303DLX_M is not set
# CONFIG_MPU_SENSORS_MMC314X is not set
# CONFIG_MPU_SENSORS_MMC314XMS is not set
# CONFIG_MPU_SENSORS_MPU3050 is not set
# CONFIG_MPU_SENSORS_MPU6050A2 is not set
# CONFIG_MPU_SENSORS_MPU6050B1 is not set
# CONFIG_MPU_SENSORS_TIMERIRQ is not set
# CONFIG_MPU_SENSORS_YAS530 is not set
# CONFIG_MPU_USERSPACE_DEBUG is not set
# CONFIG_MSDOS_FS is not set
CONFIG_MUTEX_SPIN_ON_OWNER=y
CONFIG_MWIFIEX=m
# CONFIG_MWIFIEX_PCIE is not set
CONFIG_MWIFIEX_SDIO=m
# CONFIG_MWL8K is not set
# CONFIG_MYRI10GE is not set
CONFIG_NAMESPACES=y
# CONFIG_NATIONAL_PHY is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
CONFIG_NEED_MACH_IO_H=y
# CONFIG_NEON is not set
# CONFIG_NETFILTER_ADVANCED is not set
CONFIG_NETFILTER_XT_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=y
CONFIG_NETFILTER_XT_TARGET_SECMARK=y
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
# CONFIG_NETLABEL is not set
# CONFIG_NETWORK_FILESYSTEMS is not set
CONFIG_NETWORK_SECMARK=y
# CONFIG_NETXEN_NIC is not set
# CONFIG_NET_CLS_ACT is not set
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_FC is not set
CONFIG_NET_KEY=m
CONFIG_NET_NS=y
CONFIG_NET_PACKET_ENGINE=y
# CONFIG_NET_SCH_HTB is not set
# CONFIG_NET_TULIP is not set
CONFIG_NET_VENDOR_3COM=y
CONFIG_NET_VENDOR_ADAPTEC=y
CONFIG_NET_VENDOR_ALTEON=y
CONFIG_NET_VENDOR_AMD=y
CONFIG_NET_VENDOR_ATHEROS=y
CONFIG_NET_VENDOR_BROCADE=y
CONFIG_NET_VENDOR_CISCO=y
CONFIG_NET_VENDOR_DEC=y
CONFIG_NET_VENDOR_DLINK=y
CONFIG_NET_VENDOR_EMULEX=y
CONFIG_NET_VENDOR_EXAR=y
CONFIG_NET_VENDOR_HP=y
CONFIG_NET_VENDOR_MELLANOX=y
CONFIG_NET_VENDOR_MYRI=y
CONFIG_NET_VENDOR_NVIDIA=y
CONFIG_NET_VENDOR_OKI=y
CONFIG_NET_VENDOR_QLOGIC=y
CONFIG_NET_VENDOR_RDC=y
CONFIG_NET_VENDOR_REALTEK=y
CONFIG_NET_VENDOR_SILAN=y
CONFIG_NET_VENDOR_SIS=y
CONFIG_NET_VENDOR_SUN=y
CONFIG_NET_VENDOR_TEHUTI=y
CONFIG_NET_VENDOR_TI=y
CONFIG_NET_VENDOR_VIA=y
# CONFIG_NFC is not set
# CONFIG_NF_CONNTRACK_FTP is not set
CONFIG_NF_CONNTRACK_IPV6=m
# CONFIG_NF_CONNTRACK_IRC is not set
# CONFIG_NF_CONNTRACK_NETBIOS_NS is not set
# CONFIG_NF_CONNTRACK_SECMARK is not set
# CONFIG_NF_CONNTRACK_SIP is not set
CONFIG_NF_CT_NETLINK=y
CONFIG_NF_DEFRAG_IPV6=m
# CONFIG_NF_NAT is not set
# CONFIG_NIU is not set
CONFIG_NL80211_TESTMODE=y
CONFIG_NLS_CODEPAGE_437=m
CONFIG_NLS_DEFAULT="utf8"
CONFIG_NLS_ISO8859_1=m
# CONFIG_NOZOMI is not set
CONFIG_NR_CPUS=2
# CONFIG_NS83820 is not set
# CONFIG_NTFS_FS is not set
# CONFIG_NVMAP_ALLOW_SYSMEM is not set
CONFIG_NVMAP_CACHE_MAINT_BY_SET_WAYS=y
CONFIG_NVMAP_CARVEOUT_COMPACTOR=y
# CONFIG_NVMAP_CARVEOUT_KILLER is not set
# CONFIG_NVMAP_FORCE_ZEROED_USER_PAGES is not set
# CONFIG_NVMAP_HIGHMEM_ONLY is not set
# CONFIG_NVMAP_OUTER_CACHE_MAINT_BY_SET_WAYS is not set
CONFIG_NVMAP_PAGE_POOLS=y
CONFIG_NVMAP_PAGE_POOLS_INIT_FILLUP=y
CONFIG_NVMAP_PAGE_POOL_SIZE=0x0
CONFIG_NVMAP_RECLAIM_UNPINNED_VM=y
# CONFIG_NVMAP_VPR is not set
# CONFIG_OABI_COMPAT is not set
CONFIG_OF_MDIO=y
CONFIG_OF_PCI=y
CONFIG_OF_PCI_IRQ=y
# CONFIG_OPROFILE is not set
CONFIG_OUTER_CACHE=y
CONFIG_OUTER_CACHE_SYNC=y
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_PAGE_OFFSET=0xC0000000
# CONFIG_PCH_GBE is not set
# CONFIG_PCH_PHUB is not set
CONFIG_PCI=y
# CONFIG_PCIEPORTBUS is not set
# CONFIG_PCI_DEBUG is not set
# CONFIG_PCI_IOV is not set
# CONFIG_PCI_PASID is not set
# CONFIG_PCI_PRI is not set
CONFIG_PCI_QUIRKS=y
# CONFIG_PCI_REALLOC_ENABLE_AUTO is not set
# CONFIG_PCI_STUB is not set
CONFIG_PCI_SYSCALL=y
# CONFIG_PCNET32 is not set
# CONFIG_PHANTOM is not set
CONFIG_PHYLIB=y
CONFIG_PID_NS=y
CONFIG_PINCONF=y
CONFIG_PINCTRL=y
CONFIG_PINCTRL_TEGRA=y
CONFIG_PINCTRL_TEGRA20=y
CONFIG_PINMUX=y
# CONFIG_PL310_ERRATA_588369 is not set
CONFIG_PL310_ERRATA_727915=y
# CONFIG_PL310_ERRATA_753970 is not set
CONFIG_PL310_ERRATA_769419=y
# CONFIG_PM_ADVANCED_DEBUG is not set
CONFIG_PM_DEBUG=y
# CONFIG_PM_DEVFREQ is not set
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_PPP=m
# CONFIG_PPPOLAC is not set
# CONFIG_PPPOPNS is not set
CONFIG_PPP_ASYNC=m
# CONFIG_PPP_BSDCOMP is not set
# CONFIG_PPP_DEFLATE is not set
# CONFIG_PPP_FILTER is not set
# CONFIG_PPP_MPPE is not set
# CONFIG_PPP_SYNC_TTY is not set
# CONFIG_PREEMPT is not set
# CONFIG_PREEMPT_RCU is not set
CONFIG_PREEMPT_VOLUNTARY=y
# CONFIG_PRISM54 is not set
CONFIG_PROC_DEVICETREE=y
CONFIG_PROC_EVENTS=y
CONFIG_PSTORE=y
# CONFIG_QLA3XXX is not set
# CONFIG_QLCNIC is not set
# CONFIG_QLGE is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_R6040 is not set
# CONFIG_R8169 is not set
# CONFIG_R8187SE is not set
CONFIG_RAMOOPS=y
CONFIG_RCU_FAST_NO_HZ=y
# CONFIG_RC_CORE is not set
CONFIG_RD_XZ=y
# CONFIG_REALTEK_PHY is not set
# CONFIG_REGULATOR_TPS62360 is not set
CONFIG_REGULATOR_TPS6586X=y
# CONFIG_REGULATOR_USERSPACE_CONSUMER is not set
# CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set
CONFIG_RELAY=y
# CONFIG_REPORT_PRESENT_CPUS is not set
# CONFIG_RESOURCE_COUNTERS is not set
CONFIG_RFKILL_GPIO=m
CONFIG_RFKILL_LEDS=y
# CONFIG_RT2400PCI is not set
# CONFIG_RT2500PCI is not set
# CONFIG_RT2500USB is not set
# CONFIG_RT2800PCI is not set
# CONFIG_RT2800USB is not set
CONFIG_RT2X00=m
# CONFIG_RT61PCI is not set
# CONFIG_RT73USB is not set
# CONFIG_RTC_DRV_TEGRA is not set
# CONFIG_RTC_DRV_TPS6586X is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8192CE is not set
# CONFIG_RTL8192DE is not set
# CONFIG_RTL8192SE is not set
# CONFIG_RTL8192U is not set
# CONFIG_RTS_PSTOR is not set
# CONFIG_RT_GROUP_SCHED is not set
# CONFIG_S2IO is not set
# CONFIG_SC92031 is not set
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_3W_SAS is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_SCSI_BFA_FC is not set
# CONFIG_SCSI_BNX2X_FCOE is not set
# CONFIG_SCSI_BNX2_ISCSI is not set
# CONFIG_SCSI_CXGB3_ISCSI is not set
# CONFIG_SCSI_CXGB4_ISCSI is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_HPSA is not set
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_MPT2SAS is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_MVUMI is not set
# CONFIG_SCSI_NSP32 is not set
# CONFIG_SCSI_PM8001 is not set
# CONFIG_SCSI_PMCRAID is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_SPI_ATTRS=y
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_UFSHCD is not set
CONFIG_SECCOMP=y
CONFIG_SECURITY=y
CONFIG_SECURITYFS=y
# CONFIG_SECURITY_APPARMOR is not set
CONFIG_SECURITY_NETWORK=y
# CONFIG_SECURITY_NETWORK_XFRM is not set
CONFIG_SECURITY_PATH=y
# CONFIG_SECURITY_TOMOYO is not set
CONFIG_SECURITY_YAMA=y
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_INA219 is not set
CONFIG_SENSORS_ISL29018=m
# CONFIG_SENSORS_ISL29028 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_NCT1008 is not set
# CONFIG_SENSORS_NTC_THERMISTOR is not set
# CONFIG_SENSORS_SIS5595 is not set
CONFIG_SENSORS_TSL2563=m
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT8231 is not set
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
# CONFIG_SERIAL_MFD_HSU is not set
CONFIG_SERIAL_OF_PLATFORM=y
# CONFIG_SERIAL_PCH_UART is not set
# CONFIG_SERIAL_TEGRA is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_RAW=y
CONFIG_SERIO_SERPORT=m
# CONFIG_SFC is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_SIS190 is not set
# CONFIG_SIS900 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_SLAB is not set
CONFIG_SLHC=m
CONFIG_SLUB=y
CONFIG_SLUB_DEBUG=y
# CONFIG_SLUB_DEBUG_ON is not set
# CONFIG_SLUB_STATS is not set
# CONFIG_SMC911X is not set
CONFIG_SMC91X=m
# CONFIG_SMSC911X is not set
# CONFIG_SMSC9420 is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ARM is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
# CONFIG_SND_BT87X is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5535AUDIO is not set
# CONFIG_SND_CTXFI is not set
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_EMU10K1 is not set
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
# CONFIG_SND_ENS1371 is not set
# CONFIG_SND_ES1938 is not set
# CONFIG_SND_ES1968 is not set
# CONFIG_SND_FM801 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_HDA_INTEL is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
CONFIG_SND_HRTIMER=m
CONFIG_SND_HWDEP=m
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGODJ is not set
# CONFIG_SND_INDIGODJX is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGOIOX is not set
# CONFIG_SND_INTEL8X0 is not set
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_LOLA is not set
# CONFIG_SND_LX6464ES is not set
# CONFIG_SND_MAESTRO3 is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_MIXART is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_OXYGEN is not set
CONFIG_SND_PCI=y
# CONFIG_SND_PCXHR is not set
CONFIG_SND_RAWMIDI=m
CONFIG_SND_RAWMIDI_SEQ=m
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
CONFIG_SND_SEQUENCER=m
# CONFIG_SND_SEQUENCER_OSS is not set
CONFIG_SND_SEQ_DUMMY=m
CONFIG_SND_SEQ_HRTIMER_DEFAULT=y
CONFIG_SND_SOC_SPDIF=y
CONFIG_SND_SOC_TEGRA=y
CONFIG_SND_SOC_TEGRA20_DAS=y
CONFIG_SND_SOC_TEGRA20_I2S=y
CONFIG_SND_SOC_TEGRA20_SPDIF=y
# CONFIG_SND_SOC_TEGRA_ALC5632 is not set
CONFIG_SND_SOC_TEGRA_WM8903=y
CONFIG_SND_SOC_WM8903=y
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_SPI is not set
# CONFIG_SND_TRIDENT is not set
CONFIG_SND_USB_AUDIO=m
# CONFIG_SND_VIA82XX is not set
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SPI_BITBANG=m
# CONFIG_SPI_SLAVE_TEGRA is not set
CONFIG_SPI_SPIDEV=m
# CONFIG_SPI_TEGRA is not set
# CONFIG_SPI_TOPCLIFF_PCH is not set
CONFIG_SPLIT_PTLOCK_CPUS=999999
CONFIG_SQUASHFS=y
# CONFIG_SQUASHFS_4K_DEVBLK_SIZE is not set
# CONFIG_SQUASHFS_EMBEDDED is not set
CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
CONFIG_SQUASHFS_LZO=y
# CONFIG_SQUASHFS_XATTR is not set
# CONFIG_SQUASHFS_XZ is not set
CONFIG_SQUASHFS_ZLIB=y
# CONFIG_STE10XP is not set
CONFIG_STRICT_DEVMEM=y
# CONFIG_STUB_POULSBO is not set
# CONFIG_SUNDANCE is not set
# CONFIG_SUNGEM is not set
# CONFIG_SUSPEND_TIME is not set
# CONFIG_SWITCH is not set
CONFIG_SYN_COOKIES=y
CONFIG_TASK_SIZE=0xBF000000
CONFIG_TASK_SIZE_3G_LESS_16M=y
# CONFIG_TASK_SIZE_3G_LESS_24M is not set
# CONFIG_TCG_ATMEL is not set
CONFIG_TCG_TPM=y
# CONFIG_TCP_CONG_BIC is not set
CONFIG_TCP_CONG_CUBIC=y
# CONFIG_TCP_CONG_HTCP is not set
# CONFIG_TCP_CONG_ILLINOIS is not set
# CONFIG_TCP_CONG_VEGAS is not set
# CONFIG_TCP_CONG_VENO is not set
# CONFIG_TCP_CONG_WESTWOOD is not set
CONFIG_TCP_MD5SIG=y
CONFIG_TEGRA_AVP_KERNEL_ON_MMU=y
# CONFIG_TEGRA_BB_SUPPORT is not set
# CONFIG_TEGRA_BB_XMM_POWER is not set
# CONFIG_TEGRA_BB_XMM_POWER2 is not set
# CONFIG_TEGRA_BPC_MGMT is not set
CONFIG_TEGRA_CBUS_CLOCK_DIVIDER=2
# CONFIG_TEGRA_CEC_SUPPORT is not set
# CONFIG_TEGRA_CLOCK_DEBUG_WRITE is not set
CONFIG_TEGRA_CORE_DVFS=y
CONFIG_TEGRA_CPU_DVFS=y
# CONFIG_TEGRA_CRYPTO_DEV is not set
# CONFIG_TEGRA_DC_CMU is not set
# CONFIG_TEGRA_DC_SCAN_COLUMN is not set
# CONFIG_TEGRA_DEBUG_UARTA is not set
CONFIG_TEGRA_DEBUG_UARTB=y
# CONFIG_TEGRA_DEBUG_UARTC is not set
# CONFIG_TEGRA_DEBUG_UARTD is not set
# CONFIG_TEGRA_DEBUG_UARTE is not set
# CONFIG_TEGRA_DEBUG_UART_NONE is not set
# CONFIG_TEGRA_DSI is not set
# CONFIG_TEGRA_DUAL_CBUS is not set
# CONFIG_TEGRA_DYNAMIC_CBUS is not set
# CONFIG_TEGRA_DYNAMIC_PWRDET is not set
# CONFIG_TEGRA_EMC_SCALING_ENABLE is not set
CONFIG_TEGRA_EMC_TO_DDR_CLOCK=2
# CONFIG_TEGRA_FIQ_DEBUGGER is not set
# CONFIG_TEGRA_FPGA_PLATFORM is not set
CONFIG_TEGRA_GADGET_BOOST_CPU_FREQ=0
# CONFIG_TEGRA_GRHOST is not set
CONFIG_TEGRA_GRHOST_USE_NVMAP=y
# CONFIG_TEGRA_HDMI_74MHZ_LIMIT is not set
# CONFIG_TEGRA_IOMMU_GART is not set
CONFIG_TEGRA_IOVMM=y
CONFIG_TEGRA_IOVMM_GART=y
# CONFIG_TEGRA_LATENCY_ALLOWANCE is not set
CONFIG_TEGRA_MC_PROFILE=y
# CONFIG_TEGRA_NVHDCP is not set
CONFIG_TEGRA_NVMAP=y
# CONFIG_TEGRA_PCI is not set
# CONFIG_TEGRA_PREINIT_CLOCKS is not set
# CONFIG_TEGRA_PREPOWER_WIFI is not set
# CONFIG_TEGRA_PWM is not set
# CONFIG_TEGRA_SD_GEN2 is not set
CONFIG_TEGRA_SE_ON_CBUS=y
CONFIG_TEGRA_SILICON_PLATFORM=y
# CONFIG_TEGRA_SIMULATION_PLATFORM is not set
# CONFIG_TEGRA_SLOW_CSITE is not set
# CONFIG_TEGRA_STAT_MON is not set
CONFIG_TEGRA_SYSTEM_DMA=y
# CONFIG_TEGRA_USB_MODEM_POWER is not set
# CONFIG_TEGRA_WDT_RECOVERY is not set
# CONFIG_TEHUTI is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_TIGON3 is not set
# CONFIG_TLAN is not set
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_TMPFS_XATTR=y
# CONFIG_TR is not set
CONFIG_TREE_RCU=y
# CONFIG_TRUSTED_KEYS is not set
CONFIG_TSL2583=m
CONFIG_TUN=m
# CONFIG_TYPHOON is not set
CONFIG_UDF_FS=m
CONFIG_UDF_NLS=y
# CONFIG_UID_STAT is not set
CONFIG_USB_ARCH_HAS_XHCI=y
# CONFIG_USB_CATC is not set
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_EHCI_TEGRA=y
# CONFIG_USB_GADGET is not set
# CONFIG_USB_GSPCA is not set
CONFIG_USB_HIDDEV=y
# CONFIG_USB_HOTPLUG is not set
# CONFIG_USB_KAWETH is not set
CONFIG_USB_MON=y
CONFIG_USB_NET_AX8817X=m
CONFIG_USB_NET_CDCETHER=m
CONFIG_USB_NET_CDC_NCM=m
# CONFIG_USB_NET_CDC_SUBSET is not set
# CONFIG_USB_NET_DM9601 is not set
CONFIG_USB_NET_MCS7830=m
# CONFIG_USB_NET_RAW_IP is not set
CONFIG_USB_NET_RNDIS_HOST=m
CONFIG_USB_NET_RNDIS_WLAN=m
CONFIG_USB_NET_SMSC75XX=m
CONFIG_USB_NET_SMSC95XX=m
# CONFIG_USB_OHCI_HCD is not set
# CONFIG_USB_OTG is not set
CONFIG_USB_OTG_UTILS=y
CONFIG_USB_PEGASUS=m
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_SERIAL_BASEBAND is not set
# CONFIG_USB_SERIAL_FTDI_SIO is not set
CONFIG_USB_SERIAL_GENERIC=y
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_PL2303=m
CONFIG_USB_SERIAL_QUALCOMM=m
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_WWAN=m
# CONFIG_USB_TEGRA_OTG is not set
# CONFIG_USB_UHCI_HCD is not set
CONFIG_USB_ULPI=y
CONFIG_USB_ULPI_VIEWPORT=y
CONFIG_USB_USBNET=m
CONFIG_USB_VIDEO_CLASS=m
# CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV is not set
# CONFIG_USB_WDM is not set
# CONFIG_USB_XHCI_HCD is not set
CONFIG_USER_NS=y
CONFIG_UTS_NS=y
# CONFIG_UWB is not set
# CONFIG_V4L_MEM2MEM_DRIVERS is not set
CONFIG_V4L_PCI_DRIVERS=y
# CONFIG_V4L_PLATFORM_DRIVERS is not set
CONFIG_VETH=m
CONFIG_VFAT_FS=m
CONFIG_VGA_ARB=y
CONFIG_VGA_ARB_MAX_GPUS=16
# CONFIG_VIA_RHINE is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_VIDEOBUF2_CORE=m
CONFIG_VIDEOBUF2_MEMOPS=m
CONFIG_VIDEOBUF2_VMALLOC=m
# CONFIG_VIDEO_ADV7170 is not set
# CONFIG_VIDEO_ADV7175 is not set
# CONFIG_VIDEO_ADV7180 is not set
# CONFIG_VIDEO_ADV7183 is not set
# CONFIG_VIDEO_ADV7343 is not set
# CONFIG_VIDEO_AK881X is not set
# CONFIG_VIDEO_BT819 is not set
# CONFIG_VIDEO_BT856 is not set
# CONFIG_VIDEO_BT866 is not set
# CONFIG_VIDEO_CS5345 is not set
# CONFIG_VIDEO_CS53L32A is not set
# CONFIG_VIDEO_CX2341X is not set
# CONFIG_VIDEO_CX25840 is not set
CONFIG_VIDEO_DEV=m
# CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_KS0127 is not set
# CONFIG_VIDEO_M52790 is not set
CONFIG_VIDEO_MEDIA=m
# CONFIG_VIDEO_MSP3400 is not set
# CONFIG_VIDEO_MT9V011 is not set
# CONFIG_VIDEO_MXB is not set
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_SAA6588 is not set
# CONFIG_VIDEO_SAA7110 is not set
# CONFIG_VIDEO_SAA711X is not set
# CONFIG_VIDEO_SAA7127 is not set
# CONFIG_VIDEO_SAA7134 is not set
# CONFIG_VIDEO_SAA717X is not set
# CONFIG_VIDEO_SAA7185 is not set
# CONFIG_VIDEO_SAA7191 is not set
# CONFIG_VIDEO_SR030PC30 is not set
# CONFIG_VIDEO_TCM825X is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
# CONFIG_VIDEO_TEA6415C is not set
# CONFIG_VIDEO_TEA6420 is not set
# CONFIG_VIDEO_THS7303 is not set
# CONFIG_VIDEO_TLV320AIC23B is not set
# CONFIG_VIDEO_TVAUDIO is not set
# CONFIG_VIDEO_TVP514X is not set
# CONFIG_VIDEO_TVP5150 is not set
# CONFIG_VIDEO_TVP7002 is not set
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set
CONFIG_VIDEO_V4L2=m
CONFIG_VIDEO_V4L2_COMMON=m
# CONFIG_VIDEO_VP27SMPX is not set
# CONFIG_VIDEO_VPX3220 is not set
# CONFIG_VIDEO_VS6624 is not set
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_WM8775 is not set
# CONFIG_VIRTIO_PCI is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_VME_BUS is not set
# CONFIG_VMSPLIT_2G is not set
CONFIG_VMSPLIT_3G=y
# CONFIG_VMXNET3 is not set
# CONFIG_VORTEX is not set
# CONFIG_VT6655 is not set
CONFIG_VT_HW_CONSOLE_BINDING=y
# CONFIG_VXGE is not set
# CONFIG_WATCHDOG is not set
CONFIG_WEXT_PRIV=y
CONFIG_WEXT_SPY=y
CONFIG_WIRELESS_EXT=y
# CONFIG_WL12XX_MENU is not set
CONFIG_XFRM_IPCOMP=m
CONFIG_XFRM_USER=m
CONFIG_XZ_DEC=y
CONFIG_XZ_DEC_ARM=y
CONFIG_XZ_DEC_ARMTHUMB=y
CONFIG_XZ_DEC_BCJ=y
# CONFIG_XZ_DEC_IA64 is not set
# CONFIG_XZ_DEC_POWERPC is not set
# CONFIG_XZ_DEC_SPARC is not set
# CONFIG_XZ_DEC_TEST is not set
# CONFIG_XZ_DEC_X86 is not set
# CONFIG_YELLOWFIN is not set
CONFIG_ZLIB_DEFLATE=m