• R/O
  • HTTP
  • SSH
  • HTTPS

提交

標籤
無標籤

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

device/asus/eeepc


Commit MetaInfo

修訂3139a8a4f66ee4f4657a1a10c9ff5753dfc3544b (tree)
時間2011-04-08 13:38:26
作者Chih-Wei Huang <cwhuang@linu...>
CommiterChih-Wei Huang

Log Message

update for kernel 2.6.38

Change Summary

差異

--- a/eeepc.mk
+++ b/eeepc.mk
@@ -1,5 +1,8 @@
11 PRODUCT_PACKAGES := $(THIRD_PARTY_APPS)
22
3+PRODUCT_COPY_FILES := \
4+ frameworks/base/data/etc/android.hardware.touchscreen.multitouch.distinct.xml:system/etc/permissions/android.hardware.touchscreen.multitouch.distinct.xml
5+
36 $(call inherit-product,$(SRC_TARGET_DIR)/product/generic_x86.mk)
47
58 PRODUCT_NAME := eeepc
--- a/eeepc_defconfig
+++ b/eeepc_defconfig
@@ -1,7 +1,7 @@
11 #
22 # Automatically generated make config: don't edit
3-# Linux kernel version: 2.6.35.7
4-# Sun Jan 9 00:42:17 2011
3+# Linux/x86 2.6.38 Kernel Configuration
4+# Fri Apr 8 12:29:39 2011
55 #
66 # CONFIG_64BIT is not set
77 CONFIG_X86_32=y
@@ -10,7 +10,6 @@ CONFIG_X86=y
1010 CONFIG_INSTRUCTION_DECODER=y
1111 CONFIG_OUTPUT_FORMAT="elf32-i386"
1212 CONFIG_ARCH_DEFCONFIG="arch/x86/configs/i386_defconfig"
13-CONFIG_GENERIC_TIME=y
1413 CONFIG_GENERIC_CMOS_UPDATE=y
1514 CONFIG_CLOCKSOURCE_WATCHDOG=y
1615 CONFIG_GENERIC_CLOCKEVENTS=y
@@ -46,12 +45,6 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y
4645 # CONFIG_AUDIT_ARCH is not set
4746 CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
4847 CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
49-CONFIG_HAVE_EARLY_RES=y
50-CONFIG_GENERIC_HARDIRQS=y
51-CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
52-CONFIG_GENERIC_IRQ_PROBE=y
53-CONFIG_GENERIC_PENDING_IRQ=y
54-CONFIG_USE_GENERIC_SMP_HELPERS=y
5548 CONFIG_X86_32_SMP=y
5649 CONFIG_X86_HT=y
5750 CONFIG_X86_TRAMPOLINE=y
@@ -61,6 +54,8 @@ CONFIG_KTIME_SCALAR=y
6154 CONFIG_ARCH_CPU_PROBE_RELEASE=y
6255 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
6356 CONFIG_CONSTRUCTORS=y
57+CONFIG_HAVE_IRQ_WORK=y
58+CONFIG_IRQ_WORK=y
6459
6560 #
6661 # General setup
@@ -74,10 +69,12 @@ CONFIG_LOCALVERSION="-android-x86-eeepc"
7469 CONFIG_HAVE_KERNEL_GZIP=y
7570 CONFIG_HAVE_KERNEL_BZIP2=y
7671 CONFIG_HAVE_KERNEL_LZMA=y
72+CONFIG_HAVE_KERNEL_XZ=y
7773 CONFIG_HAVE_KERNEL_LZO=y
7874 CONFIG_KERNEL_GZIP=y
7975 # CONFIG_KERNEL_BZIP2 is not set
8076 # CONFIG_KERNEL_LZMA is not set
77+# CONFIG_KERNEL_XZ is not set
8178 # CONFIG_KERNEL_LZO is not set
8279 # CONFIG_SWAP is not set
8380 CONFIG_SYSVIPC=y
@@ -86,35 +83,50 @@ CONFIG_SYSVIPC_SYSCTL=y
8683 # CONFIG_BSD_PROCESS_ACCT is not set
8784 # CONFIG_TASKSTATS is not set
8885 # CONFIG_AUDIT is not set
86+CONFIG_HAVE_GENERIC_HARDIRQS=y
87+
88+#
89+# IRQ subsystem
90+#
91+CONFIG_GENERIC_HARDIRQS=y
92+# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
93+CONFIG_HAVE_SPARSE_IRQ=y
94+CONFIG_GENERIC_IRQ_PROBE=y
95+CONFIG_GENERIC_PENDING_IRQ=y
96+# CONFIG_AUTO_IRQ_AFFINITY is not set
97+# CONFIG_IRQ_PER_CPU is not set
98+# CONFIG_HARDIRQS_SW_RESEND is not set
99+# CONFIG_SPARSE_IRQ is not set
89100
90101 #
91102 # RCU Subsystem
92103 #
93-CONFIG_TREE_RCU=y
94-# CONFIG_TREE_PREEMPT_RCU is not set
95-# CONFIG_TINY_RCU is not set
104+CONFIG_TREE_PREEMPT_RCU=y
105+CONFIG_PREEMPT_RCU=y
96106 # CONFIG_RCU_TRACE is not set
97107 CONFIG_RCU_FANOUT=32
98108 # CONFIG_RCU_FANOUT_EXACT is not set
99-# CONFIG_RCU_FAST_NO_HZ is not set
100109 # CONFIG_TREE_RCU_TRACE is not set
101110 # CONFIG_IKCONFIG is not set
102111 CONFIG_LOG_BUF_SHIFT=17
103112 CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
104113 # CONFIG_CGROUPS is not set
105-# CONFIG_SYSFS_DEPRECATED_V2 is not set
106-# CONFIG_RELAY is not set
107114 # CONFIG_NAMESPACES is not set
115+# CONFIG_SCHED_AUTOGROUP is not set
116+# CONFIG_SYSFS_DEPRECATED is not set
117+# CONFIG_RELAY is not set
108118 CONFIG_BLK_DEV_INITRD=y
109119 CONFIG_INITRAMFS_SOURCE=""
110120 CONFIG_RD_GZIP=y
111121 # CONFIG_RD_BZIP2 is not set
112122 # CONFIG_RD_LZMA is not set
123+# CONFIG_RD_XZ is not set
113124 # CONFIG_RD_LZO is not set
114125 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
115126 CONFIG_SYSCTL=y
116127 CONFIG_ANON_INODES=y
117128 CONFIG_PANIC_TIMEOUT=0
129+CONFIG_EXPERT=y
118130 CONFIG_EMBEDDED=y
119131 CONFIG_UID16=y
120132 CONFIG_SYSCTL_SYSCALL=y
@@ -150,6 +162,7 @@ CONFIG_SLAB=y
150162 # CONFIG_PROFILING is not set
151163 CONFIG_HAVE_OPROFILE=y
152164 # CONFIG_KPROBES is not set
165+# CONFIG_JUMP_LABEL is not set
153166 CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
154167 CONFIG_HAVE_IOREMAP_PROT=y
155168 CONFIG_HAVE_KPROBES=y
@@ -157,18 +170,19 @@ CONFIG_HAVE_KRETPROBES=y
157170 CONFIG_HAVE_OPTPROBES=y
158171 CONFIG_HAVE_ARCH_TRACEHOOK=y
159172 CONFIG_HAVE_DMA_ATTRS=y
173+CONFIG_USE_GENERIC_SMP_HELPERS=y
160174 CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y
161175 CONFIG_HAVE_DMA_API_DEBUG=y
162176 CONFIG_HAVE_HW_BREAKPOINT=y
163177 CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
164178 CONFIG_HAVE_USER_RETURN_NOTIFIER=y
179+CONFIG_HAVE_PERF_EVENTS_NMI=y
180+CONFIG_HAVE_ARCH_JUMP_LABEL=y
165181
166182 #
167183 # GCOV-based kernel profiling
168184 #
169185 # CONFIG_GCOV_KERNEL is not set
170-CONFIG_SLOW_WORK=y
171-# CONFIG_SLOW_WORK_DEBUG is not set
172186 CONFIG_HAVE_GENERIC_DMA_COHERENT=y
173187 CONFIG_SLABINFO=y
174188 CONFIG_RT_MUTEXES=y
@@ -234,7 +248,6 @@ CONFIG_NO_HZ=y
234248 CONFIG_HIGH_RES_TIMERS=y
235249 CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
236250 CONFIG_SMP=y
237-# CONFIG_SPARSE_IRQ is not set
238251 CONFIG_X86_MPPARSE=y
239252 # CONFIG_X86_BIGSMP is not set
240253 CONFIG_X86_EXTENDED_PLATFORM=y
@@ -243,6 +256,7 @@ CONFIG_X86_EXTENDED_PLATFORM=y
243256 # CONFIG_X86_RDC321X is not set
244257 # CONFIG_X86_32_NON_STANDARD is not set
245258 CONFIG_X86_SUPPORTS_MEMORY_FAILURE=y
259+# CONFIG_X86_32_IRIS is not set
246260 CONFIG_SCHED_OMIT_FRAME_POINTER=y
247261 # CONFIG_PARAVIRT_GUEST is not set
248262 CONFIG_NO_BOOTMEM=y
@@ -269,14 +283,13 @@ CONFIG_MPENTIUM4=y
269283 # CONFIG_MCYRIXIII is not set
270284 # CONFIG_MVIAC3_2 is not set
271285 # CONFIG_MVIAC7 is not set
272-# CONFIG_MPSC is not set
273286 # CONFIG_MCORE2 is not set
274287 # CONFIG_MATOM is not set
275-# CONFIG_GENERIC_CPU is not set
276288 CONFIG_X86_GENERIC=y
277289 CONFIG_X86_CPU=y
278290 CONFIG_X86_INTERNODE_CACHE_SHIFT=7
279291 CONFIG_X86_CMPXCHG=y
292+CONFIG_CMPXCHG_LOCAL=y
280293 CONFIG_X86_L1_CACHE_SHIFT=7
281294 CONFIG_X86_XADD=y
282295 CONFIG_X86_WP_WORKS_OK=y
@@ -305,6 +318,7 @@ CONFIG_DMI=y
305318 CONFIG_NR_CPUS=2
306319 CONFIG_SCHED_SMT=y
307320 # CONFIG_SCHED_MC is not set
321+# CONFIG_IRQ_TIME_ACCOUNTING is not set
308322 # CONFIG_PREEMPT_NONE is not set
309323 # CONFIG_PREEMPT_VOLUNTARY is not set
310324 CONFIG_PREEMPT=y
@@ -339,19 +353,21 @@ CONFIG_VMSPLIT_3G=y
339353 CONFIG_PAGE_OFFSET=0xC0000000
340354 # CONFIG_X86_PAE is not set
341355 # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
356+# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set
342357 CONFIG_ARCH_FLATMEM_ENABLE=y
343358 CONFIG_ARCH_SPARSEMEM_ENABLE=y
344359 CONFIG_ARCH_SELECT_MEMORY_MODEL=y
345360 CONFIG_ILLEGAL_POINTER_VALUE=0
346361 CONFIG_SELECT_MEMORY_MODEL=y
347362 CONFIG_FLATMEM_MANUAL=y
348-# CONFIG_DISCONTIGMEM_MANUAL is not set
349363 # CONFIG_SPARSEMEM_MANUAL is not set
350364 CONFIG_FLATMEM=y
351365 CONFIG_FLAT_NODE_MEM_MAP=y
352366 CONFIG_SPARSEMEM_STATIC=y
367+CONFIG_HAVE_MEMBLOCK=y
353368 CONFIG_PAGEFLAGS_EXTENDED=y
354369 CONFIG_SPLIT_PTLOCK_CPUS=4
370+# CONFIG_COMPACTION is not set
355371 # CONFIG_PHYS_ADDR_T_64BIT is not set
356372 CONFIG_ZONE_DMA_FLAG=1
357373 CONFIG_BOUNCE=y
@@ -360,8 +376,9 @@ CONFIG_VIRT_TO_BUS=y
360376 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
361377 CONFIG_ARCH_SUPPORTS_MEMORY_FAILURE=y
362378 # CONFIG_MEMORY_FAILURE is not set
379+# CONFIG_TRANSPARENT_HUGEPAGE is not set
363380 # CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
364-CONFIG_X86_RESERVE_LOW_64K=y
381+CONFIG_X86_RESERVE_LOW=64
365382 # CONFIG_MATH_EMULATION is not set
366383 CONFIG_MTRR=y
367384 # CONFIG_MTRR_SANITIZER is not set
@@ -390,7 +407,6 @@ CONFIG_PM=y
390407 # CONFIG_PM_DEBUG is not set
391408 CONFIG_PM_SLEEP_SMP=y
392409 CONFIG_PM_SLEEP=y
393-CONFIG_SUSPEND_NVS=y
394410 CONFIG_SUSPEND=y
395411 CONFIG_SUSPEND_FREEZER=y
396412 CONFIG_HAS_WAKELOCK=y
@@ -409,7 +425,7 @@ CONFIG_ACPI_SLEEP=y
409425 # CONFIG_ACPI_PROCFS is not set
410426 # CONFIG_ACPI_PROCFS_POWER is not set
411427 # CONFIG_ACPI_POWER_METER is not set
412-CONFIG_ACPI_SYSFS_POWER=y
428+# CONFIG_ACPI_EC_DEBUGFS is not set
413429 # CONFIG_ACPI_PROC_EVENT is not set
414430 CONFIG_ACPI_AC=y
415431 CONFIG_ACPI_BATTERY=y
@@ -446,10 +462,12 @@ CONFIG_CPU_FREQ_STAT_DETAILS=y
446462 CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE=y
447463 # CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
448464 # CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
465+# CONFIG_CPU_FREQ_DEFAULT_GOV_INTERACTIVE is not set
449466 CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
450467 CONFIG_CPU_FREQ_GOV_POWERSAVE=y
451468 CONFIG_CPU_FREQ_GOV_USERSPACE=y
452469 CONFIG_CPU_FREQ_GOV_ONDEMAND=y
470+# CONFIG_CPU_FREQ_GOV_INTERACTIVE is not set
453471 CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
454472
455473 #
@@ -487,7 +505,6 @@ CONFIG_PCI=y
487505 # CONFIG_PCI_GOBIOS is not set
488506 # CONFIG_PCI_GOMMCONFIG is not set
489507 # CONFIG_PCI_GODIRECT is not set
490-# CONFIG_PCI_GOOLPC is not set
491508 CONFIG_PCI_GOANY=y
492509 CONFIG_PCI_BIOS=y
493510 CONFIG_PCI_DIRECT=y
@@ -512,7 +529,8 @@ CONFIG_ISA_DMA_API=y
512529 # CONFIG_MCA is not set
513530 # CONFIG_SCx200 is not set
514531 # CONFIG_OLPC is not set
515-CONFIG_K8_NB=y
532+# CONFIG_OLPC_OPENFIRMWARE is not set
533+CONFIG_AMD_NB=y
516534 # CONFIG_PCCARD is not set
517535 CONFIG_HOTPLUG_PCI=y
518536 # CONFIG_HOTPLUG_PCI_FAKE is not set
@@ -531,6 +549,7 @@ CONFIG_HAVE_AOUT=y
531549 # CONFIG_BINFMT_AOUT is not set
532550 # CONFIG_BINFMT_MISC is not set
533551 CONFIG_HAVE_ATOMIC_IOMAP=y
552+CONFIG_HAVE_TEXT_POKE_SMP=y
534553 CONFIG_NET=y
535554
536555 #
@@ -553,7 +572,7 @@ CONFIG_IP_PNP_DHCP=y
553572 # CONFIG_IP_PNP_BOOTP is not set
554573 # CONFIG_IP_PNP_RARP is not set
555574 # CONFIG_NET_IPIP is not set
556-# CONFIG_NET_IPGRE is not set
575+# CONFIG_NET_IPGRE_DEMUX is not set
557576 # CONFIG_ARPD is not set
558577 # CONFIG_SYN_COOKIES is not set
559578 # CONFIG_INET_AH is not set
@@ -593,6 +612,7 @@ CONFIG_IPV6_NDISC_NODETYPE=y
593612 CONFIG_ANDROID_PARANOID_NETWORK=y
594613 CONFIG_NET_ACTIVITY_STATS=y
595614 # CONFIG_NETWORK_SECMARK is not set
615+# CONFIG_NETWORK_PHY_TIMESTAMPING is not set
596616 # CONFIG_NETFILTER is not set
597617 # CONFIG_IP_DCCP is not set
598618 # CONFIG_IP_SCTP is not set
@@ -615,7 +635,9 @@ CONFIG_NET_ACTIVITY_STATS=y
615635 # CONFIG_IEEE802154 is not set
616636 # CONFIG_NET_SCHED is not set
617637 # CONFIG_DCB is not set
638+# CONFIG_BATMAN_ADV is not set
618639 CONFIG_RPS=y
640+CONFIG_XPS=y
619641
620642 #
621643 # Network testing
@@ -626,7 +648,6 @@ CONFIG_RPS=y
626648 # CONFIG_IRDA is not set
627649 CONFIG_BT=m
628650 CONFIG_BT_L2CAP=m
629-# CONFIG_BT_L2CAP_EXT_FEATURES is not set
630651 CONFIG_BT_SCO=m
631652 CONFIG_BT_RFCOMM=m
632653 CONFIG_BT_RFCOMM_TTY=y
@@ -642,6 +663,7 @@ CONFIG_BT_HCIBTUSB=m
642663 CONFIG_BT_HCIUART=m
643664 CONFIG_BT_HCIUART_H4=y
644665 CONFIG_BT_HCIUART_BCSP=y
666+# CONFIG_BT_HCIUART_ATH3K is not set
645667 CONFIG_BT_HCIUART_LL=y
646668 CONFIG_BT_HCIBCM203X=m
647669 CONFIG_BT_HCIBPA10X=m
@@ -670,9 +692,9 @@ CONFIG_MAC80211=m
670692 CONFIG_MAC80211_HAS_RC=y
671693 # CONFIG_MAC80211_RC_PID is not set
672694 CONFIG_MAC80211_RC_MINSTREL=y
673-# CONFIG_MAC80211_RC_DEFAULT_PID is not set
695+CONFIG_MAC80211_RC_MINSTREL_HT=y
674696 CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
675-CONFIG_MAC80211_RC_DEFAULT="minstrel"
697+CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
676698 # CONFIG_MAC80211_MESH is not set
677699 CONFIG_MAC80211_LEDS=y
678700 # CONFIG_MAC80211_DEBUGFS is not set
@@ -684,6 +706,7 @@ CONFIG_RFKILL_LEDS=y
684706 # CONFIG_RFKILL_INPUT is not set
685707 # CONFIG_NET_9P is not set
686708 # CONFIG_CAIF is not set
709+# CONFIG_CEPH_LIB is not set
687710
688711 #
689712 # Device Drivers
@@ -730,8 +753,50 @@ CONFIG_BLK_DEV_RAM_SIZE=4096
730753 # CONFIG_CDROM_PKTCDVD is not set
731754 # CONFIG_ATA_OVER_ETH is not set
732755 # CONFIG_BLK_DEV_HD is not set
733-# CONFIG_MISC_DEVICES is not set
756+# CONFIG_BLK_DEV_RBD is not set
757+CONFIG_MISC_DEVICES=y
758+# CONFIG_AD525X_DPOT is not set
759+# CONFIG_ANDROID_PMEM is not set
760+# CONFIG_IBM_ASM is not set
761+# CONFIG_PHANTOM is not set
762+# CONFIG_SGI_IOC4 is not set
763+# CONFIG_TIFM_CORE is not set
764+# CONFIG_ICS932S401 is not set
765+# CONFIG_ENCLOSURE_SERVICES is not set
766+# CONFIG_KERNEL_DEBUGGER_CORE is not set
767+# CONFIG_CS5535_MFGPT is not set
768+# CONFIG_HP_ILO is not set
769+# CONFIG_APDS9802ALS is not set
770+# CONFIG_ISL29003 is not set
771+# CONFIG_ISL29020 is not set
772+# CONFIG_SENSORS_TSL2550 is not set
773+# CONFIG_SENSORS_BH1780 is not set
774+# CONFIG_SENSORS_BH1770 is not set
775+# CONFIG_SENSORS_APDS990X is not set
776+# CONFIG_HMC6352 is not set
777+# CONFIG_SENSORS_AK8975 is not set
778+# CONFIG_DS1682 is not set
779+# CONFIG_UID_STAT is not set
780+# CONFIG_VMWARE_BALLOON is not set
781+# CONFIG_BMP085 is not set
782+# CONFIG_PCH_PHUB is not set
783+# CONFIG_WL127X_RFKILL is not set
784+# CONFIG_APANIC is not set
785+# CONFIG_C2PORT is not set
786+
787+#
788+# EEPROM support
789+#
790+# CONFIG_EEPROM_AT24 is not set
791+# CONFIG_EEPROM_LEGACY is not set
792+# CONFIG_EEPROM_MAX6875 is not set
734793 CONFIG_EEPROM_93CX6=m
794+# CONFIG_CB710_CORE is not set
795+
796+#
797+# Texas Instruments shared transport line discipline
798+#
799+# CONFIG_TI_ST is not set
735800 CONFIG_HAVE_IDE=y
736801 # CONFIG_IDE is not set
737802
@@ -768,6 +833,7 @@ CONFIG_SCSI_WAIT_SCAN=m
768833 # CONFIG_SCSI_SPI_ATTRS is not set
769834 # CONFIG_SCSI_FC_ATTRS is not set
770835 # CONFIG_SCSI_ISCSI_ATTRS is not set
836+# CONFIG_SCSI_SAS_ATTRS is not set
771837 # CONFIG_SCSI_SAS_LIBSAS is not set
772838 # CONFIG_SCSI_SRP_ATTRS is not set
773839 # CONFIG_SCSI_LOWLEVEL is not set
@@ -785,6 +851,7 @@ CONFIG_SATA_PMP=y
785851 CONFIG_SATA_AHCI=y
786852 # CONFIG_SATA_AHCI_PLATFORM is not set
787853 # CONFIG_SATA_INIC162X is not set
854+# CONFIG_SATA_ACARD_AHCI is not set
788855 # CONFIG_SATA_SIL24 is not set
789856 CONFIG_ATA_SFF=y
790857
@@ -875,25 +942,19 @@ CONFIG_BLK_DEV_DM=y
875942 CONFIG_DM_CRYPT=y
876943 # CONFIG_DM_SNAPSHOT is not set
877944 # CONFIG_DM_MIRROR is not set
945+# CONFIG_DM_RAID is not set
878946 # CONFIG_DM_ZERO is not set
879947 # CONFIG_DM_MULTIPATH is not set
880948 # CONFIG_DM_DELAY is not set
881949 CONFIG_DM_UEVENT=y
950+# CONFIG_TARGET_CORE is not set
882951 # CONFIG_FUSION is not set
883952
884953 #
885954 # IEEE 1394 (FireWire) support
886955 #
887-
888-#
889-# You can enable one or both FireWire driver stacks.
890-#
891-
892-#
893-# The newer stack is recommended.
894-#
895956 # CONFIG_FIREWIRE is not set
896-# CONFIG_IEEE1394 is not set
957+# CONFIG_FIREWIRE_NOSY is not set
897958 # CONFIG_I2O is not set
898959 # CONFIG_MACINTOSH_DRIVERS is not set
899960 CONFIG_NETDEVICES=y
@@ -905,9 +966,9 @@ CONFIG_NETDEVICES=y
905966 # CONFIG_VETH is not set
906967 # CONFIG_NET_SB1000 is not set
907968 # CONFIG_ARCNET is not set
969+CONFIG_MII=m
908970 # CONFIG_PHYLIB is not set
909971 CONFIG_NET_ETHERNET=y
910-CONFIG_MII=m
911972 # CONFIG_HAPPYMEAL is not set
912973 # CONFIG_SUNGEM is not set
913974 # CONFIG_CASSINI is not set
@@ -942,7 +1003,6 @@ CONFIG_PCNET32=m
9421003 # CONFIG_SMSC9420 is not set
9431004 # CONFIG_SUNDANCE is not set
9441005 # CONFIG_TLAN is not set
945-# CONFIG_KS8842 is not set
9461006 # CONFIG_KS8851_MLL is not set
9471007 # CONFIG_VIA_RHINE is not set
9481008 # CONFIG_SC92031 is not set
@@ -971,6 +1031,8 @@ CONFIG_R8169=m
9711031 CONFIG_ATL1E=m
9721032 CONFIG_ATL1C=m
9731033 # CONFIG_JME is not set
1034+# CONFIG_STMMAC_ETH is not set
1035+# CONFIG_PCH_GBE is not set
9741036 # CONFIG_NETDEV_10000 is not set
9751037 # CONFIG_TR is not set
9761038 CONFIG_WLAN=y
@@ -991,12 +1053,15 @@ CONFIG_ATH_COMMON=m
9911053 # CONFIG_ATH_DEBUG is not set
9921054 CONFIG_ATH5K=m
9931055 # CONFIG_ATH5K_DEBUG is not set
1056+CONFIG_ATH5K_PCI=y
9941057 CONFIG_ATH9K_HW=m
9951058 CONFIG_ATH9K_COMMON=m
9961059 CONFIG_ATH9K=m
9971060 # CONFIG_ATH9K_DEBUGFS is not set
1061+CONFIG_ATH9K_RATE_CONTROL=y
9981062 # CONFIG_ATH9K_HTC is not set
9991063 # CONFIG_AR9170_USB is not set
1064+# CONFIG_CARL9170 is not set
10001065 # CONFIG_B43 is not set
10011066 # CONFIG_B43LEGACY is not set
10021067 # CONFIG_HOSTAP is not set
@@ -1007,7 +1072,9 @@ CONFIG_ATH9K=m
10071072 # CONFIG_HERMES is not set
10081073 # CONFIG_P54_COMMON is not set
10091074 # CONFIG_RT2X00 is not set
1010-# CONFIG_WL12XX is not set
1075+# CONFIG_RTL8192CE is not set
1076+# CONFIG_WL1251 is not set
1077+# CONFIG_WL12XX_MENU is not set
10111078 # CONFIG_ZD1211RW is not set
10121079
10131080 #
@@ -1025,6 +1092,7 @@ CONFIG_USB_USBNET=m
10251092 CONFIG_USB_NET_AX8817X=m
10261093 CONFIG_USB_NET_CDCETHER=m
10271094 # CONFIG_USB_NET_CDC_EEM is not set
1095+CONFIG_USB_NET_CDC_NCM=m
10281096 CONFIG_USB_NET_DM9601=m
10291097 # CONFIG_USB_NET_SMSC75XX is not set
10301098 CONFIG_USB_NET_SMSC95XX=m
@@ -1041,11 +1109,16 @@ CONFIG_USB_ARMLINUX=y
10411109 CONFIG_USB_EPSON2888=y
10421110 CONFIG_USB_KC2190=y
10431111 CONFIG_USB_NET_ZAURUS=m
1112+# CONFIG_USB_NET_CX82310_ETH is not set
10441113 CONFIG_USB_HSO=m
10451114 # CONFIG_USB_NET_INT51X1 is not set
10461115 # CONFIG_USB_IPHETH is not set
10471116 # CONFIG_USB_SIERRA_NET is not set
10481117 # CONFIG_WAN is not set
1118+
1119+#
1120+# CAIF transport drivers
1121+#
10491122 # CONFIG_FDDI is not set
10501123 # CONFIG_HIPPI is not set
10511124 CONFIG_PPP=m
@@ -1102,6 +1175,7 @@ CONFIG_KEYBOARD_ATKBD=y
11021175 # CONFIG_KEYBOARD_TCA6416 is not set
11031176 # CONFIG_KEYBOARD_LM8323 is not set
11041177 # CONFIG_KEYBOARD_MAX7359 is not set
1178+# CONFIG_KEYBOARD_MCS is not set
11051179 # CONFIG_KEYBOARD_NEWTON is not set
11061180 # CONFIG_KEYBOARD_OPENCORES is not set
11071181 # CONFIG_KEYBOARD_STOWAWAY is not set
@@ -1125,8 +1199,8 @@ CONFIG_MOUSE_PS2=m
11251199 # CONFIG_INPUT_JOYSTICK is not set
11261200 # CONFIG_INPUT_TABLET is not set
11271201 CONFIG_INPUT_TOUCHSCREEN=y
1128-# CONFIG_TOUCHSCREEN_AD7879_I2C is not set
11291202 # CONFIG_TOUCHSCREEN_AD7879 is not set
1203+# CONFIG_TOUCHSCREEN_BU21013 is not set
11301204 # CONFIG_TOUCHSCREEN_DYNAPRO is not set
11311205 # CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
11321206 # CONFIG_TOUCHSCREEN_EETI is not set
@@ -1139,12 +1213,14 @@ CONFIG_INPUT_TOUCHSCREEN=y
11391213 # CONFIG_TOUCHSCREEN_INEXIO is not set
11401214 # CONFIG_TOUCHSCREEN_MK712 is not set
11411215 # CONFIG_TOUCHSCREEN_PENMOUNT is not set
1216+# CONFIG_TOUCHSCREEN_QT602240 is not set
11421217 # CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI is not set
11431218 # CONFIG_TOUCHSCREEN_TOUCHRIGHT is not set
11441219 # CONFIG_TOUCHSCREEN_TOUCHWIN is not set
11451220 # CONFIG_TOUCHSCREEN_USB_COMPOSITE is not set
11461221 # CONFIG_TOUCHSCREEN_TOUCHIT213 is not set
11471222 # CONFIG_TOUCHSCREEN_TSC2007 is not set
1223+# CONFIG_TOUCHSCREEN_ST1232 is not set
11481224 # CONFIG_TOUCHSCREEN_TPS6507X is not set
11491225 CONFIG_INPUT_MISC=y
11501226 # CONFIG_INPUT_AD714X is not set
@@ -1159,10 +1235,11 @@ CONFIG_INPUT_PCSPKR=m
11591235 # CONFIG_INPUT_POWERMATE is not set
11601236 # CONFIG_INPUT_YEALINK is not set
11611237 # CONFIG_INPUT_CM109 is not set
1162-CONFIG_INPUT_UINPUT=m
1163-# CONFIG_INPUT_WINBOND_CIR is not set
1238+CONFIG_INPUT_UINPUT=y
11641239 # CONFIG_INPUT_GPIO is not set
11651240 # CONFIG_INPUT_PCF8574 is not set
1241+# CONFIG_INPUT_ADXL34X is not set
1242+# CONFIG_INPUT_CMA3000 is not set
11661243
11671244 #
11681245 # Hardware I/O ports
@@ -1175,6 +1252,7 @@ CONFIG_SERIO_PCIPS2=y
11751252 CONFIG_SERIO_LIBPS2=y
11761253 CONFIG_SERIO_RAW=y
11771254 # CONFIG_SERIO_ALTERA_PS2 is not set
1255+# CONFIG_SERIO_PS2MULT is not set
11781256 # CONFIG_GAMEPORT is not set
11791257
11801258 #
@@ -1206,6 +1284,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
12061284 #
12071285 # Non-8250 serial port support
12081286 #
1287+# CONFIG_SERIAL_MFD_HSU is not set
12091288 CONFIG_SERIAL_CORE=y
12101289 CONFIG_SERIAL_CORE_CONSOLE=y
12111290 # CONFIG_SERIAL_JSM is not set
@@ -1216,6 +1295,7 @@ CONFIG_UNIX98_PTYS=y
12161295 # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
12171296 CONFIG_LEGACY_PTYS=y
12181297 CONFIG_LEGACY_PTY_COUNT=256
1298+# CONFIG_TTY_PRINTK is not set
12191299 # CONFIG_IPMI_HANDLER is not set
12201300 CONFIG_HW_RANDOM=y
12211301 # CONFIG_HW_RANDOM_TIMERIOMEM is not set
@@ -1230,7 +1310,6 @@ CONFIG_NVRAM=m
12301310 # CONFIG_MWAVE is not set
12311311 # CONFIG_PC8736x_GPIO is not set
12321312 # CONFIG_NSC_GPIO is not set
1233-# CONFIG_CS5535_GPIO is not set
12341313 CONFIG_RAW_DRIVER=m
12351314 CONFIG_MAX_RAW_DEVS=4096
12361315 CONFIG_HPET=y
@@ -1244,6 +1323,7 @@ CONFIG_I2C=y
12441323 CONFIG_I2C_BOARDINFO=y
12451324 CONFIG_I2C_COMPAT=y
12461325 CONFIG_I2C_CHARDEV=y
1326+# CONFIG_I2C_MUX is not set
12471327 CONFIG_I2C_HELPER_AUTO=y
12481328 CONFIG_I2C_ALGOBIT=m
12491329
@@ -1279,10 +1359,12 @@ CONFIG_I2C_VIAPRO=m
12791359 #
12801360 # I2C system bus drivers (mostly embedded / system-on-chip)
12811361 #
1362+# CONFIG_I2C_INTEL_MID is not set
12821363 # CONFIG_I2C_OCORES is not set
12831364 # CONFIG_I2C_PCA_PLATFORM is not set
12841365 # CONFIG_I2C_SIMTEC is not set
12851366 # CONFIG_I2C_XILINX is not set
1367+# CONFIG_I2C_EG20T is not set
12861368
12871369 #
12881370 # External I2C/SMBus adapter drivers
@@ -1305,6 +1387,10 @@ CONFIG_I2C_VIAPRO=m
13051387 # PPS support
13061388 #
13071389 # CONFIG_PPS is not set
1390+
1391+#
1392+# PPS generators support
1393+#
13081394 CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y
13091395 # CONFIG_GPIOLIB is not set
13101396 # CONFIG_W1 is not set
@@ -1312,10 +1398,11 @@ CONFIG_POWER_SUPPLY=y
13121398 CONFIG_POWER_SUPPLY_DEBUG=y
13131399 CONFIG_PDA_POWER=y
13141400 # CONFIG_TEST_POWER is not set
1315-# CONFIG_BATTERY_DS2760 is not set
13161401 # CONFIG_BATTERY_DS2782 is not set
1402+# CONFIG_BATTERY_BQ20Z75 is not set
13171403 # CONFIG_BATTERY_BQ27x00 is not set
13181404 # CONFIG_BATTERY_MAX17040 is not set
1405+# CONFIG_BATTERY_MAX17042 is not set
13191406 CONFIG_HWMON=y
13201407 CONFIG_HWMON_VID=y
13211408 # CONFIG_HWMON_DEBUG_CHIP is not set
@@ -1342,6 +1429,7 @@ CONFIG_HWMON_VID=y
13421429 # CONFIG_SENSORS_K10TEMP is not set
13431430 # CONFIG_SENSORS_ASB100 is not set
13441431 # CONFIG_SENSORS_ATXP1 is not set
1432+# CONFIG_SENSORS_DS620 is not set
13451433 # CONFIG_SENSORS_DS1621 is not set
13461434 # CONFIG_SENSORS_I5K_AMB is not set
13471435 # CONFIG_SENSORS_F71805F is not set
@@ -1352,7 +1440,9 @@ CONFIG_HWMON_VID=y
13521440 # CONFIG_SENSORS_GL518SM is not set
13531441 # CONFIG_SENSORS_GL520SM is not set
13541442 # CONFIG_SENSORS_CORETEMP is not set
1443+# CONFIG_SENSORS_PKGTEMP is not set
13551444 # CONFIG_SENSORS_IT87 is not set
1445+# CONFIG_SENSORS_JC42 is not set
13561446 # CONFIG_SENSORS_LM63 is not set
13571447 # CONFIG_SENSORS_LM73 is not set
13581448 # CONFIG_SENSORS_LM75 is not set
@@ -1367,15 +1457,19 @@ CONFIG_SENSORS_LM85=y
13671457 # CONFIG_SENSORS_LM93 is not set
13681458 # CONFIG_SENSORS_LTC4215 is not set
13691459 # CONFIG_SENSORS_LTC4245 is not set
1460+# CONFIG_SENSORS_LTC4261 is not set
13701461 # CONFIG_SENSORS_LM95241 is not set
13711462 # CONFIG_SENSORS_MAX1619 is not set
13721463 # CONFIG_SENSORS_MAX6650 is not set
13731464 # CONFIG_SENSORS_PC87360 is not set
13741465 # CONFIG_SENSORS_PC87427 is not set
13751466 # CONFIG_SENSORS_PCF8591 is not set
1467+# CONFIG_SENSORS_SHT21 is not set
13761468 # CONFIG_SENSORS_SIS5595 is not set
1469+# CONFIG_SENSORS_SMM665 is not set
13771470 # CONFIG_SENSORS_DME1737 is not set
13781471 # CONFIG_SENSORS_EMC1403 is not set
1472+# CONFIG_SENSORS_EMC2103 is not set
13791473 # CONFIG_SENSORS_SMSC47M1 is not set
13801474 # CONFIG_SENSORS_SMSC47M192 is not set
13811475 # CONFIG_SENSORS_SMSC47B397 is not set
@@ -1393,11 +1487,11 @@ CONFIG_SENSORS_LM85=y
13931487 # CONFIG_SENSORS_W83791D is not set
13941488 # CONFIG_SENSORS_W83792D is not set
13951489 # CONFIG_SENSORS_W83793 is not set
1490+# CONFIG_SENSORS_W83795 is not set
13961491 # CONFIG_SENSORS_W83L785TS is not set
13971492 # CONFIG_SENSORS_W83L786NG is not set
13981493 # CONFIG_SENSORS_W83627HF is not set
13991494 # CONFIG_SENSORS_W83627EHF is not set
1400-# CONFIG_SENSORS_HDAPS is not set
14011495 # CONFIG_SENSORS_LIS3_I2C is not set
14021496 # CONFIG_SENSORS_APPLESMC is not set
14031497
@@ -1430,20 +1524,25 @@ CONFIG_MFD_CORE=m
14301524 # CONFIG_HTC_PASIC3 is not set
14311525 # CONFIG_TPS6507X is not set
14321526 # CONFIG_TWL4030_CORE is not set
1433-# CONFIG_MFD_TC35892 is not set
1527+# CONFIG_MFD_STMPE is not set
1528+# CONFIG_MFD_TC3589X is not set
14341529 # CONFIG_MFD_TMIO is not set
14351530 # CONFIG_PMIC_DA903X is not set
14361531 # CONFIG_PMIC_ADP5520 is not set
14371532 # CONFIG_MFD_MAX8925 is not set
1533+# CONFIG_MFD_MAX8998 is not set
14381534 # CONFIG_MFD_WM8400 is not set
1439-# CONFIG_MFD_WM831X is not set
1535+# CONFIG_MFD_WM831X_I2C is not set
14401536 # CONFIG_MFD_WM8350_I2C is not set
14411537 # CONFIG_MFD_WM8994 is not set
14421538 # CONFIG_MFD_PCF50633 is not set
14431539 # CONFIG_ABX500_CORE is not set
1540+# CONFIG_MFD_CS5535 is not set
14441541 CONFIG_LPC_SCH=m
14451542 # CONFIG_MFD_RDC321X is not set
14461543 # CONFIG_MFD_JANZ_CMODIO is not set
1544+# CONFIG_MFD_VX855 is not set
1545+# CONFIG_MFD_WL1273_CORE is not set
14471546 # CONFIG_REGULATOR is not set
14481547 CONFIG_MEDIA_SUPPORT=m
14491548
@@ -1452,20 +1551,36 @@ CONFIG_MEDIA_SUPPORT=m
14521551 #
14531552 CONFIG_VIDEO_DEV=m
14541553 CONFIG_VIDEO_V4L2_COMMON=m
1455-# CONFIG_VIDEO_ALLOW_V4L1 is not set
1456-# CONFIG_VIDEO_V4L1_COMPAT is not set
14571554 # CONFIG_DVB_CORE is not set
14581555 CONFIG_VIDEO_MEDIA=m
14591556
14601557 #
14611558 # Multimedia drivers
14621559 #
1463-# CONFIG_IR_CORE is not set
1560+CONFIG_RC_CORE=m
1561+CONFIG_LIRC=m
1562+CONFIG_RC_MAP=m
1563+CONFIG_IR_NEC_DECODER=m
1564+CONFIG_IR_RC5_DECODER=m
1565+CONFIG_IR_RC6_DECODER=m
1566+CONFIG_IR_JVC_DECODER=m
1567+CONFIG_IR_SONY_DECODER=m
1568+CONFIG_IR_RC5_SZ_DECODER=m
1569+CONFIG_IR_LIRC_CODEC=m
1570+# CONFIG_IR_ENE is not set
1571+# CONFIG_IR_IMON is not set
1572+# CONFIG_IR_MCEUSB is not set
1573+# CONFIG_IR_NUVOTON is not set
1574+# CONFIG_IR_STREAMZAP is not set
1575+# CONFIG_IR_WINBOND_CIR is not set
1576+# CONFIG_RC_LOOPBACK is not set
14641577 # CONFIG_MEDIA_ATTACH is not set
14651578 CONFIG_MEDIA_TUNER=m
14661579 # CONFIG_MEDIA_TUNER_CUSTOMISE is not set
14671580 CONFIG_MEDIA_TUNER_SIMPLE=m
14681581 CONFIG_MEDIA_TUNER_TDA8290=m
1582+CONFIG_MEDIA_TUNER_TDA827X=m
1583+CONFIG_MEDIA_TUNER_TDA18271=m
14691584 CONFIG_MEDIA_TUNER_TDA9887=m
14701585 CONFIG_MEDIA_TUNER_TEA5761=m
14711586 CONFIG_MEDIA_TUNER_TEA5767=m
@@ -1480,18 +1595,48 @@ CONFIG_VIDEO_CAPTURE_DRIVERS=y
14801595 # CONFIG_VIDEO_ADV_DEBUG is not set
14811596 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set
14821597 CONFIG_VIDEO_HELPER_CHIPS_AUTO=y
1598+CONFIG_VIDEO_IR_I2C=m
1599+
1600+#
1601+# Audio decoders
1602+#
1603+
1604+#
1605+# RDS decoders
1606+#
1607+
1608+#
1609+# Video decoders
1610+#
1611+
1612+#
1613+# Video and audio decoders
1614+#
1615+
1616+#
1617+# MPEG video encoders
1618+#
1619+
1620+#
1621+# Video encoders
1622+#
1623+
1624+#
1625+# Video improvement chips
1626+#
14831627 CONFIG_VIDEO_VIVI=m
14841628 # CONFIG_VIDEO_BT848 is not set
1485-# CONFIG_VIDEO_SAA5246A is not set
1486-# CONFIG_VIDEO_SAA5249 is not set
1629+# CONFIG_VIDEO_CPIA2 is not set
14871630 # CONFIG_VIDEO_ZORAN is not set
14881631 # CONFIG_VIDEO_SAA7134 is not set
14891632 # CONFIG_VIDEO_MXB is not set
14901633 # CONFIG_VIDEO_HEXIUM_ORION is not set
14911634 # CONFIG_VIDEO_HEXIUM_GEMINI is not set
1635+# CONFIG_VIDEO_TIMBERDALE is not set
14921636 # CONFIG_VIDEO_CX88 is not set
14931637 # CONFIG_VIDEO_IVTV is not set
14941638 # CONFIG_VIDEO_CAFE_CCIC is not set
1639+# CONFIG_VIDEO_SR030PC30 is not set
14951640 # CONFIG_SOC_CAMERA is not set
14961641 CONFIG_V4L_USB_DRIVERS=y
14971642 CONFIG_USB_VIDEO_CLASS=m
@@ -1504,13 +1649,12 @@ CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y
15041649 # CONFIG_VIDEO_USBVISION is not set
15051650 # CONFIG_USB_ET61X251 is not set
15061651 # CONFIG_USB_SN9C102 is not set
1507-# CONFIG_USB_ZC0301 is not set
1652+# CONFIG_USB_PWC is not set
15081653 # CONFIG_USB_ZR364XX is not set
15091654 # CONFIG_USB_STKWEBCAM is not set
15101655 # CONFIG_USB_S2255 is not set
15111656 # CONFIG_V4L_MEM2MEM_DRIVERS is not set
15121657 # CONFIG_RADIO_ADAPTERS is not set
1513-# CONFIG_DAB is not set
15141658
15151659 #
15161660 # Graphics support
@@ -1542,6 +1686,7 @@ CONFIG_DRM_I915_KMS=y
15421686 # CONFIG_DRM_SIS is not set
15431687 # CONFIG_DRM_VIA is not set
15441688 # CONFIG_DRM_SAVAGE is not set
1689+CONFIG_STUB_POULSBO=m
15451690 # CONFIG_VGASTATE is not set
15461691 CONFIG_VIDEO_OUTPUT_CONTROL=y
15471692 CONFIG_FB=y
@@ -1557,6 +1702,7 @@ CONFIG_FB_CFB_IMAGEBLIT=y
15571702 # CONFIG_FB_SYS_IMAGEBLIT is not set
15581703 # CONFIG_FB_FOREIGN_ENDIAN is not set
15591704 # CONFIG_FB_SYS_FOPS is not set
1705+# CONFIG_FB_WMT_GE_ROPS is not set
15601706 # CONFIG_FB_SVGALIB is not set
15611707 # CONFIG_FB_MACMODES is not set
15621708 # CONFIG_FB_BACKLIGHT is not set
@@ -1602,6 +1748,7 @@ CONFIG_FB_VESA=y
16021748 # CONFIG_FB_CARMINE is not set
16031749 # CONFIG_FB_GEODE is not set
16041750 # CONFIG_FB_TMIO is not set
1751+# CONFIG_FB_UDL is not set
16051752 # CONFIG_FB_VIRTUAL is not set
16061753 # CONFIG_FB_METRONOME is not set
16071754 # CONFIG_FB_MB862XX is not set
@@ -1644,19 +1791,17 @@ CONFIG_FONT_8x16=y
16441791 # CONFIG_FONT_10x18 is not set
16451792 # CONFIG_LOGO is not set
16461793 CONFIG_SOUND=y
1647-CONFIG_SOUND_OSS_CORE=y
1648-CONFIG_SOUND_OSS_CORE_PRECLAIM=y
1794+# CONFIG_SOUND_OSS_CORE is not set
16491795 CONFIG_SND=m
16501796 CONFIG_SND_TIMER=m
16511797 CONFIG_SND_PCM=m
16521798 CONFIG_SND_HWDEP=m
16531799 CONFIG_SND_RAWMIDI=m
1800+CONFIG_SND_JACK=y
16541801 CONFIG_SND_SEQUENCER=m
16551802 # CONFIG_SND_SEQ_DUMMY is not set
1656-CONFIG_SND_OSSEMUL=y
1657-CONFIG_SND_MIXER_OSS=m
1658-CONFIG_SND_PCM_OSS=m
1659-CONFIG_SND_PCM_OSS_PLUGINS=y
1803+# CONFIG_SND_MIXER_OSS is not set
1804+# CONFIG_SND_PCM_OSS is not set
16601805 # CONFIG_SND_SEQUENCER_OSS is not set
16611806 # CONFIG_SND_HRTIMER is not set
16621807 CONFIG_SND_DYNAMIC_MINORS=y
@@ -1672,8 +1817,9 @@ CONFIG_SND_RAWMIDI_SEQ=m
16721817 # CONFIG_SND_SBAWE_SEQ is not set
16731818 # CONFIG_SND_EMU10K1_SEQ is not set
16741819 CONFIG_SND_DRIVERS=y
1675-CONFIG_SND_PCSP=m
1820+# CONFIG_SND_PCSP is not set
16761821 CONFIG_SND_DUMMY=m
1822+# CONFIG_SND_ALOOP is not set
16771823 # CONFIG_SND_VIRMIDI is not set
16781824 # CONFIG_SND_MTPAV is not set
16791825 # CONFIG_SND_SERIAL_U16550 is not set
@@ -1725,26 +1871,23 @@ CONFIG_SND_HDA_INTEL=m
17251871 CONFIG_SND_HDA_HWDEP=y
17261872 CONFIG_SND_HDA_RECONFIG=y
17271873 # CONFIG_SND_HDA_INPUT_BEEP is not set
1728-# CONFIG_SND_HDA_INPUT_JACK is not set
1874+CONFIG_SND_HDA_INPUT_JACK=y
17291875 # CONFIG_SND_HDA_PATCH_LOADER is not set
17301876 CONFIG_SND_HDA_CODEC_REALTEK=y
17311877 # CONFIG_SND_HDA_CODEC_ANALOG is not set
17321878 # CONFIG_SND_HDA_CODEC_SIGMATEL is not set
17331879 # CONFIG_SND_HDA_CODEC_VIA is not set
1734-# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
1735-# CONFIG_SND_HDA_CODEC_NVHDMI is not set
1736-# CONFIG_SND_HDA_CODEC_INTELHDMI is not set
1737-CONFIG_SND_HDA_CODEC_CIRRUS=y
1880+CONFIG_SND_HDA_CODEC_HDMI=y
1881+# CONFIG_SND_HDA_CODEC_CIRRUS is not set
17381882 # CONFIG_SND_HDA_CODEC_CONEXANT is not set
1739-CONFIG_SND_HDA_CODEC_CA0110=y
1883+# CONFIG_SND_HDA_CODEC_CA0110 is not set
17401884 # CONFIG_SND_HDA_CODEC_CMEDIA is not set
17411885 # CONFIG_SND_HDA_CODEC_SI3054 is not set
1742-# CONFIG_SND_HDA_GENERIC is not set
1886+CONFIG_SND_HDA_GENERIC=y
17431887 CONFIG_SND_HDA_POWER_SAVE=y
17441888 CONFIG_SND_HDA_POWER_SAVE_DEFAULT=3
17451889 # CONFIG_SND_HDSP is not set
17461890 # CONFIG_SND_HDSPM is not set
1747-# CONFIG_SND_HIFIER is not set
17481891 # CONFIG_SND_ICE1712 is not set
17491892 # CONFIG_SND_ICE1724 is not set
17501893 # CONFIG_SND_INTEL8X0 is not set
@@ -1790,27 +1933,30 @@ CONFIG_USB_HID=y
17901933 #
17911934 # Special HID drivers
17921935 #
1793-# CONFIG_HID_3M_PCT is not set
17941936 # CONFIG_HID_A4TECH is not set
1937+# CONFIG_HID_ACRUX_FF is not set
17951938 # CONFIG_HID_APPLE is not set
17961939 # CONFIG_HID_BELKIN is not set
1797-# CONFIG_HID_CANDO is not set
17981940 # CONFIG_HID_CHERRY is not set
17991941 # CONFIG_HID_CHICONY is not set
18001942 # CONFIG_HID_PRODIKEYS is not set
18011943 # CONFIG_HID_CYPRESS is not set
18021944 # CONFIG_HID_DRAGONRISE is not set
1803-CONFIG_HID_EGALAX=m
1945+# CONFIG_HID_EMS_FF is not set
1946+# CONFIG_HID_ELECOM is not set
18041947 # CONFIG_HID_EZKEY is not set
18051948 # CONFIG_HID_KYE is not set
1949+# CONFIG_HID_UCLOGIC is not set
1950+# CONFIG_HID_WALTOP is not set
18061951 # CONFIG_HID_GYRATION is not set
18071952 # CONFIG_HID_TWINHAN is not set
18081953 # CONFIG_HID_KENSINGTON is not set
18091954 # CONFIG_HID_LOGITECH is not set
18101955 # CONFIG_HID_MAGICMOUSE is not set
18111956 # CONFIG_HID_MICROSOFT is not set
1812-CONFIG_HID_MOSART=m
1957+# CONFIG_HID_MOSART is not set
18131958 # CONFIG_HID_MONTEREY is not set
1959+CONFIG_HID_MULTITOUCH=m
18141960 # CONFIG_HID_NTRIG is not set
18151961 # CONFIG_HID_ORTEK is not set
18161962 # CONFIG_HID_PANTHERLORD is not set
@@ -1819,9 +1965,10 @@ CONFIG_HID_MOSART=m
18191965 # CONFIG_HID_QUANTA is not set
18201966 # CONFIG_HID_ROCCAT is not set
18211967 # CONFIG_HID_ROCCAT_KONE is not set
1968+# CONFIG_HID_ROCCAT_KONEPLUS is not set
1969+# CONFIG_HID_ROCCAT_PYRA is not set
18221970 # CONFIG_HID_SAMSUNG is not set
18231971 # CONFIG_HID_SONY is not set
1824-# CONFIG_HID_STANTUM is not set
18251972 # CONFIG_HID_SUNPLUS is not set
18261973 # CONFIG_HID_GREENASIA is not set
18271974 # CONFIG_HID_SMARTJOYPLUS is not set
@@ -1830,7 +1977,6 @@ CONFIG_HID_MOSART=m
18301977 # CONFIG_HID_WACOM is not set
18311978 # CONFIG_HID_ZEROPLUS is not set
18321979 # CONFIG_HID_ZYDACRON is not set
1833-# CONFIG_HID_HANVON is not set
18341980 CONFIG_USB_SUPPORT=y
18351981 CONFIG_USB_ARCH_HAS_HCD=y
18361982 CONFIG_USB_ARCH_HAS_OHCI=y
@@ -1902,6 +2048,7 @@ CONFIG_USB_STORAGE=y
19022048 # CONFIG_USB_STORAGE_ONETOUCH is not set
19032049 # CONFIG_USB_STORAGE_KARMA is not set
19042050 # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
2051+# CONFIG_USB_UAS is not set
19052052 CONFIG_USB_LIBUSUAL=y
19062053
19072054 #
@@ -1951,6 +2098,7 @@ CONFIG_USB_SERIAL=m
19512098 # CONFIG_USB_SERIAL_SPCP8X5 is not set
19522099 # CONFIG_USB_SERIAL_HP4X is not set
19532100 # CONFIG_USB_SERIAL_SAFE is not set
2101+# CONFIG_USB_SERIAL_SAMBA is not set
19542102 # CONFIG_USB_SERIAL_SIEMENS_MPI is not set
19552103 # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
19562104 # CONFIG_USB_SERIAL_SYMBOL is not set
@@ -1963,6 +2111,7 @@ CONFIG_USB_SERIAL_OPTION=m
19632111 # CONFIG_USB_SERIAL_OPTICON is not set
19642112 # CONFIG_USB_SERIAL_VIVOPAY_SERIAL is not set
19652113 # CONFIG_USB_SERIAL_ZIO is not set
2114+# CONFIG_USB_SERIAL_SSU100 is not set
19662115 # CONFIG_USB_SERIAL_DEBUG is not set
19672116
19682117 #
@@ -1987,6 +2136,7 @@ CONFIG_USB_LED=m
19872136 # CONFIG_USB_IOWARRIOR is not set
19882137 # CONFIG_USB_TEST is not set
19892138 # CONFIG_USB_ISIGHTFW is not set
2139+# CONFIG_USB_YUREX is not set
19902140 # CONFIG_USB_GADGET is not set
19912141
19922142 #
@@ -2005,6 +2155,8 @@ CONFIG_LEDS_CLASS=y
20052155 # CONFIG_LEDS_ALIX2 is not set
20062156 # CONFIG_LEDS_PCA9532 is not set
20072157 # CONFIG_LEDS_LP3944 is not set
2158+# CONFIG_LEDS_LP5521 is not set
2159+# CONFIG_LEDS_LP5523 is not set
20082160 # CONFIG_LEDS_CLEVO_MAIL is not set
20092161 # CONFIG_LEDS_PCA955X is not set
20102162 # CONFIG_LEDS_BD2802 is not set
@@ -2024,6 +2176,7 @@ CONFIG_LEDS_TRIGGER_TIMER=y
20242176 #
20252177 # iptables trigger is under Netfilter config (LED target)
20262178 #
2179+# CONFIG_NFC_DEVICES is not set
20272180 CONFIG_SWITCH=y
20282181 # CONFIG_ACCESSIBILITY is not set
20292182 # CONFIG_INFINIBAND is not set
@@ -2051,9 +2204,11 @@ CONFIG_RTC_INTF_ALARM_DEV=y
20512204 # CONFIG_RTC_DRV_DS1307 is not set
20522205 # CONFIG_RTC_DRV_DS1374 is not set
20532206 # CONFIG_RTC_DRV_DS1672 is not set
2207+# CONFIG_RTC_DRV_DS3232 is not set
20542208 # CONFIG_RTC_DRV_MAX6900 is not set
20552209 # CONFIG_RTC_DRV_RS5C372 is not set
20562210 # CONFIG_RTC_DRV_ISL1208 is not set
2211+# CONFIG_RTC_DRV_ISL12022 is not set
20572212 # CONFIG_RTC_DRV_X1205 is not set
20582213 # CONFIG_RTC_DRV_PCF8563 is not set
20592214 # CONFIG_RTC_DRV_PCF8583 is not set
@@ -2097,19 +2252,22 @@ CONFIG_STAGING=y
20972252 # CONFIG_SLICOSS is not set
20982253 # CONFIG_VIDEO_GO7007 is not set
20992254 # CONFIG_VIDEO_TM6000 is not set
2255+# CONFIG_USB_DABUSB is not set
2256+# CONFIG_USB_SE401 is not set
2257+# CONFIG_USB_VICAM is not set
21002258 # CONFIG_USB_IP_COMMON is not set
21012259 # CONFIG_W35UND is not set
21022260 # CONFIG_PRISM2_USB is not set
21032261 # CONFIG_ECHO is not set
2104-# CONFIG_OTUS is not set
2262+# CONFIG_BRCM80211 is not set
21052263 CONFIG_RT2860=m
21062264 # CONFIG_RT2870 is not set
21072265 # CONFIG_COMEDI is not set
21082266 # CONFIG_ASUS_OLED is not set
21092267 CONFIG_R8187SE=m
2110-# CONFIG_RTL8192SU is not set
21112268 # CONFIG_RTL8192U is not set
21122269 # CONFIG_RTL8192E is not set
2270+# CONFIG_R8712U is not set
21132271 # CONFIG_TRANZPORT is not set
21142272
21152273 #
@@ -2125,6 +2283,7 @@ CONFIG_ANDROID_RAM_CONSOLE_ENABLE_VERBOSE=y
21252283 CONFIG_ANDROID_TIMED_OUTPUT=y
21262284 CONFIG_ANDROID_LOW_MEMORY_KILLER=y
21272285 # CONFIG_POHMELFS is not set
2286+# CONFIG_AUTOFS_FS is not set
21282287 # CONFIG_IDE_PHISON is not set
21292288 # CONFIG_LINE6_USB is not set
21302289 # CONFIG_DRM_VMWGFX is not set
@@ -2134,32 +2293,42 @@ CONFIG_ANDROID_LOW_MEMORY_KILLER=y
21342293 # I2C encoder or helper chips
21352294 #
21362295 # CONFIG_DRM_I2C_CH7006 is not set
2296+# CONFIG_DRM_I2C_SIL164 is not set
21372297 # CONFIG_USB_SERIAL_QUATECH2 is not set
21382298 # CONFIG_USB_SERIAL_QUATECH_USB2 is not set
21392299 # CONFIG_VT6655 is not set
21402300 # CONFIG_VT6656 is not set
2141-# CONFIG_FB_UDL is not set
21422301 # CONFIG_HYPERV is not set
21432302 # CONFIG_VME_BUS is not set
2144-
2145-#
2146-# RAR Register Driver
2147-#
2148-# CONFIG_RAR_REGISTER is not set
2303+# CONFIG_DX_SEP is not set
21492304 # CONFIG_IIO is not set
2150-# CONFIG_BATMAN_ADV is not set
2305+# CONFIG_CS5535_GPIO is not set
2306+# CONFIG_ZRAM is not set
21512307 # CONFIG_SAMSUNG_LAPTOP is not set
21522308 # CONFIG_FB_SM7XX is not set
2153-# CONFIG_DT3155 is not set
21542309 # CONFIG_VIDEO_DT3155 is not set
21552310 # CONFIG_CRYSTALHD is not set
21562311
21572312 #
21582313 # Texas Instruments shared transport line discipline
21592314 #
2160-# CONFIG_TI_ST is not set
21612315 # CONFIG_ST_BT is not set
21622316 # CONFIG_FB_XGI is not set
2317+# CONFIG_LIRC_STAGING is not set
2318+# CONFIG_SMB_FS is not set
2319+# CONFIG_EASYCAP is not set
2320+# CONFIG_SOLO6X10 is not set
2321+# CONFIG_ACPI_QUICKSTART is not set
2322+CONFIG_MACH_NO_WESTBRIDGE=y
2323+# CONFIG_USB_ENESTORAGE is not set
2324+# CONFIG_BCM_WIMAX is not set
2325+# CONFIG_FT1000 is not set
2326+
2327+#
2328+# Speakup console speech
2329+#
2330+# CONFIG_SPEAKUP is not set
2331+# CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set
21632332 CONFIG_X86_PLATFORM_DEVICES=y
21642333 # CONFIG_ACER_WMI is not set
21652334 CONFIG_ASUS_LAPTOP=m
@@ -2171,7 +2340,9 @@ CONFIG_ASUS_LAPTOP=m
21712340 # CONFIG_PANASONIC_LAPTOP is not set
21722341 # CONFIG_COMPAL_LAPTOP is not set
21732342 # CONFIG_SONY_LAPTOP is not set
2343+# CONFIG_IDEAPAD_LAPTOP is not set
21742344 # CONFIG_THINKPAD_ACPI is not set
2345+# CONFIG_SENSORS_HDAPS is not set
21752346 # CONFIG_INTEL_MENLOW is not set
21762347 CONFIG_EEEPC_LAPTOP=m
21772348 CONFIG_EEEPC_WMI=m
@@ -2182,6 +2353,8 @@ CONFIG_ACPI_WMI=m
21822353 # CONFIG_ACPI_TOSHIBA is not set
21832354 # CONFIG_TOSHIBA_BT_RFKILL is not set
21842355 # CONFIG_ACPI_CMPC is not set
2356+# CONFIG_INTEL_IPS is not set
2357+# CONFIG_IBM_RTL is not set
21852358
21862359 #
21872360 # Firmware Drivers
@@ -2206,29 +2379,29 @@ CONFIG_EXT3_FS=y
22062379 CONFIG_EXT3_FS_XATTR=y
22072380 # CONFIG_EXT3_FS_POSIX_ACL is not set
22082381 # CONFIG_EXT3_FS_SECURITY is not set
2209-CONFIG_EXT4_FS=m
2382+CONFIG_EXT4_FS=y
22102383 CONFIG_EXT4_FS_XATTR=y
22112384 # CONFIG_EXT4_FS_POSIX_ACL is not set
22122385 # CONFIG_EXT4_FS_SECURITY is not set
22132386 # CONFIG_EXT4_DEBUG is not set
22142387 CONFIG_JBD=y
22152388 # CONFIG_JBD_DEBUG is not set
2216-CONFIG_JBD2=m
2389+CONFIG_JBD2=y
22172390 # CONFIG_JBD2_DEBUG is not set
22182391 CONFIG_FS_MBCACHE=y
22192392 # CONFIG_REISERFS_FS is not set
22202393 # CONFIG_JFS_FS is not set
2221-# CONFIG_FS_POSIX_ACL is not set
22222394 # CONFIG_XFS_FS is not set
22232395 # CONFIG_GFS2_FS is not set
22242396 # CONFIG_OCFS2_FS is not set
22252397 # CONFIG_BTRFS_FS is not set
22262398 # CONFIG_NILFS2_FS is not set
2399+# CONFIG_FS_POSIX_ACL is not set
22272400 CONFIG_FILE_LOCKING=y
22282401 CONFIG_FSNOTIFY=y
22292402 # CONFIG_DNOTIFY is not set
2230-CONFIG_INOTIFY=y
22312403 CONFIG_INOTIFY_USER=y
2404+# CONFIG_FANOTIFY is not set
22322405 CONFIG_QUOTA=y
22332406 # CONFIG_QUOTA_NETLINK_INTERFACE is not set
22342407 CONFIG_PRINT_QUOTA_WARNING=y
@@ -2236,7 +2409,6 @@ CONFIG_PRINT_QUOTA_WARNING=y
22362409 # CONFIG_QFMT_V1 is not set
22372410 # CONFIG_QFMT_V2 is not set
22382411 CONFIG_QUOTACTL=y
2239-# CONFIG_AUTOFS_FS is not set
22402412 # CONFIG_AUTOFS4_FS is not set
22412413 CONFIG_FUSE_FS=y
22422414 # CONFIG_CUSE is not set
@@ -2288,7 +2460,9 @@ CONFIG_MISC_FILESYSTEMS=y
22882460 # CONFIG_LOGFS is not set
22892461 # CONFIG_CRAMFS is not set
22902462 CONFIG_SQUASHFS=y
2291-CONFIG_SQUASHFS_XATTRS=y
2463+CONFIG_SQUASHFS_XATTR=y
2464+CONFIG_SQUASHFS_LZO=y
2465+CONFIG_SQUASHFS_XZ=y
22922466 # CONFIG_SQUASHFS_EMBEDDED is not set
22932467 CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
22942468 # CONFIG_VXFS_FS is not set
@@ -2310,8 +2484,6 @@ CONFIG_LOCKD_V4=y
23102484 CONFIG_NFS_COMMON=y
23112485 CONFIG_SUNRPC=m
23122486 # CONFIG_RPCSEC_GSS_KRB5 is not set
2313-# CONFIG_RPCSEC_GSS_SPKM3 is not set
2314-# CONFIG_SMB_FS is not set
23152487 # CONFIG_CEPH_FS is not set
23162488 CONFIG_CIFS=m
23172489 # CONFIG_CIFS_STATS is not set
@@ -2384,6 +2556,9 @@ CONFIG_MAGIC_SYSRQ=y
23842556 CONFIG_DEBUG_FS=y
23852557 # CONFIG_HEADERS_CHECK is not set
23862558 # CONFIG_DEBUG_KERNEL is not set
2559+# CONFIG_HARDLOCKUP_DETECTOR is not set
2560+CONFIG_BKL=y
2561+# CONFIG_SPARSE_RCU_POINTER is not set
23872562 # CONFIG_STACKTRACE is not set
23882563 CONFIG_DEBUG_BUGVERBOSE=y
23892564 # CONFIG_DEBUG_MEMORY_INIT is not set
@@ -2391,7 +2566,6 @@ CONFIG_ARCH_WANT_FRAME_POINTERS=y
23912566 # CONFIG_FRAME_POINTER is not set
23922567 # CONFIG_RCU_CPU_STALL_DETECTOR is not set
23932568 # CONFIG_LKDTM is not set
2394-# CONFIG_LATENCYTOP is not set
23952569 # CONFIG_SYSCTL_SYSCALL_CHECK is not set
23962570 CONFIG_USER_STACKTRACE_SUPPORT=y
23972571 CONFIG_HAVE_FUNCTION_TRACER=y
@@ -2401,6 +2575,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
24012575 CONFIG_HAVE_DYNAMIC_FTRACE=y
24022576 CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
24032577 CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
2578+CONFIG_HAVE_C_RECORDMCOUNT=y
24042579 CONFIG_TRACING_SUPPORT=y
24052580 # CONFIG_FTRACE is not set
24062581 # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
@@ -2414,7 +2589,7 @@ CONFIG_HAVE_ARCH_KMEMCHECK=y
24142589 CONFIG_X86_VERBOSE_BOOTUP=y
24152590 CONFIG_EARLY_PRINTK=y
24162591 # CONFIG_EARLY_PRINTK_DBGP is not set
2417-# CONFIG_4KSTACKS is not set
2592+# CONFIG_DEBUG_SET_MODULE_RONX is not set
24182593 CONFIG_DOUBLEFAULT=y
24192594 # CONFIG_IOMMU_STRESS is not set
24202595 CONFIG_HAVE_MMIOTRACE_SUPPORT=y
@@ -2433,11 +2608,9 @@ CONFIG_DEFAULT_IO_DELAY_TYPE=0
24332608 # Security options
24342609 #
24352610 # CONFIG_KEYS is not set
2611+# CONFIG_SECURITY_DMESG_RESTRICT is not set
24362612 # CONFIG_SECURITY is not set
24372613 # CONFIG_SECURITYFS is not set
2438-# CONFIG_DEFAULT_SECURITY_SELINUX is not set
2439-# CONFIG_DEFAULT_SECURITY_SMACK is not set
2440-# CONFIG_DEFAULT_SECURITY_TOMOYO is not set
24412614 CONFIG_DEFAULT_SECURITY_DAC=y
24422615 CONFIG_DEFAULT_SECURITY=""
24432616 CONFIG_CRYPTO=y
@@ -2453,10 +2626,10 @@ CONFIG_CRYPTO_BLKCIPHER2=y
24532626 CONFIG_CRYPTO_HASH=y
24542627 CONFIG_CRYPTO_HASH2=y
24552628 CONFIG_CRYPTO_RNG2=y
2456-CONFIG_CRYPTO_PCOMP=y
2629+CONFIG_CRYPTO_PCOMP2=y
24572630 CONFIG_CRYPTO_MANAGER=y
24582631 CONFIG_CRYPTO_MANAGER2=y
2459-# CONFIG_CRYPTO_MANAGER_TESTS is not set
2632+CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y
24602633 CONFIG_CRYPTO_GF128MUL=y
24612634 CONFIG_CRYPTO_NULL=m
24622635 # CONFIG_CRYPTO_PCRYPT is not set
@@ -2514,6 +2687,7 @@ CONFIG_CRYPTO_WP512=m
25142687 #
25152688 CONFIG_CRYPTO_AES=y
25162689 CONFIG_CRYPTO_AES_586=y
2690+# CONFIG_CRYPTO_AES_NI_INTEL is not set
25172691 CONFIG_CRYPTO_ANUBIS=m
25182692 CONFIG_CRYPTO_ARC4=y
25192693 CONFIG_CRYPTO_BLOWFISH=m
@@ -2543,6 +2717,8 @@ CONFIG_CRYPTO_DEFLATE=m
25432717 # Random Number Generation
25442718 #
25452719 # CONFIG_CRYPTO_ANSI_CPRNG is not set
2720+# CONFIG_CRYPTO_USER_API_HASH is not set
2721+# CONFIG_CRYPTO_USER_API_SKCIPHER is not set
25462722 # CONFIG_CRYPTO_HW is not set
25472723 CONFIG_HAVE_KVM=y
25482724 # CONFIG_VIRTUALIZATION is not set
@@ -2564,8 +2740,19 @@ CONFIG_CRC7=m
25642740 CONFIG_LIBCRC32C=m
25652741 CONFIG_ZLIB_INFLATE=y
25662742 CONFIG_ZLIB_DEFLATE=m
2743+CONFIG_LZO_DECOMPRESS=y
2744+CONFIG_XZ_DEC=y
2745+CONFIG_XZ_DEC_X86=y
2746+CONFIG_XZ_DEC_POWERPC=y
2747+CONFIG_XZ_DEC_IA64=y
2748+CONFIG_XZ_DEC_ARM=y
2749+CONFIG_XZ_DEC_ARMTHUMB=y
2750+CONFIG_XZ_DEC_SPARC=y
2751+CONFIG_XZ_DEC_BCJ=y
2752+# CONFIG_XZ_DEC_TEST is not set
25672753 CONFIG_DECOMPRESS_GZIP=y
25682754 CONFIG_HAS_IOMEM=y
25692755 CONFIG_HAS_IOPORT=y
25702756 CONFIG_HAS_DMA=y
25712757 CONFIG_NLATTR=y
2758+CONFIG_AVERAGE=y
--- a/eeepc_info
+++ b/eeepc_info
@@ -15,15 +15,10 @@ eeepc_info()
1515 UVESA_MODE=${UVESA_MODE:-1024x600}
1616 BOARD_USES_TSLIB=true
1717 ;;
18- T91MT)
18+ T91MT|T101MT)
1919 UVESA_MODE=${UVESA_MODE:-1024x600}
2020 BOARD_USES_TSLIB=true
21- EXTMOD="$EXTMOD hid-mosart"
22- ;;
23- T101MT)
24- UVESA_MODE=${UVESA_MODE:-1024x600}
25- BOARD_USES_TSLIB=true
26- EXTMOD="$EXTMOD hid-egalax"
21+ EXTMOD="$EXTMOD hid-multitouch"
2722 ;;
2823 *)
2924 ;;
--- a/system.prop
+++ b/system.prop
@@ -1,4 +1,2 @@
11 # system.prop for eeepc
2-ro.config.nocheckin=yes
3-ro.com.google.clientidbase=android-google
42 # end system.prop for eeepc