mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-29 13:46:49 +00:00
projects/*/linux: update kernel config for 2.6.37
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
bde23427c3
commit
0bf48d0724
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux/i386 2.6.37-rc3 Kernel Configuration
|
# Linux/i386 2.6.37-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
@ -128,7 +128,6 @@ CONFIG_IPC_NS=y
|
|||||||
CONFIG_USER_NS=y
|
CONFIG_USER_NS=y
|
||||||
CONFIG_PID_NS=y
|
CONFIG_PID_NS=y
|
||||||
CONFIG_NET_NS=y
|
CONFIG_NET_NS=y
|
||||||
CONFIG_SCHED_AUTOGROUP=y
|
|
||||||
# CONFIG_SYSFS_DEPRECATED is not set
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
# CONFIG_RELAY is not set
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
@ -1138,6 +1137,8 @@ CONFIG_I2C_CHARDEV=m
|
|||||||
# CONFIG_I2C_MUX is not set
|
# CONFIG_I2C_MUX is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
CONFIG_I2C_ALGOBIT=y
|
CONFIG_I2C_ALGOBIT=y
|
||||||
|
# CONFIG_I2C_ALGOPCF is not set
|
||||||
|
# CONFIG_I2C_ALGOPCA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C Hardware Bus support
|
# I2C Hardware Bus support
|
||||||
@ -1257,6 +1258,10 @@ CONFIG_IR_MCEUSB=m
|
|||||||
# CONFIG_MEDIA_ATTACH is not set
|
# CONFIG_MEDIA_ATTACH is not set
|
||||||
CONFIG_MEDIA_TUNER=m
|
CONFIG_MEDIA_TUNER=m
|
||||||
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Customize TV tuners
|
||||||
|
#
|
||||||
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
||||||
@ -2382,7 +2387,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.36.1
|
# Linux/i386 2.6.37-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
@ -43,12 +43,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y
|
|||||||
# CONFIG_AUDIT_ARCH is not set
|
# CONFIG_AUDIT_ARCH is not set
|
||||||
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||||
CONFIG_HAVE_EARLY_RES=y
|
|
||||||
CONFIG_HAVE_INTEL_TXT=y
|
CONFIG_HAVE_INTEL_TXT=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
|
||||||
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
|
||||||
CONFIG_GENERIC_IRQ_PROBE=y
|
|
||||||
CONFIG_GENERIC_PENDING_IRQ=y
|
|
||||||
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
||||||
CONFIG_X86_32_SMP=y
|
CONFIG_X86_32_SMP=y
|
||||||
CONFIG_X86_HT=y
|
CONFIG_X86_HT=y
|
||||||
@ -58,12 +53,13 @@ CONFIG_KTIME_SCALAR=y
|
|||||||
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
||||||
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
CONFIG_CONSTRUCTORS=y
|
CONFIG_CONSTRUCTORS=y
|
||||||
|
CONFIG_HAVE_IRQ_WORK=y
|
||||||
|
CONFIG_IRQ_WORK=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# General setup
|
# General setup
|
||||||
#
|
#
|
||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_LOCK_KERNEL=y
|
|
||||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||||
CONFIG_CROSS_COMPILE=""
|
CONFIG_CROSS_COMPILE=""
|
||||||
CONFIG_LOCALVERSION=""
|
CONFIG_LOCALVERSION=""
|
||||||
@ -85,12 +81,27 @@ CONFIG_BSD_PROCESS_ACCT=y
|
|||||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||||
# CONFIG_TASKSTATS is not set
|
# CONFIG_TASKSTATS is not set
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
|
CONFIG_HAVE_GENERIC_HARDIRQS=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# IRQ subsystem
|
||||||
|
#
|
||||||
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
||||||
|
# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
|
||||||
|
CONFIG_HAVE_SPARSE_IRQ=y
|
||||||
|
CONFIG_GENERIC_IRQ_PROBE=y
|
||||||
|
CONFIG_GENERIC_PENDING_IRQ=y
|
||||||
|
# CONFIG_AUTO_IRQ_AFFINITY is not set
|
||||||
|
# CONFIG_IRQ_PER_CPU is not set
|
||||||
|
# CONFIG_HARDIRQS_SW_RESEND is not set
|
||||||
|
# CONFIG_SPARSE_IRQ is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_TREE_RCU=y
|
CONFIG_TREE_PREEMPT_RCU=y
|
||||||
# CONFIG_TREE_PREEMPT_RCU is not set
|
CONFIG_PREEMPT_RCU=y
|
||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
CONFIG_RCU_FANOUT=32
|
CONFIG_RCU_FANOUT=32
|
||||||
# CONFIG_RCU_FANOUT_EXACT is not set
|
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||||
@ -111,9 +122,9 @@ CONFIG_RESOURCE_COUNTERS=y
|
|||||||
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
||||||
# CONFIG_CGROUP_SCHED is not set
|
# CONFIG_CGROUP_SCHED is not set
|
||||||
# CONFIG_BLK_CGROUP is not set
|
# CONFIG_BLK_CGROUP is not set
|
||||||
# CONFIG_SYSFS_DEPRECATED_V2 is not set
|
|
||||||
# CONFIG_RELAY is not set
|
|
||||||
# CONFIG_NAMESPACES is not set
|
# CONFIG_NAMESPACES is not set
|
||||||
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_INITRAMFS_SOURCE=" "
|
CONFIG_INITRAMFS_SOURCE=" "
|
||||||
CONFIG_INITRAMFS_ROOT_UID=0
|
CONFIG_INITRAMFS_ROOT_UID=0
|
||||||
@ -159,6 +170,7 @@ CONFIG_SLAB=y
|
|||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
# CONFIG_KPROBES is not set
|
# CONFIG_KPROBES is not set
|
||||||
|
# CONFIG_JUMP_LABEL is not set
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
||||||
CONFIG_HAVE_IOREMAP_PROT=y
|
CONFIG_HAVE_IOREMAP_PROT=y
|
||||||
CONFIG_HAVE_KPROBES=y
|
CONFIG_HAVE_KPROBES=y
|
||||||
@ -172,6 +184,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y
|
|||||||
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
||||||
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
||||||
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
||||||
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
@ -240,7 +253,6 @@ CONFIG_TICK_ONESHOT=y
|
|||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
# CONFIG_SPARSE_IRQ is not set
|
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
# CONFIG_X86_BIGSMP is not set
|
# CONFIG_X86_BIGSMP is not set
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
@ -303,6 +315,7 @@ CONFIG_IOMMU_API=y
|
|||||||
CONFIG_NR_CPUS=4
|
CONFIG_NR_CPUS=4
|
||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
|
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
@ -328,6 +341,7 @@ CONFIG_VMSPLIT_3G=y
|
|||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
CONFIG_PAGE_OFFSET=0xC0000000
|
||||||
CONFIG_HIGHMEM=y
|
CONFIG_HIGHMEM=y
|
||||||
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
|
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
|
||||||
|
# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
||||||
@ -338,6 +352,7 @@ CONFIG_FLATMEM_MANUAL=y
|
|||||||
CONFIG_FLATMEM=y
|
CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
CONFIG_SPARSEMEM_STATIC=y
|
CONFIG_SPARSEMEM_STATIC=y
|
||||||
|
CONFIG_HAVE_MEMBLOCK=y
|
||||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
||||||
@ -348,7 +363,7 @@ CONFIG_VIRT_TO_BUS=y
|
|||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
# CONFIG_HIGHPTE is not set
|
# CONFIG_HIGHPTE is not set
|
||||||
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
||||||
# CONFIG_X86_RESERVE_LOW_64K is not set
|
CONFIG_X86_RESERVE_LOW=64
|
||||||
# CONFIG_MATH_EMULATION is not set
|
# CONFIG_MATH_EMULATION is not set
|
||||||
CONFIG_MTRR=y
|
CONFIG_MTRR=y
|
||||||
CONFIG_MTRR_SANITIZER=y
|
CONFIG_MTRR_SANITIZER=y
|
||||||
@ -395,7 +410,6 @@ CONFIG_ACPI_SLEEP=y
|
|||||||
# CONFIG_ACPI_PROCFS is not set
|
# CONFIG_ACPI_PROCFS is not set
|
||||||
# CONFIG_ACPI_PROCFS_POWER is not set
|
# CONFIG_ACPI_PROCFS_POWER is not set
|
||||||
# CONFIG_ACPI_POWER_METER is not set
|
# CONFIG_ACPI_POWER_METER is not set
|
||||||
CONFIG_ACPI_SYSFS_POWER=y
|
|
||||||
# CONFIG_ACPI_EC_DEBUGFS is not set
|
# CONFIG_ACPI_EC_DEBUGFS is not set
|
||||||
# CONFIG_ACPI_PROC_EVENT is not set
|
# CONFIG_ACPI_PROC_EVENT is not set
|
||||||
CONFIG_ACPI_AC=y
|
CONFIG_ACPI_AC=y
|
||||||
@ -510,6 +524,7 @@ CONFIG_HAVE_AOUT=y
|
|||||||
# CONFIG_BINFMT_AOUT is not set
|
# CONFIG_BINFMT_AOUT is not set
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
CONFIG_HAVE_ATOMIC_IOMAP=y
|
CONFIG_HAVE_ATOMIC_IOMAP=y
|
||||||
|
CONFIG_HAVE_TEXT_POKE_SMP=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -529,7 +544,7 @@ CONFIG_IP_MULTICAST=y
|
|||||||
CONFIG_IP_FIB_HASH=y
|
CONFIG_IP_FIB_HASH=y
|
||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_IP_MROUTE is not set
|
# CONFIG_IP_MROUTE is not set
|
||||||
# CONFIG_ARPD is not set
|
# CONFIG_ARPD is not set
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
@ -582,9 +597,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_VLAN_8021Q is not set
|
# CONFIG_VLAN_8021Q is not set
|
||||||
# CONFIG_DECNET is not set
|
# CONFIG_DECNET is not set
|
||||||
# CONFIG_LLC2 is not set
|
# CONFIG_LLC2 is not set
|
||||||
# CONFIG_IPX is not set
|
|
||||||
# CONFIG_ATALK is not set
|
|
||||||
# CONFIG_X25 is not set
|
|
||||||
# CONFIG_LAPB is not set
|
# CONFIG_LAPB is not set
|
||||||
# CONFIG_ECONET is not set
|
# CONFIG_ECONET is not set
|
||||||
# CONFIG_WAN_ROUTER is not set
|
# CONFIG_WAN_ROUTER is not set
|
||||||
@ -653,6 +665,7 @@ CONFIG_RFKILL_LEDS=y
|
|||||||
CONFIG_RFKILL_INPUT=y
|
CONFIG_RFKILL_INPUT=y
|
||||||
# CONFIG_NET_9P is not set
|
# CONFIG_NET_9P is not set
|
||||||
# CONFIG_CAIF is not set
|
# CONFIG_CAIF is not set
|
||||||
|
# CONFIG_CEPH_LIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -703,6 +716,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
|
|||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_BLK_DEV_HD is not set
|
# CONFIG_BLK_DEV_HD is not set
|
||||||
|
# CONFIG_BLK_DEV_RBD is not set
|
||||||
# CONFIG_MISC_DEVICES is not set
|
# CONFIG_MISC_DEVICES is not set
|
||||||
CONFIG_EEPROM_93CX6=m
|
CONFIG_EEPROM_93CX6=m
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
@ -848,20 +862,11 @@ CONFIG_ATA_GENERIC=y
|
|||||||
#
|
#
|
||||||
# IEEE 1394 (FireWire) support
|
# IEEE 1394 (FireWire) support
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# You can enable one or both FireWire driver stacks.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# The newer stack is recommended.
|
|
||||||
#
|
|
||||||
CONFIG_FIREWIRE=m
|
CONFIG_FIREWIRE=m
|
||||||
CONFIG_FIREWIRE_OHCI=m
|
CONFIG_FIREWIRE_OHCI=m
|
||||||
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
||||||
CONFIG_FIREWIRE_SBP2=m
|
CONFIG_FIREWIRE_SBP2=m
|
||||||
# CONFIG_FIREWIRE_NET is not set
|
# CONFIG_FIREWIRE_NET is not set
|
||||||
# CONFIG_IEEE1394 is not set
|
|
||||||
# CONFIG_FIREWIRE_NOSY is not set
|
# CONFIG_FIREWIRE_NOSY is not set
|
||||||
# CONFIG_I2O is not set
|
# CONFIG_I2O is not set
|
||||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||||
@ -874,9 +879,9 @@ CONFIG_NETDEVICES=y
|
|||||||
# CONFIG_VETH is not set
|
# CONFIG_VETH is not set
|
||||||
# CONFIG_NET_SB1000 is not set
|
# CONFIG_NET_SB1000 is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
CONFIG_MII=m
|
||||||
# CONFIG_PHYLIB is not set
|
# CONFIG_PHYLIB is not set
|
||||||
CONFIG_NET_ETHERNET=y
|
CONFIG_NET_ETHERNET=y
|
||||||
CONFIG_MII=m
|
|
||||||
# CONFIG_HAPPYMEAL is not set
|
# CONFIG_HAPPYMEAL is not set
|
||||||
# CONFIG_SUNGEM is not set
|
# CONFIG_SUNGEM is not set
|
||||||
# CONFIG_CASSINI is not set
|
# CONFIG_CASSINI is not set
|
||||||
@ -939,6 +944,8 @@ CONFIG_R8169=m
|
|||||||
# CONFIG_ATL1E is not set
|
# CONFIG_ATL1E is not set
|
||||||
CONFIG_ATL1C=m
|
CONFIG_ATL1C=m
|
||||||
CONFIG_JME=m
|
CONFIG_JME=m
|
||||||
|
# CONFIG_STMMAC_ETH is not set
|
||||||
|
# CONFIG_PCH_GBE is not set
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
# CONFIG_TR is not set
|
# CONFIG_TR is not set
|
||||||
CONFIG_WLAN=y
|
CONFIG_WLAN=y
|
||||||
@ -961,8 +968,10 @@ CONFIG_ATH5K=m
|
|||||||
CONFIG_ATH9K_HW=m
|
CONFIG_ATH9K_HW=m
|
||||||
CONFIG_ATH9K_COMMON=m
|
CONFIG_ATH9K_COMMON=m
|
||||||
CONFIG_ATH9K=m
|
CONFIG_ATH9K=m
|
||||||
|
CONFIG_ATH9K_RATE_CONTROL=y
|
||||||
# CONFIG_ATH9K_HTC is not set
|
# CONFIG_ATH9K_HTC is not set
|
||||||
# CONFIG_AR9170_USB is not set
|
# CONFIG_AR9170_USB is not set
|
||||||
|
# CONFIG_CARL9170 is not set
|
||||||
# CONFIG_B43 is not set
|
# CONFIG_B43 is not set
|
||||||
# CONFIG_B43LEGACY is not set
|
# CONFIG_B43LEGACY is not set
|
||||||
# CONFIG_HOSTAP is not set
|
# CONFIG_HOSTAP is not set
|
||||||
@ -973,6 +982,7 @@ CONFIG_ATH9K=m
|
|||||||
# CONFIG_HERMES is not set
|
# CONFIG_HERMES is not set
|
||||||
# CONFIG_P54_COMMON is not set
|
# CONFIG_P54_COMMON is not set
|
||||||
# CONFIG_RT2X00 is not set
|
# CONFIG_RT2X00 is not set
|
||||||
|
# CONFIG_WL1251 is not set
|
||||||
# CONFIG_WL12XX is not set
|
# CONFIG_WL12XX is not set
|
||||||
# CONFIG_ZD1211RW is not set
|
# CONFIG_ZD1211RW is not set
|
||||||
|
|
||||||
@ -1086,10 +1096,12 @@ CONFIG_INPUT_TABLET=y
|
|||||||
# CONFIG_TABLET_USB_ACECAD is not set
|
# CONFIG_TABLET_USB_ACECAD is not set
|
||||||
# CONFIG_TABLET_USB_AIPTEK is not set
|
# CONFIG_TABLET_USB_AIPTEK is not set
|
||||||
# CONFIG_TABLET_USB_GTCO is not set
|
# CONFIG_TABLET_USB_GTCO is not set
|
||||||
|
# CONFIG_TABLET_USB_HANWANG is not set
|
||||||
# CONFIG_TABLET_USB_KBTAB is not set
|
# CONFIG_TABLET_USB_KBTAB is not set
|
||||||
CONFIG_TABLET_USB_WACOM=m
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_BU21013 is not set
|
||||||
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
||||||
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
||||||
# CONFIG_TOUCHSCREEN_EETI is not set
|
# CONFIG_TOUCHSCREEN_EETI is not set
|
||||||
@ -1137,6 +1149,7 @@ CONFIG_SERIO_I8042=y
|
|||||||
CONFIG_SERIO_LIBPS2=y
|
CONFIG_SERIO_LIBPS2=y
|
||||||
# CONFIG_SERIO_RAW is not set
|
# CONFIG_SERIO_RAW is not set
|
||||||
# CONFIG_SERIO_ALTERA_PS2 is not set
|
# CONFIG_SERIO_ALTERA_PS2 is not set
|
||||||
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1176,6 +1189,7 @@ CONFIG_SERIAL_CORE=y
|
|||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_LEGACY_PTYS is not set
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
|
# CONFIG_TTY_PRINTK is not set
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
# CONFIG_IPMI_HANDLER is not set
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_NVRAM=y
|
CONFIG_NVRAM=y
|
||||||
@ -1199,6 +1213,9 @@ CONFIG_I2C_BOARDINFO=y
|
|||||||
CONFIG_I2C_CHARDEV=m
|
CONFIG_I2C_CHARDEV=m
|
||||||
# CONFIG_I2C_MUX is not set
|
# CONFIG_I2C_MUX is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
|
# CONFIG_I2C_ALGOBIT is not set
|
||||||
|
# CONFIG_I2C_ALGOPCF is not set
|
||||||
|
# CONFIG_I2C_ALGOPCA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C Hardware Bus support
|
# I2C Hardware Bus support
|
||||||
@ -1231,6 +1248,7 @@ CONFIG_I2C_NFORCE2=y
|
|||||||
#
|
#
|
||||||
# I2C system bus drivers (mostly embedded / system-on-chip)
|
# I2C system bus drivers (mostly embedded / system-on-chip)
|
||||||
#
|
#
|
||||||
|
# CONFIG_I2C_INTEL_MID is not set
|
||||||
# CONFIG_I2C_OCORES is not set
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PCA_PLATFORM is not set
|
# CONFIG_I2C_PCA_PLATFORM is not set
|
||||||
# CONFIG_I2C_SIMTEC is not set
|
# CONFIG_I2C_SIMTEC is not set
|
||||||
@ -1264,8 +1282,8 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||||
# CONFIG_PDA_POWER is not set
|
# CONFIG_PDA_POWER is not set
|
||||||
# CONFIG_TEST_POWER is not set
|
# CONFIG_TEST_POWER is not set
|
||||||
# CONFIG_BATTERY_DS2760 is not set
|
|
||||||
# CONFIG_BATTERY_DS2782 is not set
|
# CONFIG_BATTERY_DS2782 is not set
|
||||||
|
# CONFIG_BATTERY_BQ20Z75 is not set
|
||||||
# CONFIG_BATTERY_BQ27x00 is not set
|
# CONFIG_BATTERY_BQ27x00 is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
@ -1321,6 +1339,7 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_LM93 is not set
|
# CONFIG_SENSORS_LM93 is not set
|
||||||
# CONFIG_SENSORS_LTC4215 is not set
|
# CONFIG_SENSORS_LTC4215 is not set
|
||||||
# CONFIG_SENSORS_LTC4245 is not set
|
# CONFIG_SENSORS_LTC4245 is not set
|
||||||
|
# CONFIG_SENSORS_LTC4261 is not set
|
||||||
# CONFIG_SENSORS_LM95241 is not set
|
# CONFIG_SENSORS_LM95241 is not set
|
||||||
# CONFIG_SENSORS_MAX1619 is not set
|
# CONFIG_SENSORS_MAX1619 is not set
|
||||||
# CONFIG_SENSORS_MAX6650 is not set
|
# CONFIG_SENSORS_MAX6650 is not set
|
||||||
@ -1349,11 +1368,11 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_W83791D is not set
|
# CONFIG_SENSORS_W83791D is not set
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
# CONFIG_SENSORS_W83792D is not set
|
||||||
# CONFIG_SENSORS_W83793 is not set
|
# CONFIG_SENSORS_W83793 is not set
|
||||||
|
# CONFIG_SENSORS_W83795 is not set
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
# CONFIG_SENSORS_W83L785TS is not set
|
||||||
# CONFIG_SENSORS_W83L786NG is not set
|
# CONFIG_SENSORS_W83L786NG is not set
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
# CONFIG_SENSORS_W83627EHF is not set
|
||||||
# CONFIG_SENSORS_HDAPS is not set
|
|
||||||
# CONFIG_SENSORS_LIS3_I2C is not set
|
# CONFIG_SENSORS_LIS3_I2C is not set
|
||||||
# CONFIG_SENSORS_APPLESMC is not set
|
# CONFIG_SENSORS_APPLESMC is not set
|
||||||
|
|
||||||
@ -1394,15 +1413,20 @@ CONFIG_IR_RC5_DECODER=m
|
|||||||
CONFIG_IR_RC6_DECODER=m
|
CONFIG_IR_RC6_DECODER=m
|
||||||
CONFIG_IR_JVC_DECODER=m
|
CONFIG_IR_JVC_DECODER=m
|
||||||
CONFIG_IR_SONY_DECODER=m
|
CONFIG_IR_SONY_DECODER=m
|
||||||
|
CONFIG_IR_RC5_SZ_DECODER=m
|
||||||
# CONFIG_IR_LIRC_CODEC is not set
|
# CONFIG_IR_LIRC_CODEC is not set
|
||||||
CONFIG_IR_IMON=m
|
|
||||||
CONFIG_IR_NUVOTON=m
|
|
||||||
CONFIG_IR_MCEUSB=m
|
|
||||||
CONFIG_IR_ENE=m
|
CONFIG_IR_ENE=m
|
||||||
|
CONFIG_IR_IMON=m
|
||||||
|
CONFIG_IR_MCEUSB=m
|
||||||
|
CONFIG_IR_NUVOTON=m
|
||||||
CONFIG_IR_STREAMZAP=m
|
CONFIG_IR_STREAMZAP=m
|
||||||
CONFIG_MEDIA_ATTACH=y
|
CONFIG_MEDIA_ATTACH=y
|
||||||
CONFIG_MEDIA_TUNER=m
|
CONFIG_MEDIA_TUNER=m
|
||||||
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Customize TV tuners
|
||||||
|
#
|
||||||
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
||||||
@ -1421,6 +1445,7 @@ CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
|||||||
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
||||||
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
||||||
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
||||||
|
# CONFIG_MEDIA_TUNER_TDA18218 is not set
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
CONFIG_DVB_CAPTURE_DRIVERS=y
|
CONFIG_DVB_CAPTURE_DRIVERS=y
|
||||||
@ -1463,6 +1488,7 @@ CONFIG_DVB_USB_ANYSEE=m
|
|||||||
# CONFIG_DVB_USB_FRIIO is not set
|
# CONFIG_DVB_USB_FRIIO is not set
|
||||||
# CONFIG_DVB_USB_EC168 is not set
|
# CONFIG_DVB_USB_EC168 is not set
|
||||||
# CONFIG_DVB_USB_AZ6027 is not set
|
# CONFIG_DVB_USB_AZ6027 is not set
|
||||||
|
# CONFIG_DVB_USB_LME2510 is not set
|
||||||
# CONFIG_DVB_TTUSB_BUDGET is not set
|
# CONFIG_DVB_TTUSB_BUDGET is not set
|
||||||
# CONFIG_DVB_TTUSB_DEC is not set
|
# CONFIG_DVB_TTUSB_DEC is not set
|
||||||
# CONFIG_SMS_SIANO_MDTV is not set
|
# CONFIG_SMS_SIANO_MDTV is not set
|
||||||
@ -1553,6 +1579,7 @@ CONFIG_DVB_FE_CUSTOMISE=y
|
|||||||
# CONFIG_DVB_SP887X is not set
|
# CONFIG_DVB_SP887X is not set
|
||||||
# CONFIG_DVB_CX22700 is not set
|
# CONFIG_DVB_CX22700 is not set
|
||||||
# CONFIG_DVB_CX22702 is not set
|
# CONFIG_DVB_CX22702 is not set
|
||||||
|
# CONFIG_DVB_S5H1432 is not set
|
||||||
# CONFIG_DVB_DRX397XD is not set
|
# CONFIG_DVB_DRX397XD is not set
|
||||||
# CONFIG_DVB_L64781 is not set
|
# CONFIG_DVB_L64781 is not set
|
||||||
# CONFIG_DVB_TDA1004X is not set
|
# CONFIG_DVB_TDA1004X is not set
|
||||||
@ -1583,7 +1610,6 @@ CONFIG_DVB_TDA10023=m
|
|||||||
# CONFIG_DVB_OR51132 is not set
|
# CONFIG_DVB_OR51132 is not set
|
||||||
# CONFIG_DVB_BCM3510 is not set
|
# CONFIG_DVB_BCM3510 is not set
|
||||||
# CONFIG_DVB_LGDT330X is not set
|
# CONFIG_DVB_LGDT330X is not set
|
||||||
# CONFIG_DVB_LGDT3304 is not set
|
|
||||||
# CONFIG_DVB_LGDT3305 is not set
|
# CONFIG_DVB_LGDT3305 is not set
|
||||||
# CONFIG_DVB_S5H1409 is not set
|
# CONFIG_DVB_S5H1409 is not set
|
||||||
# CONFIG_DVB_S5H1411 is not set
|
# CONFIG_DVB_S5H1411 is not set
|
||||||
@ -1612,6 +1638,7 @@ CONFIG_DVB_PLL=m
|
|||||||
# CONFIG_DVB_LGS8GXX is not set
|
# CONFIG_DVB_LGS8GXX is not set
|
||||||
# CONFIG_DVB_ATBM8830 is not set
|
# CONFIG_DVB_ATBM8830 is not set
|
||||||
# CONFIG_DVB_TDA665x is not set
|
# CONFIG_DVB_TDA665x is not set
|
||||||
|
# CONFIG_DVB_IX2505V is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools to develop new frontends
|
# Tools to develop new frontends
|
||||||
@ -1636,6 +1663,7 @@ CONFIG_VGA_ARB=y
|
|||||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||||
# CONFIG_VGA_SWITCHEROO is not set
|
# CONFIG_VGA_SWITCHEROO is not set
|
||||||
# CONFIG_DRM is not set
|
# CONFIG_DRM is not set
|
||||||
|
# CONFIG_STUB_POULSBO is not set
|
||||||
# CONFIG_VGASTATE is not set
|
# CONFIG_VGASTATE is not set
|
||||||
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
@ -1725,7 +1753,7 @@ CONFIG_SND_RAWMIDI=m
|
|||||||
# CONFIG_SND_MIXER_OSS is not set
|
# CONFIG_SND_MIXER_OSS is not set
|
||||||
# CONFIG_SND_PCM_OSS is not set
|
# CONFIG_SND_PCM_OSS is not set
|
||||||
CONFIG_SND_HRTIMER=m
|
CONFIG_SND_HRTIMER=m
|
||||||
# CONFIG_SND_DYNAMIC_MINORS is not set
|
CONFIG_SND_DYNAMIC_MINORS=y
|
||||||
# CONFIG_SND_SUPPORT_OLD_API is not set
|
# CONFIG_SND_SUPPORT_OLD_API is not set
|
||||||
# CONFIG_SND_VERBOSE_PROCFS is not set
|
# CONFIG_SND_VERBOSE_PROCFS is not set
|
||||||
# CONFIG_SND_VERBOSE_PRINTK is not set
|
# CONFIG_SND_VERBOSE_PRINTK is not set
|
||||||
@ -1791,10 +1819,7 @@ CONFIG_SND_HDA_CODEC_REALTEK=y
|
|||||||
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
||||||
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
||||||
CONFIG_SND_HDA_CODEC_VIA=y
|
CONFIG_SND_HDA_CODEC_VIA=y
|
||||||
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
|
CONFIG_SND_HDA_CODEC_HDMI=y
|
||||||
CONFIG_SND_HDA_CODEC_NVHDMI=y
|
|
||||||
# CONFIG_SND_HDA_CODEC_INTELHDMI is not set
|
|
||||||
CONFIG_SND_HDA_ELD=y
|
|
||||||
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
||||||
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
||||||
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
||||||
@ -1866,6 +1891,8 @@ CONFIG_HID_AUREAL=y
|
|||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_EZKEY is not set
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
|
# CONFIG_HID_UCLOGIC is not set
|
||||||
|
# CONFIG_HID_WALTOP is not set
|
||||||
# CONFIG_HID_GYRATION is not set
|
# CONFIG_HID_GYRATION is not set
|
||||||
CONFIG_HID_TWINHAN=y
|
CONFIG_HID_TWINHAN=y
|
||||||
# CONFIG_HID_KENSINGTON is not set
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
@ -1873,6 +1900,7 @@ CONFIG_HID_LOGITECH=y
|
|||||||
CONFIG_LOGITECH_FF=y
|
CONFIG_LOGITECH_FF=y
|
||||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||||
CONFIG_LOGIG940_FF=y
|
CONFIG_LOGIG940_FF=y
|
||||||
|
# CONFIG_LOGIWII_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
# CONFIG_HID_MAGICMOUSE is not set
|
||||||
CONFIG_HID_MICROSOFT=y
|
CONFIG_HID_MICROSOFT=y
|
||||||
# CONFIG_HID_MOSART is not set
|
# CONFIG_HID_MOSART is not set
|
||||||
@ -1885,6 +1913,7 @@ CONFIG_HID_MICROSOFT=y
|
|||||||
# CONFIG_HID_QUANTA is not set
|
# CONFIG_HID_QUANTA is not set
|
||||||
# CONFIG_HID_ROCCAT is not set
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_ROCCAT_KONE is not set
|
# CONFIG_HID_ROCCAT_KONE is not set
|
||||||
|
# CONFIG_HID_ROCCAT_PYRA is not set
|
||||||
# CONFIG_HID_SAMSUNG is not set
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
CONFIG_HID_SONY=y
|
CONFIG_HID_SONY=y
|
||||||
# CONFIG_HID_STANTUM is not set
|
# CONFIG_HID_STANTUM is not set
|
||||||
@ -1968,6 +1997,7 @@ CONFIG_USB_STORAGE=y
|
|||||||
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
||||||
# CONFIG_USB_STORAGE_KARMA is not set
|
# CONFIG_USB_STORAGE_KARMA is not set
|
||||||
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
||||||
|
# CONFIG_USB_UAS is not set
|
||||||
# CONFIG_USB_LIBUSUAL is not set
|
# CONFIG_USB_LIBUSUAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2017,6 +2047,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SAMBA is not set
|
||||||
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
||||||
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
# CONFIG_USB_SERIAL_SYMBOL is not set
|
# CONFIG_USB_SERIAL_SYMBOL is not set
|
||||||
@ -2053,6 +2084,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_ISIGHTFW is not set
|
# CONFIG_USB_ISIGHTFW is not set
|
||||||
|
# CONFIG_USB_YUREX is not set
|
||||||
# CONFIG_USB_GADGET is not set
|
# CONFIG_USB_GADGET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2071,6 +2103,8 @@ CONFIG_LEDS_CLASS=y
|
|||||||
# CONFIG_LEDS_ALIX2 is not set
|
# CONFIG_LEDS_ALIX2 is not set
|
||||||
# CONFIG_LEDS_PCA9532 is not set
|
# CONFIG_LEDS_PCA9532 is not set
|
||||||
# CONFIG_LEDS_LP3944 is not set
|
# CONFIG_LEDS_LP3944 is not set
|
||||||
|
# CONFIG_LEDS_LP5521 is not set
|
||||||
|
# CONFIG_LEDS_LP5523 is not set
|
||||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
# CONFIG_LEDS_CLEVO_MAIL is not set
|
||||||
# CONFIG_LEDS_PCA955X is not set
|
# CONFIG_LEDS_PCA955X is not set
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
# CONFIG_LEDS_BD2802 is not set
|
||||||
@ -2158,19 +2192,19 @@ CONFIG_STAGING=y
|
|||||||
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
||||||
# CONFIG_ET131X is not set
|
# CONFIG_ET131X is not set
|
||||||
# CONFIG_SLICOSS is not set
|
# CONFIG_SLICOSS is not set
|
||||||
# CONFIG_USB_IP_COMMON is not set
|
|
||||||
# CONFIG_W35UND is not set
|
# CONFIG_W35UND is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_ECHO is not set
|
# CONFIG_ECHO is not set
|
||||||
# CONFIG_OTUS is not set
|
# CONFIG_BRCM80211 is not set
|
||||||
# CONFIG_RT2860 is not set
|
# CONFIG_RT2860 is not set
|
||||||
# CONFIG_RT2870 is not set
|
# CONFIG_RT2870 is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_ASUS_OLED is not set
|
# CONFIG_ASUS_OLED is not set
|
||||||
CONFIG_R8187SE=m
|
CONFIG_R8187SE=m
|
||||||
CONFIG_RTL8192SU=m
|
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
CONFIG_RTL8192E=m
|
CONFIG_RTL8192E=m
|
||||||
|
CONFIG_R8712U=m
|
||||||
|
CONFIG_R8712_AP=y
|
||||||
# CONFIG_TRANZPORT is not set
|
# CONFIG_TRANZPORT is not set
|
||||||
# CONFIG_POHMELFS is not set
|
# CONFIG_POHMELFS is not set
|
||||||
# CONFIG_IDE_PHISON is not set
|
# CONFIG_IDE_PHISON is not set
|
||||||
@ -2191,11 +2225,19 @@ CONFIG_RTL8192E=m
|
|||||||
#
|
#
|
||||||
# Texas Instruments shared transport line discipline
|
# Texas Instruments shared transport line discipline
|
||||||
#
|
#
|
||||||
# CONFIG_TI_ST is not set
|
|
||||||
# CONFIG_ST_BT is not set
|
# CONFIG_ST_BT is not set
|
||||||
# CONFIG_FB_XGI is not set
|
# CONFIG_FB_XGI is not set
|
||||||
# CONFIG_LIRC_STAGING is not set
|
# CONFIG_LIRC_STAGING is not set
|
||||||
# CONFIG_ACPI_QUICKSTART is not set
|
# CONFIG_ACPI_QUICKSTART is not set
|
||||||
|
CONFIG_MACH_NO_WESTBRIDGE=y
|
||||||
|
# CONFIG_USB_ENESTORAGE is not set
|
||||||
|
# CONFIG_BCM_WIMAX is not set
|
||||||
|
# CONFIG_FT1000 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Speakup console speech
|
||||||
|
#
|
||||||
|
# CONFIG_SPEAKUP is not set
|
||||||
# CONFIG_X86_PLATFORM_DEVICES is not set
|
# CONFIG_X86_PLATFORM_DEVICES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2230,8 +2272,9 @@ CONFIG_FILE_LOCKING=y
|
|||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
CONFIG_INOTIFY_USER=y
|
CONFIG_INOTIFY_USER=y
|
||||||
|
# CONFIG_FANOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_QUOTACTL is not set
|
||||||
CONFIG_AUTOFS4_FS=y
|
CONFIG_AUTOFS4_FS=y
|
||||||
CONFIG_FUSE_FS=m
|
CONFIG_FUSE_FS=m
|
||||||
# CONFIG_CUSE is not set
|
# CONFIG_CUSE is not set
|
||||||
@ -2247,8 +2290,6 @@ CONFIG_FUSE_FS=m
|
|||||||
CONFIG_ISO9660_FS=y
|
CONFIG_ISO9660_FS=y
|
||||||
CONFIG_JOLIET=y
|
CONFIG_JOLIET=y
|
||||||
CONFIG_ZISOFS=y
|
CONFIG_ZISOFS=y
|
||||||
CONFIG_UDF_FS=y
|
|
||||||
CONFIG_UDF_NLS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOS/FAT/NT Filesystems
|
# DOS/FAT/NT Filesystems
|
||||||
@ -2274,7 +2315,6 @@ CONFIG_TMPFS=y
|
|||||||
# CONFIG_HUGETLB_PAGE is not set
|
# CONFIG_HUGETLB_PAGE is not set
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
CONFIG_MISC_FILESYSTEMS=y
|
CONFIG_MISC_FILESYSTEMS=y
|
||||||
# CONFIG_ADFS_FS is not set
|
|
||||||
# CONFIG_AFFS_FS is not set
|
# CONFIG_AFFS_FS is not set
|
||||||
# CONFIG_ECRYPT_FS is not set
|
# CONFIG_ECRYPT_FS is not set
|
||||||
# CONFIG_HFS_FS is not set
|
# CONFIG_HFS_FS is not set
|
||||||
@ -2292,11 +2332,9 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
|||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_OMFS_FS is not set
|
# CONFIG_OMFS_FS is not set
|
||||||
# CONFIG_HPFS_FS is not set
|
|
||||||
# CONFIG_QNX4FS_FS is not set
|
# CONFIG_QNX4FS_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_SYSV_FS is not set
|
# CONFIG_SYSV_FS is not set
|
||||||
# CONFIG_UFS_FS is not set
|
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
@ -2305,6 +2343,7 @@ CONFIG_NFS_V4=y
|
|||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||||
|
# CONFIG_NFS_USE_NEW_IDMAPPER is not set
|
||||||
# CONFIG_NFSD is not set
|
# CONFIG_NFSD is not set
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
@ -2312,8 +2351,6 @@ CONFIG_NFS_COMMON=y
|
|||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_GSS=y
|
CONFIG_SUNRPC_GSS=y
|
||||||
CONFIG_RPCSEC_GSS_KRB5=y
|
CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
|
||||||
# CONFIG_SMB_FS is not set
|
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
CONFIG_CIFS=y
|
||||||
CONFIG_CIFS_STATS=y
|
CONFIG_CIFS_STATS=y
|
||||||
@ -2407,6 +2444,8 @@ CONFIG_FRAME_WARN=1024
|
|||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
||||||
|
# CONFIG_BKL is not set
|
||||||
|
# CONFIG_SPARSE_RCU_POINTER is not set
|
||||||
# CONFIG_DEBUG_MEMORY_INIT is not set
|
# CONFIG_DEBUG_MEMORY_INIT is not set
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
||||||
# CONFIG_FRAME_POINTER is not set
|
# CONFIG_FRAME_POINTER is not set
|
||||||
@ -2420,6 +2459,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
|
|||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
||||||
|
CONFIG_HAVE_C_RECORDMCOUNT=y
|
||||||
CONFIG_TRACING_SUPPORT=y
|
CONFIG_TRACING_SUPPORT=y
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
@ -2432,7 +2472,6 @@ CONFIG_HAVE_ARCH_KMEMCHECK=y
|
|||||||
CONFIG_STRICT_DEVMEM=y
|
CONFIG_STRICT_DEVMEM=y
|
||||||
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
||||||
# CONFIG_EARLY_PRINTK is not set
|
# CONFIG_EARLY_PRINTK is not set
|
||||||
# CONFIG_4KSTACKS is not set
|
|
||||||
CONFIG_DOUBLEFAULT=y
|
CONFIG_DOUBLEFAULT=y
|
||||||
# CONFIG_IOMMU_STRESS is not set
|
# CONFIG_IOMMU_STRESS is not set
|
||||||
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
|
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
|
||||||
@ -2452,6 +2491,7 @@ CONFIG_OPTIMIZE_INLINING=y
|
|||||||
#
|
#
|
||||||
CONFIG_KEYS=y
|
CONFIG_KEYS=y
|
||||||
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
||||||
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_INTEL_TXT is not set
|
# CONFIG_INTEL_TXT is not set
|
||||||
@ -2503,7 +2543,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.36.1
|
# Linux/x86_64 2.6.37-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
# CONFIG_X86_32 is not set
|
# CONFIG_X86_32 is not set
|
||||||
@ -43,12 +43,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y
|
|||||||
CONFIG_AUDIT_ARCH=y
|
CONFIG_AUDIT_ARCH=y
|
||||||
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||||
CONFIG_HAVE_EARLY_RES=y
|
|
||||||
CONFIG_HAVE_INTEL_TXT=y
|
CONFIG_HAVE_INTEL_TXT=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
|
||||||
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
|
||||||
CONFIG_GENERIC_IRQ_PROBE=y
|
|
||||||
CONFIG_GENERIC_PENDING_IRQ=y
|
|
||||||
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
||||||
CONFIG_X86_64_SMP=y
|
CONFIG_X86_64_SMP=y
|
||||||
CONFIG_X86_HT=y
|
CONFIG_X86_HT=y
|
||||||
@ -58,12 +53,13 @@ CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -
|
|||||||
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
||||||
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
CONFIG_CONSTRUCTORS=y
|
CONFIG_CONSTRUCTORS=y
|
||||||
|
CONFIG_HAVE_IRQ_WORK=y
|
||||||
|
CONFIG_IRQ_WORK=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# General setup
|
# General setup
|
||||||
#
|
#
|
||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_LOCK_KERNEL=y
|
|
||||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||||
CONFIG_CROSS_COMPILE=""
|
CONFIG_CROSS_COMPILE=""
|
||||||
CONFIG_LOCALVERSION=""
|
CONFIG_LOCALVERSION=""
|
||||||
@ -85,12 +81,27 @@ CONFIG_BSD_PROCESS_ACCT=y
|
|||||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||||
# CONFIG_TASKSTATS is not set
|
# CONFIG_TASKSTATS is not set
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
|
CONFIG_HAVE_GENERIC_HARDIRQS=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# IRQ subsystem
|
||||||
|
#
|
||||||
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
||||||
|
# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
|
||||||
|
CONFIG_HAVE_SPARSE_IRQ=y
|
||||||
|
CONFIG_GENERIC_IRQ_PROBE=y
|
||||||
|
CONFIG_GENERIC_PENDING_IRQ=y
|
||||||
|
# CONFIG_AUTO_IRQ_AFFINITY is not set
|
||||||
|
# CONFIG_IRQ_PER_CPU is not set
|
||||||
|
# CONFIG_HARDIRQS_SW_RESEND is not set
|
||||||
|
# CONFIG_SPARSE_IRQ is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_TREE_RCU=y
|
CONFIG_TREE_PREEMPT_RCU=y
|
||||||
# CONFIG_TREE_PREEMPT_RCU is not set
|
CONFIG_PREEMPT_RCU=y
|
||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
CONFIG_RCU_FANOUT=32
|
CONFIG_RCU_FANOUT=32
|
||||||
# CONFIG_RCU_FANOUT_EXACT is not set
|
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||||
@ -111,9 +122,9 @@ CONFIG_RESOURCE_COUNTERS=y
|
|||||||
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
||||||
# CONFIG_CGROUP_SCHED is not set
|
# CONFIG_CGROUP_SCHED is not set
|
||||||
# CONFIG_BLK_CGROUP is not set
|
# CONFIG_BLK_CGROUP is not set
|
||||||
# CONFIG_SYSFS_DEPRECATED_V2 is not set
|
|
||||||
# CONFIG_RELAY is not set
|
|
||||||
# CONFIG_NAMESPACES is not set
|
# CONFIG_NAMESPACES is not set
|
||||||
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_INITRAMFS_SOURCE=" "
|
CONFIG_INITRAMFS_SOURCE=" "
|
||||||
CONFIG_INITRAMFS_ROOT_UID=0
|
CONFIG_INITRAMFS_ROOT_UID=0
|
||||||
@ -158,6 +169,7 @@ CONFIG_SLAB=y
|
|||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
# CONFIG_KPROBES is not set
|
# CONFIG_KPROBES is not set
|
||||||
|
# CONFIG_JUMP_LABEL is not set
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
||||||
CONFIG_HAVE_IOREMAP_PROT=y
|
CONFIG_HAVE_IOREMAP_PROT=y
|
||||||
CONFIG_HAVE_KPROBES=y
|
CONFIG_HAVE_KPROBES=y
|
||||||
@ -171,6 +183,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y
|
|||||||
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
||||||
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
||||||
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
||||||
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
@ -238,7 +251,6 @@ CONFIG_TICK_ONESHOT=y
|
|||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
# CONFIG_SPARSE_IRQ is not set
|
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
||||||
@ -277,6 +289,7 @@ CONFIG_IOMMU_API=y
|
|||||||
CONFIG_NR_CPUS=4
|
CONFIG_NR_CPUS=4
|
||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
|
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
@ -289,6 +302,7 @@ CONFIG_X86_IO_APIC=y
|
|||||||
CONFIG_X86_MSR=y
|
CONFIG_X86_MSR=y
|
||||||
CONFIG_X86_CPUID=y
|
CONFIG_X86_CPUID=y
|
||||||
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
||||||
|
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
||||||
CONFIG_DIRECT_GBPAGES=y
|
CONFIG_DIRECT_GBPAGES=y
|
||||||
# CONFIG_NUMA is not set
|
# CONFIG_NUMA is not set
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
||||||
@ -304,6 +318,7 @@ CONFIG_SPARSEMEM_EXTREME=y
|
|||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
||||||
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
|
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
CONFIG_SPARSEMEM_VMEMMAP=y
|
||||||
|
CONFIG_HAVE_MEMBLOCK=y
|
||||||
# CONFIG_MEMORY_HOTPLUG is not set
|
# CONFIG_MEMORY_HOTPLUG is not set
|
||||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
@ -314,7 +329,7 @@ CONFIG_VIRT_TO_BUS=y
|
|||||||
# CONFIG_KSM is not set
|
# CONFIG_KSM is not set
|
||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
||||||
# CONFIG_X86_RESERVE_LOW_64K is not set
|
CONFIG_X86_RESERVE_LOW=64
|
||||||
CONFIG_MTRR=y
|
CONFIG_MTRR=y
|
||||||
CONFIG_MTRR_SANITIZER=y
|
CONFIG_MTRR_SANITIZER=y
|
||||||
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
|
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
|
||||||
@ -359,7 +374,6 @@ CONFIG_ACPI_SLEEP=y
|
|||||||
# CONFIG_ACPI_PROCFS is not set
|
# CONFIG_ACPI_PROCFS is not set
|
||||||
# CONFIG_ACPI_PROCFS_POWER is not set
|
# CONFIG_ACPI_PROCFS_POWER is not set
|
||||||
# CONFIG_ACPI_POWER_METER is not set
|
# CONFIG_ACPI_POWER_METER is not set
|
||||||
CONFIG_ACPI_SYSFS_POWER=y
|
|
||||||
# CONFIG_ACPI_EC_DEBUGFS is not set
|
# CONFIG_ACPI_EC_DEBUGFS is not set
|
||||||
# CONFIG_ACPI_PROC_EVENT is not set
|
# CONFIG_ACPI_PROC_EVENT is not set
|
||||||
CONFIG_ACPI_AC=y
|
CONFIG_ACPI_AC=y
|
||||||
@ -460,6 +474,7 @@ CONFIG_BINFMT_ELF=y
|
|||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
# CONFIG_IA32_EMULATION is not set
|
# CONFIG_IA32_EMULATION is not set
|
||||||
# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set
|
# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set
|
||||||
|
CONFIG_HAVE_TEXT_POKE_SMP=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -479,7 +494,7 @@ CONFIG_IP_MULTICAST=y
|
|||||||
CONFIG_IP_FIB_HASH=y
|
CONFIG_IP_FIB_HASH=y
|
||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_IP_MROUTE is not set
|
# CONFIG_IP_MROUTE is not set
|
||||||
# CONFIG_ARPD is not set
|
# CONFIG_ARPD is not set
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
@ -532,9 +547,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_VLAN_8021Q is not set
|
# CONFIG_VLAN_8021Q is not set
|
||||||
# CONFIG_DECNET is not set
|
# CONFIG_DECNET is not set
|
||||||
# CONFIG_LLC2 is not set
|
# CONFIG_LLC2 is not set
|
||||||
# CONFIG_IPX is not set
|
|
||||||
# CONFIG_ATALK is not set
|
|
||||||
# CONFIG_X25 is not set
|
|
||||||
# CONFIG_LAPB is not set
|
# CONFIG_LAPB is not set
|
||||||
# CONFIG_ECONET is not set
|
# CONFIG_ECONET is not set
|
||||||
# CONFIG_WAN_ROUTER is not set
|
# CONFIG_WAN_ROUTER is not set
|
||||||
@ -603,6 +615,7 @@ CONFIG_RFKILL_LEDS=y
|
|||||||
CONFIG_RFKILL_INPUT=y
|
CONFIG_RFKILL_INPUT=y
|
||||||
# CONFIG_NET_9P is not set
|
# CONFIG_NET_9P is not set
|
||||||
# CONFIG_CAIF is not set
|
# CONFIG_CAIF is not set
|
||||||
|
# CONFIG_CEPH_LIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -653,6 +666,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
|
|||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_BLK_DEV_HD is not set
|
# CONFIG_BLK_DEV_HD is not set
|
||||||
|
# CONFIG_BLK_DEV_RBD is not set
|
||||||
# CONFIG_MISC_DEVICES is not set
|
# CONFIG_MISC_DEVICES is not set
|
||||||
CONFIG_EEPROM_93CX6=m
|
CONFIG_EEPROM_93CX6=m
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
@ -796,20 +810,11 @@ CONFIG_ATA_GENERIC=y
|
|||||||
#
|
#
|
||||||
# IEEE 1394 (FireWire) support
|
# IEEE 1394 (FireWire) support
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# You can enable one or both FireWire driver stacks.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# The newer stack is recommended.
|
|
||||||
#
|
|
||||||
CONFIG_FIREWIRE=m
|
CONFIG_FIREWIRE=m
|
||||||
CONFIG_FIREWIRE_OHCI=m
|
CONFIG_FIREWIRE_OHCI=m
|
||||||
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
||||||
CONFIG_FIREWIRE_SBP2=m
|
CONFIG_FIREWIRE_SBP2=m
|
||||||
# CONFIG_FIREWIRE_NET is not set
|
# CONFIG_FIREWIRE_NET is not set
|
||||||
# CONFIG_IEEE1394 is not set
|
|
||||||
# CONFIG_FIREWIRE_NOSY is not set
|
# CONFIG_FIREWIRE_NOSY is not set
|
||||||
# CONFIG_I2O is not set
|
# CONFIG_I2O is not set
|
||||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||||
@ -822,9 +827,9 @@ CONFIG_NETDEVICES=y
|
|||||||
# CONFIG_VETH is not set
|
# CONFIG_VETH is not set
|
||||||
# CONFIG_NET_SB1000 is not set
|
# CONFIG_NET_SB1000 is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
CONFIG_MII=m
|
||||||
# CONFIG_PHYLIB is not set
|
# CONFIG_PHYLIB is not set
|
||||||
CONFIG_NET_ETHERNET=y
|
CONFIG_NET_ETHERNET=y
|
||||||
CONFIG_MII=m
|
|
||||||
# CONFIG_HAPPYMEAL is not set
|
# CONFIG_HAPPYMEAL is not set
|
||||||
# CONFIG_SUNGEM is not set
|
# CONFIG_SUNGEM is not set
|
||||||
# CONFIG_CASSINI is not set
|
# CONFIG_CASSINI is not set
|
||||||
@ -887,6 +892,8 @@ CONFIG_R8169=m
|
|||||||
# CONFIG_ATL1E is not set
|
# CONFIG_ATL1E is not set
|
||||||
CONFIG_ATL1C=m
|
CONFIG_ATL1C=m
|
||||||
CONFIG_JME=m
|
CONFIG_JME=m
|
||||||
|
# CONFIG_STMMAC_ETH is not set
|
||||||
|
# CONFIG_PCH_GBE is not set
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
# CONFIG_TR is not set
|
# CONFIG_TR is not set
|
||||||
CONFIG_WLAN=y
|
CONFIG_WLAN=y
|
||||||
@ -909,8 +916,10 @@ CONFIG_ATH5K=m
|
|||||||
CONFIG_ATH9K_HW=m
|
CONFIG_ATH9K_HW=m
|
||||||
CONFIG_ATH9K_COMMON=m
|
CONFIG_ATH9K_COMMON=m
|
||||||
CONFIG_ATH9K=m
|
CONFIG_ATH9K=m
|
||||||
|
CONFIG_ATH9K_RATE_CONTROL=y
|
||||||
# CONFIG_ATH9K_HTC is not set
|
# CONFIG_ATH9K_HTC is not set
|
||||||
# CONFIG_AR9170_USB is not set
|
# CONFIG_AR9170_USB is not set
|
||||||
|
# CONFIG_CARL9170 is not set
|
||||||
# CONFIG_B43 is not set
|
# CONFIG_B43 is not set
|
||||||
# CONFIG_B43LEGACY is not set
|
# CONFIG_B43LEGACY is not set
|
||||||
# CONFIG_HOSTAP is not set
|
# CONFIG_HOSTAP is not set
|
||||||
@ -921,6 +930,7 @@ CONFIG_ATH9K=m
|
|||||||
# CONFIG_HERMES is not set
|
# CONFIG_HERMES is not set
|
||||||
# CONFIG_P54_COMMON is not set
|
# CONFIG_P54_COMMON is not set
|
||||||
# CONFIG_RT2X00 is not set
|
# CONFIG_RT2X00 is not set
|
||||||
|
# CONFIG_WL1251 is not set
|
||||||
# CONFIG_WL12XX is not set
|
# CONFIG_WL12XX is not set
|
||||||
# CONFIG_ZD1211RW is not set
|
# CONFIG_ZD1211RW is not set
|
||||||
|
|
||||||
@ -1034,10 +1044,12 @@ CONFIG_INPUT_TABLET=y
|
|||||||
# CONFIG_TABLET_USB_ACECAD is not set
|
# CONFIG_TABLET_USB_ACECAD is not set
|
||||||
# CONFIG_TABLET_USB_AIPTEK is not set
|
# CONFIG_TABLET_USB_AIPTEK is not set
|
||||||
# CONFIG_TABLET_USB_GTCO is not set
|
# CONFIG_TABLET_USB_GTCO is not set
|
||||||
|
# CONFIG_TABLET_USB_HANWANG is not set
|
||||||
# CONFIG_TABLET_USB_KBTAB is not set
|
# CONFIG_TABLET_USB_KBTAB is not set
|
||||||
CONFIG_TABLET_USB_WACOM=m
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_BU21013 is not set
|
||||||
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
||||||
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
||||||
# CONFIG_TOUCHSCREEN_EETI is not set
|
# CONFIG_TOUCHSCREEN_EETI is not set
|
||||||
@ -1084,6 +1096,7 @@ CONFIG_SERIO_I8042=y
|
|||||||
CONFIG_SERIO_LIBPS2=y
|
CONFIG_SERIO_LIBPS2=y
|
||||||
# CONFIG_SERIO_RAW is not set
|
# CONFIG_SERIO_RAW is not set
|
||||||
# CONFIG_SERIO_ALTERA_PS2 is not set
|
# CONFIG_SERIO_ALTERA_PS2 is not set
|
||||||
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1102,10 +1115,9 @@ CONFIG_VT_HW_CONSOLE_BINDING=y
|
|||||||
#
|
#
|
||||||
# Serial drivers
|
# Serial drivers
|
||||||
#
|
#
|
||||||
CONFIG_SERIAL_8250=y
|
CONFIG_SERIAL_8250=m
|
||||||
# CONFIG_SERIAL_8250_CONSOLE is not set
|
|
||||||
CONFIG_FIX_EARLYCON_MEM=y
|
CONFIG_FIX_EARLYCON_MEM=y
|
||||||
CONFIG_SERIAL_8250_PCI=y
|
CONFIG_SERIAL_8250_PCI=m
|
||||||
# CONFIG_SERIAL_8250_PNP is not set
|
# CONFIG_SERIAL_8250_PNP is not set
|
||||||
CONFIG_SERIAL_8250_NR_UARTS=4
|
CONFIG_SERIAL_8250_NR_UARTS=4
|
||||||
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
||||||
@ -1115,7 +1127,7 @@ CONFIG_SERIAL_8250_RUNTIME_UARTS=4
|
|||||||
# Non-8250 serial port support
|
# Non-8250 serial port support
|
||||||
#
|
#
|
||||||
# CONFIG_SERIAL_MFD_HSU is not set
|
# CONFIG_SERIAL_MFD_HSU is not set
|
||||||
CONFIG_SERIAL_CORE=y
|
CONFIG_SERIAL_CORE=m
|
||||||
# CONFIG_SERIAL_JSM is not set
|
# CONFIG_SERIAL_JSM is not set
|
||||||
# CONFIG_SERIAL_TIMBERDALE is not set
|
# CONFIG_SERIAL_TIMBERDALE is not set
|
||||||
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
|
# CONFIG_SERIAL_ALTERA_JTAGUART is not set
|
||||||
@ -1123,6 +1135,7 @@ CONFIG_SERIAL_CORE=y
|
|||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_LEGACY_PTYS is not set
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
|
# CONFIG_TTY_PRINTK is not set
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
# CONFIG_IPMI_HANDLER is not set
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_NVRAM=y
|
CONFIG_NVRAM=y
|
||||||
@ -1142,6 +1155,9 @@ CONFIG_I2C_BOARDINFO=y
|
|||||||
CONFIG_I2C_CHARDEV=m
|
CONFIG_I2C_CHARDEV=m
|
||||||
# CONFIG_I2C_MUX is not set
|
# CONFIG_I2C_MUX is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
|
# CONFIG_I2C_ALGOBIT is not set
|
||||||
|
# CONFIG_I2C_ALGOPCF is not set
|
||||||
|
# CONFIG_I2C_ALGOPCA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C Hardware Bus support
|
# I2C Hardware Bus support
|
||||||
@ -1174,6 +1190,7 @@ CONFIG_I2C_NFORCE2=y
|
|||||||
#
|
#
|
||||||
# I2C system bus drivers (mostly embedded / system-on-chip)
|
# I2C system bus drivers (mostly embedded / system-on-chip)
|
||||||
#
|
#
|
||||||
|
# CONFIG_I2C_INTEL_MID is not set
|
||||||
# CONFIG_I2C_OCORES is not set
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PCA_PLATFORM is not set
|
# CONFIG_I2C_PCA_PLATFORM is not set
|
||||||
# CONFIG_I2C_SIMTEC is not set
|
# CONFIG_I2C_SIMTEC is not set
|
||||||
@ -1206,8 +1223,8 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||||
# CONFIG_PDA_POWER is not set
|
# CONFIG_PDA_POWER is not set
|
||||||
# CONFIG_TEST_POWER is not set
|
# CONFIG_TEST_POWER is not set
|
||||||
# CONFIG_BATTERY_DS2760 is not set
|
|
||||||
# CONFIG_BATTERY_DS2782 is not set
|
# CONFIG_BATTERY_DS2782 is not set
|
||||||
|
# CONFIG_BATTERY_BQ20Z75 is not set
|
||||||
# CONFIG_BATTERY_BQ27x00 is not set
|
# CONFIG_BATTERY_BQ27x00 is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
@ -1263,6 +1280,7 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_LM93 is not set
|
# CONFIG_SENSORS_LM93 is not set
|
||||||
# CONFIG_SENSORS_LTC4215 is not set
|
# CONFIG_SENSORS_LTC4215 is not set
|
||||||
# CONFIG_SENSORS_LTC4245 is not set
|
# CONFIG_SENSORS_LTC4245 is not set
|
||||||
|
# CONFIG_SENSORS_LTC4261 is not set
|
||||||
# CONFIG_SENSORS_LM95241 is not set
|
# CONFIG_SENSORS_LM95241 is not set
|
||||||
# CONFIG_SENSORS_MAX1619 is not set
|
# CONFIG_SENSORS_MAX1619 is not set
|
||||||
# CONFIG_SENSORS_MAX6650 is not set
|
# CONFIG_SENSORS_MAX6650 is not set
|
||||||
@ -1291,11 +1309,11 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_W83791D is not set
|
# CONFIG_SENSORS_W83791D is not set
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
# CONFIG_SENSORS_W83792D is not set
|
||||||
# CONFIG_SENSORS_W83793 is not set
|
# CONFIG_SENSORS_W83793 is not set
|
||||||
|
# CONFIG_SENSORS_W83795 is not set
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
# CONFIG_SENSORS_W83L785TS is not set
|
||||||
# CONFIG_SENSORS_W83L786NG is not set
|
# CONFIG_SENSORS_W83L786NG is not set
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
# CONFIG_SENSORS_W83627EHF is not set
|
||||||
# CONFIG_SENSORS_HDAPS is not set
|
|
||||||
# CONFIG_SENSORS_LIS3_I2C is not set
|
# CONFIG_SENSORS_LIS3_I2C is not set
|
||||||
# CONFIG_SENSORS_APPLESMC is not set
|
# CONFIG_SENSORS_APPLESMC is not set
|
||||||
|
|
||||||
@ -1336,15 +1354,20 @@ CONFIG_IR_RC5_DECODER=m
|
|||||||
CONFIG_IR_RC6_DECODER=m
|
CONFIG_IR_RC6_DECODER=m
|
||||||
CONFIG_IR_JVC_DECODER=m
|
CONFIG_IR_JVC_DECODER=m
|
||||||
CONFIG_IR_SONY_DECODER=m
|
CONFIG_IR_SONY_DECODER=m
|
||||||
|
CONFIG_IR_RC5_SZ_DECODER=m
|
||||||
# CONFIG_IR_LIRC_CODEC is not set
|
# CONFIG_IR_LIRC_CODEC is not set
|
||||||
CONFIG_IR_IMON=m
|
|
||||||
CONFIG_IR_NUVOTON=m
|
|
||||||
CONFIG_IR_MCEUSB=m
|
|
||||||
CONFIG_IR_ENE=m
|
CONFIG_IR_ENE=m
|
||||||
|
CONFIG_IR_IMON=m
|
||||||
|
CONFIG_IR_MCEUSB=m
|
||||||
|
CONFIG_IR_NUVOTON=m
|
||||||
CONFIG_IR_STREAMZAP=m
|
CONFIG_IR_STREAMZAP=m
|
||||||
CONFIG_MEDIA_ATTACH=y
|
CONFIG_MEDIA_ATTACH=y
|
||||||
CONFIG_MEDIA_TUNER=m
|
CONFIG_MEDIA_TUNER=m
|
||||||
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Customize TV tuners
|
||||||
|
#
|
||||||
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
||||||
@ -1363,6 +1386,7 @@ CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
|||||||
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
||||||
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
||||||
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
||||||
|
# CONFIG_MEDIA_TUNER_TDA18218 is not set
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
CONFIG_DVB_CAPTURE_DRIVERS=y
|
CONFIG_DVB_CAPTURE_DRIVERS=y
|
||||||
@ -1405,6 +1429,7 @@ CONFIG_DVB_USB_ANYSEE=m
|
|||||||
# CONFIG_DVB_USB_FRIIO is not set
|
# CONFIG_DVB_USB_FRIIO is not set
|
||||||
# CONFIG_DVB_USB_EC168 is not set
|
# CONFIG_DVB_USB_EC168 is not set
|
||||||
# CONFIG_DVB_USB_AZ6027 is not set
|
# CONFIG_DVB_USB_AZ6027 is not set
|
||||||
|
# CONFIG_DVB_USB_LME2510 is not set
|
||||||
# CONFIG_DVB_TTUSB_BUDGET is not set
|
# CONFIG_DVB_TTUSB_BUDGET is not set
|
||||||
# CONFIG_DVB_TTUSB_DEC is not set
|
# CONFIG_DVB_TTUSB_DEC is not set
|
||||||
# CONFIG_SMS_SIANO_MDTV is not set
|
# CONFIG_SMS_SIANO_MDTV is not set
|
||||||
@ -1495,6 +1520,7 @@ CONFIG_DVB_FE_CUSTOMISE=y
|
|||||||
# CONFIG_DVB_SP887X is not set
|
# CONFIG_DVB_SP887X is not set
|
||||||
# CONFIG_DVB_CX22700 is not set
|
# CONFIG_DVB_CX22700 is not set
|
||||||
# CONFIG_DVB_CX22702 is not set
|
# CONFIG_DVB_CX22702 is not set
|
||||||
|
# CONFIG_DVB_S5H1432 is not set
|
||||||
# CONFIG_DVB_DRX397XD is not set
|
# CONFIG_DVB_DRX397XD is not set
|
||||||
# CONFIG_DVB_L64781 is not set
|
# CONFIG_DVB_L64781 is not set
|
||||||
# CONFIG_DVB_TDA1004X is not set
|
# CONFIG_DVB_TDA1004X is not set
|
||||||
@ -1525,7 +1551,6 @@ CONFIG_DVB_TDA10023=m
|
|||||||
# CONFIG_DVB_OR51132 is not set
|
# CONFIG_DVB_OR51132 is not set
|
||||||
# CONFIG_DVB_BCM3510 is not set
|
# CONFIG_DVB_BCM3510 is not set
|
||||||
# CONFIG_DVB_LGDT330X is not set
|
# CONFIG_DVB_LGDT330X is not set
|
||||||
# CONFIG_DVB_LGDT3304 is not set
|
|
||||||
# CONFIG_DVB_LGDT3305 is not set
|
# CONFIG_DVB_LGDT3305 is not set
|
||||||
# CONFIG_DVB_S5H1409 is not set
|
# CONFIG_DVB_S5H1409 is not set
|
||||||
# CONFIG_DVB_S5H1411 is not set
|
# CONFIG_DVB_S5H1411 is not set
|
||||||
@ -1554,6 +1579,7 @@ CONFIG_DVB_PLL=m
|
|||||||
# CONFIG_DVB_LGS8GXX is not set
|
# CONFIG_DVB_LGS8GXX is not set
|
||||||
# CONFIG_DVB_ATBM8830 is not set
|
# CONFIG_DVB_ATBM8830 is not set
|
||||||
# CONFIG_DVB_TDA665x is not set
|
# CONFIG_DVB_TDA665x is not set
|
||||||
|
# CONFIG_DVB_IX2505V is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools to develop new frontends
|
# Tools to develop new frontends
|
||||||
@ -1572,6 +1598,7 @@ CONFIG_VGA_ARB=y
|
|||||||
CONFIG_VGA_ARB_MAX_GPUS=16
|
CONFIG_VGA_ARB_MAX_GPUS=16
|
||||||
# CONFIG_VGA_SWITCHEROO is not set
|
# CONFIG_VGA_SWITCHEROO is not set
|
||||||
# CONFIG_DRM is not set
|
# CONFIG_DRM is not set
|
||||||
|
# CONFIG_STUB_POULSBO is not set
|
||||||
# CONFIG_VGASTATE is not set
|
# CONFIG_VGASTATE is not set
|
||||||
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
@ -1660,7 +1687,7 @@ CONFIG_SND_RAWMIDI=m
|
|||||||
# CONFIG_SND_MIXER_OSS is not set
|
# CONFIG_SND_MIXER_OSS is not set
|
||||||
# CONFIG_SND_PCM_OSS is not set
|
# CONFIG_SND_PCM_OSS is not set
|
||||||
CONFIG_SND_HRTIMER=m
|
CONFIG_SND_HRTIMER=m
|
||||||
# CONFIG_SND_DYNAMIC_MINORS is not set
|
CONFIG_SND_DYNAMIC_MINORS=y
|
||||||
# CONFIG_SND_SUPPORT_OLD_API is not set
|
# CONFIG_SND_SUPPORT_OLD_API is not set
|
||||||
# CONFIG_SND_VERBOSE_PROCFS is not set
|
# CONFIG_SND_VERBOSE_PROCFS is not set
|
||||||
# CONFIG_SND_VERBOSE_PRINTK is not set
|
# CONFIG_SND_VERBOSE_PRINTK is not set
|
||||||
@ -1726,10 +1753,7 @@ CONFIG_SND_HDA_CODEC_REALTEK=y
|
|||||||
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
||||||
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
||||||
CONFIG_SND_HDA_CODEC_VIA=y
|
CONFIG_SND_HDA_CODEC_VIA=y
|
||||||
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
|
CONFIG_SND_HDA_CODEC_HDMI=y
|
||||||
CONFIG_SND_HDA_CODEC_NVHDMI=y
|
|
||||||
# CONFIG_SND_HDA_CODEC_INTELHDMI is not set
|
|
||||||
CONFIG_SND_HDA_ELD=y
|
|
||||||
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
||||||
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
||||||
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
||||||
@ -1800,6 +1824,8 @@ CONFIG_HID_AUREAL=y
|
|||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_EZKEY is not set
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
|
# CONFIG_HID_UCLOGIC is not set
|
||||||
|
# CONFIG_HID_WALTOP is not set
|
||||||
# CONFIG_HID_GYRATION is not set
|
# CONFIG_HID_GYRATION is not set
|
||||||
CONFIG_HID_TWINHAN=y
|
CONFIG_HID_TWINHAN=y
|
||||||
# CONFIG_HID_KENSINGTON is not set
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
@ -1807,6 +1833,7 @@ CONFIG_HID_LOGITECH=y
|
|||||||
CONFIG_LOGITECH_FF=y
|
CONFIG_LOGITECH_FF=y
|
||||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||||
CONFIG_LOGIG940_FF=y
|
CONFIG_LOGIG940_FF=y
|
||||||
|
# CONFIG_LOGIWII_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
# CONFIG_HID_MAGICMOUSE is not set
|
||||||
CONFIG_HID_MICROSOFT=y
|
CONFIG_HID_MICROSOFT=y
|
||||||
# CONFIG_HID_MOSART is not set
|
# CONFIG_HID_MOSART is not set
|
||||||
@ -1819,6 +1846,7 @@ CONFIG_HID_MICROSOFT=y
|
|||||||
# CONFIG_HID_QUANTA is not set
|
# CONFIG_HID_QUANTA is not set
|
||||||
# CONFIG_HID_ROCCAT is not set
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_ROCCAT_KONE is not set
|
# CONFIG_HID_ROCCAT_KONE is not set
|
||||||
|
# CONFIG_HID_ROCCAT_PYRA is not set
|
||||||
# CONFIG_HID_SAMSUNG is not set
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
CONFIG_HID_SONY=y
|
CONFIG_HID_SONY=y
|
||||||
# CONFIG_HID_STANTUM is not set
|
# CONFIG_HID_STANTUM is not set
|
||||||
@ -1902,6 +1930,7 @@ CONFIG_USB_STORAGE=y
|
|||||||
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
||||||
# CONFIG_USB_STORAGE_KARMA is not set
|
# CONFIG_USB_STORAGE_KARMA is not set
|
||||||
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
||||||
|
# CONFIG_USB_UAS is not set
|
||||||
# CONFIG_USB_LIBUSUAL is not set
|
# CONFIG_USB_LIBUSUAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1951,6 +1980,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SAMBA is not set
|
||||||
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
||||||
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
# CONFIG_USB_SERIAL_SYMBOL is not set
|
# CONFIG_USB_SERIAL_SYMBOL is not set
|
||||||
@ -1987,6 +2017,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_ISIGHTFW is not set
|
# CONFIG_USB_ISIGHTFW is not set
|
||||||
|
# CONFIG_USB_YUREX is not set
|
||||||
# CONFIG_USB_GADGET is not set
|
# CONFIG_USB_GADGET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2005,6 +2036,8 @@ CONFIG_LEDS_CLASS=y
|
|||||||
# CONFIG_LEDS_ALIX2 is not set
|
# CONFIG_LEDS_ALIX2 is not set
|
||||||
# CONFIG_LEDS_PCA9532 is not set
|
# CONFIG_LEDS_PCA9532 is not set
|
||||||
# CONFIG_LEDS_LP3944 is not set
|
# CONFIG_LEDS_LP3944 is not set
|
||||||
|
# CONFIG_LEDS_LP5521 is not set
|
||||||
|
# CONFIG_LEDS_LP5523 is not set
|
||||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
# CONFIG_LEDS_CLEVO_MAIL is not set
|
||||||
# CONFIG_LEDS_PCA955X is not set
|
# CONFIG_LEDS_PCA955X is not set
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
# CONFIG_LEDS_BD2802 is not set
|
||||||
@ -2092,19 +2125,19 @@ CONFIG_STAGING=y
|
|||||||
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
||||||
# CONFIG_ET131X is not set
|
# CONFIG_ET131X is not set
|
||||||
# CONFIG_SLICOSS is not set
|
# CONFIG_SLICOSS is not set
|
||||||
# CONFIG_USB_IP_COMMON is not set
|
|
||||||
# CONFIG_W35UND is not set
|
# CONFIG_W35UND is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_ECHO is not set
|
# CONFIG_ECHO is not set
|
||||||
# CONFIG_OTUS is not set
|
# CONFIG_BRCM80211 is not set
|
||||||
# CONFIG_RT2860 is not set
|
# CONFIG_RT2860 is not set
|
||||||
# CONFIG_RT2870 is not set
|
# CONFIG_RT2870 is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_ASUS_OLED is not set
|
# CONFIG_ASUS_OLED is not set
|
||||||
CONFIG_R8187SE=m
|
CONFIG_R8187SE=m
|
||||||
CONFIG_RTL8192SU=m
|
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
CONFIG_RTL8192E=m
|
CONFIG_RTL8192E=m
|
||||||
|
CONFIG_R8712U=m
|
||||||
|
CONFIG_R8712_AP=y
|
||||||
# CONFIG_TRANZPORT is not set
|
# CONFIG_TRANZPORT is not set
|
||||||
# CONFIG_POHMELFS is not set
|
# CONFIG_POHMELFS is not set
|
||||||
# CONFIG_IDE_PHISON is not set
|
# CONFIG_IDE_PHISON is not set
|
||||||
@ -2125,11 +2158,31 @@ CONFIG_RTL8192E=m
|
|||||||
#
|
#
|
||||||
# Texas Instruments shared transport line discipline
|
# Texas Instruments shared transport line discipline
|
||||||
#
|
#
|
||||||
# CONFIG_TI_ST is not set
|
|
||||||
# CONFIG_ST_BT is not set
|
# CONFIG_ST_BT is not set
|
||||||
# CONFIG_FB_XGI is not set
|
# CONFIG_FB_XGI is not set
|
||||||
# CONFIG_LIRC_STAGING is not set
|
CONFIG_LIRC_STAGING=y
|
||||||
|
# CONFIG_LIRC_BT829 is not set
|
||||||
|
# CONFIG_LIRC_I2C is not set
|
||||||
|
CONFIG_LIRC_IGORPLUGUSB=m
|
||||||
|
# CONFIG_LIRC_IMON is not set
|
||||||
|
CONFIG_LIRC_IT87=m
|
||||||
|
# CONFIG_LIRC_ITE8709 is not set
|
||||||
|
# CONFIG_LIRC_SASEM is not set
|
||||||
|
CONFIG_LIRC_SERIAL=m
|
||||||
|
CONFIG_LIRC_SERIAL_TRANSMITTER=y
|
||||||
|
# CONFIG_LIRC_SIR is not set
|
||||||
|
# CONFIG_LIRC_TTUSBIR is not set
|
||||||
|
# CONFIG_LIRC_ZILOG is not set
|
||||||
# CONFIG_ACPI_QUICKSTART is not set
|
# CONFIG_ACPI_QUICKSTART is not set
|
||||||
|
CONFIG_MACH_NO_WESTBRIDGE=y
|
||||||
|
# CONFIG_USB_ENESTORAGE is not set
|
||||||
|
# CONFIG_BCM_WIMAX is not set
|
||||||
|
# CONFIG_FT1000 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Speakup console speech
|
||||||
|
#
|
||||||
|
# CONFIG_SPEAKUP is not set
|
||||||
# CONFIG_X86_PLATFORM_DEVICES is not set
|
# CONFIG_X86_PLATFORM_DEVICES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2164,8 +2217,9 @@ CONFIG_FILE_LOCKING=y
|
|||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
CONFIG_INOTIFY_USER=y
|
CONFIG_INOTIFY_USER=y
|
||||||
|
# CONFIG_FANOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_QUOTACTL is not set
|
||||||
CONFIG_AUTOFS4_FS=y
|
CONFIG_AUTOFS4_FS=y
|
||||||
CONFIG_FUSE_FS=m
|
CONFIG_FUSE_FS=m
|
||||||
# CONFIG_CUSE is not set
|
# CONFIG_CUSE is not set
|
||||||
@ -2181,8 +2235,6 @@ CONFIG_FUSE_FS=m
|
|||||||
CONFIG_ISO9660_FS=y
|
CONFIG_ISO9660_FS=y
|
||||||
CONFIG_JOLIET=y
|
CONFIG_JOLIET=y
|
||||||
CONFIG_ZISOFS=y
|
CONFIG_ZISOFS=y
|
||||||
CONFIG_UDF_FS=y
|
|
||||||
CONFIG_UDF_NLS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOS/FAT/NT Filesystems
|
# DOS/FAT/NT Filesystems
|
||||||
@ -2208,7 +2260,6 @@ CONFIG_TMPFS=y
|
|||||||
# CONFIG_HUGETLB_PAGE is not set
|
# CONFIG_HUGETLB_PAGE is not set
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
CONFIG_MISC_FILESYSTEMS=y
|
CONFIG_MISC_FILESYSTEMS=y
|
||||||
# CONFIG_ADFS_FS is not set
|
|
||||||
# CONFIG_AFFS_FS is not set
|
# CONFIG_AFFS_FS is not set
|
||||||
# CONFIG_ECRYPT_FS is not set
|
# CONFIG_ECRYPT_FS is not set
|
||||||
# CONFIG_HFS_FS is not set
|
# CONFIG_HFS_FS is not set
|
||||||
@ -2226,11 +2277,9 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
|||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_OMFS_FS is not set
|
# CONFIG_OMFS_FS is not set
|
||||||
# CONFIG_HPFS_FS is not set
|
|
||||||
# CONFIG_QNX4FS_FS is not set
|
# CONFIG_QNX4FS_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_SYSV_FS is not set
|
# CONFIG_SYSV_FS is not set
|
||||||
# CONFIG_UFS_FS is not set
|
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
@ -2239,6 +2288,7 @@ CONFIG_NFS_V4=y
|
|||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||||
|
# CONFIG_NFS_USE_NEW_IDMAPPER is not set
|
||||||
# CONFIG_NFSD is not set
|
# CONFIG_NFSD is not set
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
@ -2246,8 +2296,6 @@ CONFIG_NFS_COMMON=y
|
|||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_GSS=y
|
CONFIG_SUNRPC_GSS=y
|
||||||
CONFIG_RPCSEC_GSS_KRB5=y
|
CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
|
||||||
# CONFIG_SMB_FS is not set
|
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
CONFIG_CIFS=y
|
||||||
CONFIG_CIFS_STATS=y
|
CONFIG_CIFS_STATS=y
|
||||||
@ -2341,6 +2389,8 @@ CONFIG_FRAME_WARN=1024
|
|||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
||||||
|
# CONFIG_BKL is not set
|
||||||
|
# CONFIG_SPARSE_RCU_POINTER is not set
|
||||||
# CONFIG_DEBUG_MEMORY_INIT is not set
|
# CONFIG_DEBUG_MEMORY_INIT is not set
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
||||||
# CONFIG_FRAME_POINTER is not set
|
# CONFIG_FRAME_POINTER is not set
|
||||||
@ -2354,6 +2404,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
|
|||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
||||||
|
CONFIG_HAVE_C_RECORDMCOUNT=y
|
||||||
CONFIG_TRACING_SUPPORT=y
|
CONFIG_TRACING_SUPPORT=y
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
@ -2384,6 +2435,7 @@ CONFIG_OPTIMIZE_INLINING=y
|
|||||||
#
|
#
|
||||||
CONFIG_KEYS=y
|
CONFIG_KEYS=y
|
||||||
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
||||||
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_INTEL_TXT is not set
|
# CONFIG_INTEL_TXT is not set
|
||||||
@ -2435,7 +2487,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.36.1
|
# Linux/i386 2.6.37-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
@ -43,12 +43,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y
|
|||||||
# CONFIG_AUDIT_ARCH is not set
|
# CONFIG_AUDIT_ARCH is not set
|
||||||
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||||
CONFIG_HAVE_EARLY_RES=y
|
|
||||||
CONFIG_HAVE_INTEL_TXT=y
|
CONFIG_HAVE_INTEL_TXT=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
|
||||||
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
|
||||||
CONFIG_GENERIC_IRQ_PROBE=y
|
|
||||||
CONFIG_GENERIC_PENDING_IRQ=y
|
|
||||||
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
||||||
CONFIG_X86_32_SMP=y
|
CONFIG_X86_32_SMP=y
|
||||||
CONFIG_X86_HT=y
|
CONFIG_X86_HT=y
|
||||||
@ -58,12 +53,13 @@ CONFIG_KTIME_SCALAR=y
|
|||||||
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
||||||
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
CONFIG_CONSTRUCTORS=y
|
CONFIG_CONSTRUCTORS=y
|
||||||
|
CONFIG_HAVE_IRQ_WORK=y
|
||||||
|
CONFIG_IRQ_WORK=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# General setup
|
# General setup
|
||||||
#
|
#
|
||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_LOCK_KERNEL=y
|
|
||||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||||
CONFIG_CROSS_COMPILE=""
|
CONFIG_CROSS_COMPILE=""
|
||||||
CONFIG_LOCALVERSION=""
|
CONFIG_LOCALVERSION=""
|
||||||
@ -85,12 +81,27 @@ CONFIG_BSD_PROCESS_ACCT=y
|
|||||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||||
# CONFIG_TASKSTATS is not set
|
# CONFIG_TASKSTATS is not set
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
|
CONFIG_HAVE_GENERIC_HARDIRQS=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# IRQ subsystem
|
||||||
|
#
|
||||||
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
||||||
|
# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
|
||||||
|
CONFIG_HAVE_SPARSE_IRQ=y
|
||||||
|
CONFIG_GENERIC_IRQ_PROBE=y
|
||||||
|
CONFIG_GENERIC_PENDING_IRQ=y
|
||||||
|
# CONFIG_AUTO_IRQ_AFFINITY is not set
|
||||||
|
# CONFIG_IRQ_PER_CPU is not set
|
||||||
|
# CONFIG_HARDIRQS_SW_RESEND is not set
|
||||||
|
# CONFIG_SPARSE_IRQ is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_TREE_RCU=y
|
CONFIG_TREE_PREEMPT_RCU=y
|
||||||
# CONFIG_TREE_PREEMPT_RCU is not set
|
CONFIG_PREEMPT_RCU=y
|
||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
CONFIG_RCU_FANOUT=32
|
CONFIG_RCU_FANOUT=32
|
||||||
# CONFIG_RCU_FANOUT_EXACT is not set
|
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||||
@ -111,9 +122,9 @@ CONFIG_RESOURCE_COUNTERS=y
|
|||||||
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
||||||
# CONFIG_CGROUP_SCHED is not set
|
# CONFIG_CGROUP_SCHED is not set
|
||||||
# CONFIG_BLK_CGROUP is not set
|
# CONFIG_BLK_CGROUP is not set
|
||||||
# CONFIG_SYSFS_DEPRECATED_V2 is not set
|
|
||||||
# CONFIG_RELAY is not set
|
|
||||||
# CONFIG_NAMESPACES is not set
|
# CONFIG_NAMESPACES is not set
|
||||||
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_INITRAMFS_SOURCE=" "
|
CONFIG_INITRAMFS_SOURCE=" "
|
||||||
CONFIG_INITRAMFS_ROOT_UID=0
|
CONFIG_INITRAMFS_ROOT_UID=0
|
||||||
@ -159,6 +170,7 @@ CONFIG_SLAB=y
|
|||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
# CONFIG_KPROBES is not set
|
# CONFIG_KPROBES is not set
|
||||||
|
# CONFIG_JUMP_LABEL is not set
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
||||||
CONFIG_HAVE_IOREMAP_PROT=y
|
CONFIG_HAVE_IOREMAP_PROT=y
|
||||||
CONFIG_HAVE_KPROBES=y
|
CONFIG_HAVE_KPROBES=y
|
||||||
@ -172,6 +184,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y
|
|||||||
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
||||||
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
||||||
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
||||||
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
@ -240,7 +253,6 @@ CONFIG_TICK_ONESHOT=y
|
|||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
# CONFIG_SPARSE_IRQ is not set
|
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
# CONFIG_X86_BIGSMP is not set
|
# CONFIG_X86_BIGSMP is not set
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
@ -304,6 +316,7 @@ CONFIG_IOMMU_API=y
|
|||||||
CONFIG_NR_CPUS=8
|
CONFIG_NR_CPUS=8
|
||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
|
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
@ -329,6 +342,7 @@ CONFIG_VMSPLIT_3G=y
|
|||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
CONFIG_PAGE_OFFSET=0xC0000000
|
||||||
CONFIG_HIGHMEM=y
|
CONFIG_HIGHMEM=y
|
||||||
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
|
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
|
||||||
|
# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
||||||
@ -339,6 +353,7 @@ CONFIG_FLATMEM_MANUAL=y
|
|||||||
CONFIG_FLATMEM=y
|
CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
CONFIG_SPARSEMEM_STATIC=y
|
CONFIG_SPARSEMEM_STATIC=y
|
||||||
|
CONFIG_HAVE_MEMBLOCK=y
|
||||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
||||||
@ -349,7 +364,7 @@ CONFIG_VIRT_TO_BUS=y
|
|||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
# CONFIG_HIGHPTE is not set
|
# CONFIG_HIGHPTE is not set
|
||||||
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
||||||
# CONFIG_X86_RESERVE_LOW_64K is not set
|
CONFIG_X86_RESERVE_LOW=64
|
||||||
# CONFIG_MATH_EMULATION is not set
|
# CONFIG_MATH_EMULATION is not set
|
||||||
CONFIG_MTRR=y
|
CONFIG_MTRR=y
|
||||||
CONFIG_MTRR_SANITIZER=y
|
CONFIG_MTRR_SANITIZER=y
|
||||||
@ -396,7 +411,6 @@ CONFIG_ACPI_SLEEP=y
|
|||||||
# CONFIG_ACPI_PROCFS is not set
|
# CONFIG_ACPI_PROCFS is not set
|
||||||
# CONFIG_ACPI_PROCFS_POWER is not set
|
# CONFIG_ACPI_PROCFS_POWER is not set
|
||||||
# CONFIG_ACPI_POWER_METER is not set
|
# CONFIG_ACPI_POWER_METER is not set
|
||||||
CONFIG_ACPI_SYSFS_POWER=y
|
|
||||||
# CONFIG_ACPI_EC_DEBUGFS is not set
|
# CONFIG_ACPI_EC_DEBUGFS is not set
|
||||||
# CONFIG_ACPI_PROC_EVENT is not set
|
# CONFIG_ACPI_PROC_EVENT is not set
|
||||||
CONFIG_ACPI_AC=y
|
CONFIG_ACPI_AC=y
|
||||||
@ -500,7 +514,7 @@ CONFIG_ISA_DMA_API=y
|
|||||||
# CONFIG_SCx200 is not set
|
# CONFIG_SCx200 is not set
|
||||||
# CONFIG_OLPC is not set
|
# CONFIG_OLPC is not set
|
||||||
# CONFIG_OLPC_OPENFIRMWARE is not set
|
# CONFIG_OLPC_OPENFIRMWARE is not set
|
||||||
CONFIG_K8_NB=y
|
CONFIG_AMD_NB=y
|
||||||
# CONFIG_PCCARD is not set
|
# CONFIG_PCCARD is not set
|
||||||
# CONFIG_HOTPLUG_PCI is not set
|
# CONFIG_HOTPLUG_PCI is not set
|
||||||
|
|
||||||
@ -513,6 +527,7 @@ CONFIG_HAVE_AOUT=y
|
|||||||
# CONFIG_BINFMT_AOUT is not set
|
# CONFIG_BINFMT_AOUT is not set
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
CONFIG_HAVE_ATOMIC_IOMAP=y
|
CONFIG_HAVE_ATOMIC_IOMAP=y
|
||||||
|
CONFIG_HAVE_TEXT_POKE_SMP=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -532,7 +547,7 @@ CONFIG_IP_MULTICAST=y
|
|||||||
CONFIG_IP_FIB_HASH=y
|
CONFIG_IP_FIB_HASH=y
|
||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_IP_MROUTE is not set
|
# CONFIG_IP_MROUTE is not set
|
||||||
# CONFIG_ARPD is not set
|
# CONFIG_ARPD is not set
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
@ -585,9 +600,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_VLAN_8021Q is not set
|
# CONFIG_VLAN_8021Q is not set
|
||||||
# CONFIG_DECNET is not set
|
# CONFIG_DECNET is not set
|
||||||
# CONFIG_LLC2 is not set
|
# CONFIG_LLC2 is not set
|
||||||
# CONFIG_IPX is not set
|
|
||||||
# CONFIG_ATALK is not set
|
|
||||||
# CONFIG_X25 is not set
|
|
||||||
# CONFIG_LAPB is not set
|
# CONFIG_LAPB is not set
|
||||||
# CONFIG_ECONET is not set
|
# CONFIG_ECONET is not set
|
||||||
# CONFIG_WAN_ROUTER is not set
|
# CONFIG_WAN_ROUTER is not set
|
||||||
@ -660,6 +672,7 @@ CONFIG_RFKILL_LEDS=y
|
|||||||
CONFIG_RFKILL_INPUT=y
|
CONFIG_RFKILL_INPUT=y
|
||||||
# CONFIG_NET_9P is not set
|
# CONFIG_NET_9P is not set
|
||||||
# CONFIG_CAIF is not set
|
# CONFIG_CAIF is not set
|
||||||
|
# CONFIG_CEPH_LIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -711,6 +724,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
|
|||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_BLK_DEV_HD is not set
|
# CONFIG_BLK_DEV_HD is not set
|
||||||
|
# CONFIG_BLK_DEV_RBD is not set
|
||||||
# CONFIG_MISC_DEVICES is not set
|
# CONFIG_MISC_DEVICES is not set
|
||||||
CONFIG_EEPROM_93CX6=m
|
CONFIG_EEPROM_93CX6=m
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
@ -856,20 +870,11 @@ CONFIG_ATA_GENERIC=y
|
|||||||
#
|
#
|
||||||
# IEEE 1394 (FireWire) support
|
# IEEE 1394 (FireWire) support
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# You can enable one or both FireWire driver stacks.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# The newer stack is recommended.
|
|
||||||
#
|
|
||||||
CONFIG_FIREWIRE=m
|
CONFIG_FIREWIRE=m
|
||||||
CONFIG_FIREWIRE_OHCI=m
|
CONFIG_FIREWIRE_OHCI=m
|
||||||
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
||||||
CONFIG_FIREWIRE_SBP2=m
|
CONFIG_FIREWIRE_SBP2=m
|
||||||
# CONFIG_FIREWIRE_NET is not set
|
# CONFIG_FIREWIRE_NET is not set
|
||||||
# CONFIG_IEEE1394 is not set
|
|
||||||
# CONFIG_FIREWIRE_NOSY is not set
|
# CONFIG_FIREWIRE_NOSY is not set
|
||||||
# CONFIG_I2O is not set
|
# CONFIG_I2O is not set
|
||||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||||
@ -882,6 +887,7 @@ CONFIG_NETDEVICES=y
|
|||||||
# CONFIG_VETH is not set
|
# CONFIG_VETH is not set
|
||||||
# CONFIG_NET_SB1000 is not set
|
# CONFIG_NET_SB1000 is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
CONFIG_MII=m
|
||||||
CONFIG_PHYLIB=m
|
CONFIG_PHYLIB=m
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -895,6 +901,7 @@ CONFIG_LXT_PHY=m
|
|||||||
# CONFIG_VITESSE_PHY is not set
|
# CONFIG_VITESSE_PHY is not set
|
||||||
# CONFIG_SMSC_PHY is not set
|
# CONFIG_SMSC_PHY is not set
|
||||||
CONFIG_BROADCOM_PHY=m
|
CONFIG_BROADCOM_PHY=m
|
||||||
|
# CONFIG_BCM63XX_PHY is not set
|
||||||
CONFIG_ICPLUS_PHY=m
|
CONFIG_ICPLUS_PHY=m
|
||||||
CONFIG_REALTEK_PHY=m
|
CONFIG_REALTEK_PHY=m
|
||||||
# CONFIG_NATIONAL_PHY is not set
|
# CONFIG_NATIONAL_PHY is not set
|
||||||
@ -903,7 +910,6 @@ CONFIG_REALTEK_PHY=m
|
|||||||
# CONFIG_MICREL_PHY is not set
|
# CONFIG_MICREL_PHY is not set
|
||||||
# CONFIG_MDIO_BITBANG is not set
|
# CONFIG_MDIO_BITBANG is not set
|
||||||
CONFIG_NET_ETHERNET=y
|
CONFIG_NET_ETHERNET=y
|
||||||
CONFIG_MII=m
|
|
||||||
# CONFIG_HAPPYMEAL is not set
|
# CONFIG_HAPPYMEAL is not set
|
||||||
# CONFIG_SUNGEM is not set
|
# CONFIG_SUNGEM is not set
|
||||||
# CONFIG_CASSINI is not set
|
# CONFIG_CASSINI is not set
|
||||||
@ -982,6 +988,8 @@ CONFIG_ATL1=m
|
|||||||
CONFIG_ATL1E=m
|
CONFIG_ATL1E=m
|
||||||
CONFIG_ATL1C=m
|
CONFIG_ATL1C=m
|
||||||
CONFIG_JME=m
|
CONFIG_JME=m
|
||||||
|
# CONFIG_STMMAC_ETH is not set
|
||||||
|
# CONFIG_PCH_GBE is not set
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
# CONFIG_TR is not set
|
# CONFIG_TR is not set
|
||||||
CONFIG_WLAN=y
|
CONFIG_WLAN=y
|
||||||
@ -1008,9 +1016,11 @@ CONFIG_ATH5K=m
|
|||||||
CONFIG_ATH9K_HW=m
|
CONFIG_ATH9K_HW=m
|
||||||
CONFIG_ATH9K_COMMON=m
|
CONFIG_ATH9K_COMMON=m
|
||||||
CONFIG_ATH9K=m
|
CONFIG_ATH9K=m
|
||||||
|
CONFIG_ATH9K_RATE_CONTROL=y
|
||||||
# CONFIG_ATH9K_HTC is not set
|
# CONFIG_ATH9K_HTC is not set
|
||||||
CONFIG_AR9170_USB=m
|
CONFIG_AR9170_USB=m
|
||||||
CONFIG_AR9170_LEDS=y
|
CONFIG_AR9170_LEDS=y
|
||||||
|
# CONFIG_CARL9170 is not set
|
||||||
CONFIG_B43=m
|
CONFIG_B43=m
|
||||||
CONFIG_B43_PCI_AUTOSELECT=y
|
CONFIG_B43_PCI_AUTOSELECT=y
|
||||||
CONFIG_B43_PCICORE_AUTOSELECT=y
|
CONFIG_B43_PCICORE_AUTOSELECT=y
|
||||||
@ -1043,6 +1053,10 @@ CONFIG_IPW2200=m
|
|||||||
CONFIG_LIBIPW=m
|
CONFIG_LIBIPW=m
|
||||||
# CONFIG_LIBIPW_DEBUG is not set
|
# CONFIG_LIBIPW_DEBUG is not set
|
||||||
CONFIG_IWLWIFI=m
|
CONFIG_IWLWIFI=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Debugging Options
|
||||||
|
#
|
||||||
# CONFIG_IWLWIFI_DEBUG is not set
|
# CONFIG_IWLWIFI_DEBUG is not set
|
||||||
CONFIG_IWLAGN=m
|
CONFIG_IWLAGN=m
|
||||||
CONFIG_IWL4965=y
|
CONFIG_IWL4965=y
|
||||||
@ -1070,6 +1084,7 @@ CONFIG_RT2X00_LIB_FIRMWARE=y
|
|||||||
CONFIG_RT2X00_LIB_CRYPTO=y
|
CONFIG_RT2X00_LIB_CRYPTO=y
|
||||||
CONFIG_RT2X00_LIB_LEDS=y
|
CONFIG_RT2X00_LIB_LEDS=y
|
||||||
# CONFIG_RT2X00_DEBUG is not set
|
# CONFIG_RT2X00_DEBUG is not set
|
||||||
|
# CONFIG_WL1251 is not set
|
||||||
# CONFIG_WL12XX is not set
|
# CONFIG_WL12XX is not set
|
||||||
# CONFIG_ZD1211RW is not set
|
# CONFIG_ZD1211RW is not set
|
||||||
|
|
||||||
@ -1183,10 +1198,12 @@ CONFIG_INPUT_TABLET=y
|
|||||||
# CONFIG_TABLET_USB_ACECAD is not set
|
# CONFIG_TABLET_USB_ACECAD is not set
|
||||||
# CONFIG_TABLET_USB_AIPTEK is not set
|
# CONFIG_TABLET_USB_AIPTEK is not set
|
||||||
# CONFIG_TABLET_USB_GTCO is not set
|
# CONFIG_TABLET_USB_GTCO is not set
|
||||||
|
# CONFIG_TABLET_USB_HANWANG is not set
|
||||||
# CONFIG_TABLET_USB_KBTAB is not set
|
# CONFIG_TABLET_USB_KBTAB is not set
|
||||||
CONFIG_TABLET_USB_WACOM=m
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_BU21013 is not set
|
||||||
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
||||||
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
||||||
# CONFIG_TOUCHSCREEN_EETI is not set
|
# CONFIG_TOUCHSCREEN_EETI is not set
|
||||||
@ -1235,6 +1252,7 @@ CONFIG_SERIO_I8042=y
|
|||||||
CONFIG_SERIO_LIBPS2=y
|
CONFIG_SERIO_LIBPS2=y
|
||||||
# CONFIG_SERIO_RAW is not set
|
# CONFIG_SERIO_RAW is not set
|
||||||
# CONFIG_SERIO_ALTERA_PS2 is not set
|
# CONFIG_SERIO_ALTERA_PS2 is not set
|
||||||
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1274,6 +1292,7 @@ CONFIG_SERIAL_CORE=y
|
|||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_LEGACY_PTYS is not set
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
|
# CONFIG_TTY_PRINTK is not set
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
# CONFIG_IPMI_HANDLER is not set
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_NVRAM=y
|
CONFIG_NVRAM=y
|
||||||
@ -1298,6 +1317,8 @@ CONFIG_I2C_CHARDEV=m
|
|||||||
# CONFIG_I2C_MUX is not set
|
# CONFIG_I2C_MUX is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
CONFIG_I2C_ALGOBIT=y
|
CONFIG_I2C_ALGOBIT=y
|
||||||
|
# CONFIG_I2C_ALGOPCF is not set
|
||||||
|
# CONFIG_I2C_ALGOPCA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C Hardware Bus support
|
# I2C Hardware Bus support
|
||||||
@ -1330,6 +1351,7 @@ CONFIG_I2C_NFORCE2=m
|
|||||||
#
|
#
|
||||||
# I2C system bus drivers (mostly embedded / system-on-chip)
|
# I2C system bus drivers (mostly embedded / system-on-chip)
|
||||||
#
|
#
|
||||||
|
# CONFIG_I2C_INTEL_MID is not set
|
||||||
# CONFIG_I2C_OCORES is not set
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PCA_PLATFORM is not set
|
# CONFIG_I2C_PCA_PLATFORM is not set
|
||||||
# CONFIG_I2C_SIMTEC is not set
|
# CONFIG_I2C_SIMTEC is not set
|
||||||
@ -1363,8 +1385,8 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||||
# CONFIG_PDA_POWER is not set
|
# CONFIG_PDA_POWER is not set
|
||||||
# CONFIG_TEST_POWER is not set
|
# CONFIG_TEST_POWER is not set
|
||||||
# CONFIG_BATTERY_DS2760 is not set
|
|
||||||
# CONFIG_BATTERY_DS2782 is not set
|
# CONFIG_BATTERY_DS2782 is not set
|
||||||
|
# CONFIG_BATTERY_BQ20Z75 is not set
|
||||||
# CONFIG_BATTERY_BQ27x00 is not set
|
# CONFIG_BATTERY_BQ27x00 is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
@ -1420,6 +1442,7 @@ CONFIG_SENSORS_IT87=m
|
|||||||
# CONFIG_SENSORS_LM93 is not set
|
# CONFIG_SENSORS_LM93 is not set
|
||||||
# CONFIG_SENSORS_LTC4215 is not set
|
# CONFIG_SENSORS_LTC4215 is not set
|
||||||
# CONFIG_SENSORS_LTC4245 is not set
|
# CONFIG_SENSORS_LTC4245 is not set
|
||||||
|
# CONFIG_SENSORS_LTC4261 is not set
|
||||||
# CONFIG_SENSORS_LM95241 is not set
|
# CONFIG_SENSORS_LM95241 is not set
|
||||||
# CONFIG_SENSORS_MAX1619 is not set
|
# CONFIG_SENSORS_MAX1619 is not set
|
||||||
# CONFIG_SENSORS_MAX6650 is not set
|
# CONFIG_SENSORS_MAX6650 is not set
|
||||||
@ -1448,11 +1471,11 @@ CONFIG_SENSORS_IT87=m
|
|||||||
# CONFIG_SENSORS_W83791D is not set
|
# CONFIG_SENSORS_W83791D is not set
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
# CONFIG_SENSORS_W83792D is not set
|
||||||
# CONFIG_SENSORS_W83793 is not set
|
# CONFIG_SENSORS_W83793 is not set
|
||||||
|
# CONFIG_SENSORS_W83795 is not set
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
# CONFIG_SENSORS_W83L785TS is not set
|
||||||
# CONFIG_SENSORS_W83L786NG is not set
|
# CONFIG_SENSORS_W83L786NG is not set
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
# CONFIG_SENSORS_W83627EHF is not set
|
||||||
# CONFIG_SENSORS_HDAPS is not set
|
|
||||||
# CONFIG_SENSORS_LIS3_I2C is not set
|
# CONFIG_SENSORS_LIS3_I2C is not set
|
||||||
# CONFIG_SENSORS_APPLESMC is not set
|
# CONFIG_SENSORS_APPLESMC is not set
|
||||||
|
|
||||||
@ -1504,15 +1527,20 @@ CONFIG_IR_RC5_DECODER=m
|
|||||||
CONFIG_IR_RC6_DECODER=m
|
CONFIG_IR_RC6_DECODER=m
|
||||||
CONFIG_IR_JVC_DECODER=m
|
CONFIG_IR_JVC_DECODER=m
|
||||||
CONFIG_IR_SONY_DECODER=m
|
CONFIG_IR_SONY_DECODER=m
|
||||||
|
CONFIG_IR_RC5_SZ_DECODER=m
|
||||||
# CONFIG_IR_LIRC_CODEC is not set
|
# CONFIG_IR_LIRC_CODEC is not set
|
||||||
CONFIG_IR_IMON=m
|
|
||||||
CONFIG_IR_NUVOTON=m
|
|
||||||
CONFIG_IR_MCEUSB=m
|
|
||||||
CONFIG_IR_ENE=m
|
CONFIG_IR_ENE=m
|
||||||
|
CONFIG_IR_IMON=m
|
||||||
|
CONFIG_IR_MCEUSB=m
|
||||||
|
CONFIG_IR_NUVOTON=m
|
||||||
CONFIG_IR_STREAMZAP=m
|
CONFIG_IR_STREAMZAP=m
|
||||||
CONFIG_MEDIA_ATTACH=y
|
CONFIG_MEDIA_ATTACH=y
|
||||||
CONFIG_MEDIA_TUNER=m
|
CONFIG_MEDIA_TUNER=m
|
||||||
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Customize TV tuners
|
||||||
|
#
|
||||||
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
||||||
@ -1531,6 +1559,7 @@ CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
|||||||
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
||||||
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
||||||
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
||||||
|
# CONFIG_MEDIA_TUNER_TDA18218 is not set
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
CONFIG_DVB_CAPTURE_DRIVERS=y
|
CONFIG_DVB_CAPTURE_DRIVERS=y
|
||||||
@ -1573,6 +1602,7 @@ CONFIG_DVB_USB_ANYSEE=m
|
|||||||
# CONFIG_DVB_USB_FRIIO is not set
|
# CONFIG_DVB_USB_FRIIO is not set
|
||||||
# CONFIG_DVB_USB_EC168 is not set
|
# CONFIG_DVB_USB_EC168 is not set
|
||||||
# CONFIG_DVB_USB_AZ6027 is not set
|
# CONFIG_DVB_USB_AZ6027 is not set
|
||||||
|
# CONFIG_DVB_USB_LME2510 is not set
|
||||||
# CONFIG_DVB_TTUSB_BUDGET is not set
|
# CONFIG_DVB_TTUSB_BUDGET is not set
|
||||||
# CONFIG_DVB_TTUSB_DEC is not set
|
# CONFIG_DVB_TTUSB_DEC is not set
|
||||||
# CONFIG_SMS_SIANO_MDTV is not set
|
# CONFIG_SMS_SIANO_MDTV is not set
|
||||||
@ -1663,6 +1693,7 @@ CONFIG_DVB_FE_CUSTOMISE=y
|
|||||||
# CONFIG_DVB_SP887X is not set
|
# CONFIG_DVB_SP887X is not set
|
||||||
# CONFIG_DVB_CX22700 is not set
|
# CONFIG_DVB_CX22700 is not set
|
||||||
# CONFIG_DVB_CX22702 is not set
|
# CONFIG_DVB_CX22702 is not set
|
||||||
|
# CONFIG_DVB_S5H1432 is not set
|
||||||
# CONFIG_DVB_DRX397XD is not set
|
# CONFIG_DVB_DRX397XD is not set
|
||||||
# CONFIG_DVB_L64781 is not set
|
# CONFIG_DVB_L64781 is not set
|
||||||
# CONFIG_DVB_TDA1004X is not set
|
# CONFIG_DVB_TDA1004X is not set
|
||||||
@ -1693,7 +1724,6 @@ CONFIG_DVB_TDA10023=m
|
|||||||
# CONFIG_DVB_OR51132 is not set
|
# CONFIG_DVB_OR51132 is not set
|
||||||
# CONFIG_DVB_BCM3510 is not set
|
# CONFIG_DVB_BCM3510 is not set
|
||||||
# CONFIG_DVB_LGDT330X is not set
|
# CONFIG_DVB_LGDT330X is not set
|
||||||
# CONFIG_DVB_LGDT3304 is not set
|
|
||||||
# CONFIG_DVB_LGDT3305 is not set
|
# CONFIG_DVB_LGDT3305 is not set
|
||||||
# CONFIG_DVB_S5H1409 is not set
|
# CONFIG_DVB_S5H1409 is not set
|
||||||
# CONFIG_DVB_S5H1411 is not set
|
# CONFIG_DVB_S5H1411 is not set
|
||||||
@ -1722,6 +1752,7 @@ CONFIG_DVB_PLL=m
|
|||||||
# CONFIG_DVB_LGS8GXX is not set
|
# CONFIG_DVB_LGS8GXX is not set
|
||||||
# CONFIG_DVB_ATBM8830 is not set
|
# CONFIG_DVB_ATBM8830 is not set
|
||||||
# CONFIG_DVB_TDA665x is not set
|
# CONFIG_DVB_TDA665x is not set
|
||||||
|
# CONFIG_DVB_IX2505V is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools to develop new frontends
|
# Tools to develop new frontends
|
||||||
@ -1753,14 +1784,13 @@ CONFIG_DRM_TTM=y
|
|||||||
# CONFIG_DRM_R128 is not set
|
# CONFIG_DRM_R128 is not set
|
||||||
CONFIG_DRM_RADEON=y
|
CONFIG_DRM_RADEON=y
|
||||||
CONFIG_DRM_RADEON_KMS=y
|
CONFIG_DRM_RADEON_KMS=y
|
||||||
# CONFIG_DRM_I810 is not set
|
|
||||||
# CONFIG_DRM_I830 is not set
|
|
||||||
CONFIG_DRM_I915=y
|
CONFIG_DRM_I915=y
|
||||||
CONFIG_DRM_I915_KMS=y
|
CONFIG_DRM_I915_KMS=y
|
||||||
# CONFIG_DRM_MGA is not set
|
# CONFIG_DRM_MGA is not set
|
||||||
# CONFIG_DRM_SIS is not set
|
# CONFIG_DRM_SIS is not set
|
||||||
# CONFIG_DRM_VIA is not set
|
# CONFIG_DRM_VIA is not set
|
||||||
# CONFIG_DRM_SAVAGE is not set
|
# CONFIG_DRM_SAVAGE is not set
|
||||||
|
# CONFIG_STUB_POULSBO is not set
|
||||||
# CONFIG_VGASTATE is not set
|
# CONFIG_VGASTATE is not set
|
||||||
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
@ -1919,10 +1949,7 @@ CONFIG_SND_HDA_CODEC_REALTEK=y
|
|||||||
CONFIG_SND_HDA_CODEC_ANALOG=y
|
CONFIG_SND_HDA_CODEC_ANALOG=y
|
||||||
CONFIG_SND_HDA_CODEC_SIGMATEL=y
|
CONFIG_SND_HDA_CODEC_SIGMATEL=y
|
||||||
CONFIG_SND_HDA_CODEC_VIA=y
|
CONFIG_SND_HDA_CODEC_VIA=y
|
||||||
CONFIG_SND_HDA_CODEC_ATIHDMI=y
|
CONFIG_SND_HDA_CODEC_HDMI=y
|
||||||
CONFIG_SND_HDA_CODEC_NVHDMI=y
|
|
||||||
CONFIG_SND_HDA_CODEC_INTELHDMI=y
|
|
||||||
CONFIG_SND_HDA_ELD=y
|
|
||||||
CONFIG_SND_HDA_CODEC_CIRRUS=y
|
CONFIG_SND_HDA_CODEC_CIRRUS=y
|
||||||
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
||||||
CONFIG_SND_HDA_CODEC_CA0110=y
|
CONFIG_SND_HDA_CODEC_CA0110=y
|
||||||
@ -1995,6 +2022,8 @@ CONFIG_HID_AUREAL=y
|
|||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_EZKEY is not set
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
|
# CONFIG_HID_UCLOGIC is not set
|
||||||
|
# CONFIG_HID_WALTOP is not set
|
||||||
# CONFIG_HID_GYRATION is not set
|
# CONFIG_HID_GYRATION is not set
|
||||||
CONFIG_HID_TWINHAN=y
|
CONFIG_HID_TWINHAN=y
|
||||||
# CONFIG_HID_KENSINGTON is not set
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
@ -2002,6 +2031,7 @@ CONFIG_HID_LOGITECH=y
|
|||||||
CONFIG_LOGITECH_FF=y
|
CONFIG_LOGITECH_FF=y
|
||||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||||
CONFIG_LOGIG940_FF=y
|
CONFIG_LOGIG940_FF=y
|
||||||
|
# CONFIG_LOGIWII_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
# CONFIG_HID_MAGICMOUSE is not set
|
||||||
CONFIG_HID_MICROSOFT=y
|
CONFIG_HID_MICROSOFT=y
|
||||||
# CONFIG_HID_MOSART is not set
|
# CONFIG_HID_MOSART is not set
|
||||||
@ -2014,6 +2044,7 @@ CONFIG_HID_MICROSOFT=y
|
|||||||
# CONFIG_HID_QUANTA is not set
|
# CONFIG_HID_QUANTA is not set
|
||||||
# CONFIG_HID_ROCCAT is not set
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_ROCCAT_KONE is not set
|
# CONFIG_HID_ROCCAT_KONE is not set
|
||||||
|
# CONFIG_HID_ROCCAT_PYRA is not set
|
||||||
# CONFIG_HID_SAMSUNG is not set
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
CONFIG_HID_SONY=y
|
CONFIG_HID_SONY=y
|
||||||
# CONFIG_HID_STANTUM is not set
|
# CONFIG_HID_STANTUM is not set
|
||||||
@ -2097,6 +2128,7 @@ CONFIG_USB_STORAGE=y
|
|||||||
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
||||||
# CONFIG_USB_STORAGE_KARMA is not set
|
# CONFIG_USB_STORAGE_KARMA is not set
|
||||||
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
||||||
|
# CONFIG_USB_UAS is not set
|
||||||
# CONFIG_USB_LIBUSUAL is not set
|
# CONFIG_USB_LIBUSUAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2146,6 +2178,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SAMBA is not set
|
||||||
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
||||||
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
# CONFIG_USB_SERIAL_SYMBOL is not set
|
# CONFIG_USB_SERIAL_SYMBOL is not set
|
||||||
@ -2182,6 +2215,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_ISIGHTFW is not set
|
# CONFIG_USB_ISIGHTFW is not set
|
||||||
|
# CONFIG_USB_YUREX is not set
|
||||||
# CONFIG_USB_GADGET is not set
|
# CONFIG_USB_GADGET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2192,7 +2226,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
# CONFIG_MEMSTICK is not set
|
# CONFIG_MEMSTICK is not set
|
||||||
CONFIG_NEW_LEDS=y
|
CONFIG_NEW_LEDS=y
|
||||||
CONFIG_LEDS_CLASS=m
|
CONFIG_LEDS_CLASS=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# LED drivers
|
# LED drivers
|
||||||
@ -2200,6 +2234,8 @@ CONFIG_LEDS_CLASS=m
|
|||||||
# CONFIG_LEDS_ALIX2 is not set
|
# CONFIG_LEDS_ALIX2 is not set
|
||||||
# CONFIG_LEDS_PCA9532 is not set
|
# CONFIG_LEDS_PCA9532 is not set
|
||||||
# CONFIG_LEDS_LP3944 is not set
|
# CONFIG_LEDS_LP3944 is not set
|
||||||
|
# CONFIG_LEDS_LP5521 is not set
|
||||||
|
# CONFIG_LEDS_LP5523 is not set
|
||||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
# CONFIG_LEDS_CLEVO_MAIL is not set
|
||||||
# CONFIG_LEDS_PCA955X is not set
|
# CONFIG_LEDS_PCA955X is not set
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
# CONFIG_LEDS_BD2802 is not set
|
||||||
@ -2294,19 +2330,19 @@ CONFIG_STAGING=y
|
|||||||
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
||||||
# CONFIG_ET131X is not set
|
# CONFIG_ET131X is not set
|
||||||
# CONFIG_SLICOSS is not set
|
# CONFIG_SLICOSS is not set
|
||||||
# CONFIG_USB_IP_COMMON is not set
|
|
||||||
# CONFIG_W35UND is not set
|
# CONFIG_W35UND is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_ECHO is not set
|
# CONFIG_ECHO is not set
|
||||||
# CONFIG_OTUS is not set
|
# CONFIG_BRCM80211 is not set
|
||||||
CONFIG_RT2860=m
|
CONFIG_RT2860=m
|
||||||
CONFIG_RT2870=m
|
CONFIG_RT2870=m
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_ASUS_OLED is not set
|
# CONFIG_ASUS_OLED is not set
|
||||||
CONFIG_R8187SE=m
|
CONFIG_R8187SE=m
|
||||||
CONFIG_RTL8192SU=m
|
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
CONFIG_RTL8192E=m
|
CONFIG_RTL8192E=m
|
||||||
|
CONFIG_R8712U=m
|
||||||
|
CONFIG_R8712_AP=y
|
||||||
# CONFIG_TRANZPORT is not set
|
# CONFIG_TRANZPORT is not set
|
||||||
# CONFIG_POHMELFS is not set
|
# CONFIG_POHMELFS is not set
|
||||||
# CONFIG_IDE_PHISON is not set
|
# CONFIG_IDE_PHISON is not set
|
||||||
@ -2336,11 +2372,19 @@ CONFIG_DRM_VMWGFX=y
|
|||||||
#
|
#
|
||||||
# Texas Instruments shared transport line discipline
|
# Texas Instruments shared transport line discipline
|
||||||
#
|
#
|
||||||
# CONFIG_TI_ST is not set
|
|
||||||
# CONFIG_ST_BT is not set
|
# CONFIG_ST_BT is not set
|
||||||
# CONFIG_FB_XGI is not set
|
# CONFIG_FB_XGI is not set
|
||||||
# CONFIG_LIRC_STAGING is not set
|
# CONFIG_LIRC_STAGING is not set
|
||||||
# CONFIG_ACPI_QUICKSTART is not set
|
# CONFIG_ACPI_QUICKSTART is not set
|
||||||
|
CONFIG_MACH_NO_WESTBRIDGE=y
|
||||||
|
# CONFIG_USB_ENESTORAGE is not set
|
||||||
|
# CONFIG_BCM_WIMAX is not set
|
||||||
|
# CONFIG_FT1000 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Speakup console speech
|
||||||
|
#
|
||||||
|
# CONFIG_SPEAKUP is not set
|
||||||
# CONFIG_X86_PLATFORM_DEVICES is not set
|
# CONFIG_X86_PLATFORM_DEVICES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2375,8 +2419,9 @@ CONFIG_FILE_LOCKING=y
|
|||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
CONFIG_INOTIFY_USER=y
|
CONFIG_INOTIFY_USER=y
|
||||||
|
# CONFIG_FANOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_QUOTACTL is not set
|
||||||
CONFIG_AUTOFS4_FS=y
|
CONFIG_AUTOFS4_FS=y
|
||||||
CONFIG_FUSE_FS=m
|
CONFIG_FUSE_FS=m
|
||||||
# CONFIG_CUSE is not set
|
# CONFIG_CUSE is not set
|
||||||
@ -2392,8 +2437,6 @@ CONFIG_FUSE_FS=m
|
|||||||
CONFIG_ISO9660_FS=y
|
CONFIG_ISO9660_FS=y
|
||||||
CONFIG_JOLIET=y
|
CONFIG_JOLIET=y
|
||||||
CONFIG_ZISOFS=y
|
CONFIG_ZISOFS=y
|
||||||
CONFIG_UDF_FS=y
|
|
||||||
CONFIG_UDF_NLS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOS/FAT/NT Filesystems
|
# DOS/FAT/NT Filesystems
|
||||||
@ -2419,7 +2462,6 @@ CONFIG_TMPFS=y
|
|||||||
# CONFIG_HUGETLB_PAGE is not set
|
# CONFIG_HUGETLB_PAGE is not set
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
CONFIG_MISC_FILESYSTEMS=y
|
CONFIG_MISC_FILESYSTEMS=y
|
||||||
# CONFIG_ADFS_FS is not set
|
|
||||||
# CONFIG_AFFS_FS is not set
|
# CONFIG_AFFS_FS is not set
|
||||||
# CONFIG_ECRYPT_FS is not set
|
# CONFIG_ECRYPT_FS is not set
|
||||||
# CONFIG_HFS_FS is not set
|
# CONFIG_HFS_FS is not set
|
||||||
@ -2437,11 +2479,9 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
|||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_OMFS_FS is not set
|
# CONFIG_OMFS_FS is not set
|
||||||
# CONFIG_HPFS_FS is not set
|
|
||||||
# CONFIG_QNX4FS_FS is not set
|
# CONFIG_QNX4FS_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_SYSV_FS is not set
|
# CONFIG_SYSV_FS is not set
|
||||||
# CONFIG_UFS_FS is not set
|
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
@ -2450,6 +2490,7 @@ CONFIG_NFS_V4=y
|
|||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||||
|
# CONFIG_NFS_USE_NEW_IDMAPPER is not set
|
||||||
# CONFIG_NFSD is not set
|
# CONFIG_NFSD is not set
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
@ -2457,8 +2498,6 @@ CONFIG_NFS_COMMON=y
|
|||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_GSS=y
|
CONFIG_SUNRPC_GSS=y
|
||||||
CONFIG_RPCSEC_GSS_KRB5=y
|
CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
|
||||||
# CONFIG_SMB_FS is not set
|
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
CONFIG_CIFS=y
|
||||||
CONFIG_CIFS_STATS=y
|
CONFIG_CIFS_STATS=y
|
||||||
@ -2552,6 +2591,8 @@ CONFIG_FRAME_WARN=1024
|
|||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
||||||
|
# CONFIG_BKL is not set
|
||||||
|
# CONFIG_SPARSE_RCU_POINTER is not set
|
||||||
# CONFIG_DEBUG_MEMORY_INIT is not set
|
# CONFIG_DEBUG_MEMORY_INIT is not set
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
||||||
# CONFIG_FRAME_POINTER is not set
|
# CONFIG_FRAME_POINTER is not set
|
||||||
@ -2565,6 +2606,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
|
|||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
||||||
|
CONFIG_HAVE_C_RECORDMCOUNT=y
|
||||||
CONFIG_TRACING_SUPPORT=y
|
CONFIG_TRACING_SUPPORT=y
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
@ -2577,7 +2619,6 @@ CONFIG_HAVE_ARCH_KMEMCHECK=y
|
|||||||
CONFIG_STRICT_DEVMEM=y
|
CONFIG_STRICT_DEVMEM=y
|
||||||
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
||||||
# CONFIG_EARLY_PRINTK is not set
|
# CONFIG_EARLY_PRINTK is not set
|
||||||
# CONFIG_4KSTACKS is not set
|
|
||||||
CONFIG_DOUBLEFAULT=y
|
CONFIG_DOUBLEFAULT=y
|
||||||
# CONFIG_IOMMU_STRESS is not set
|
# CONFIG_IOMMU_STRESS is not set
|
||||||
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
|
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
|
||||||
@ -2597,6 +2638,7 @@ CONFIG_OPTIMIZE_INLINING=y
|
|||||||
#
|
#
|
||||||
CONFIG_KEYS=y
|
CONFIG_KEYS=y
|
||||||
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
||||||
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_INTEL_TXT is not set
|
# CONFIG_INTEL_TXT is not set
|
||||||
@ -2648,7 +2690,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.36.1
|
# Linux/i386 2.6.37-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
# CONFIG_64BIT is not set
|
# CONFIG_64BIT is not set
|
||||||
CONFIG_X86_32=y
|
CONFIG_X86_32=y
|
||||||
@ -43,12 +43,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y
|
|||||||
# CONFIG_AUDIT_ARCH is not set
|
# CONFIG_AUDIT_ARCH is not set
|
||||||
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||||
CONFIG_HAVE_EARLY_RES=y
|
|
||||||
CONFIG_HAVE_INTEL_TXT=y
|
CONFIG_HAVE_INTEL_TXT=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
|
||||||
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
|
||||||
CONFIG_GENERIC_IRQ_PROBE=y
|
|
||||||
CONFIG_GENERIC_PENDING_IRQ=y
|
|
||||||
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
||||||
CONFIG_X86_32_SMP=y
|
CONFIG_X86_32_SMP=y
|
||||||
CONFIG_X86_HT=y
|
CONFIG_X86_HT=y
|
||||||
@ -58,12 +53,13 @@ CONFIG_KTIME_SCALAR=y
|
|||||||
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
||||||
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
CONFIG_CONSTRUCTORS=y
|
CONFIG_CONSTRUCTORS=y
|
||||||
|
CONFIG_HAVE_IRQ_WORK=y
|
||||||
|
CONFIG_IRQ_WORK=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# General setup
|
# General setup
|
||||||
#
|
#
|
||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_LOCK_KERNEL=y
|
|
||||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||||
CONFIG_CROSS_COMPILE=""
|
CONFIG_CROSS_COMPILE=""
|
||||||
CONFIG_LOCALVERSION=""
|
CONFIG_LOCALVERSION=""
|
||||||
@ -85,12 +81,27 @@ CONFIG_BSD_PROCESS_ACCT=y
|
|||||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||||
# CONFIG_TASKSTATS is not set
|
# CONFIG_TASKSTATS is not set
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
|
CONFIG_HAVE_GENERIC_HARDIRQS=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# IRQ subsystem
|
||||||
|
#
|
||||||
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
||||||
|
# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
|
||||||
|
CONFIG_HAVE_SPARSE_IRQ=y
|
||||||
|
CONFIG_GENERIC_IRQ_PROBE=y
|
||||||
|
CONFIG_GENERIC_PENDING_IRQ=y
|
||||||
|
# CONFIG_AUTO_IRQ_AFFINITY is not set
|
||||||
|
# CONFIG_IRQ_PER_CPU is not set
|
||||||
|
# CONFIG_HARDIRQS_SW_RESEND is not set
|
||||||
|
# CONFIG_SPARSE_IRQ is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_TREE_RCU=y
|
CONFIG_TREE_PREEMPT_RCU=y
|
||||||
# CONFIG_TREE_PREEMPT_RCU is not set
|
CONFIG_PREEMPT_RCU=y
|
||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
CONFIG_RCU_FANOUT=32
|
CONFIG_RCU_FANOUT=32
|
||||||
# CONFIG_RCU_FANOUT_EXACT is not set
|
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||||
@ -111,9 +122,9 @@ CONFIG_RESOURCE_COUNTERS=y
|
|||||||
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
||||||
# CONFIG_CGROUP_SCHED is not set
|
# CONFIG_CGROUP_SCHED is not set
|
||||||
# CONFIG_BLK_CGROUP is not set
|
# CONFIG_BLK_CGROUP is not set
|
||||||
# CONFIG_SYSFS_DEPRECATED_V2 is not set
|
|
||||||
# CONFIG_RELAY is not set
|
|
||||||
# CONFIG_NAMESPACES is not set
|
# CONFIG_NAMESPACES is not set
|
||||||
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_INITRAMFS_SOURCE=" "
|
CONFIG_INITRAMFS_SOURCE=" "
|
||||||
CONFIG_INITRAMFS_ROOT_UID=0
|
CONFIG_INITRAMFS_ROOT_UID=0
|
||||||
@ -159,6 +170,7 @@ CONFIG_SLAB=y
|
|||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
# CONFIG_KPROBES is not set
|
# CONFIG_KPROBES is not set
|
||||||
|
# CONFIG_JUMP_LABEL is not set
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
||||||
CONFIG_HAVE_IOREMAP_PROT=y
|
CONFIG_HAVE_IOREMAP_PROT=y
|
||||||
CONFIG_HAVE_KPROBES=y
|
CONFIG_HAVE_KPROBES=y
|
||||||
@ -172,6 +184,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y
|
|||||||
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
||||||
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
||||||
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
||||||
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
@ -240,7 +253,6 @@ CONFIG_TICK_ONESHOT=y
|
|||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
# CONFIG_SPARSE_IRQ is not set
|
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
# CONFIG_X86_BIGSMP is not set
|
# CONFIG_X86_BIGSMP is not set
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
@ -304,6 +316,7 @@ CONFIG_IOMMU_API=y
|
|||||||
CONFIG_NR_CPUS=8
|
CONFIG_NR_CPUS=8
|
||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
|
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
@ -329,6 +342,7 @@ CONFIG_VMSPLIT_3G=y
|
|||||||
CONFIG_PAGE_OFFSET=0xC0000000
|
CONFIG_PAGE_OFFSET=0xC0000000
|
||||||
CONFIG_HIGHMEM=y
|
CONFIG_HIGHMEM=y
|
||||||
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
|
# CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set
|
||||||
|
# CONFIG_ARCH_DMA_ADDR_T_64BIT is not set
|
||||||
CONFIG_ARCH_FLATMEM_ENABLE=y
|
CONFIG_ARCH_FLATMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
CONFIG_ARCH_SPARSEMEM_ENABLE=y
|
||||||
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
|
||||||
@ -339,6 +353,7 @@ CONFIG_FLATMEM_MANUAL=y
|
|||||||
CONFIG_FLATMEM=y
|
CONFIG_FLATMEM=y
|
||||||
CONFIG_FLAT_NODE_MEM_MAP=y
|
CONFIG_FLAT_NODE_MEM_MAP=y
|
||||||
CONFIG_SPARSEMEM_STATIC=y
|
CONFIG_SPARSEMEM_STATIC=y
|
||||||
|
CONFIG_HAVE_MEMBLOCK=y
|
||||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
# CONFIG_PHYS_ADDR_T_64BIT is not set
|
||||||
@ -349,7 +364,7 @@ CONFIG_VIRT_TO_BUS=y
|
|||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
# CONFIG_HIGHPTE is not set
|
# CONFIG_HIGHPTE is not set
|
||||||
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
||||||
# CONFIG_X86_RESERVE_LOW_64K is not set
|
CONFIG_X86_RESERVE_LOW=64
|
||||||
# CONFIG_MATH_EMULATION is not set
|
# CONFIG_MATH_EMULATION is not set
|
||||||
CONFIG_MTRR=y
|
CONFIG_MTRR=y
|
||||||
CONFIG_MTRR_SANITIZER=y
|
CONFIG_MTRR_SANITIZER=y
|
||||||
@ -396,7 +411,6 @@ CONFIG_ACPI_SLEEP=y
|
|||||||
# CONFIG_ACPI_PROCFS is not set
|
# CONFIG_ACPI_PROCFS is not set
|
||||||
# CONFIG_ACPI_PROCFS_POWER is not set
|
# CONFIG_ACPI_PROCFS_POWER is not set
|
||||||
# CONFIG_ACPI_POWER_METER is not set
|
# CONFIG_ACPI_POWER_METER is not set
|
||||||
CONFIG_ACPI_SYSFS_POWER=y
|
|
||||||
# CONFIG_ACPI_EC_DEBUGFS is not set
|
# CONFIG_ACPI_EC_DEBUGFS is not set
|
||||||
# CONFIG_ACPI_PROC_EVENT is not set
|
# CONFIG_ACPI_PROC_EVENT is not set
|
||||||
CONFIG_ACPI_AC=y
|
CONFIG_ACPI_AC=y
|
||||||
@ -512,6 +526,7 @@ CONFIG_HAVE_AOUT=y
|
|||||||
# CONFIG_BINFMT_AOUT is not set
|
# CONFIG_BINFMT_AOUT is not set
|
||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
CONFIG_HAVE_ATOMIC_IOMAP=y
|
CONFIG_HAVE_ATOMIC_IOMAP=y
|
||||||
|
CONFIG_HAVE_TEXT_POKE_SMP=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -531,7 +546,7 @@ CONFIG_IP_MULTICAST=y
|
|||||||
CONFIG_IP_FIB_HASH=y
|
CONFIG_IP_FIB_HASH=y
|
||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_IP_MROUTE is not set
|
# CONFIG_IP_MROUTE is not set
|
||||||
# CONFIG_ARPD is not set
|
# CONFIG_ARPD is not set
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
@ -584,9 +599,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_VLAN_8021Q is not set
|
# CONFIG_VLAN_8021Q is not set
|
||||||
# CONFIG_DECNET is not set
|
# CONFIG_DECNET is not set
|
||||||
# CONFIG_LLC2 is not set
|
# CONFIG_LLC2 is not set
|
||||||
# CONFIG_IPX is not set
|
|
||||||
# CONFIG_ATALK is not set
|
|
||||||
# CONFIG_X25 is not set
|
|
||||||
# CONFIG_LAPB is not set
|
# CONFIG_LAPB is not set
|
||||||
# CONFIG_ECONET is not set
|
# CONFIG_ECONET is not set
|
||||||
# CONFIG_WAN_ROUTER is not set
|
# CONFIG_WAN_ROUTER is not set
|
||||||
@ -647,14 +659,13 @@ CONFIG_MAC80211_RC_MINSTREL_HT=y
|
|||||||
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
|
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
|
||||||
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
|
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
|
||||||
# CONFIG_MAC80211_MESH is not set
|
# CONFIG_MAC80211_MESH is not set
|
||||||
CONFIG_MAC80211_LEDS=y
|
|
||||||
# CONFIG_MAC80211_DEBUG_MENU is not set
|
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||||
# CONFIG_WIMAX is not set
|
# CONFIG_WIMAX is not set
|
||||||
CONFIG_RFKILL=y
|
CONFIG_RFKILL=y
|
||||||
CONFIG_RFKILL_LEDS=y
|
|
||||||
CONFIG_RFKILL_INPUT=y
|
CONFIG_RFKILL_INPUT=y
|
||||||
# CONFIG_NET_9P is not set
|
# CONFIG_NET_9P is not set
|
||||||
# CONFIG_CAIF is not set
|
# CONFIG_CAIF is not set
|
||||||
|
# CONFIG_CEPH_LIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -705,6 +716,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
|
|||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_BLK_DEV_HD is not set
|
# CONFIG_BLK_DEV_HD is not set
|
||||||
|
# CONFIG_BLK_DEV_RBD is not set
|
||||||
# CONFIG_MISC_DEVICES is not set
|
# CONFIG_MISC_DEVICES is not set
|
||||||
CONFIG_EEPROM_93CX6=m
|
CONFIG_EEPROM_93CX6=m
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
@ -850,20 +862,11 @@ CONFIG_ATA_GENERIC=y
|
|||||||
#
|
#
|
||||||
# IEEE 1394 (FireWire) support
|
# IEEE 1394 (FireWire) support
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# You can enable one or both FireWire driver stacks.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# The newer stack is recommended.
|
|
||||||
#
|
|
||||||
CONFIG_FIREWIRE=m
|
CONFIG_FIREWIRE=m
|
||||||
CONFIG_FIREWIRE_OHCI=m
|
CONFIG_FIREWIRE_OHCI=m
|
||||||
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
||||||
CONFIG_FIREWIRE_SBP2=m
|
CONFIG_FIREWIRE_SBP2=m
|
||||||
# CONFIG_FIREWIRE_NET is not set
|
# CONFIG_FIREWIRE_NET is not set
|
||||||
# CONFIG_IEEE1394 is not set
|
|
||||||
# CONFIG_FIREWIRE_NOSY is not set
|
# CONFIG_FIREWIRE_NOSY is not set
|
||||||
# CONFIG_I2O is not set
|
# CONFIG_I2O is not set
|
||||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||||
@ -876,9 +879,9 @@ CONFIG_NETDEVICES=y
|
|||||||
# CONFIG_VETH is not set
|
# CONFIG_VETH is not set
|
||||||
# CONFIG_NET_SB1000 is not set
|
# CONFIG_NET_SB1000 is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
CONFIG_MII=m
|
||||||
# CONFIG_PHYLIB is not set
|
# CONFIG_PHYLIB is not set
|
||||||
# CONFIG_NET_ETHERNET is not set
|
# CONFIG_NET_ETHERNET is not set
|
||||||
CONFIG_MII=m
|
|
||||||
CONFIG_NETDEV_1000=y
|
CONFIG_NETDEV_1000=y
|
||||||
# CONFIG_ACENIC is not set
|
# CONFIG_ACENIC is not set
|
||||||
# CONFIG_DL2K is not set
|
# CONFIG_DL2K is not set
|
||||||
@ -903,6 +906,8 @@ CONFIG_R8169=m
|
|||||||
# CONFIG_ATL1E is not set
|
# CONFIG_ATL1E is not set
|
||||||
# CONFIG_ATL1C is not set
|
# CONFIG_ATL1C is not set
|
||||||
# CONFIG_JME is not set
|
# CONFIG_JME is not set
|
||||||
|
# CONFIG_STMMAC_ETH is not set
|
||||||
|
# CONFIG_PCH_GBE is not set
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
# CONFIG_TR is not set
|
# CONFIG_TR is not set
|
||||||
CONFIG_WLAN=y
|
CONFIG_WLAN=y
|
||||||
@ -925,6 +930,10 @@ CONFIG_WLAN=y
|
|||||||
# CONFIG_IPW2100 is not set
|
# CONFIG_IPW2100 is not set
|
||||||
# CONFIG_IPW2200 is not set
|
# CONFIG_IPW2200 is not set
|
||||||
CONFIG_IWLWIFI=m
|
CONFIG_IWLWIFI=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Debugging Options
|
||||||
|
#
|
||||||
# CONFIG_IWLWIFI_DEBUG is not set
|
# CONFIG_IWLWIFI_DEBUG is not set
|
||||||
CONFIG_IWLAGN=m
|
CONFIG_IWLAGN=m
|
||||||
CONFIG_IWL4965=y
|
CONFIG_IWL4965=y
|
||||||
@ -934,6 +943,7 @@ CONFIG_IWL3945=m
|
|||||||
# CONFIG_HERMES is not set
|
# CONFIG_HERMES is not set
|
||||||
# CONFIG_P54_COMMON is not set
|
# CONFIG_P54_COMMON is not set
|
||||||
# CONFIG_RT2X00 is not set
|
# CONFIG_RT2X00 is not set
|
||||||
|
# CONFIG_WL1251 is not set
|
||||||
# CONFIG_WL12XX is not set
|
# CONFIG_WL12XX is not set
|
||||||
# CONFIG_ZD1211RW is not set
|
# CONFIG_ZD1211RW is not set
|
||||||
|
|
||||||
@ -996,7 +1006,6 @@ CONFIG_KEYBOARD_ATKBD=y
|
|||||||
# CONFIG_KEYBOARD_QT2160 is not set
|
# CONFIG_KEYBOARD_QT2160 is not set
|
||||||
# CONFIG_KEYBOARD_LKKBD is not set
|
# CONFIG_KEYBOARD_LKKBD is not set
|
||||||
# CONFIG_KEYBOARD_TCA6416 is not set
|
# CONFIG_KEYBOARD_TCA6416 is not set
|
||||||
# CONFIG_KEYBOARD_LM8323 is not set
|
|
||||||
# CONFIG_KEYBOARD_MAX7359 is not set
|
# CONFIG_KEYBOARD_MAX7359 is not set
|
||||||
# CONFIG_KEYBOARD_MCS is not set
|
# CONFIG_KEYBOARD_MCS is not set
|
||||||
# CONFIG_KEYBOARD_NEWTON is not set
|
# CONFIG_KEYBOARD_NEWTON is not set
|
||||||
@ -1042,15 +1051,16 @@ CONFIG_INPUT_JOYSTICK=y
|
|||||||
# CONFIG_JOYSTICK_JOYDUMP is not set
|
# CONFIG_JOYSTICK_JOYDUMP is not set
|
||||||
CONFIG_JOYSTICK_XPAD=m
|
CONFIG_JOYSTICK_XPAD=m
|
||||||
CONFIG_JOYSTICK_XPAD_FF=y
|
CONFIG_JOYSTICK_XPAD_FF=y
|
||||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
|
||||||
CONFIG_INPUT_TABLET=y
|
CONFIG_INPUT_TABLET=y
|
||||||
# CONFIG_TABLET_USB_ACECAD is not set
|
# CONFIG_TABLET_USB_ACECAD is not set
|
||||||
# CONFIG_TABLET_USB_AIPTEK is not set
|
# CONFIG_TABLET_USB_AIPTEK is not set
|
||||||
# CONFIG_TABLET_USB_GTCO is not set
|
# CONFIG_TABLET_USB_GTCO is not set
|
||||||
|
# CONFIG_TABLET_USB_HANWANG is not set
|
||||||
# CONFIG_TABLET_USB_KBTAB is not set
|
# CONFIG_TABLET_USB_KBTAB is not set
|
||||||
CONFIG_TABLET_USB_WACOM=m
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_BU21013 is not set
|
||||||
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
||||||
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
||||||
# CONFIG_TOUCHSCREEN_EETI is not set
|
# CONFIG_TOUCHSCREEN_EETI is not set
|
||||||
@ -1072,7 +1082,6 @@ CONFIG_TOUCHSCREEN_WACOM_W8001=m
|
|||||||
# CONFIG_TOUCHSCREEN_TPS6507X is not set
|
# CONFIG_TOUCHSCREEN_TPS6507X is not set
|
||||||
CONFIG_INPUT_MISC=y
|
CONFIG_INPUT_MISC=y
|
||||||
# CONFIG_INPUT_AD714X is not set
|
# CONFIG_INPUT_AD714X is not set
|
||||||
# CONFIG_INPUT_APANEL is not set
|
|
||||||
# CONFIG_INPUT_WISTRON_BTNS is not set
|
# CONFIG_INPUT_WISTRON_BTNS is not set
|
||||||
# CONFIG_INPUT_ATLAS_BTNS is not set
|
# CONFIG_INPUT_ATLAS_BTNS is not set
|
||||||
CONFIG_INPUT_ATI_REMOTE=m
|
CONFIG_INPUT_ATI_REMOTE=m
|
||||||
@ -1098,6 +1107,7 @@ CONFIG_SERIO_I8042=y
|
|||||||
CONFIG_SERIO_LIBPS2=y
|
CONFIG_SERIO_LIBPS2=y
|
||||||
# CONFIG_SERIO_RAW is not set
|
# CONFIG_SERIO_RAW is not set
|
||||||
# CONFIG_SERIO_ALTERA_PS2 is not set
|
# CONFIG_SERIO_ALTERA_PS2 is not set
|
||||||
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1137,6 +1147,7 @@ CONFIG_SERIAL_CORE=y
|
|||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_LEGACY_PTYS is not set
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
|
# CONFIG_TTY_PRINTK is not set
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
# CONFIG_IPMI_HANDLER is not set
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_NVRAM=y
|
CONFIG_NVRAM=y
|
||||||
@ -1161,6 +1172,8 @@ CONFIG_I2C_CHARDEV=m
|
|||||||
# CONFIG_I2C_MUX is not set
|
# CONFIG_I2C_MUX is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
CONFIG_I2C_ALGOBIT=y
|
CONFIG_I2C_ALGOBIT=y
|
||||||
|
# CONFIG_I2C_ALGOPCF is not set
|
||||||
|
# CONFIG_I2C_ALGOPCA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C Hardware Bus support
|
# I2C Hardware Bus support
|
||||||
@ -1192,6 +1205,7 @@ CONFIG_I2C_I801=y
|
|||||||
#
|
#
|
||||||
# I2C system bus drivers (mostly embedded / system-on-chip)
|
# I2C system bus drivers (mostly embedded / system-on-chip)
|
||||||
#
|
#
|
||||||
|
# CONFIG_I2C_INTEL_MID is not set
|
||||||
# CONFIG_I2C_OCORES is not set
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PCA_PLATFORM is not set
|
# CONFIG_I2C_PCA_PLATFORM is not set
|
||||||
# CONFIG_I2C_SIMTEC is not set
|
# CONFIG_I2C_SIMTEC is not set
|
||||||
@ -1225,8 +1239,8 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||||
# CONFIG_PDA_POWER is not set
|
# CONFIG_PDA_POWER is not set
|
||||||
# CONFIG_TEST_POWER is not set
|
# CONFIG_TEST_POWER is not set
|
||||||
# CONFIG_BATTERY_DS2760 is not set
|
|
||||||
# CONFIG_BATTERY_DS2782 is not set
|
# CONFIG_BATTERY_DS2782 is not set
|
||||||
|
# CONFIG_BATTERY_BQ20Z75 is not set
|
||||||
# CONFIG_BATTERY_BQ27x00 is not set
|
# CONFIG_BATTERY_BQ27x00 is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
@ -1282,6 +1296,7 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_LM93 is not set
|
# CONFIG_SENSORS_LM93 is not set
|
||||||
# CONFIG_SENSORS_LTC4215 is not set
|
# CONFIG_SENSORS_LTC4215 is not set
|
||||||
# CONFIG_SENSORS_LTC4245 is not set
|
# CONFIG_SENSORS_LTC4245 is not set
|
||||||
|
# CONFIG_SENSORS_LTC4261 is not set
|
||||||
# CONFIG_SENSORS_LM95241 is not set
|
# CONFIG_SENSORS_LM95241 is not set
|
||||||
# CONFIG_SENSORS_MAX1619 is not set
|
# CONFIG_SENSORS_MAX1619 is not set
|
||||||
# CONFIG_SENSORS_MAX6650 is not set
|
# CONFIG_SENSORS_MAX6650 is not set
|
||||||
@ -1310,11 +1325,11 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_W83791D is not set
|
# CONFIG_SENSORS_W83791D is not set
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
# CONFIG_SENSORS_W83792D is not set
|
||||||
# CONFIG_SENSORS_W83793 is not set
|
# CONFIG_SENSORS_W83793 is not set
|
||||||
|
# CONFIG_SENSORS_W83795 is not set
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
# CONFIG_SENSORS_W83L785TS is not set
|
||||||
# CONFIG_SENSORS_W83L786NG is not set
|
# CONFIG_SENSORS_W83L786NG is not set
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
# CONFIG_SENSORS_W83627EHF is not set
|
||||||
# CONFIG_SENSORS_HDAPS is not set
|
|
||||||
# CONFIG_SENSORS_LIS3_I2C is not set
|
# CONFIG_SENSORS_LIS3_I2C is not set
|
||||||
# CONFIG_SENSORS_APPLESMC is not set
|
# CONFIG_SENSORS_APPLESMC is not set
|
||||||
|
|
||||||
@ -1355,15 +1370,20 @@ CONFIG_IR_RC5_DECODER=m
|
|||||||
CONFIG_IR_RC6_DECODER=m
|
CONFIG_IR_RC6_DECODER=m
|
||||||
CONFIG_IR_JVC_DECODER=m
|
CONFIG_IR_JVC_DECODER=m
|
||||||
CONFIG_IR_SONY_DECODER=m
|
CONFIG_IR_SONY_DECODER=m
|
||||||
|
CONFIG_IR_RC5_SZ_DECODER=m
|
||||||
# CONFIG_IR_LIRC_CODEC is not set
|
# CONFIG_IR_LIRC_CODEC is not set
|
||||||
CONFIG_IR_IMON=m
|
|
||||||
CONFIG_IR_NUVOTON=m
|
|
||||||
CONFIG_IR_MCEUSB=m
|
|
||||||
CONFIG_IR_ENE=m
|
CONFIG_IR_ENE=m
|
||||||
|
CONFIG_IR_IMON=m
|
||||||
|
CONFIG_IR_MCEUSB=m
|
||||||
|
CONFIG_IR_NUVOTON=m
|
||||||
CONFIG_IR_STREAMZAP=m
|
CONFIG_IR_STREAMZAP=m
|
||||||
CONFIG_MEDIA_ATTACH=y
|
CONFIG_MEDIA_ATTACH=y
|
||||||
CONFIG_MEDIA_TUNER=m
|
CONFIG_MEDIA_TUNER=m
|
||||||
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Customize TV tuners
|
||||||
|
#
|
||||||
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
||||||
@ -1382,6 +1402,7 @@ CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
|||||||
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
||||||
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
||||||
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
||||||
|
# CONFIG_MEDIA_TUNER_TDA18218 is not set
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
CONFIG_DVB_CAPTURE_DRIVERS=y
|
CONFIG_DVB_CAPTURE_DRIVERS=y
|
||||||
@ -1424,6 +1445,7 @@ CONFIG_DVB_USB_ANYSEE=m
|
|||||||
# CONFIG_DVB_USB_FRIIO is not set
|
# CONFIG_DVB_USB_FRIIO is not set
|
||||||
# CONFIG_DVB_USB_EC168 is not set
|
# CONFIG_DVB_USB_EC168 is not set
|
||||||
# CONFIG_DVB_USB_AZ6027 is not set
|
# CONFIG_DVB_USB_AZ6027 is not set
|
||||||
|
# CONFIG_DVB_USB_LME2510 is not set
|
||||||
# CONFIG_DVB_TTUSB_BUDGET is not set
|
# CONFIG_DVB_TTUSB_BUDGET is not set
|
||||||
# CONFIG_DVB_TTUSB_DEC is not set
|
# CONFIG_DVB_TTUSB_DEC is not set
|
||||||
# CONFIG_SMS_SIANO_MDTV is not set
|
# CONFIG_SMS_SIANO_MDTV is not set
|
||||||
@ -1514,6 +1536,7 @@ CONFIG_DVB_FE_CUSTOMISE=y
|
|||||||
# CONFIG_DVB_SP887X is not set
|
# CONFIG_DVB_SP887X is not set
|
||||||
# CONFIG_DVB_CX22700 is not set
|
# CONFIG_DVB_CX22700 is not set
|
||||||
# CONFIG_DVB_CX22702 is not set
|
# CONFIG_DVB_CX22702 is not set
|
||||||
|
# CONFIG_DVB_S5H1432 is not set
|
||||||
# CONFIG_DVB_DRX397XD is not set
|
# CONFIG_DVB_DRX397XD is not set
|
||||||
# CONFIG_DVB_L64781 is not set
|
# CONFIG_DVB_L64781 is not set
|
||||||
# CONFIG_DVB_TDA1004X is not set
|
# CONFIG_DVB_TDA1004X is not set
|
||||||
@ -1544,7 +1567,6 @@ CONFIG_DVB_TDA10023=m
|
|||||||
# CONFIG_DVB_OR51132 is not set
|
# CONFIG_DVB_OR51132 is not set
|
||||||
# CONFIG_DVB_BCM3510 is not set
|
# CONFIG_DVB_BCM3510 is not set
|
||||||
# CONFIG_DVB_LGDT330X is not set
|
# CONFIG_DVB_LGDT330X is not set
|
||||||
# CONFIG_DVB_LGDT3304 is not set
|
|
||||||
# CONFIG_DVB_LGDT3305 is not set
|
# CONFIG_DVB_LGDT3305 is not set
|
||||||
# CONFIG_DVB_S5H1409 is not set
|
# CONFIG_DVB_S5H1409 is not set
|
||||||
# CONFIG_DVB_S5H1411 is not set
|
# CONFIG_DVB_S5H1411 is not set
|
||||||
@ -1573,6 +1595,7 @@ CONFIG_DVB_PLL=m
|
|||||||
# CONFIG_DVB_LGS8GXX is not set
|
# CONFIG_DVB_LGS8GXX is not set
|
||||||
# CONFIG_DVB_ATBM8830 is not set
|
# CONFIG_DVB_ATBM8830 is not set
|
||||||
# CONFIG_DVB_TDA665x is not set
|
# CONFIG_DVB_TDA665x is not set
|
||||||
|
# CONFIG_DVB_IX2505V is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools to develop new frontends
|
# Tools to develop new frontends
|
||||||
@ -1601,14 +1624,13 @@ CONFIG_DRM_KMS_HELPER=y
|
|||||||
# CONFIG_DRM_TDFX is not set
|
# CONFIG_DRM_TDFX is not set
|
||||||
# CONFIG_DRM_R128 is not set
|
# CONFIG_DRM_R128 is not set
|
||||||
# CONFIG_DRM_RADEON is not set
|
# CONFIG_DRM_RADEON is not set
|
||||||
# CONFIG_DRM_I810 is not set
|
|
||||||
# CONFIG_DRM_I830 is not set
|
|
||||||
CONFIG_DRM_I915=y
|
CONFIG_DRM_I915=y
|
||||||
CONFIG_DRM_I915_KMS=y
|
CONFIG_DRM_I915_KMS=y
|
||||||
# CONFIG_DRM_MGA is not set
|
# CONFIG_DRM_MGA is not set
|
||||||
# CONFIG_DRM_SIS is not set
|
# CONFIG_DRM_SIS is not set
|
||||||
# CONFIG_DRM_VIA is not set
|
# CONFIG_DRM_VIA is not set
|
||||||
# CONFIG_DRM_SAVAGE is not set
|
# CONFIG_DRM_SAVAGE is not set
|
||||||
|
# CONFIG_STUB_POULSBO is not set
|
||||||
# CONFIG_VGASTATE is not set
|
# CONFIG_VGASTATE is not set
|
||||||
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
@ -1764,10 +1786,7 @@ CONFIG_SND_HDA_CODEC_REALTEK=y
|
|||||||
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
||||||
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
||||||
# CONFIG_SND_HDA_CODEC_VIA is not set
|
# CONFIG_SND_HDA_CODEC_VIA is not set
|
||||||
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
|
CONFIG_SND_HDA_CODEC_HDMI=y
|
||||||
# CONFIG_SND_HDA_CODEC_NVHDMI is not set
|
|
||||||
CONFIG_SND_HDA_CODEC_INTELHDMI=y
|
|
||||||
CONFIG_SND_HDA_ELD=y
|
|
||||||
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
||||||
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
||||||
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
||||||
@ -1839,6 +1858,8 @@ CONFIG_HID_AUREAL=y
|
|||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_EZKEY is not set
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
|
# CONFIG_HID_UCLOGIC is not set
|
||||||
|
# CONFIG_HID_WALTOP is not set
|
||||||
# CONFIG_HID_GYRATION is not set
|
# CONFIG_HID_GYRATION is not set
|
||||||
CONFIG_HID_TWINHAN=y
|
CONFIG_HID_TWINHAN=y
|
||||||
# CONFIG_HID_KENSINGTON is not set
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
@ -1846,6 +1867,7 @@ CONFIG_HID_LOGITECH=y
|
|||||||
CONFIG_LOGITECH_FF=y
|
CONFIG_LOGITECH_FF=y
|
||||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||||
CONFIG_LOGIG940_FF=y
|
CONFIG_LOGIG940_FF=y
|
||||||
|
# CONFIG_LOGIWII_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
# CONFIG_HID_MAGICMOUSE is not set
|
||||||
CONFIG_HID_MICROSOFT=y
|
CONFIG_HID_MICROSOFT=y
|
||||||
# CONFIG_HID_MOSART is not set
|
# CONFIG_HID_MOSART is not set
|
||||||
@ -1858,6 +1880,7 @@ CONFIG_HID_MICROSOFT=y
|
|||||||
# CONFIG_HID_QUANTA is not set
|
# CONFIG_HID_QUANTA is not set
|
||||||
# CONFIG_HID_ROCCAT is not set
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_ROCCAT_KONE is not set
|
# CONFIG_HID_ROCCAT_KONE is not set
|
||||||
|
# CONFIG_HID_ROCCAT_PYRA is not set
|
||||||
# CONFIG_HID_SAMSUNG is not set
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
CONFIG_HID_SONY=y
|
CONFIG_HID_SONY=y
|
||||||
# CONFIG_HID_STANTUM is not set
|
# CONFIG_HID_STANTUM is not set
|
||||||
@ -1938,6 +1961,7 @@ CONFIG_USB_STORAGE=y
|
|||||||
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
||||||
# CONFIG_USB_STORAGE_KARMA is not set
|
# CONFIG_USB_STORAGE_KARMA is not set
|
||||||
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
||||||
|
# CONFIG_USB_UAS is not set
|
||||||
# CONFIG_USB_LIBUSUAL is not set
|
# CONFIG_USB_LIBUSUAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1987,6 +2011,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SAMBA is not set
|
||||||
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
||||||
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
# CONFIG_USB_SERIAL_SYMBOL is not set
|
# CONFIG_USB_SERIAL_SYMBOL is not set
|
||||||
@ -2023,6 +2048,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_ISIGHTFW is not set
|
# CONFIG_USB_ISIGHTFW is not set
|
||||||
|
# CONFIG_USB_YUREX is not set
|
||||||
# CONFIG_USB_GADGET is not set
|
# CONFIG_USB_GADGET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2033,31 +2059,15 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
# CONFIG_MEMSTICK is not set
|
# CONFIG_MEMSTICK is not set
|
||||||
CONFIG_NEW_LEDS=y
|
CONFIG_NEW_LEDS=y
|
||||||
CONFIG_LEDS_CLASS=m
|
# CONFIG_LEDS_CLASS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# LED drivers
|
# LED drivers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_ALIX2 is not set
|
|
||||||
# CONFIG_LEDS_PCA9532 is not set
|
|
||||||
# CONFIG_LEDS_LP3944 is not set
|
|
||||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
|
||||||
# CONFIG_LEDS_PCA955X is not set
|
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
|
||||||
# CONFIG_LEDS_INTEL_SS4200 is not set
|
|
||||||
CONFIG_LEDS_TRIGGERS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# LED Triggers
|
# LED Triggers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_TRIGGER_TIMER is not set
|
|
||||||
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
|
|
||||||
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
|
||||||
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# iptables trigger is under Netfilter config (LED target)
|
|
||||||
#
|
|
||||||
# CONFIG_ACCESSIBILITY is not set
|
# CONFIG_ACCESSIBILITY is not set
|
||||||
# CONFIG_INFINIBAND is not set
|
# CONFIG_INFINIBAND is not set
|
||||||
# CONFIG_EDAC is not set
|
# CONFIG_EDAC is not set
|
||||||
@ -2128,19 +2138,19 @@ CONFIG_STAGING=y
|
|||||||
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
||||||
# CONFIG_ET131X is not set
|
# CONFIG_ET131X is not set
|
||||||
# CONFIG_SLICOSS is not set
|
# CONFIG_SLICOSS is not set
|
||||||
# CONFIG_USB_IP_COMMON is not set
|
|
||||||
# CONFIG_W35UND is not set
|
# CONFIG_W35UND is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_ECHO is not set
|
# CONFIG_ECHO is not set
|
||||||
# CONFIG_OTUS is not set
|
# CONFIG_BRCM80211 is not set
|
||||||
# CONFIG_RT2860 is not set
|
# CONFIG_RT2860 is not set
|
||||||
# CONFIG_RT2870 is not set
|
# CONFIG_RT2870 is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_ASUS_OLED is not set
|
# CONFIG_ASUS_OLED is not set
|
||||||
CONFIG_R8187SE=m
|
CONFIG_R8187SE=m
|
||||||
CONFIG_RTL8192SU=m
|
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
CONFIG_RTL8192E=m
|
CONFIG_RTL8192E=m
|
||||||
|
CONFIG_R8712U=m
|
||||||
|
CONFIG_R8712_AP=y
|
||||||
# CONFIG_TRANZPORT is not set
|
# CONFIG_TRANZPORT is not set
|
||||||
# CONFIG_POHMELFS is not set
|
# CONFIG_POHMELFS is not set
|
||||||
# CONFIG_IDE_PHISON is not set
|
# CONFIG_IDE_PHISON is not set
|
||||||
@ -2170,11 +2180,19 @@ CONFIG_RTL8192E=m
|
|||||||
#
|
#
|
||||||
# Texas Instruments shared transport line discipline
|
# Texas Instruments shared transport line discipline
|
||||||
#
|
#
|
||||||
# CONFIG_TI_ST is not set
|
|
||||||
# CONFIG_ST_BT is not set
|
# CONFIG_ST_BT is not set
|
||||||
# CONFIG_FB_XGI is not set
|
# CONFIG_FB_XGI is not set
|
||||||
# CONFIG_LIRC_STAGING is not set
|
# CONFIG_LIRC_STAGING is not set
|
||||||
# CONFIG_ACPI_QUICKSTART is not set
|
# CONFIG_ACPI_QUICKSTART is not set
|
||||||
|
CONFIG_MACH_NO_WESTBRIDGE=y
|
||||||
|
# CONFIG_USB_ENESTORAGE is not set
|
||||||
|
# CONFIG_BCM_WIMAX is not set
|
||||||
|
# CONFIG_FT1000 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Speakup console speech
|
||||||
|
#
|
||||||
|
# CONFIG_SPEAKUP is not set
|
||||||
# CONFIG_X86_PLATFORM_DEVICES is not set
|
# CONFIG_X86_PLATFORM_DEVICES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2209,8 +2227,9 @@ CONFIG_FILE_LOCKING=y
|
|||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
CONFIG_INOTIFY_USER=y
|
CONFIG_INOTIFY_USER=y
|
||||||
|
# CONFIG_FANOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_QUOTACTL is not set
|
||||||
CONFIG_AUTOFS4_FS=y
|
CONFIG_AUTOFS4_FS=y
|
||||||
CONFIG_FUSE_FS=m
|
CONFIG_FUSE_FS=m
|
||||||
# CONFIG_CUSE is not set
|
# CONFIG_CUSE is not set
|
||||||
@ -2226,8 +2245,6 @@ CONFIG_FUSE_FS=m
|
|||||||
CONFIG_ISO9660_FS=y
|
CONFIG_ISO9660_FS=y
|
||||||
CONFIG_JOLIET=y
|
CONFIG_JOLIET=y
|
||||||
CONFIG_ZISOFS=y
|
CONFIG_ZISOFS=y
|
||||||
CONFIG_UDF_FS=y
|
|
||||||
CONFIG_UDF_NLS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOS/FAT/NT Filesystems
|
# DOS/FAT/NT Filesystems
|
||||||
@ -2253,7 +2270,6 @@ CONFIG_TMPFS=y
|
|||||||
# CONFIG_HUGETLB_PAGE is not set
|
# CONFIG_HUGETLB_PAGE is not set
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
CONFIG_MISC_FILESYSTEMS=y
|
CONFIG_MISC_FILESYSTEMS=y
|
||||||
# CONFIG_ADFS_FS is not set
|
|
||||||
# CONFIG_AFFS_FS is not set
|
# CONFIG_AFFS_FS is not set
|
||||||
# CONFIG_ECRYPT_FS is not set
|
# CONFIG_ECRYPT_FS is not set
|
||||||
# CONFIG_HFS_FS is not set
|
# CONFIG_HFS_FS is not set
|
||||||
@ -2271,11 +2287,9 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
|||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_OMFS_FS is not set
|
# CONFIG_OMFS_FS is not set
|
||||||
# CONFIG_HPFS_FS is not set
|
|
||||||
# CONFIG_QNX4FS_FS is not set
|
# CONFIG_QNX4FS_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_SYSV_FS is not set
|
# CONFIG_SYSV_FS is not set
|
||||||
# CONFIG_UFS_FS is not set
|
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
@ -2284,6 +2298,7 @@ CONFIG_NFS_V4=y
|
|||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||||
|
# CONFIG_NFS_USE_NEW_IDMAPPER is not set
|
||||||
# CONFIG_NFSD is not set
|
# CONFIG_NFSD is not set
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
@ -2291,8 +2306,6 @@ CONFIG_NFS_COMMON=y
|
|||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_GSS=y
|
CONFIG_SUNRPC_GSS=y
|
||||||
CONFIG_RPCSEC_GSS_KRB5=y
|
CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
|
||||||
# CONFIG_SMB_FS is not set
|
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
CONFIG_CIFS=y
|
||||||
CONFIG_CIFS_STATS=y
|
CONFIG_CIFS_STATS=y
|
||||||
@ -2386,6 +2399,8 @@ CONFIG_FRAME_WARN=1024
|
|||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
||||||
|
# CONFIG_BKL is not set
|
||||||
|
# CONFIG_SPARSE_RCU_POINTER is not set
|
||||||
# CONFIG_DEBUG_MEMORY_INIT is not set
|
# CONFIG_DEBUG_MEMORY_INIT is not set
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
||||||
# CONFIG_FRAME_POINTER is not set
|
# CONFIG_FRAME_POINTER is not set
|
||||||
@ -2399,6 +2414,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
|
|||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
||||||
|
CONFIG_HAVE_C_RECORDMCOUNT=y
|
||||||
CONFIG_TRACING_SUPPORT=y
|
CONFIG_TRACING_SUPPORT=y
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
@ -2411,7 +2427,6 @@ CONFIG_HAVE_ARCH_KMEMCHECK=y
|
|||||||
CONFIG_STRICT_DEVMEM=y
|
CONFIG_STRICT_DEVMEM=y
|
||||||
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
# CONFIG_X86_VERBOSE_BOOTUP is not set
|
||||||
# CONFIG_EARLY_PRINTK is not set
|
# CONFIG_EARLY_PRINTK is not set
|
||||||
# CONFIG_4KSTACKS is not set
|
|
||||||
CONFIG_DOUBLEFAULT=y
|
CONFIG_DOUBLEFAULT=y
|
||||||
# CONFIG_IOMMU_STRESS is not set
|
# CONFIG_IOMMU_STRESS is not set
|
||||||
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
|
CONFIG_HAVE_MMIOTRACE_SUPPORT=y
|
||||||
@ -2431,6 +2446,7 @@ CONFIG_OPTIMIZE_INLINING=y
|
|||||||
#
|
#
|
||||||
CONFIG_KEYS=y
|
CONFIG_KEYS=y
|
||||||
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
||||||
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_INTEL_TXT is not set
|
# CONFIG_INTEL_TXT is not set
|
||||||
@ -2482,7 +2498,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
#
|
#
|
||||||
# Automatically generated make config: don't edit
|
# Automatically generated make config: don't edit
|
||||||
# Linux kernel version: 2.6.36.1
|
# Linux/x86_64 2.6.37-rc5 Kernel Configuration
|
||||||
#
|
#
|
||||||
CONFIG_64BIT=y
|
CONFIG_64BIT=y
|
||||||
# CONFIG_X86_32 is not set
|
# CONFIG_X86_32 is not set
|
||||||
@ -43,12 +43,7 @@ CONFIG_ARCH_POPULATES_NODE_MAP=y
|
|||||||
CONFIG_AUDIT_ARCH=y
|
CONFIG_AUDIT_ARCH=y
|
||||||
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
|
||||||
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
CONFIG_ARCH_SUPPORTS_DEBUG_PAGEALLOC=y
|
||||||
CONFIG_HAVE_EARLY_RES=y
|
|
||||||
CONFIG_HAVE_INTEL_TXT=y
|
CONFIG_HAVE_INTEL_TXT=y
|
||||||
CONFIG_GENERIC_HARDIRQS=y
|
|
||||||
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
|
||||||
CONFIG_GENERIC_IRQ_PROBE=y
|
|
||||||
CONFIG_GENERIC_PENDING_IRQ=y
|
|
||||||
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
CONFIG_USE_GENERIC_SMP_HELPERS=y
|
||||||
CONFIG_X86_64_SMP=y
|
CONFIG_X86_64_SMP=y
|
||||||
CONFIG_X86_HT=y
|
CONFIG_X86_HT=y
|
||||||
@ -58,12 +53,13 @@ CONFIG_ARCH_HWEIGHT_CFLAGS="-fcall-saved-rdi -fcall-saved-rsi -fcall-saved-rdx -
|
|||||||
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
CONFIG_ARCH_CPU_PROBE_RELEASE=y
|
||||||
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
|
||||||
CONFIG_CONSTRUCTORS=y
|
CONFIG_CONSTRUCTORS=y
|
||||||
|
CONFIG_HAVE_IRQ_WORK=y
|
||||||
|
CONFIG_IRQ_WORK=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# General setup
|
# General setup
|
||||||
#
|
#
|
||||||
CONFIG_EXPERIMENTAL=y
|
CONFIG_EXPERIMENTAL=y
|
||||||
CONFIG_LOCK_KERNEL=y
|
|
||||||
CONFIG_INIT_ENV_ARG_LIMIT=32
|
CONFIG_INIT_ENV_ARG_LIMIT=32
|
||||||
CONFIG_CROSS_COMPILE=""
|
CONFIG_CROSS_COMPILE=""
|
||||||
CONFIG_LOCALVERSION=""
|
CONFIG_LOCALVERSION=""
|
||||||
@ -85,12 +81,27 @@ CONFIG_BSD_PROCESS_ACCT=y
|
|||||||
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
# CONFIG_BSD_PROCESS_ACCT_V3 is not set
|
||||||
# CONFIG_TASKSTATS is not set
|
# CONFIG_TASKSTATS is not set
|
||||||
# CONFIG_AUDIT is not set
|
# CONFIG_AUDIT is not set
|
||||||
|
CONFIG_HAVE_GENERIC_HARDIRQS=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# IRQ subsystem
|
||||||
|
#
|
||||||
|
CONFIG_GENERIC_HARDIRQS=y
|
||||||
|
CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y
|
||||||
|
# CONFIG_GENERIC_HARDIRQS_NO_DEPRECATED is not set
|
||||||
|
CONFIG_HAVE_SPARSE_IRQ=y
|
||||||
|
CONFIG_GENERIC_IRQ_PROBE=y
|
||||||
|
CONFIG_GENERIC_PENDING_IRQ=y
|
||||||
|
# CONFIG_AUTO_IRQ_AFFINITY is not set
|
||||||
|
# CONFIG_IRQ_PER_CPU is not set
|
||||||
|
# CONFIG_HARDIRQS_SW_RESEND is not set
|
||||||
|
# CONFIG_SPARSE_IRQ is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# RCU Subsystem
|
# RCU Subsystem
|
||||||
#
|
#
|
||||||
CONFIG_TREE_RCU=y
|
CONFIG_TREE_PREEMPT_RCU=y
|
||||||
# CONFIG_TREE_PREEMPT_RCU is not set
|
CONFIG_PREEMPT_RCU=y
|
||||||
# CONFIG_RCU_TRACE is not set
|
# CONFIG_RCU_TRACE is not set
|
||||||
CONFIG_RCU_FANOUT=32
|
CONFIG_RCU_FANOUT=32
|
||||||
# CONFIG_RCU_FANOUT_EXACT is not set
|
# CONFIG_RCU_FANOUT_EXACT is not set
|
||||||
@ -111,9 +122,9 @@ CONFIG_RESOURCE_COUNTERS=y
|
|||||||
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
# CONFIG_CGROUP_MEM_RES_CTLR is not set
|
||||||
# CONFIG_CGROUP_SCHED is not set
|
# CONFIG_CGROUP_SCHED is not set
|
||||||
# CONFIG_BLK_CGROUP is not set
|
# CONFIG_BLK_CGROUP is not set
|
||||||
# CONFIG_SYSFS_DEPRECATED_V2 is not set
|
|
||||||
# CONFIG_RELAY is not set
|
|
||||||
# CONFIG_NAMESPACES is not set
|
# CONFIG_NAMESPACES is not set
|
||||||
|
# CONFIG_SYSFS_DEPRECATED is not set
|
||||||
|
# CONFIG_RELAY is not set
|
||||||
CONFIG_BLK_DEV_INITRD=y
|
CONFIG_BLK_DEV_INITRD=y
|
||||||
CONFIG_INITRAMFS_SOURCE=" "
|
CONFIG_INITRAMFS_SOURCE=" "
|
||||||
CONFIG_INITRAMFS_ROOT_UID=0
|
CONFIG_INITRAMFS_ROOT_UID=0
|
||||||
@ -158,6 +169,7 @@ CONFIG_SLAB=y
|
|||||||
# CONFIG_PROFILING is not set
|
# CONFIG_PROFILING is not set
|
||||||
CONFIG_HAVE_OPROFILE=y
|
CONFIG_HAVE_OPROFILE=y
|
||||||
# CONFIG_KPROBES is not set
|
# CONFIG_KPROBES is not set
|
||||||
|
# CONFIG_JUMP_LABEL is not set
|
||||||
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS=y
|
||||||
CONFIG_HAVE_IOREMAP_PROT=y
|
CONFIG_HAVE_IOREMAP_PROT=y
|
||||||
CONFIG_HAVE_KPROBES=y
|
CONFIG_HAVE_KPROBES=y
|
||||||
@ -171,6 +183,7 @@ CONFIG_HAVE_HW_BREAKPOINT=y
|
|||||||
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
CONFIG_HAVE_MIXED_BREAKPOINTS_REGS=y
|
||||||
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
CONFIG_HAVE_USER_RETURN_NOTIFIER=y
|
||||||
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
CONFIG_HAVE_PERF_EVENTS_NMI=y
|
||||||
|
CONFIG_HAVE_ARCH_JUMP_LABEL=y
|
||||||
|
|
||||||
#
|
#
|
||||||
# GCOV-based kernel profiling
|
# GCOV-based kernel profiling
|
||||||
@ -238,7 +251,6 @@ CONFIG_TICK_ONESHOT=y
|
|||||||
CONFIG_HIGH_RES_TIMERS=y
|
CONFIG_HIGH_RES_TIMERS=y
|
||||||
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
|
||||||
CONFIG_SMP=y
|
CONFIG_SMP=y
|
||||||
# CONFIG_SPARSE_IRQ is not set
|
|
||||||
CONFIG_X86_MPPARSE=y
|
CONFIG_X86_MPPARSE=y
|
||||||
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
# CONFIG_X86_EXTENDED_PLATFORM is not set
|
||||||
CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
CONFIG_SCHED_OMIT_FRAME_POINTER=y
|
||||||
@ -279,6 +291,7 @@ CONFIG_IOMMU_API=y
|
|||||||
CONFIG_NR_CPUS=8
|
CONFIG_NR_CPUS=8
|
||||||
CONFIG_SCHED_SMT=y
|
CONFIG_SCHED_SMT=y
|
||||||
CONFIG_SCHED_MC=y
|
CONFIG_SCHED_MC=y
|
||||||
|
# CONFIG_IRQ_TIME_ACCOUNTING is not set
|
||||||
# CONFIG_PREEMPT_NONE is not set
|
# CONFIG_PREEMPT_NONE is not set
|
||||||
# CONFIG_PREEMPT_VOLUNTARY is not set
|
# CONFIG_PREEMPT_VOLUNTARY is not set
|
||||||
CONFIG_PREEMPT=y
|
CONFIG_PREEMPT=y
|
||||||
@ -291,6 +304,7 @@ CONFIG_X86_IO_APIC=y
|
|||||||
CONFIG_X86_MSR=y
|
CONFIG_X86_MSR=y
|
||||||
CONFIG_X86_CPUID=y
|
CONFIG_X86_CPUID=y
|
||||||
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
CONFIG_ARCH_PHYS_ADDR_T_64BIT=y
|
||||||
|
CONFIG_ARCH_DMA_ADDR_T_64BIT=y
|
||||||
CONFIG_DIRECT_GBPAGES=y
|
CONFIG_DIRECT_GBPAGES=y
|
||||||
# CONFIG_NUMA is not set
|
# CONFIG_NUMA is not set
|
||||||
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
CONFIG_ARCH_PROC_KCORE_TEXT=y
|
||||||
@ -306,6 +320,7 @@ CONFIG_SPARSEMEM_EXTREME=y
|
|||||||
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
|
||||||
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
|
CONFIG_SPARSEMEM_ALLOC_MEM_MAP_TOGETHER=y
|
||||||
CONFIG_SPARSEMEM_VMEMMAP=y
|
CONFIG_SPARSEMEM_VMEMMAP=y
|
||||||
|
CONFIG_HAVE_MEMBLOCK=y
|
||||||
# CONFIG_MEMORY_HOTPLUG is not set
|
# CONFIG_MEMORY_HOTPLUG is not set
|
||||||
CONFIG_PAGEFLAGS_EXTENDED=y
|
CONFIG_PAGEFLAGS_EXTENDED=y
|
||||||
CONFIG_SPLIT_PTLOCK_CPUS=4
|
CONFIG_SPLIT_PTLOCK_CPUS=4
|
||||||
@ -316,7 +331,7 @@ CONFIG_VIRT_TO_BUS=y
|
|||||||
# CONFIG_KSM is not set
|
# CONFIG_KSM is not set
|
||||||
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
CONFIG_DEFAULT_MMAP_MIN_ADDR=4096
|
||||||
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
# CONFIG_X86_CHECK_BIOS_CORRUPTION is not set
|
||||||
# CONFIG_X86_RESERVE_LOW_64K is not set
|
CONFIG_X86_RESERVE_LOW=64
|
||||||
CONFIG_MTRR=y
|
CONFIG_MTRR=y
|
||||||
CONFIG_MTRR_SANITIZER=y
|
CONFIG_MTRR_SANITIZER=y
|
||||||
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
|
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
|
||||||
@ -361,7 +376,6 @@ CONFIG_ACPI_SLEEP=y
|
|||||||
# CONFIG_ACPI_PROCFS is not set
|
# CONFIG_ACPI_PROCFS is not set
|
||||||
# CONFIG_ACPI_PROCFS_POWER is not set
|
# CONFIG_ACPI_PROCFS_POWER is not set
|
||||||
# CONFIG_ACPI_POWER_METER is not set
|
# CONFIG_ACPI_POWER_METER is not set
|
||||||
CONFIG_ACPI_SYSFS_POWER=y
|
|
||||||
# CONFIG_ACPI_EC_DEBUGFS is not set
|
# CONFIG_ACPI_EC_DEBUGFS is not set
|
||||||
# CONFIG_ACPI_PROC_EVENT is not set
|
# CONFIG_ACPI_PROC_EVENT is not set
|
||||||
CONFIG_ACPI_AC=y
|
CONFIG_ACPI_AC=y
|
||||||
@ -463,6 +477,7 @@ CONFIG_BINFMT_ELF=y
|
|||||||
CONFIG_BINFMT_MISC=y
|
CONFIG_BINFMT_MISC=y
|
||||||
# CONFIG_IA32_EMULATION is not set
|
# CONFIG_IA32_EMULATION is not set
|
||||||
# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set
|
# CONFIG_COMPAT_FOR_U64_ALIGNMENT is not set
|
||||||
|
CONFIG_HAVE_TEXT_POKE_SMP=y
|
||||||
CONFIG_NET=y
|
CONFIG_NET=y
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -482,7 +497,7 @@ CONFIG_IP_MULTICAST=y
|
|||||||
CONFIG_IP_FIB_HASH=y
|
CONFIG_IP_FIB_HASH=y
|
||||||
# CONFIG_IP_PNP is not set
|
# CONFIG_IP_PNP is not set
|
||||||
# CONFIG_NET_IPIP is not set
|
# CONFIG_NET_IPIP is not set
|
||||||
# CONFIG_NET_IPGRE is not set
|
# CONFIG_NET_IPGRE_DEMUX is not set
|
||||||
# CONFIG_IP_MROUTE is not set
|
# CONFIG_IP_MROUTE is not set
|
||||||
# CONFIG_ARPD is not set
|
# CONFIG_ARPD is not set
|
||||||
# CONFIG_SYN_COOKIES is not set
|
# CONFIG_SYN_COOKIES is not set
|
||||||
@ -535,9 +550,6 @@ CONFIG_IPV6_NDISC_NODETYPE=y
|
|||||||
# CONFIG_VLAN_8021Q is not set
|
# CONFIG_VLAN_8021Q is not set
|
||||||
# CONFIG_DECNET is not set
|
# CONFIG_DECNET is not set
|
||||||
# CONFIG_LLC2 is not set
|
# CONFIG_LLC2 is not set
|
||||||
# CONFIG_IPX is not set
|
|
||||||
# CONFIG_ATALK is not set
|
|
||||||
# CONFIG_X25 is not set
|
|
||||||
# CONFIG_LAPB is not set
|
# CONFIG_LAPB is not set
|
||||||
# CONFIG_ECONET is not set
|
# CONFIG_ECONET is not set
|
||||||
# CONFIG_WAN_ROUTER is not set
|
# CONFIG_WAN_ROUTER is not set
|
||||||
@ -598,14 +610,13 @@ CONFIG_MAC80211_RC_MINSTREL_HT=y
|
|||||||
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
|
CONFIG_MAC80211_RC_DEFAULT_MINSTREL=y
|
||||||
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
|
CONFIG_MAC80211_RC_DEFAULT="minstrel_ht"
|
||||||
# CONFIG_MAC80211_MESH is not set
|
# CONFIG_MAC80211_MESH is not set
|
||||||
CONFIG_MAC80211_LEDS=y
|
|
||||||
# CONFIG_MAC80211_DEBUG_MENU is not set
|
# CONFIG_MAC80211_DEBUG_MENU is not set
|
||||||
# CONFIG_WIMAX is not set
|
# CONFIG_WIMAX is not set
|
||||||
CONFIG_RFKILL=y
|
CONFIG_RFKILL=y
|
||||||
CONFIG_RFKILL_LEDS=y
|
|
||||||
CONFIG_RFKILL_INPUT=y
|
CONFIG_RFKILL_INPUT=y
|
||||||
# CONFIG_NET_9P is not set
|
# CONFIG_NET_9P is not set
|
||||||
# CONFIG_CAIF is not set
|
# CONFIG_CAIF is not set
|
||||||
|
# CONFIG_CEPH_LIB is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Device Drivers
|
# Device Drivers
|
||||||
@ -656,6 +667,7 @@ CONFIG_BLK_DEV_RAM_SIZE=16384
|
|||||||
# CONFIG_CDROM_PKTCDVD is not set
|
# CONFIG_CDROM_PKTCDVD is not set
|
||||||
# CONFIG_ATA_OVER_ETH is not set
|
# CONFIG_ATA_OVER_ETH is not set
|
||||||
# CONFIG_BLK_DEV_HD is not set
|
# CONFIG_BLK_DEV_HD is not set
|
||||||
|
# CONFIG_BLK_DEV_RBD is not set
|
||||||
# CONFIG_MISC_DEVICES is not set
|
# CONFIG_MISC_DEVICES is not set
|
||||||
CONFIG_EEPROM_93CX6=m
|
CONFIG_EEPROM_93CX6=m
|
||||||
CONFIG_HAVE_IDE=y
|
CONFIG_HAVE_IDE=y
|
||||||
@ -799,20 +811,11 @@ CONFIG_ATA_GENERIC=y
|
|||||||
#
|
#
|
||||||
# IEEE 1394 (FireWire) support
|
# IEEE 1394 (FireWire) support
|
||||||
#
|
#
|
||||||
|
|
||||||
#
|
|
||||||
# You can enable one or both FireWire driver stacks.
|
|
||||||
#
|
|
||||||
|
|
||||||
#
|
|
||||||
# The newer stack is recommended.
|
|
||||||
#
|
|
||||||
CONFIG_FIREWIRE=m
|
CONFIG_FIREWIRE=m
|
||||||
CONFIG_FIREWIRE_OHCI=m
|
CONFIG_FIREWIRE_OHCI=m
|
||||||
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
CONFIG_FIREWIRE_OHCI_DEBUG=y
|
||||||
CONFIG_FIREWIRE_SBP2=m
|
CONFIG_FIREWIRE_SBP2=m
|
||||||
# CONFIG_FIREWIRE_NET is not set
|
# CONFIG_FIREWIRE_NET is not set
|
||||||
# CONFIG_IEEE1394 is not set
|
|
||||||
# CONFIG_FIREWIRE_NOSY is not set
|
# CONFIG_FIREWIRE_NOSY is not set
|
||||||
# CONFIG_I2O is not set
|
# CONFIG_I2O is not set
|
||||||
# CONFIG_MACINTOSH_DRIVERS is not set
|
# CONFIG_MACINTOSH_DRIVERS is not set
|
||||||
@ -825,9 +828,9 @@ CONFIG_NETDEVICES=y
|
|||||||
# CONFIG_VETH is not set
|
# CONFIG_VETH is not set
|
||||||
# CONFIG_NET_SB1000 is not set
|
# CONFIG_NET_SB1000 is not set
|
||||||
# CONFIG_ARCNET is not set
|
# CONFIG_ARCNET is not set
|
||||||
|
CONFIG_MII=m
|
||||||
# CONFIG_PHYLIB is not set
|
# CONFIG_PHYLIB is not set
|
||||||
# CONFIG_NET_ETHERNET is not set
|
# CONFIG_NET_ETHERNET is not set
|
||||||
CONFIG_MII=m
|
|
||||||
CONFIG_NETDEV_1000=y
|
CONFIG_NETDEV_1000=y
|
||||||
# CONFIG_ACENIC is not set
|
# CONFIG_ACENIC is not set
|
||||||
# CONFIG_DL2K is not set
|
# CONFIG_DL2K is not set
|
||||||
@ -852,6 +855,8 @@ CONFIG_R8169=m
|
|||||||
# CONFIG_ATL1E is not set
|
# CONFIG_ATL1E is not set
|
||||||
# CONFIG_ATL1C is not set
|
# CONFIG_ATL1C is not set
|
||||||
# CONFIG_JME is not set
|
# CONFIG_JME is not set
|
||||||
|
# CONFIG_STMMAC_ETH is not set
|
||||||
|
# CONFIG_PCH_GBE is not set
|
||||||
# CONFIG_NETDEV_10000 is not set
|
# CONFIG_NETDEV_10000 is not set
|
||||||
# CONFIG_TR is not set
|
# CONFIG_TR is not set
|
||||||
CONFIG_WLAN=y
|
CONFIG_WLAN=y
|
||||||
@ -874,6 +879,10 @@ CONFIG_WLAN=y
|
|||||||
# CONFIG_IPW2100 is not set
|
# CONFIG_IPW2100 is not set
|
||||||
# CONFIG_IPW2200 is not set
|
# CONFIG_IPW2200 is not set
|
||||||
CONFIG_IWLWIFI=m
|
CONFIG_IWLWIFI=m
|
||||||
|
|
||||||
|
#
|
||||||
|
# Debugging Options
|
||||||
|
#
|
||||||
# CONFIG_IWLWIFI_DEBUG is not set
|
# CONFIG_IWLWIFI_DEBUG is not set
|
||||||
CONFIG_IWLAGN=m
|
CONFIG_IWLAGN=m
|
||||||
CONFIG_IWL4965=y
|
CONFIG_IWL4965=y
|
||||||
@ -883,6 +892,7 @@ CONFIG_IWL3945=m
|
|||||||
# CONFIG_HERMES is not set
|
# CONFIG_HERMES is not set
|
||||||
# CONFIG_P54_COMMON is not set
|
# CONFIG_P54_COMMON is not set
|
||||||
# CONFIG_RT2X00 is not set
|
# CONFIG_RT2X00 is not set
|
||||||
|
# CONFIG_WL1251 is not set
|
||||||
# CONFIG_WL12XX is not set
|
# CONFIG_WL12XX is not set
|
||||||
# CONFIG_ZD1211RW is not set
|
# CONFIG_ZD1211RW is not set
|
||||||
|
|
||||||
@ -945,7 +955,6 @@ CONFIG_KEYBOARD_ATKBD=y
|
|||||||
# CONFIG_KEYBOARD_QT2160 is not set
|
# CONFIG_KEYBOARD_QT2160 is not set
|
||||||
# CONFIG_KEYBOARD_LKKBD is not set
|
# CONFIG_KEYBOARD_LKKBD is not set
|
||||||
# CONFIG_KEYBOARD_TCA6416 is not set
|
# CONFIG_KEYBOARD_TCA6416 is not set
|
||||||
# CONFIG_KEYBOARD_LM8323 is not set
|
|
||||||
# CONFIG_KEYBOARD_MAX7359 is not set
|
# CONFIG_KEYBOARD_MAX7359 is not set
|
||||||
# CONFIG_KEYBOARD_MCS is not set
|
# CONFIG_KEYBOARD_MCS is not set
|
||||||
# CONFIG_KEYBOARD_NEWTON is not set
|
# CONFIG_KEYBOARD_NEWTON is not set
|
||||||
@ -991,15 +1000,16 @@ CONFIG_INPUT_JOYSTICK=y
|
|||||||
# CONFIG_JOYSTICK_JOYDUMP is not set
|
# CONFIG_JOYSTICK_JOYDUMP is not set
|
||||||
CONFIG_JOYSTICK_XPAD=m
|
CONFIG_JOYSTICK_XPAD=m
|
||||||
CONFIG_JOYSTICK_XPAD_FF=y
|
CONFIG_JOYSTICK_XPAD_FF=y
|
||||||
CONFIG_JOYSTICK_XPAD_LEDS=y
|
|
||||||
CONFIG_INPUT_TABLET=y
|
CONFIG_INPUT_TABLET=y
|
||||||
# CONFIG_TABLET_USB_ACECAD is not set
|
# CONFIG_TABLET_USB_ACECAD is not set
|
||||||
# CONFIG_TABLET_USB_AIPTEK is not set
|
# CONFIG_TABLET_USB_AIPTEK is not set
|
||||||
# CONFIG_TABLET_USB_GTCO is not set
|
# CONFIG_TABLET_USB_GTCO is not set
|
||||||
|
# CONFIG_TABLET_USB_HANWANG is not set
|
||||||
# CONFIG_TABLET_USB_KBTAB is not set
|
# CONFIG_TABLET_USB_KBTAB is not set
|
||||||
CONFIG_TABLET_USB_WACOM=m
|
CONFIG_TABLET_USB_WACOM=m
|
||||||
CONFIG_INPUT_TOUCHSCREEN=y
|
CONFIG_INPUT_TOUCHSCREEN=y
|
||||||
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
# CONFIG_TOUCHSCREEN_AD7879 is not set
|
||||||
|
# CONFIG_TOUCHSCREEN_BU21013 is not set
|
||||||
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
# CONFIG_TOUCHSCREEN_DYNAPRO is not set
|
||||||
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
# CONFIG_TOUCHSCREEN_HAMPSHIRE is not set
|
||||||
# CONFIG_TOUCHSCREEN_EETI is not set
|
# CONFIG_TOUCHSCREEN_EETI is not set
|
||||||
@ -1021,7 +1031,6 @@ CONFIG_TOUCHSCREEN_WACOM_W8001=m
|
|||||||
# CONFIG_TOUCHSCREEN_TPS6507X is not set
|
# CONFIG_TOUCHSCREEN_TPS6507X is not set
|
||||||
CONFIG_INPUT_MISC=y
|
CONFIG_INPUT_MISC=y
|
||||||
# CONFIG_INPUT_AD714X is not set
|
# CONFIG_INPUT_AD714X is not set
|
||||||
# CONFIG_INPUT_APANEL is not set
|
|
||||||
# CONFIG_INPUT_ATLAS_BTNS is not set
|
# CONFIG_INPUT_ATLAS_BTNS is not set
|
||||||
CONFIG_INPUT_ATI_REMOTE=m
|
CONFIG_INPUT_ATI_REMOTE=m
|
||||||
CONFIG_INPUT_ATI_REMOTE2=m
|
CONFIG_INPUT_ATI_REMOTE2=m
|
||||||
@ -1046,6 +1055,7 @@ CONFIG_SERIO_I8042=y
|
|||||||
CONFIG_SERIO_LIBPS2=y
|
CONFIG_SERIO_LIBPS2=y
|
||||||
# CONFIG_SERIO_RAW is not set
|
# CONFIG_SERIO_RAW is not set
|
||||||
# CONFIG_SERIO_ALTERA_PS2 is not set
|
# CONFIG_SERIO_ALTERA_PS2 is not set
|
||||||
|
# CONFIG_SERIO_PS2MULT is not set
|
||||||
# CONFIG_GAMEPORT is not set
|
# CONFIG_GAMEPORT is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1085,6 +1095,7 @@ CONFIG_SERIAL_CORE=y
|
|||||||
CONFIG_UNIX98_PTYS=y
|
CONFIG_UNIX98_PTYS=y
|
||||||
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
# CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set
|
||||||
# CONFIG_LEGACY_PTYS is not set
|
# CONFIG_LEGACY_PTYS is not set
|
||||||
|
# CONFIG_TTY_PRINTK is not set
|
||||||
# CONFIG_IPMI_HANDLER is not set
|
# CONFIG_IPMI_HANDLER is not set
|
||||||
# CONFIG_HW_RANDOM is not set
|
# CONFIG_HW_RANDOM is not set
|
||||||
CONFIG_NVRAM=y
|
CONFIG_NVRAM=y
|
||||||
@ -1105,6 +1116,8 @@ CONFIG_I2C_CHARDEV=m
|
|||||||
# CONFIG_I2C_MUX is not set
|
# CONFIG_I2C_MUX is not set
|
||||||
CONFIG_I2C_HELPER_AUTO=y
|
CONFIG_I2C_HELPER_AUTO=y
|
||||||
CONFIG_I2C_ALGOBIT=y
|
CONFIG_I2C_ALGOBIT=y
|
||||||
|
# CONFIG_I2C_ALGOPCF is not set
|
||||||
|
# CONFIG_I2C_ALGOPCA is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# I2C Hardware Bus support
|
# I2C Hardware Bus support
|
||||||
@ -1136,6 +1149,7 @@ CONFIG_I2C_I801=y
|
|||||||
#
|
#
|
||||||
# I2C system bus drivers (mostly embedded / system-on-chip)
|
# I2C system bus drivers (mostly embedded / system-on-chip)
|
||||||
#
|
#
|
||||||
|
# CONFIG_I2C_INTEL_MID is not set
|
||||||
# CONFIG_I2C_OCORES is not set
|
# CONFIG_I2C_OCORES is not set
|
||||||
# CONFIG_I2C_PCA_PLATFORM is not set
|
# CONFIG_I2C_PCA_PLATFORM is not set
|
||||||
# CONFIG_I2C_SIMTEC is not set
|
# CONFIG_I2C_SIMTEC is not set
|
||||||
@ -1168,8 +1182,8 @@ CONFIG_POWER_SUPPLY=y
|
|||||||
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
# CONFIG_POWER_SUPPLY_DEBUG is not set
|
||||||
# CONFIG_PDA_POWER is not set
|
# CONFIG_PDA_POWER is not set
|
||||||
# CONFIG_TEST_POWER is not set
|
# CONFIG_TEST_POWER is not set
|
||||||
# CONFIG_BATTERY_DS2760 is not set
|
|
||||||
# CONFIG_BATTERY_DS2782 is not set
|
# CONFIG_BATTERY_DS2782 is not set
|
||||||
|
# CONFIG_BATTERY_BQ20Z75 is not set
|
||||||
# CONFIG_BATTERY_BQ27x00 is not set
|
# CONFIG_BATTERY_BQ27x00 is not set
|
||||||
# CONFIG_BATTERY_MAX17040 is not set
|
# CONFIG_BATTERY_MAX17040 is not set
|
||||||
CONFIG_HWMON=y
|
CONFIG_HWMON=y
|
||||||
@ -1225,6 +1239,7 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_LM93 is not set
|
# CONFIG_SENSORS_LM93 is not set
|
||||||
# CONFIG_SENSORS_LTC4215 is not set
|
# CONFIG_SENSORS_LTC4215 is not set
|
||||||
# CONFIG_SENSORS_LTC4245 is not set
|
# CONFIG_SENSORS_LTC4245 is not set
|
||||||
|
# CONFIG_SENSORS_LTC4261 is not set
|
||||||
# CONFIG_SENSORS_LM95241 is not set
|
# CONFIG_SENSORS_LM95241 is not set
|
||||||
# CONFIG_SENSORS_MAX1619 is not set
|
# CONFIG_SENSORS_MAX1619 is not set
|
||||||
# CONFIG_SENSORS_MAX6650 is not set
|
# CONFIG_SENSORS_MAX6650 is not set
|
||||||
@ -1253,11 +1268,11 @@ CONFIG_SENSORS_PKGTEMP=m
|
|||||||
# CONFIG_SENSORS_W83791D is not set
|
# CONFIG_SENSORS_W83791D is not set
|
||||||
# CONFIG_SENSORS_W83792D is not set
|
# CONFIG_SENSORS_W83792D is not set
|
||||||
# CONFIG_SENSORS_W83793 is not set
|
# CONFIG_SENSORS_W83793 is not set
|
||||||
|
# CONFIG_SENSORS_W83795 is not set
|
||||||
# CONFIG_SENSORS_W83L785TS is not set
|
# CONFIG_SENSORS_W83L785TS is not set
|
||||||
# CONFIG_SENSORS_W83L786NG is not set
|
# CONFIG_SENSORS_W83L786NG is not set
|
||||||
# CONFIG_SENSORS_W83627HF is not set
|
# CONFIG_SENSORS_W83627HF is not set
|
||||||
# CONFIG_SENSORS_W83627EHF is not set
|
# CONFIG_SENSORS_W83627EHF is not set
|
||||||
# CONFIG_SENSORS_HDAPS is not set
|
|
||||||
# CONFIG_SENSORS_LIS3_I2C is not set
|
# CONFIG_SENSORS_LIS3_I2C is not set
|
||||||
# CONFIG_SENSORS_APPLESMC is not set
|
# CONFIG_SENSORS_APPLESMC is not set
|
||||||
|
|
||||||
@ -1298,15 +1313,20 @@ CONFIG_IR_RC5_DECODER=m
|
|||||||
CONFIG_IR_RC6_DECODER=m
|
CONFIG_IR_RC6_DECODER=m
|
||||||
CONFIG_IR_JVC_DECODER=m
|
CONFIG_IR_JVC_DECODER=m
|
||||||
CONFIG_IR_SONY_DECODER=m
|
CONFIG_IR_SONY_DECODER=m
|
||||||
|
CONFIG_IR_RC5_SZ_DECODER=m
|
||||||
# CONFIG_IR_LIRC_CODEC is not set
|
# CONFIG_IR_LIRC_CODEC is not set
|
||||||
CONFIG_IR_IMON=m
|
|
||||||
CONFIG_IR_NUVOTON=m
|
|
||||||
CONFIG_IR_MCEUSB=m
|
|
||||||
CONFIG_IR_ENE=m
|
CONFIG_IR_ENE=m
|
||||||
|
CONFIG_IR_IMON=m
|
||||||
|
CONFIG_IR_MCEUSB=m
|
||||||
|
CONFIG_IR_NUVOTON=m
|
||||||
CONFIG_IR_STREAMZAP=m
|
CONFIG_IR_STREAMZAP=m
|
||||||
CONFIG_MEDIA_ATTACH=y
|
CONFIG_MEDIA_ATTACH=y
|
||||||
CONFIG_MEDIA_TUNER=m
|
CONFIG_MEDIA_TUNER=m
|
||||||
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
||||||
|
|
||||||
|
#
|
||||||
|
# Customize TV tuners
|
||||||
|
#
|
||||||
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
# CONFIG_MEDIA_TUNER_SIMPLE is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
# CONFIG_MEDIA_TUNER_TDA8290 is not set
|
||||||
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
# CONFIG_MEDIA_TUNER_TDA827X is not set
|
||||||
@ -1325,6 +1345,7 @@ CONFIG_MEDIA_TUNER_CUSTOMISE=y
|
|||||||
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
# CONFIG_MEDIA_TUNER_MXL5007T is not set
|
||||||
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
# CONFIG_MEDIA_TUNER_MC44S803 is not set
|
||||||
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
# CONFIG_MEDIA_TUNER_MAX2165 is not set
|
||||||
|
# CONFIG_MEDIA_TUNER_TDA18218 is not set
|
||||||
CONFIG_DVB_MAX_ADAPTERS=8
|
CONFIG_DVB_MAX_ADAPTERS=8
|
||||||
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
# CONFIG_DVB_DYNAMIC_MINORS is not set
|
||||||
CONFIG_DVB_CAPTURE_DRIVERS=y
|
CONFIG_DVB_CAPTURE_DRIVERS=y
|
||||||
@ -1367,6 +1388,7 @@ CONFIG_DVB_USB_ANYSEE=m
|
|||||||
# CONFIG_DVB_USB_FRIIO is not set
|
# CONFIG_DVB_USB_FRIIO is not set
|
||||||
# CONFIG_DVB_USB_EC168 is not set
|
# CONFIG_DVB_USB_EC168 is not set
|
||||||
# CONFIG_DVB_USB_AZ6027 is not set
|
# CONFIG_DVB_USB_AZ6027 is not set
|
||||||
|
# CONFIG_DVB_USB_LME2510 is not set
|
||||||
# CONFIG_DVB_TTUSB_BUDGET is not set
|
# CONFIG_DVB_TTUSB_BUDGET is not set
|
||||||
# CONFIG_DVB_TTUSB_DEC is not set
|
# CONFIG_DVB_TTUSB_DEC is not set
|
||||||
# CONFIG_SMS_SIANO_MDTV is not set
|
# CONFIG_SMS_SIANO_MDTV is not set
|
||||||
@ -1457,6 +1479,7 @@ CONFIG_DVB_FE_CUSTOMISE=y
|
|||||||
# CONFIG_DVB_SP887X is not set
|
# CONFIG_DVB_SP887X is not set
|
||||||
# CONFIG_DVB_CX22700 is not set
|
# CONFIG_DVB_CX22700 is not set
|
||||||
# CONFIG_DVB_CX22702 is not set
|
# CONFIG_DVB_CX22702 is not set
|
||||||
|
# CONFIG_DVB_S5H1432 is not set
|
||||||
# CONFIG_DVB_DRX397XD is not set
|
# CONFIG_DVB_DRX397XD is not set
|
||||||
# CONFIG_DVB_L64781 is not set
|
# CONFIG_DVB_L64781 is not set
|
||||||
# CONFIG_DVB_TDA1004X is not set
|
# CONFIG_DVB_TDA1004X is not set
|
||||||
@ -1487,7 +1510,6 @@ CONFIG_DVB_TDA10023=m
|
|||||||
# CONFIG_DVB_OR51132 is not set
|
# CONFIG_DVB_OR51132 is not set
|
||||||
# CONFIG_DVB_BCM3510 is not set
|
# CONFIG_DVB_BCM3510 is not set
|
||||||
# CONFIG_DVB_LGDT330X is not set
|
# CONFIG_DVB_LGDT330X is not set
|
||||||
# CONFIG_DVB_LGDT3304 is not set
|
|
||||||
# CONFIG_DVB_LGDT3305 is not set
|
# CONFIG_DVB_LGDT3305 is not set
|
||||||
# CONFIG_DVB_S5H1409 is not set
|
# CONFIG_DVB_S5H1409 is not set
|
||||||
# CONFIG_DVB_S5H1411 is not set
|
# CONFIG_DVB_S5H1411 is not set
|
||||||
@ -1516,6 +1538,7 @@ CONFIG_DVB_PLL=m
|
|||||||
# CONFIG_DVB_LGS8GXX is not set
|
# CONFIG_DVB_LGS8GXX is not set
|
||||||
# CONFIG_DVB_ATBM8830 is not set
|
# CONFIG_DVB_ATBM8830 is not set
|
||||||
# CONFIG_DVB_TDA665x is not set
|
# CONFIG_DVB_TDA665x is not set
|
||||||
|
# CONFIG_DVB_IX2505V is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# Tools to develop new frontends
|
# Tools to develop new frontends
|
||||||
@ -1538,14 +1561,13 @@ CONFIG_DRM_KMS_HELPER=y
|
|||||||
# CONFIG_DRM_TDFX is not set
|
# CONFIG_DRM_TDFX is not set
|
||||||
# CONFIG_DRM_R128 is not set
|
# CONFIG_DRM_R128 is not set
|
||||||
# CONFIG_DRM_RADEON is not set
|
# CONFIG_DRM_RADEON is not set
|
||||||
# CONFIG_DRM_I810 is not set
|
|
||||||
# CONFIG_DRM_I830 is not set
|
|
||||||
CONFIG_DRM_I915=y
|
CONFIG_DRM_I915=y
|
||||||
CONFIG_DRM_I915_KMS=y
|
CONFIG_DRM_I915_KMS=y
|
||||||
# CONFIG_DRM_MGA is not set
|
# CONFIG_DRM_MGA is not set
|
||||||
# CONFIG_DRM_SIS is not set
|
# CONFIG_DRM_SIS is not set
|
||||||
# CONFIG_DRM_VIA is not set
|
# CONFIG_DRM_VIA is not set
|
||||||
# CONFIG_DRM_SAVAGE is not set
|
# CONFIG_DRM_SAVAGE is not set
|
||||||
|
# CONFIG_STUB_POULSBO is not set
|
||||||
# CONFIG_VGASTATE is not set
|
# CONFIG_VGASTATE is not set
|
||||||
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
CONFIG_VIDEO_OUTPUT_CONTROL=y
|
||||||
CONFIG_FB=y
|
CONFIG_FB=y
|
||||||
@ -1700,10 +1722,7 @@ CONFIG_SND_HDA_CODEC_REALTEK=y
|
|||||||
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
# CONFIG_SND_HDA_CODEC_ANALOG is not set
|
||||||
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
# CONFIG_SND_HDA_CODEC_SIGMATEL is not set
|
||||||
# CONFIG_SND_HDA_CODEC_VIA is not set
|
# CONFIG_SND_HDA_CODEC_VIA is not set
|
||||||
# CONFIG_SND_HDA_CODEC_ATIHDMI is not set
|
CONFIG_SND_HDA_CODEC_HDMI=y
|
||||||
# CONFIG_SND_HDA_CODEC_NVHDMI is not set
|
|
||||||
CONFIG_SND_HDA_CODEC_INTELHDMI=y
|
|
||||||
CONFIG_SND_HDA_ELD=y
|
|
||||||
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
# CONFIG_SND_HDA_CODEC_CIRRUS is not set
|
||||||
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
CONFIG_SND_HDA_CODEC_CONEXANT=y
|
||||||
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
# CONFIG_SND_HDA_CODEC_CA0110 is not set
|
||||||
@ -1774,6 +1793,8 @@ CONFIG_HID_AUREAL=y
|
|||||||
# CONFIG_HID_ELECOM is not set
|
# CONFIG_HID_ELECOM is not set
|
||||||
# CONFIG_HID_EZKEY is not set
|
# CONFIG_HID_EZKEY is not set
|
||||||
# CONFIG_HID_KYE is not set
|
# CONFIG_HID_KYE is not set
|
||||||
|
# CONFIG_HID_UCLOGIC is not set
|
||||||
|
# CONFIG_HID_WALTOP is not set
|
||||||
# CONFIG_HID_GYRATION is not set
|
# CONFIG_HID_GYRATION is not set
|
||||||
CONFIG_HID_TWINHAN=y
|
CONFIG_HID_TWINHAN=y
|
||||||
# CONFIG_HID_KENSINGTON is not set
|
# CONFIG_HID_KENSINGTON is not set
|
||||||
@ -1781,6 +1802,7 @@ CONFIG_HID_LOGITECH=y
|
|||||||
CONFIG_LOGITECH_FF=y
|
CONFIG_LOGITECH_FF=y
|
||||||
CONFIG_LOGIRUMBLEPAD2_FF=y
|
CONFIG_LOGIRUMBLEPAD2_FF=y
|
||||||
CONFIG_LOGIG940_FF=y
|
CONFIG_LOGIG940_FF=y
|
||||||
|
# CONFIG_LOGIWII_FF is not set
|
||||||
# CONFIG_HID_MAGICMOUSE is not set
|
# CONFIG_HID_MAGICMOUSE is not set
|
||||||
CONFIG_HID_MICROSOFT=y
|
CONFIG_HID_MICROSOFT=y
|
||||||
# CONFIG_HID_MOSART is not set
|
# CONFIG_HID_MOSART is not set
|
||||||
@ -1793,6 +1815,7 @@ CONFIG_HID_MICROSOFT=y
|
|||||||
# CONFIG_HID_QUANTA is not set
|
# CONFIG_HID_QUANTA is not set
|
||||||
# CONFIG_HID_ROCCAT is not set
|
# CONFIG_HID_ROCCAT is not set
|
||||||
# CONFIG_HID_ROCCAT_KONE is not set
|
# CONFIG_HID_ROCCAT_KONE is not set
|
||||||
|
# CONFIG_HID_ROCCAT_PYRA is not set
|
||||||
# CONFIG_HID_SAMSUNG is not set
|
# CONFIG_HID_SAMSUNG is not set
|
||||||
CONFIG_HID_SONY=y
|
CONFIG_HID_SONY=y
|
||||||
# CONFIG_HID_STANTUM is not set
|
# CONFIG_HID_STANTUM is not set
|
||||||
@ -1873,6 +1896,7 @@ CONFIG_USB_STORAGE=y
|
|||||||
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
# CONFIG_USB_STORAGE_ONETOUCH is not set
|
||||||
# CONFIG_USB_STORAGE_KARMA is not set
|
# CONFIG_USB_STORAGE_KARMA is not set
|
||||||
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
|
||||||
|
# CONFIG_USB_UAS is not set
|
||||||
# CONFIG_USB_LIBUSUAL is not set
|
# CONFIG_USB_LIBUSUAL is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1922,6 +1946,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
# CONFIG_USB_SERIAL_SPCP8X5 is not set
|
||||||
# CONFIG_USB_SERIAL_HP4X is not set
|
# CONFIG_USB_SERIAL_HP4X is not set
|
||||||
# CONFIG_USB_SERIAL_SAFE is not set
|
# CONFIG_USB_SERIAL_SAFE is not set
|
||||||
|
# CONFIG_USB_SERIAL_SAMBA is not set
|
||||||
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
# CONFIG_USB_SERIAL_SIEMENS_MPI is not set
|
||||||
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
|
||||||
# CONFIG_USB_SERIAL_SYMBOL is not set
|
# CONFIG_USB_SERIAL_SYMBOL is not set
|
||||||
@ -1958,6 +1983,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_USB_IOWARRIOR is not set
|
# CONFIG_USB_IOWARRIOR is not set
|
||||||
# CONFIG_USB_TEST is not set
|
# CONFIG_USB_TEST is not set
|
||||||
# CONFIG_USB_ISIGHTFW is not set
|
# CONFIG_USB_ISIGHTFW is not set
|
||||||
|
# CONFIG_USB_YUREX is not set
|
||||||
# CONFIG_USB_GADGET is not set
|
# CONFIG_USB_GADGET is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -1968,31 +1994,15 @@ CONFIG_USB_SERIAL_FTDI_SIO=m
|
|||||||
# CONFIG_MMC is not set
|
# CONFIG_MMC is not set
|
||||||
# CONFIG_MEMSTICK is not set
|
# CONFIG_MEMSTICK is not set
|
||||||
CONFIG_NEW_LEDS=y
|
CONFIG_NEW_LEDS=y
|
||||||
CONFIG_LEDS_CLASS=m
|
# CONFIG_LEDS_CLASS is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
# LED drivers
|
# LED drivers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_ALIX2 is not set
|
|
||||||
# CONFIG_LEDS_PCA9532 is not set
|
|
||||||
# CONFIG_LEDS_LP3944 is not set
|
|
||||||
# CONFIG_LEDS_CLEVO_MAIL is not set
|
|
||||||
# CONFIG_LEDS_PCA955X is not set
|
|
||||||
# CONFIG_LEDS_BD2802 is not set
|
|
||||||
# CONFIG_LEDS_INTEL_SS4200 is not set
|
|
||||||
CONFIG_LEDS_TRIGGERS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# LED Triggers
|
# LED Triggers
|
||||||
#
|
#
|
||||||
# CONFIG_LEDS_TRIGGER_TIMER is not set
|
|
||||||
# CONFIG_LEDS_TRIGGER_HEARTBEAT is not set
|
|
||||||
# CONFIG_LEDS_TRIGGER_BACKLIGHT is not set
|
|
||||||
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
|
|
||||||
|
|
||||||
#
|
|
||||||
# iptables trigger is under Netfilter config (LED target)
|
|
||||||
#
|
|
||||||
# CONFIG_ACCESSIBILITY is not set
|
# CONFIG_ACCESSIBILITY is not set
|
||||||
# CONFIG_INFINIBAND is not set
|
# CONFIG_INFINIBAND is not set
|
||||||
# CONFIG_EDAC is not set
|
# CONFIG_EDAC is not set
|
||||||
@ -2063,19 +2073,19 @@ CONFIG_STAGING=y
|
|||||||
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
# CONFIG_STAGING_EXCLUDE_BUILD is not set
|
||||||
# CONFIG_ET131X is not set
|
# CONFIG_ET131X is not set
|
||||||
# CONFIG_SLICOSS is not set
|
# CONFIG_SLICOSS is not set
|
||||||
# CONFIG_USB_IP_COMMON is not set
|
|
||||||
# CONFIG_W35UND is not set
|
# CONFIG_W35UND is not set
|
||||||
# CONFIG_PRISM2_USB is not set
|
# CONFIG_PRISM2_USB is not set
|
||||||
# CONFIG_ECHO is not set
|
# CONFIG_ECHO is not set
|
||||||
# CONFIG_OTUS is not set
|
# CONFIG_BRCM80211 is not set
|
||||||
# CONFIG_RT2860 is not set
|
# CONFIG_RT2860 is not set
|
||||||
# CONFIG_RT2870 is not set
|
# CONFIG_RT2870 is not set
|
||||||
# CONFIG_COMEDI is not set
|
# CONFIG_COMEDI is not set
|
||||||
# CONFIG_ASUS_OLED is not set
|
# CONFIG_ASUS_OLED is not set
|
||||||
CONFIG_R8187SE=m
|
CONFIG_R8187SE=m
|
||||||
CONFIG_RTL8192SU=m
|
|
||||||
CONFIG_RTL8192U=m
|
CONFIG_RTL8192U=m
|
||||||
CONFIG_RTL8192E=m
|
CONFIG_RTL8192E=m
|
||||||
|
CONFIG_R8712U=m
|
||||||
|
CONFIG_R8712_AP=y
|
||||||
# CONFIG_TRANZPORT is not set
|
# CONFIG_TRANZPORT is not set
|
||||||
# CONFIG_POHMELFS is not set
|
# CONFIG_POHMELFS is not set
|
||||||
# CONFIG_IDE_PHISON is not set
|
# CONFIG_IDE_PHISON is not set
|
||||||
@ -2105,11 +2115,19 @@ CONFIG_RTL8192E=m
|
|||||||
#
|
#
|
||||||
# Texas Instruments shared transport line discipline
|
# Texas Instruments shared transport line discipline
|
||||||
#
|
#
|
||||||
# CONFIG_TI_ST is not set
|
|
||||||
# CONFIG_ST_BT is not set
|
# CONFIG_ST_BT is not set
|
||||||
# CONFIG_FB_XGI is not set
|
# CONFIG_FB_XGI is not set
|
||||||
# CONFIG_LIRC_STAGING is not set
|
# CONFIG_LIRC_STAGING is not set
|
||||||
# CONFIG_ACPI_QUICKSTART is not set
|
# CONFIG_ACPI_QUICKSTART is not set
|
||||||
|
CONFIG_MACH_NO_WESTBRIDGE=y
|
||||||
|
# CONFIG_USB_ENESTORAGE is not set
|
||||||
|
# CONFIG_BCM_WIMAX is not set
|
||||||
|
# CONFIG_FT1000 is not set
|
||||||
|
|
||||||
|
#
|
||||||
|
# Speakup console speech
|
||||||
|
#
|
||||||
|
# CONFIG_SPEAKUP is not set
|
||||||
# CONFIG_X86_PLATFORM_DEVICES is not set
|
# CONFIG_X86_PLATFORM_DEVICES is not set
|
||||||
|
|
||||||
#
|
#
|
||||||
@ -2144,8 +2162,9 @@ CONFIG_FILE_LOCKING=y
|
|||||||
CONFIG_FSNOTIFY=y
|
CONFIG_FSNOTIFY=y
|
||||||
CONFIG_DNOTIFY=y
|
CONFIG_DNOTIFY=y
|
||||||
CONFIG_INOTIFY_USER=y
|
CONFIG_INOTIFY_USER=y
|
||||||
|
# CONFIG_FANOTIFY is not set
|
||||||
# CONFIG_QUOTA is not set
|
# CONFIG_QUOTA is not set
|
||||||
# CONFIG_AUTOFS_FS is not set
|
# CONFIG_QUOTACTL is not set
|
||||||
CONFIG_AUTOFS4_FS=y
|
CONFIG_AUTOFS4_FS=y
|
||||||
CONFIG_FUSE_FS=m
|
CONFIG_FUSE_FS=m
|
||||||
# CONFIG_CUSE is not set
|
# CONFIG_CUSE is not set
|
||||||
@ -2161,8 +2180,6 @@ CONFIG_FUSE_FS=m
|
|||||||
CONFIG_ISO9660_FS=y
|
CONFIG_ISO9660_FS=y
|
||||||
CONFIG_JOLIET=y
|
CONFIG_JOLIET=y
|
||||||
CONFIG_ZISOFS=y
|
CONFIG_ZISOFS=y
|
||||||
CONFIG_UDF_FS=y
|
|
||||||
CONFIG_UDF_NLS=y
|
|
||||||
|
|
||||||
#
|
#
|
||||||
# DOS/FAT/NT Filesystems
|
# DOS/FAT/NT Filesystems
|
||||||
@ -2188,7 +2205,6 @@ CONFIG_TMPFS=y
|
|||||||
# CONFIG_HUGETLB_PAGE is not set
|
# CONFIG_HUGETLB_PAGE is not set
|
||||||
# CONFIG_CONFIGFS_FS is not set
|
# CONFIG_CONFIGFS_FS is not set
|
||||||
CONFIG_MISC_FILESYSTEMS=y
|
CONFIG_MISC_FILESYSTEMS=y
|
||||||
# CONFIG_ADFS_FS is not set
|
|
||||||
# CONFIG_AFFS_FS is not set
|
# CONFIG_AFFS_FS is not set
|
||||||
# CONFIG_ECRYPT_FS is not set
|
# CONFIG_ECRYPT_FS is not set
|
||||||
# CONFIG_HFS_FS is not set
|
# CONFIG_HFS_FS is not set
|
||||||
@ -2206,11 +2222,9 @@ CONFIG_SQUASHFS_FRAGMENT_CACHE_SIZE=3
|
|||||||
# CONFIG_VXFS_FS is not set
|
# CONFIG_VXFS_FS is not set
|
||||||
# CONFIG_MINIX_FS is not set
|
# CONFIG_MINIX_FS is not set
|
||||||
# CONFIG_OMFS_FS is not set
|
# CONFIG_OMFS_FS is not set
|
||||||
# CONFIG_HPFS_FS is not set
|
|
||||||
# CONFIG_QNX4FS_FS is not set
|
# CONFIG_QNX4FS_FS is not set
|
||||||
# CONFIG_ROMFS_FS is not set
|
# CONFIG_ROMFS_FS is not set
|
||||||
# CONFIG_SYSV_FS is not set
|
# CONFIG_SYSV_FS is not set
|
||||||
# CONFIG_UFS_FS is not set
|
|
||||||
CONFIG_NETWORK_FILESYSTEMS=y
|
CONFIG_NETWORK_FILESYSTEMS=y
|
||||||
CONFIG_NFS_FS=y
|
CONFIG_NFS_FS=y
|
||||||
CONFIG_NFS_V3=y
|
CONFIG_NFS_V3=y
|
||||||
@ -2219,6 +2233,7 @@ CONFIG_NFS_V4=y
|
|||||||
# CONFIG_NFS_V4_1 is not set
|
# CONFIG_NFS_V4_1 is not set
|
||||||
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
# CONFIG_NFS_USE_LEGACY_DNS is not set
|
||||||
CONFIG_NFS_USE_KERNEL_DNS=y
|
CONFIG_NFS_USE_KERNEL_DNS=y
|
||||||
|
# CONFIG_NFS_USE_NEW_IDMAPPER is not set
|
||||||
# CONFIG_NFSD is not set
|
# CONFIG_NFSD is not set
|
||||||
CONFIG_LOCKD=y
|
CONFIG_LOCKD=y
|
||||||
CONFIG_LOCKD_V4=y
|
CONFIG_LOCKD_V4=y
|
||||||
@ -2226,8 +2241,6 @@ CONFIG_NFS_COMMON=y
|
|||||||
CONFIG_SUNRPC=y
|
CONFIG_SUNRPC=y
|
||||||
CONFIG_SUNRPC_GSS=y
|
CONFIG_SUNRPC_GSS=y
|
||||||
CONFIG_RPCSEC_GSS_KRB5=y
|
CONFIG_RPCSEC_GSS_KRB5=y
|
||||||
# CONFIG_RPCSEC_GSS_SPKM3 is not set
|
|
||||||
# CONFIG_SMB_FS is not set
|
|
||||||
# CONFIG_CEPH_FS is not set
|
# CONFIG_CEPH_FS is not set
|
||||||
CONFIG_CIFS=y
|
CONFIG_CIFS=y
|
||||||
CONFIG_CIFS_STATS=y
|
CONFIG_CIFS_STATS=y
|
||||||
@ -2321,6 +2334,8 @@ CONFIG_FRAME_WARN=1024
|
|||||||
# CONFIG_HEADERS_CHECK is not set
|
# CONFIG_HEADERS_CHECK is not set
|
||||||
# CONFIG_DEBUG_KERNEL is not set
|
# CONFIG_DEBUG_KERNEL is not set
|
||||||
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
# CONFIG_HARDLOCKUP_DETECTOR is not set
|
||||||
|
# CONFIG_BKL is not set
|
||||||
|
# CONFIG_SPARSE_RCU_POINTER is not set
|
||||||
# CONFIG_DEBUG_MEMORY_INIT is not set
|
# CONFIG_DEBUG_MEMORY_INIT is not set
|
||||||
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
CONFIG_ARCH_WANT_FRAME_POINTERS=y
|
||||||
# CONFIG_FRAME_POINTER is not set
|
# CONFIG_FRAME_POINTER is not set
|
||||||
@ -2334,6 +2349,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y
|
|||||||
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
CONFIG_HAVE_DYNAMIC_FTRACE=y
|
||||||
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y
|
||||||
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
CONFIG_HAVE_SYSCALL_TRACEPOINTS=y
|
||||||
|
CONFIG_HAVE_C_RECORDMCOUNT=y
|
||||||
CONFIG_TRACING_SUPPORT=y
|
CONFIG_TRACING_SUPPORT=y
|
||||||
# CONFIG_FTRACE is not set
|
# CONFIG_FTRACE is not set
|
||||||
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
|
||||||
@ -2364,6 +2380,7 @@ CONFIG_OPTIMIZE_INLINING=y
|
|||||||
#
|
#
|
||||||
CONFIG_KEYS=y
|
CONFIG_KEYS=y
|
||||||
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
# CONFIG_KEYS_DEBUG_PROC_KEYS is not set
|
||||||
|
# CONFIG_SECURITY_DMESG_RESTRICT is not set
|
||||||
# CONFIG_SECURITY is not set
|
# CONFIG_SECURITY is not set
|
||||||
# CONFIG_SECURITYFS is not set
|
# CONFIG_SECURITYFS is not set
|
||||||
# CONFIG_INTEL_TXT is not set
|
# CONFIG_INTEL_TXT is not set
|
||||||
@ -2415,7 +2432,7 @@ CONFIG_CRYPTO_ECB=y
|
|||||||
#
|
#
|
||||||
# Hash modes
|
# Hash modes
|
||||||
#
|
#
|
||||||
# CONFIG_CRYPTO_HMAC is not set
|
CONFIG_CRYPTO_HMAC=y
|
||||||
# CONFIG_CRYPTO_XCBC is not set
|
# CONFIG_CRYPTO_XCBC is not set
|
||||||
# CONFIG_CRYPTO_VMAC is not set
|
# CONFIG_CRYPTO_VMAC is not set
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user