diff options
author | Denys Dmytriyenko <denys@ti.com> | 2013-03-05 16:06:05 -0500 |
---|---|---|
committer | Denys Dmytriyenko <denys@ti.com> | 2013-03-11 16:47:43 -0400 |
commit | c586bd9a663c6b77478b7b38ff771f6b8360edea (patch) | |
tree | 4e080e5f861a7a1ab118e243c42a3b6d54a858d4 | |
parent | f5b282271c7545929c47f0c9c087a9f55dc8df93 (diff) | |
download | meta-ti-c586bd9a663c6b77478b7b38ff771f6b8360edea.tar.gz |
ti81x: remove platform configs, kernel, u-boot, since ti81x is not supported
* There is no support for these platforms from meta-ti.
* If someone is willing to maintain them, please let us know or feel free to
take it to a separate layer.
* Therefore, remove SoC and machine configs, kernel, u-boot and X11 configs
Signed-off-by: Denys Dmytriyenko <denys@ti.com>
20 files changed, 0 insertions, 8494 deletions
diff --git a/conf/machine/am387x-evm.conf b/conf/machine/am387x-evm.conf deleted file mode 100644 index b2df3703..00000000 --- a/conf/machine/am387x-evm.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: AM389x evm | ||
3 | #@DESCRIPTION: Machine configuration for the AM389x evm | ||
4 | |||
5 | require conf/machine/include/ti814x.inc | ||
6 | |||
7 | IMAGE_FSTYPES += "ubi tar.gz" | ||
8 | |||
9 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/am389x-evm.conf b/conf/machine/am389x-evm.conf deleted file mode 100644 index 3b2145d6..00000000 --- a/conf/machine/am389x-evm.conf +++ /dev/null | |||
@@ -1,9 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: am389x evm | ||
3 | #@DESCRIPTION: Machine configuration for the am389x evm | ||
4 | |||
5 | require conf/machine/include/ti816x.inc | ||
6 | |||
7 | IMAGE_FSTYPES += "ubi tar.gz" | ||
8 | |||
9 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/c6a814x-evm.conf b/conf/machine/c6a814x-evm.conf deleted file mode 100644 index a81d7fd7..00000000 --- a/conf/machine/c6a814x-evm.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: c6a814x evm | ||
3 | #@DESCRIPTION: Machine configuration for the c6a814x evm | ||
4 | |||
5 | require conf/machine/include/ti814x.inc | ||
6 | |||
7 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/c6a816x-evm.conf b/conf/machine/c6a816x-evm.conf deleted file mode 100644 index 380c4b8b..00000000 --- a/conf/machine/c6a816x-evm.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: c6a816x evm | ||
3 | #@DESCRIPTION: Machine configuration for the c6a816x evm | ||
4 | |||
5 | require conf/machine/include/ti816x.inc | ||
6 | |||
7 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/dm814x-evm.conf b/conf/machine/dm814x-evm.conf deleted file mode 100644 index 4fa1e247..00000000 --- a/conf/machine/dm814x-evm.conf +++ /dev/null | |||
@@ -1,7 +0,0 @@ | |||
1 | #@TYPE: Machine | ||
2 | #@NAME: DM814x evm | ||
3 | #@DESCRIPTION: Machine configuration for the DM814x evm | ||
4 | |||
5 | require conf/machine/include/ti814x.inc | ||
6 | |||
7 | MACHINE_FEATURES += "sgx" | ||
diff --git a/conf/machine/include/ti814x.inc b/conf/machine/include/ti814x.inc deleted file mode 100644 index 475a2127..00000000 --- a/conf/machine/include/ti814x.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SOC_FAMILY = "ti814x" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa8.inc | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
8 | |||
9 | # Increase this everytime you change something in the kernel | ||
10 | MACHINE_KERNEL_PR = "r2" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_MACHINE = "ti8148_evm_config_nand" | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
17 | UBOOT_LOADADDRESS = "0x80008000" | ||
18 | |||
19 | # Only build u-boot | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
21 | |||
22 | # Ship all kernel modules | ||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" | ||
25 | SERIAL_CONSOLE = "115200 ttyO0" | ||
26 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" | ||
diff --git a/conf/machine/include/ti816x.inc b/conf/machine/include/ti816x.inc deleted file mode 100644 index 2fe40067..00000000 --- a/conf/machine/include/ti816x.inc +++ /dev/null | |||
@@ -1,26 +0,0 @@ | |||
1 | SOC_FAMILY = "ti816x" | ||
2 | require conf/machine/include/soc-family.inc | ||
3 | |||
4 | require conf/machine/include/tune-cortexa8.inc | ||
5 | |||
6 | PREFERRED_PROVIDER_virtual/kernel = "linux-ti81xx-psp" | ||
7 | PREFERRED_PROVIDER_virtual/bootloader = "u-boot" | ||
8 | |||
9 | # Increase this everytime you change something in the kernel | ||
10 | MACHINE_KERNEL_PR = "r2" | ||
11 | |||
12 | KERNEL_IMAGETYPE = "uImage" | ||
13 | |||
14 | UBOOT_ARCH = "arm" | ||
15 | UBOOT_MACHINE = "ti8168_evm_config" | ||
16 | UBOOT_ENTRYPOINT = "0x80008000" | ||
17 | UBOOT_LOADADDRESS = "0x80008000" | ||
18 | |||
19 | # Only build u-boot | ||
20 | EXTRA_IMAGEDEPENDS += "u-boot" | ||
21 | |||
22 | # Ship all kernel modules | ||
23 | IMAGE_FSTYPES += "jffs2 tar.bz2" | ||
24 | EXTRA_IMAGECMD_jffs2 = "-lqn -e 128" | ||
25 | SERIAL_CONSOLE = "115200 ttyO2" | ||
26 | MACHINE_FEATURES = "kernel26 apm usbgadget usbhost vfat ext2 ethernet" | ||
diff --git a/recipes-bsp/u-boot/u-boot_2010.06-psp.bb b/recipes-bsp/u-boot/u-boot_2010.06-psp.bb deleted file mode 100644 index 1cd0ba80..00000000 --- a/recipes-bsp/u-boot/u-boot_2010.06-psp.bb +++ /dev/null | |||
@@ -1,17 +0,0 @@ | |||
1 | require u-boot.inc | ||
2 | |||
3 | FILESPATHPKG =. "u-boot-psp-git:" | ||
4 | |||
5 | COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm" | ||
6 | |||
7 | SRC_URI = "git://arago-project.org/git/projects/u-boot-omap3.git;branch=${BRANCH};protocol=git" | ||
8 | |||
9 | BRANCH_ti814x = "ti81xx-master" | ||
10 | SRCREV_pn-${PN}_ti814x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0" | ||
11 | LIC_FILES_CHKSUM_pn-${PN}_ti814x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
12 | |||
13 | BRANCH_ti816x = "ti81xx-master" | ||
14 | SRCREV_pn-${PN}_ti816x = "5fcf46a405fe8e8a59a04d3cebdafd39ac0c4bd0" | ||
15 | LIC_FILES_CHKSUM_pn-${PN}_ti816x = "file://COPYING;md5=4c6cde5df68eff615d36789dc18edd3b" | ||
16 | |||
17 | S = "${WORKDIR}/git" | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf deleted file mode 100644 index 0d6ab435..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti814x/xorg.conf +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Section "Module" | ||
2 | Load "extmod" | ||
3 | Load "dbe" | ||
4 | Load "glx" | ||
5 | Load "freetype" | ||
6 | Load "type1" | ||
7 | Load "record" | ||
8 | Load "dri" | ||
9 | EndSection | ||
10 | |||
11 | Section "Monitor" | ||
12 | Identifier "Builtin Default Monitor" | ||
13 | EndSection | ||
14 | |||
15 | Section "Device" | ||
16 | Identifier "Builtin Default fbdev Device 0" | ||
17 | Driver "fbdev" | ||
18 | EndSection | ||
19 | |||
20 | Section "Screen" | ||
21 | Identifier "Builtin Default fbdev Screen 0" | ||
22 | Device "Builtin Default fbdev Device 0" | ||
23 | Monitor "Builtin Default Monitor" | ||
24 | EndSection | ||
25 | |||
26 | Section "ServerLayout" | ||
27 | Identifier "Builtin Default Layout" | ||
28 | Screen "Builtin Default fbdev Screen 0" | ||
29 | EndSection | ||
diff --git a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf b/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf deleted file mode 100644 index 0d6ab435..00000000 --- a/recipes-graphics/xorg-xserver/xserver-xf86-config/ti816x/xorg.conf +++ /dev/null | |||
@@ -1,29 +0,0 @@ | |||
1 | Section "Module" | ||
2 | Load "extmod" | ||
3 | Load "dbe" | ||
4 | Load "glx" | ||
5 | Load "freetype" | ||
6 | Load "type1" | ||
7 | Load "record" | ||
8 | Load "dri" | ||
9 | EndSection | ||
10 | |||
11 | Section "Monitor" | ||
12 | Identifier "Builtin Default Monitor" | ||
13 | EndSection | ||
14 | |||
15 | Section "Device" | ||
16 | Identifier "Builtin Default fbdev Device 0" | ||
17 | Driver "fbdev" | ||
18 | EndSection | ||
19 | |||
20 | Section "Screen" | ||
21 | Identifier "Builtin Default fbdev Screen 0" | ||
22 | Device "Builtin Default fbdev Device 0" | ||
23 | Monitor "Builtin Default Monitor" | ||
24 | EndSection | ||
25 | |||
26 | Section "ServerLayout" | ||
27 | Identifier "Builtin Default Layout" | ||
28 | Screen "Builtin Default fbdev Screen 0" | ||
29 | EndSection | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/0001-ti814x-added-code-for-disabling-the-least-significan.patch b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/0001-ti814x-added-code-for-disabling-the-least-significan.patch deleted file mode 100644 index c1f368d3..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/0001-ti814x-added-code-for-disabling-the-least-significan.patch +++ /dev/null | |||
@@ -1,45 +0,0 @@ | |||
1 | From 1d43359e415cada4607d0d21b7de07c740616386 Mon Sep 17 00:00:00 2001 | ||
2 | From: Amarinder Bindra <a-bindra@ti.com> | ||
3 | Date: Wed, 7 Dec 2011 20:54:56 +0530 | ||
4 | Subject: [PATCH] ti814x: added code for disabling the least significant bit of TI814x_HDMI_MUX_ADDR before vps init | ||
5 | |||
6 | |||
7 | Signed-off-by: Amarinder Bindra <a-bindra@ti.com> | ||
8 | --- | ||
9 | drivers/video/ti81xx/vpss/core.c | 13 ++++++++++++- | ||
10 | 1 files changed, 12 insertions(+), 1 deletions(-) | ||
11 | |||
12 | diff --git a/drivers/video/ti81xx/vpss/core.c b/drivers/video/ti81xx/vpss/core.c | ||
13 | index eb9c074..80008b9 100644 | ||
14 | --- a/drivers/video/ti81xx/vpss/core.c | ||
15 | +++ b/drivers/video/ti81xx/vpss/core.c | ||
16 | @@ -41,7 +41,7 @@ | ||
17 | |||
18 | #define VPS_DRIVER_NAME "vpss" | ||
19 | |||
20 | - | ||
21 | +#define TI814x_HDMI_MUX_ADDR (0x481C52C8) | ||
22 | |||
23 | #ifdef DEBUG | ||
24 | unsigned int vpss_debug; | ||
25 | @@ -148,6 +148,17 @@ static int __init vps_init(void) | ||
26 | { | ||
27 | VPSSDBG("core init\n"); | ||
28 | |||
29 | + /* This mux is for configuring the pixel clock to Venc through HDMI or PLL*/ | ||
30 | + u32 reg_value; | ||
31 | + u32 reg_base; | ||
32 | + | ||
33 | + reg_base = (u32)ioremap(TI814x_HDMI_MUX_ADDR, 0x10); | ||
34 | + reg_value = __raw_readl(reg_base); | ||
35 | + reg_value &= 0xFFFFFFFE; | ||
36 | + | ||
37 | + __raw_writel(reg_value, reg_base); | ||
38 | + iounmap((u32 *)TI814x_HDMI_MUX_ADDR); | ||
39 | + | ||
40 | if (platform_driver_probe(&vps_driver, vps_probe)) { | ||
41 | VPSSERR("failed to register ti81xx-vpss driver\n"); | ||
42 | return -ENODEV; | ||
43 | -- | ||
44 | 1.7.1 | ||
45 | |||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/am387x-evm b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/am387x-evm deleted file mode 120000 index 5eeb9a46..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/am387x-evm +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | dm814x-evm \ No newline at end of file | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/am389x-evm b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/am389x-evm deleted file mode 120000 index 297a0003..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/am389x-evm +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | dm816x-evm \ No newline at end of file | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/c6a814x-evm b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/c6a814x-evm deleted file mode 120000 index 5eeb9a46..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/c6a814x-evm +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | dm814x-evm \ No newline at end of file | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/c6a816x-evm b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/c6a816x-evm deleted file mode 120000 index 297a0003..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/c6a816x-evm +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | dm816x-evm \ No newline at end of file | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm814x-evm/configs/psp b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm814x-evm/configs/psp deleted file mode 100644 index 1e795697..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm814x-evm/configs/psp +++ /dev/null | |||
@@ -1,1937 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux/arm 2.6.37 Kernel Configuration | ||
4 | # Thu Apr 14 15:06:38 2011 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | # CONFIG_ARCH_USES_GETTIMEOFFSET is not set | ||
10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
11 | CONFIG_HAVE_PROC_CPU=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | ||
13 | CONFIG_STACKTRACE_SUPPORT=y | ||
14 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
20 | CONFIG_ARCH_HAS_CPUFREQ=y | ||
21 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | ||
22 | CONFIG_GENERIC_HWEIGHT=y | ||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
24 | CONFIG_NEED_DMA_MAP_STATE=y | ||
25 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_ARM_L1_CACHE_SHIFT_6=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | CONFIG_CONSTRUCTORS=y | ||
30 | CONFIG_HAVE_IRQ_WORK=y | ||
31 | |||
32 | # | ||
33 | # General setup | ||
34 | # | ||
35 | CONFIG_EXPERIMENTAL=y | ||
36 | CONFIG_BROKEN_ON_SMP=y | ||
37 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
38 | CONFIG_CROSS_COMPILE="" | ||
39 | CONFIG_LOCALVERSION="" | ||
40 | # CONFIG_LOCALVERSION_AUTO is not set | ||
41 | CONFIG_HAVE_KERNEL_GZIP=y | ||
42 | CONFIG_HAVE_KERNEL_LZMA=y | ||
43 | CONFIG_HAVE_KERNEL_LZO=y | ||
44 | CONFIG_KERNEL_GZIP=y | ||
45 | # CONFIG_KERNEL_LZMA is not set | ||
46 | # CONFIG_KERNEL_LZO is not set | ||
47 | # CONFIG_SWAP is not set | ||
48 | CONFIG_SYSVIPC=y | ||
49 | CONFIG_SYSVIPC_SYSCTL=y | ||
50 | # CONFIG_POSIX_MQUEUE is not set | ||
51 | CONFIG_BSD_PROCESS_ACCT=y | ||
52 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
53 | # CONFIG_TASKSTATS is not set | ||
54 | # CONFIG_AUDIT is not set | ||
55 | # CONFIG_HAVE_GENERIC_HARDIRQS is not set | ||
56 | # CONFIG_SPARSE_IRQ is not set | ||
57 | |||
58 | # | ||
59 | # RCU Subsystem | ||
60 | # | ||
61 | CONFIG_TINY_RCU=y | ||
62 | # CONFIG_PREEMPT_RCU is not set | ||
63 | # CONFIG_TREE_RCU_TRACE is not set | ||
64 | CONFIG_IKCONFIG=y | ||
65 | CONFIG_IKCONFIG_PROC=y | ||
66 | CONFIG_LOG_BUF_SHIFT=17 | ||
67 | # CONFIG_CGROUPS is not set | ||
68 | CONFIG_NAMESPACES=y | ||
69 | # CONFIG_UTS_NS is not set | ||
70 | # CONFIG_IPC_NS is not set | ||
71 | # CONFIG_USER_NS is not set | ||
72 | # CONFIG_PID_NS is not set | ||
73 | # CONFIG_NET_NS is not set | ||
74 | # CONFIG_SYSFS_DEPRECATED is not set | ||
75 | # CONFIG_RELAY is not set | ||
76 | CONFIG_BLK_DEV_INITRD=y | ||
77 | CONFIG_INITRAMFS_SOURCE="" | ||
78 | CONFIG_RD_GZIP=y | ||
79 | CONFIG_RD_BZIP2=y | ||
80 | CONFIG_RD_LZMA=y | ||
81 | CONFIG_RD_LZO=y | ||
82 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
83 | CONFIG_SYSCTL=y | ||
84 | CONFIG_ANON_INODES=y | ||
85 | # CONFIG_EMBEDDED is not set | ||
86 | CONFIG_UID16=y | ||
87 | CONFIG_SYSCTL_SYSCALL=y | ||
88 | CONFIG_KALLSYMS=y | ||
89 | # CONFIG_KALLSYMS_ALL is not set | ||
90 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
91 | CONFIG_HOTPLUG=y | ||
92 | CONFIG_PRINTK=y | ||
93 | CONFIG_BUG=y | ||
94 | CONFIG_ELF_CORE=y | ||
95 | CONFIG_BASE_FULL=y | ||
96 | CONFIG_FUTEX=y | ||
97 | CONFIG_EPOLL=y | ||
98 | CONFIG_SIGNALFD=y | ||
99 | CONFIG_TIMERFD=y | ||
100 | CONFIG_EVENTFD=y | ||
101 | CONFIG_SHMEM=y | ||
102 | CONFIG_AIO=y | ||
103 | CONFIG_HAVE_PERF_EVENTS=y | ||
104 | CONFIG_PERF_USE_VMALLOC=y | ||
105 | |||
106 | # | ||
107 | # Kernel Performance Events And Counters | ||
108 | # | ||
109 | # CONFIG_PERF_EVENTS is not set | ||
110 | # CONFIG_PERF_COUNTERS is not set | ||
111 | CONFIG_VM_EVENT_COUNTERS=y | ||
112 | CONFIG_SLUB_DEBUG=y | ||
113 | CONFIG_COMPAT_BRK=y | ||
114 | # CONFIG_SLAB is not set | ||
115 | CONFIG_SLUB=y | ||
116 | # CONFIG_PROFILING is not set | ||
117 | CONFIG_HAVE_OPROFILE=y | ||
118 | CONFIG_KPROBES=y | ||
119 | CONFIG_KRETPROBES=y | ||
120 | CONFIG_HAVE_KPROBES=y | ||
121 | CONFIG_HAVE_KRETPROBES=y | ||
122 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y | ||
123 | CONFIG_HAVE_CLK=y | ||
124 | |||
125 | # | ||
126 | # GCOV-based kernel profiling | ||
127 | # | ||
128 | # CONFIG_GCOV_KERNEL is not set | ||
129 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
130 | CONFIG_SLABINFO=y | ||
131 | CONFIG_RT_MUTEXES=y | ||
132 | CONFIG_BASE_SMALL=0 | ||
133 | CONFIG_MODULES=y | ||
134 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
135 | CONFIG_MODULE_UNLOAD=y | ||
136 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
137 | CONFIG_MODVERSIONS=y | ||
138 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
139 | CONFIG_BLOCK=y | ||
140 | # CONFIG_LBDAF is not set | ||
141 | # CONFIG_BLK_DEV_BSG is not set | ||
142 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
143 | |||
144 | # | ||
145 | # IO Schedulers | ||
146 | # | ||
147 | CONFIG_IOSCHED_NOOP=y | ||
148 | CONFIG_IOSCHED_DEADLINE=y | ||
149 | CONFIG_IOSCHED_CFQ=y | ||
150 | # CONFIG_DEFAULT_DEADLINE is not set | ||
151 | CONFIG_DEFAULT_CFQ=y | ||
152 | # CONFIG_DEFAULT_NOOP is not set | ||
153 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
154 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
155 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
156 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
157 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
158 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
159 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
160 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
161 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
162 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
163 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
164 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
165 | # CONFIG_INLINE_READ_LOCK is not set | ||
166 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
167 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
168 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
169 | CONFIG_INLINE_READ_UNLOCK=y | ||
170 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
171 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
172 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
173 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
174 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
175 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
176 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
177 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
178 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
179 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
180 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
181 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
182 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
183 | # CONFIG_FREEZER is not set | ||
184 | |||
185 | # | ||
186 | # System Type | ||
187 | # | ||
188 | CONFIG_MMU=y | ||
189 | # CONFIG_ARCH_AAEC2000 is not set | ||
190 | # CONFIG_ARCH_INTEGRATOR is not set | ||
191 | # CONFIG_ARCH_REALVIEW is not set | ||
192 | # CONFIG_ARCH_VERSATILE is not set | ||
193 | # CONFIG_ARCH_VEXPRESS is not set | ||
194 | # CONFIG_ARCH_AT91 is not set | ||
195 | # CONFIG_ARCH_BCMRING is not set | ||
196 | # CONFIG_ARCH_CLPS711X is not set | ||
197 | # CONFIG_ARCH_CNS3XXX is not set | ||
198 | # CONFIG_ARCH_GEMINI is not set | ||
199 | # CONFIG_ARCH_EBSA110 is not set | ||
200 | # CONFIG_ARCH_EP93XX is not set | ||
201 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
202 | # CONFIG_ARCH_MXC is not set | ||
203 | # CONFIG_ARCH_STMP3XXX is not set | ||
204 | # CONFIG_ARCH_NETX is not set | ||
205 | # CONFIG_ARCH_H720X is not set | ||
206 | # CONFIG_ARCH_IOP13XX is not set | ||
207 | # CONFIG_ARCH_IOP32X is not set | ||
208 | # CONFIG_ARCH_IOP33X is not set | ||
209 | # CONFIG_ARCH_IXP23XX is not set | ||
210 | # CONFIG_ARCH_IXP2000 is not set | ||
211 | # CONFIG_ARCH_IXP4XX is not set | ||
212 | # CONFIG_ARCH_DOVE is not set | ||
213 | # CONFIG_ARCH_KIRKWOOD is not set | ||
214 | # CONFIG_ARCH_LOKI is not set | ||
215 | # CONFIG_ARCH_LPC32XX is not set | ||
216 | # CONFIG_ARCH_MV78XX0 is not set | ||
217 | # CONFIG_ARCH_ORION5X is not set | ||
218 | # CONFIG_ARCH_MMP is not set | ||
219 | # CONFIG_ARCH_KS8695 is not set | ||
220 | # CONFIG_ARCH_NS9XXX is not set | ||
221 | # CONFIG_ARCH_W90X900 is not set | ||
222 | # CONFIG_ARCH_NUC93X is not set | ||
223 | # CONFIG_ARCH_TEGRA is not set | ||
224 | # CONFIG_ARCH_PNX4008 is not set | ||
225 | # CONFIG_ARCH_PXA is not set | ||
226 | # CONFIG_ARCH_MSM is not set | ||
227 | # CONFIG_ARCH_SHMOBILE is not set | ||
228 | # CONFIG_ARCH_RPC is not set | ||
229 | # CONFIG_ARCH_SA1100 is not set | ||
230 | # CONFIG_ARCH_S3C2410 is not set | ||
231 | # CONFIG_ARCH_S3C64XX is not set | ||
232 | # CONFIG_ARCH_S5P64X0 is not set | ||
233 | # CONFIG_ARCH_S5P6442 is not set | ||
234 | # CONFIG_ARCH_S5PC100 is not set | ||
235 | # CONFIG_ARCH_S5PV210 is not set | ||
236 | # CONFIG_ARCH_S5PV310 is not set | ||
237 | # CONFIG_ARCH_SHARK is not set | ||
238 | # CONFIG_ARCH_TCC_926 is not set | ||
239 | # CONFIG_ARCH_LH7A40X is not set | ||
240 | # CONFIG_ARCH_U300 is not set | ||
241 | # CONFIG_ARCH_U8500 is not set | ||
242 | # CONFIG_ARCH_NOMADIK is not set | ||
243 | # CONFIG_ARCH_DAVINCI is not set | ||
244 | CONFIG_ARCH_OMAP=y | ||
245 | # CONFIG_PLAT_SPEAR is not set | ||
246 | |||
247 | # | ||
248 | # TI OMAP Common Features | ||
249 | # | ||
250 | # CONFIG_ARCH_OMAP1 is not set | ||
251 | CONFIG_ARCH_OMAP2PLUS=y | ||
252 | |||
253 | # | ||
254 | # OMAP Feature Selections | ||
255 | # | ||
256 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
257 | CONFIG_OMAP_MUX=y | ||
258 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
259 | CONFIG_OMAP_MUX_WARNINGS=y | ||
260 | # CONFIG_OMAP_MCBSP is not set | ||
261 | # CONFIG_OMAP_MBOX_FWK is not set | ||
262 | CONFIG_OMAP_IOMMU=y | ||
263 | # CONFIG_OMAP_IOMMU_DEBUG is not set | ||
264 | CONFIG_OMAP_MPU_TIMER=y | ||
265 | # CONFIG_OMAP_32K_TIMER is not set | ||
266 | CONFIG_OMAP_DM_TIMER=y | ||
267 | # CONFIG_OMAP_PM_NONE is not set | ||
268 | CONFIG_OMAP_PM_NOOP=y | ||
269 | |||
270 | # | ||
271 | # TI OMAP2/3/4 Specific Features | ||
272 | # | ||
273 | CONFIG_ARCH_OMAP2PLUS_TYPICAL=y | ||
274 | # CONFIG_ARCH_OMAP2 is not set | ||
275 | # CONFIG_ARCH_OMAP3 is not set | ||
276 | # CONFIG_ARCH_OMAP4 is not set | ||
277 | CONFIG_ARCH_TI81XX=y | ||
278 | # CONFIG_ARCH_TI816X is not set | ||
279 | CONFIG_ARCH_TI814X=y | ||
280 | |||
281 | # | ||
282 | # OMAP Board Type | ||
283 | # | ||
284 | |||
285 | # | ||
286 | # TI81XX Board Type | ||
287 | # | ||
288 | CONFIG_MACH_TI8148EVM=y | ||
289 | |||
290 | # | ||
291 | # Processor Type | ||
292 | # | ||
293 | CONFIG_CPU_32v6K=y | ||
294 | CONFIG_CPU_V7=y | ||
295 | CONFIG_CPU_32v7=y | ||
296 | CONFIG_CPU_ABRT_EV7=y | ||
297 | CONFIG_CPU_PABRT_V7=y | ||
298 | CONFIG_CPU_CACHE_V7=y | ||
299 | CONFIG_CPU_CACHE_VIPT=y | ||
300 | CONFIG_CPU_COPY_V6=y | ||
301 | CONFIG_CPU_TLB_V7=y | ||
302 | CONFIG_CPU_HAS_ASID=y | ||
303 | CONFIG_CPU_CP15=y | ||
304 | CONFIG_CPU_CP15_MMU=y | ||
305 | |||
306 | # | ||
307 | # Processor Features | ||
308 | # | ||
309 | CONFIG_ARM_THUMB=y | ||
310 | # CONFIG_ARM_THUMBEE is not set | ||
311 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
312 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
313 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
314 | CONFIG_ARM_L1_CACHE_SHIFT=6 | ||
315 | CONFIG_ARM_DMA_MEM_BUFFERABLE=y | ||
316 | CONFIG_CPU_HAS_PMU=y | ||
317 | # CONFIG_ARM_ERRATA_430973 is not set | ||
318 | # CONFIG_ARM_ERRATA_458693 is not set | ||
319 | # CONFIG_ARM_ERRATA_460075 is not set | ||
320 | # CONFIG_ARM_ERRATA_743622 is not set | ||
321 | CONFIG_COMMON_CLKDEV=y | ||
322 | |||
323 | # | ||
324 | # Bus support | ||
325 | # | ||
326 | # CONFIG_PCI_SYSCALL is not set | ||
327 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
328 | # CONFIG_PCCARD is not set | ||
329 | |||
330 | # | ||
331 | # Kernel Features | ||
332 | # | ||
333 | CONFIG_TICK_ONESHOT=y | ||
334 | CONFIG_NO_HZ=y | ||
335 | CONFIG_HIGH_RES_TIMERS=y | ||
336 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
337 | CONFIG_VMSPLIT_3G=y | ||
338 | # CONFIG_VMSPLIT_2G is not set | ||
339 | # CONFIG_VMSPLIT_1G is not set | ||
340 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
341 | CONFIG_PREEMPT_NONE=y | ||
342 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
343 | # CONFIG_PREEMPT is not set | ||
344 | CONFIG_HZ=100 | ||
345 | # CONFIG_THUMB2_KERNEL is not set | ||
346 | CONFIG_AEABI=y | ||
347 | CONFIG_OABI_COMPAT=y | ||
348 | CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y | ||
349 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
350 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
351 | # CONFIG_HIGHMEM is not set | ||
352 | CONFIG_SELECT_MEMORY_MODEL=y | ||
353 | CONFIG_FLATMEM_MANUAL=y | ||
354 | CONFIG_FLATMEM=y | ||
355 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
356 | CONFIG_HAVE_MEMBLOCK=y | ||
357 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
358 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
359 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
360 | CONFIG_ZONE_DMA_FLAG=0 | ||
361 | CONFIG_VIRT_TO_BUS=y | ||
362 | # CONFIG_KSM is not set | ||
363 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
364 | CONFIG_NEED_PER_CPU_KM=y | ||
365 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
366 | # CONFIG_LEDS is not set | ||
367 | CONFIG_ALIGNMENT_TRAP=y | ||
368 | # CONFIG_UACCESS_WITH_MEMCPY is not set | ||
369 | # CONFIG_SECCOMP is not set | ||
370 | # CONFIG_CC_STACKPROTECTOR is not set | ||
371 | # CONFIG_DEPRECATED_PARAM_STRUCT is not set | ||
372 | |||
373 | # | ||
374 | # Boot options | ||
375 | # | ||
376 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
377 | CONFIG_ZBOOT_ROM_BSS=0 | ||
378 | CONFIG_CMDLINE="" | ||
379 | # CONFIG_XIP_KERNEL is not set | ||
380 | # CONFIG_KEXEC is not set | ||
381 | # CONFIG_AUTO_ZRELADDR is not set | ||
382 | |||
383 | # | ||
384 | # CPU Power Management | ||
385 | # | ||
386 | # CONFIG_CPU_FREQ is not set | ||
387 | # CONFIG_CPU_IDLE is not set | ||
388 | |||
389 | # | ||
390 | # Floating point emulation | ||
391 | # | ||
392 | |||
393 | # | ||
394 | # At least one emulation must be selected | ||
395 | # | ||
396 | CONFIG_FPE_NWFPE=y | ||
397 | # CONFIG_FPE_NWFPE_XP is not set | ||
398 | # CONFIG_FPE_FASTFPE is not set | ||
399 | CONFIG_VFP=y | ||
400 | CONFIG_VFPv3=y | ||
401 | CONFIG_NEON=y | ||
402 | |||
403 | # | ||
404 | # Userspace binary formats | ||
405 | # | ||
406 | CONFIG_BINFMT_ELF=y | ||
407 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
408 | CONFIG_HAVE_AOUT=y | ||
409 | # CONFIG_BINFMT_AOUT is not set | ||
410 | CONFIG_BINFMT_MISC=y | ||
411 | |||
412 | # | ||
413 | # Power management options | ||
414 | # | ||
415 | CONFIG_PM=y | ||
416 | CONFIG_PM_DEBUG=y | ||
417 | # CONFIG_PM_ADVANCED_DEBUG is not set | ||
418 | CONFIG_PM_VERBOSE=y | ||
419 | # CONFIG_SUSPEND is not set | ||
420 | # CONFIG_APM_EMULATION is not set | ||
421 | CONFIG_PM_RUNTIME=y | ||
422 | CONFIG_PM_OPS=y | ||
423 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
424 | CONFIG_NET=y | ||
425 | |||
426 | # | ||
427 | # Networking options | ||
428 | # | ||
429 | CONFIG_PACKET=y | ||
430 | CONFIG_UNIX=y | ||
431 | CONFIG_XFRM=y | ||
432 | # CONFIG_XFRM_USER is not set | ||
433 | # CONFIG_XFRM_SUB_POLICY is not set | ||
434 | # CONFIG_XFRM_MIGRATE is not set | ||
435 | # CONFIG_XFRM_STATISTICS is not set | ||
436 | # CONFIG_NET_KEY is not set | ||
437 | CONFIG_INET=y | ||
438 | # CONFIG_IP_MULTICAST is not set | ||
439 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
440 | CONFIG_IP_FIB_HASH=y | ||
441 | CONFIG_IP_PNP=y | ||
442 | CONFIG_IP_PNP_DHCP=y | ||
443 | CONFIG_IP_PNP_BOOTP=y | ||
444 | CONFIG_IP_PNP_RARP=y | ||
445 | # CONFIG_NET_IPIP is not set | ||
446 | # CONFIG_NET_IPGRE_DEMUX is not set | ||
447 | # CONFIG_ARPD is not set | ||
448 | # CONFIG_SYN_COOKIES is not set | ||
449 | # CONFIG_INET_AH is not set | ||
450 | # CONFIG_INET_ESP is not set | ||
451 | # CONFIG_INET_IPCOMP is not set | ||
452 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
453 | CONFIG_INET_TUNNEL=m | ||
454 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
455 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
456 | CONFIG_INET_XFRM_MODE_BEET=y | ||
457 | CONFIG_INET_LRO=y | ||
458 | CONFIG_INET_DIAG=y | ||
459 | CONFIG_INET_TCP_DIAG=y | ||
460 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
461 | CONFIG_TCP_CONG_CUBIC=y | ||
462 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
463 | # CONFIG_TCP_MD5SIG is not set | ||
464 | CONFIG_IPV6=m | ||
465 | # CONFIG_IPV6_PRIVACY is not set | ||
466 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
467 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
468 | # CONFIG_INET6_AH is not set | ||
469 | # CONFIG_INET6_ESP is not set | ||
470 | # CONFIG_INET6_IPCOMP is not set | ||
471 | # CONFIG_IPV6_MIP6 is not set | ||
472 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
473 | # CONFIG_INET6_TUNNEL is not set | ||
474 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
475 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
476 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
477 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
478 | CONFIG_IPV6_SIT=m | ||
479 | # CONFIG_IPV6_SIT_6RD is not set | ||
480 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
481 | # CONFIG_IPV6_TUNNEL is not set | ||
482 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
483 | # CONFIG_IPV6_MROUTE is not set | ||
484 | # CONFIG_NETLABEL is not set | ||
485 | # CONFIG_NETWORK_SECMARK is not set | ||
486 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set | ||
487 | # CONFIG_NETFILTER is not set | ||
488 | # CONFIG_IP_DCCP is not set | ||
489 | # CONFIG_IP_SCTP is not set | ||
490 | # CONFIG_RDS is not set | ||
491 | # CONFIG_TIPC is not set | ||
492 | # CONFIG_ATM is not set | ||
493 | # CONFIG_L2TP is not set | ||
494 | # CONFIG_BRIDGE is not set | ||
495 | # CONFIG_NET_DSA is not set | ||
496 | # CONFIG_VLAN_8021Q is not set | ||
497 | # CONFIG_DECNET is not set | ||
498 | # CONFIG_LLC2 is not set | ||
499 | # CONFIG_IPX is not set | ||
500 | # CONFIG_ATALK is not set | ||
501 | # CONFIG_X25 is not set | ||
502 | # CONFIG_LAPB is not set | ||
503 | # CONFIG_ECONET is not set | ||
504 | # CONFIG_WAN_ROUTER is not set | ||
505 | # CONFIG_PHONET is not set | ||
506 | # CONFIG_IEEE802154 is not set | ||
507 | # CONFIG_NET_SCHED is not set | ||
508 | # CONFIG_DCB is not set | ||
509 | CONFIG_DNS_RESOLVER=y | ||
510 | |||
511 | # | ||
512 | # Network testing | ||
513 | # | ||
514 | # CONFIG_NET_PKTGEN is not set | ||
515 | # CONFIG_NET_TCPPROBE is not set | ||
516 | # CONFIG_HAMRADIO is not set | ||
517 | # CONFIG_CAN is not set | ||
518 | # CONFIG_IRDA is not set | ||
519 | # CONFIG_BT is not set | ||
520 | # CONFIG_AF_RXRPC is not set | ||
521 | CONFIG_WIRELESS=y | ||
522 | # CONFIG_CFG80211 is not set | ||
523 | # CONFIG_LIB80211 is not set | ||
524 | |||
525 | # | ||
526 | # CFG80211 needs to be enabled for MAC80211 | ||
527 | # | ||
528 | |||
529 | # | ||
530 | # Some wireless drivers require a rate control algorithm | ||
531 | # | ||
532 | # CONFIG_WIMAX is not set | ||
533 | # CONFIG_RFKILL is not set | ||
534 | # CONFIG_NET_9P is not set | ||
535 | # CONFIG_CAIF is not set | ||
536 | # CONFIG_CEPH_LIB is not set | ||
537 | |||
538 | # | ||
539 | # Device Drivers | ||
540 | # | ||
541 | |||
542 | # | ||
543 | # Generic Driver Options | ||
544 | # | ||
545 | CONFIG_UEVENT_HELPER_PATH="" | ||
546 | CONFIG_DEVTMPFS=y | ||
547 | CONFIG_DEVTMPFS_MOUNT=y | ||
548 | CONFIG_STANDALONE=y | ||
549 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
550 | CONFIG_FW_LOADER=y | ||
551 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
552 | CONFIG_EXTRA_FIRMWARE="" | ||
553 | # CONFIG_DEBUG_DRIVER is not set | ||
554 | # CONFIG_DEBUG_DEVRES is not set | ||
555 | # CONFIG_SYS_HYPERVISOR is not set | ||
556 | # CONFIG_CONNECTOR is not set | ||
557 | CONFIG_MTD=y | ||
558 | # CONFIG_MTD_DEBUG is not set | ||
559 | # CONFIG_MTD_TESTS is not set | ||
560 | CONFIG_MTD_CONCAT=y | ||
561 | CONFIG_MTD_PARTITIONS=y | ||
562 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
563 | CONFIG_MTD_CMDLINE_PARTS=y | ||
564 | # CONFIG_MTD_AFS_PARTS is not set | ||
565 | # CONFIG_MTD_AR7_PARTS is not set | ||
566 | |||
567 | # | ||
568 | # User Modules And Translation Layers | ||
569 | # | ||
570 | CONFIG_MTD_CHAR=y | ||
571 | CONFIG_MTD_BLKDEVS=y | ||
572 | CONFIG_MTD_BLOCK=y | ||
573 | # CONFIG_FTL is not set | ||
574 | # CONFIG_NFTL is not set | ||
575 | # CONFIG_INFTL is not set | ||
576 | # CONFIG_RFD_FTL is not set | ||
577 | # CONFIG_SSFDC is not set | ||
578 | # CONFIG_SM_FTL is not set | ||
579 | # CONFIG_MTD_OOPS is not set | ||
580 | |||
581 | # | ||
582 | # RAM/ROM/Flash chip drivers | ||
583 | # | ||
584 | # CONFIG_MTD_CFI is not set | ||
585 | # CONFIG_MTD_JEDECPROBE is not set | ||
586 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
587 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
588 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
589 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
590 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
591 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
592 | CONFIG_MTD_CFI_I1=y | ||
593 | CONFIG_MTD_CFI_I2=y | ||
594 | # CONFIG_MTD_CFI_I4 is not set | ||
595 | # CONFIG_MTD_CFI_I8 is not set | ||
596 | # CONFIG_MTD_RAM is not set | ||
597 | # CONFIG_MTD_ROM is not set | ||
598 | # CONFIG_MTD_ABSENT is not set | ||
599 | |||
600 | # | ||
601 | # Mapping drivers for chip access | ||
602 | # | ||
603 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
604 | # CONFIG_MTD_PLATRAM is not set | ||
605 | |||
606 | # | ||
607 | # Self-contained MTD device drivers | ||
608 | # | ||
609 | # CONFIG_MTD_DATAFLASH is not set | ||
610 | CONFIG_MTD_M25P80=y | ||
611 | CONFIG_M25PXX_USE_FAST_READ=y | ||
612 | # CONFIG_MTD_SST25L is not set | ||
613 | # CONFIG_MTD_SLRAM is not set | ||
614 | # CONFIG_MTD_PHRAM is not set | ||
615 | # CONFIG_MTD_MTDRAM is not set | ||
616 | # CONFIG_MTD_BLOCK2MTD is not set | ||
617 | |||
618 | # | ||
619 | # Disk-On-Chip Device Drivers | ||
620 | # | ||
621 | # CONFIG_MTD_DOC2000 is not set | ||
622 | # CONFIG_MTD_DOC2001 is not set | ||
623 | # CONFIG_MTD_DOC2001PLUS is not set | ||
624 | CONFIG_MTD_NAND_ECC=y | ||
625 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
626 | CONFIG_MTD_NAND=y | ||
627 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
628 | # CONFIG_MTD_SM_COMMON is not set | ||
629 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
630 | # CONFIG_MTD_NAND_GPIO is not set | ||
631 | CONFIG_MTD_NAND_OMAP2=y | ||
632 | CONFIG_MTD_NAND_IDS=y | ||
633 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
634 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
635 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
636 | # CONFIG_MTD_ALAUDA is not set | ||
637 | # CONFIG_MTD_ONENAND is not set | ||
638 | |||
639 | # | ||
640 | # LPDDR flash memory drivers | ||
641 | # | ||
642 | # CONFIG_MTD_LPDDR is not set | ||
643 | # CONFIG_MTD_UBI is not set | ||
644 | # CONFIG_PARPORT is not set | ||
645 | CONFIG_BLK_DEV=y | ||
646 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
647 | CONFIG_BLK_DEV_LOOP=y | ||
648 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
649 | |||
650 | # | ||
651 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
652 | # | ||
653 | # CONFIG_BLK_DEV_NBD is not set | ||
654 | # CONFIG_BLK_DEV_UB is not set | ||
655 | CONFIG_BLK_DEV_RAM=y | ||
656 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
657 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
658 | # CONFIG_BLK_DEV_XIP is not set | ||
659 | # CONFIG_CDROM_PKTCDVD is not set | ||
660 | # CONFIG_ATA_OVER_ETH is not set | ||
661 | # CONFIG_MG_DISK is not set | ||
662 | # CONFIG_BLK_DEV_RBD is not set | ||
663 | CONFIG_MISC_DEVICES=y | ||
664 | # CONFIG_AD525X_DPOT is not set | ||
665 | # CONFIG_ICS932S401 is not set | ||
666 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
667 | # CONFIG_APDS9802ALS is not set | ||
668 | # CONFIG_ISL29003 is not set | ||
669 | # CONFIG_ISL29020 is not set | ||
670 | # CONFIG_SENSORS_TSL2550 is not set | ||
671 | # CONFIG_SENSORS_BH1780 is not set | ||
672 | # CONFIG_SENSORS_BH1770 is not set | ||
673 | # CONFIG_SENSORS_APDS990X is not set | ||
674 | # CONFIG_HMC6352 is not set | ||
675 | # CONFIG_DS1682 is not set | ||
676 | # CONFIG_TI_DAC7512 is not set | ||
677 | # CONFIG_BMP085 is not set | ||
678 | # CONFIG_C2PORT is not set | ||
679 | |||
680 | # | ||
681 | # EEPROM support | ||
682 | # | ||
683 | CONFIG_EEPROM_AT24=y | ||
684 | # CONFIG_EEPROM_AT25 is not set | ||
685 | # CONFIG_EEPROM_LEGACY is not set | ||
686 | # CONFIG_EEPROM_MAX6875 is not set | ||
687 | # CONFIG_EEPROM_93CX6 is not set | ||
688 | # CONFIG_IWMC3200TOP is not set | ||
689 | |||
690 | # | ||
691 | # Texas Instruments shared transport line discipline | ||
692 | # | ||
693 | CONFIG_HAVE_IDE=y | ||
694 | # CONFIG_IDE is not set | ||
695 | |||
696 | # | ||
697 | # SCSI device support | ||
698 | # | ||
699 | CONFIG_SCSI_MOD=y | ||
700 | # CONFIG_RAID_ATTRS is not set | ||
701 | CONFIG_SCSI=y | ||
702 | CONFIG_SCSI_DMA=y | ||
703 | # CONFIG_SCSI_TGT is not set | ||
704 | # CONFIG_SCSI_NETLINK is not set | ||
705 | CONFIG_SCSI_PROC_FS=y | ||
706 | |||
707 | # | ||
708 | # SCSI support type (disk, tape, CD-ROM) | ||
709 | # | ||
710 | CONFIG_BLK_DEV_SD=y | ||
711 | # CONFIG_CHR_DEV_ST is not set | ||
712 | # CONFIG_CHR_DEV_OSST is not set | ||
713 | CONFIG_BLK_DEV_SR=y | ||
714 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
715 | CONFIG_CHR_DEV_SG=y | ||
716 | # CONFIG_CHR_DEV_SCH is not set | ||
717 | # CONFIG_SCSI_MULTI_LUN is not set | ||
718 | # CONFIG_SCSI_CONSTANTS is not set | ||
719 | # CONFIG_SCSI_LOGGING is not set | ||
720 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
721 | CONFIG_SCSI_WAIT_SCAN=m | ||
722 | |||
723 | # | ||
724 | # SCSI Transports | ||
725 | # | ||
726 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
727 | # CONFIG_SCSI_FC_ATTRS is not set | ||
728 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
729 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
730 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
731 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
732 | # CONFIG_SCSI_LOWLEVEL is not set | ||
733 | # CONFIG_SCSI_DH is not set | ||
734 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
735 | CONFIG_ATA=y | ||
736 | # CONFIG_ATA_NONSTANDARD is not set | ||
737 | CONFIG_ATA_VERBOSE_ERROR=y | ||
738 | CONFIG_SATA_PMP=y | ||
739 | |||
740 | # | ||
741 | # Controllers with non-SFF native interface | ||
742 | # | ||
743 | CONFIG_SATA_AHCI_PLATFORM=y | ||
744 | # CONFIG_ATA_SFF is not set | ||
745 | # CONFIG_MD is not set | ||
746 | CONFIG_NETDEVICES=y | ||
747 | # CONFIG_DUMMY is not set | ||
748 | # CONFIG_BONDING is not set | ||
749 | # CONFIG_MACVLAN is not set | ||
750 | # CONFIG_EQUALIZER is not set | ||
751 | # CONFIG_TUN is not set | ||
752 | # CONFIG_VETH is not set | ||
753 | CONFIG_MII=y | ||
754 | CONFIG_PHYLIB=y | ||
755 | |||
756 | # | ||
757 | # MII PHY device drivers | ||
758 | # | ||
759 | # CONFIG_MARVELL_PHY is not set | ||
760 | # CONFIG_DAVICOM_PHY is not set | ||
761 | # CONFIG_QSEMI_PHY is not set | ||
762 | # CONFIG_LXT_PHY is not set | ||
763 | # CONFIG_CICADA_PHY is not set | ||
764 | # CONFIG_VITESSE_PHY is not set | ||
765 | # CONFIG_SMSC_PHY is not set | ||
766 | # CONFIG_BROADCOM_PHY is not set | ||
767 | # CONFIG_BCM63XX_PHY is not set | ||
768 | # CONFIG_ICPLUS_PHY is not set | ||
769 | # CONFIG_REALTEK_PHY is not set | ||
770 | # CONFIG_NATIONAL_PHY is not set | ||
771 | # CONFIG_STE10XP is not set | ||
772 | # CONFIG_LSI_ET1011C_PHY is not set | ||
773 | # CONFIG_MICREL_PHY is not set | ||
774 | # CONFIG_FIXED_PHY is not set | ||
775 | # CONFIG_MDIO_BITBANG is not set | ||
776 | # CONFIG_NET_ETHERNET is not set | ||
777 | CONFIG_NETDEV_1000=y | ||
778 | CONFIG_TI_DAVINCI_MDIO=y | ||
779 | CONFIG_TI_DAVINCI_CPDMA=y | ||
780 | CONFIG_TI_CPSW=y | ||
781 | # CONFIG_STMMAC_ETH is not set | ||
782 | # CONFIG_NETDEV_10000 is not set | ||
783 | # CONFIG_WLAN is not set | ||
784 | |||
785 | # | ||
786 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
787 | # | ||
788 | |||
789 | # | ||
790 | # USB Network Adapters | ||
791 | # | ||
792 | # CONFIG_USB_CATC is not set | ||
793 | # CONFIG_USB_KAWETH is not set | ||
794 | # CONFIG_USB_PEGASUS is not set | ||
795 | # CONFIG_USB_RTL8150 is not set | ||
796 | CONFIG_USB_USBNET=y | ||
797 | # CONFIG_USB_NET_AX8817X is not set | ||
798 | CONFIG_USB_NET_CDCETHER=y | ||
799 | # CONFIG_USB_NET_CDC_EEM is not set | ||
800 | CONFIG_USB_NET_DM9601=y | ||
801 | # CONFIG_USB_NET_SMSC75XX is not set | ||
802 | # CONFIG_USB_NET_SMSC95XX is not set | ||
803 | # CONFIG_USB_NET_GL620A is not set | ||
804 | # CONFIG_USB_NET_NET1080 is not set | ||
805 | # CONFIG_USB_NET_PLUSB is not set | ||
806 | # CONFIG_USB_NET_MCS7830 is not set | ||
807 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
808 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
809 | # CONFIG_USB_NET_ZAURUS is not set | ||
810 | # CONFIG_USB_NET_CX82310_ETH is not set | ||
811 | # CONFIG_USB_NET_INT51X1 is not set | ||
812 | # CONFIG_USB_IPHETH is not set | ||
813 | # CONFIG_USB_SIERRA_NET is not set | ||
814 | # CONFIG_WAN is not set | ||
815 | |||
816 | # | ||
817 | # CAIF transport drivers | ||
818 | # | ||
819 | # CONFIG_PPP is not set | ||
820 | # CONFIG_SLIP is not set | ||
821 | # CONFIG_NETCONSOLE is not set | ||
822 | # CONFIG_NETPOLL is not set | ||
823 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
824 | # CONFIG_ISDN is not set | ||
825 | # CONFIG_PHONE is not set | ||
826 | |||
827 | # | ||
828 | # Input device support | ||
829 | # | ||
830 | CONFIG_INPUT=y | ||
831 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
832 | # CONFIG_INPUT_POLLDEV is not set | ||
833 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
834 | |||
835 | # | ||
836 | # Userland interfaces | ||
837 | # | ||
838 | CONFIG_INPUT_MOUSEDEV=y | ||
839 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
840 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
841 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
842 | # CONFIG_INPUT_JOYDEV is not set | ||
843 | CONFIG_INPUT_EVDEV=y | ||
844 | # CONFIG_INPUT_EVBUG is not set | ||
845 | |||
846 | # | ||
847 | # Input Device Drivers | ||
848 | # | ||
849 | # CONFIG_INPUT_KEYBOARD is not set | ||
850 | # CONFIG_INPUT_MOUSE is not set | ||
851 | # CONFIG_INPUT_JOYSTICK is not set | ||
852 | # CONFIG_INPUT_TABLET is not set | ||
853 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
854 | # CONFIG_INPUT_MISC is not set | ||
855 | |||
856 | # | ||
857 | # Hardware I/O ports | ||
858 | # | ||
859 | CONFIG_SERIO=y | ||
860 | CONFIG_SERIO_SERPORT=y | ||
861 | # CONFIG_SERIO_RAW is not set | ||
862 | # CONFIG_SERIO_ALTERA_PS2 is not set | ||
863 | # CONFIG_SERIO_PS2MULT is not set | ||
864 | # CONFIG_GAMEPORT is not set | ||
865 | |||
866 | # | ||
867 | # Character devices | ||
868 | # | ||
869 | CONFIG_VT=y | ||
870 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
871 | CONFIG_VT_CONSOLE=y | ||
872 | CONFIG_HW_CONSOLE=y | ||
873 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
874 | CONFIG_DEVKMEM=y | ||
875 | CONFIG_SERIAL_NONSTANDARD=y | ||
876 | # CONFIG_N_HDLC is not set | ||
877 | # CONFIG_N_GSM is not set | ||
878 | # CONFIG_RISCOM8 is not set | ||
879 | # CONFIG_SPECIALIX is not set | ||
880 | # CONFIG_STALDRV is not set | ||
881 | |||
882 | # | ||
883 | # Serial drivers | ||
884 | # | ||
885 | CONFIG_SERIAL_8250=y | ||
886 | CONFIG_SERIAL_8250_CONSOLE=y | ||
887 | CONFIG_SERIAL_8250_NR_UARTS=64 | ||
888 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
889 | CONFIG_SERIAL_8250_EXTENDED=y | ||
890 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
891 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
892 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
893 | CONFIG_SERIAL_8250_RSA=y | ||
894 | |||
895 | # | ||
896 | # Non-8250 serial port support | ||
897 | # | ||
898 | # CONFIG_SERIAL_MAX3100 is not set | ||
899 | # CONFIG_SERIAL_MAX3107 is not set | ||
900 | CONFIG_SERIAL_CORE=y | ||
901 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
902 | CONFIG_SERIAL_OMAP=y | ||
903 | CONFIG_SERIAL_OMAP_CONSOLE=y | ||
904 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
905 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set | ||
906 | # CONFIG_SERIAL_ALTERA_UART is not set | ||
907 | CONFIG_UNIX98_PTYS=y | ||
908 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
909 | # CONFIG_LEGACY_PTYS is not set | ||
910 | # CONFIG_IPMI_HANDLER is not set | ||
911 | # CONFIG_HW_RANDOM is not set | ||
912 | # CONFIG_R3964 is not set | ||
913 | # CONFIG_RAW_DRIVER is not set | ||
914 | # CONFIG_TCG_TPM is not set | ||
915 | # CONFIG_RAMOOPS is not set | ||
916 | CONFIG_I2C=y | ||
917 | CONFIG_I2C_BOARDINFO=y | ||
918 | CONFIG_I2C_COMPAT=y | ||
919 | CONFIG_I2C_CHARDEV=y | ||
920 | # CONFIG_I2C_MUX is not set | ||
921 | CONFIG_I2C_HELPER_AUTO=y | ||
922 | |||
923 | # | ||
924 | # I2C Hardware Bus support | ||
925 | # | ||
926 | |||
927 | # | ||
928 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
929 | # | ||
930 | # CONFIG_I2C_DESIGNWARE is not set | ||
931 | # CONFIG_I2C_GPIO is not set | ||
932 | # CONFIG_I2C_OCORES is not set | ||
933 | CONFIG_I2C_OMAP=y | ||
934 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
935 | # CONFIG_I2C_SIMTEC is not set | ||
936 | # CONFIG_I2C_XILINX is not set | ||
937 | |||
938 | # | ||
939 | # External I2C/SMBus adapter drivers | ||
940 | # | ||
941 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
942 | # CONFIG_I2C_TAOS_EVM is not set | ||
943 | # CONFIG_I2C_TINY_USB is not set | ||
944 | |||
945 | # | ||
946 | # Other I2C/SMBus bus drivers | ||
947 | # | ||
948 | # CONFIG_I2C_STUB is not set | ||
949 | # CONFIG_I2C_DEBUG_CORE is not set | ||
950 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
951 | # CONFIG_I2C_DEBUG_BUS is not set | ||
952 | CONFIG_SPI=y | ||
953 | # CONFIG_SPI_DEBUG is not set | ||
954 | CONFIG_SPI_MASTER=y | ||
955 | |||
956 | # | ||
957 | # SPI Master Controller Drivers | ||
958 | # | ||
959 | # CONFIG_SPI_BITBANG is not set | ||
960 | # CONFIG_SPI_GPIO is not set | ||
961 | CONFIG_SPI_OMAP24XX=y | ||
962 | # CONFIG_SPI_XILINX is not set | ||
963 | # CONFIG_SPI_DESIGNWARE is not set | ||
964 | |||
965 | # | ||
966 | # SPI Protocol Masters | ||
967 | # | ||
968 | # CONFIG_SPI_SPIDEV is not set | ||
969 | # CONFIG_SPI_TLE62X0 is not set | ||
970 | |||
971 | # | ||
972 | # PPS support | ||
973 | # | ||
974 | # CONFIG_PPS is not set | ||
975 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
976 | CONFIG_GPIOLIB=y | ||
977 | # CONFIG_DEBUG_GPIO is not set | ||
978 | # CONFIG_GPIO_SYSFS is not set | ||
979 | |||
980 | # | ||
981 | # Memory mapped GPIO expanders: | ||
982 | # | ||
983 | # CONFIG_GPIO_BASIC_MMIO is not set | ||
984 | # CONFIG_GPIO_IT8761E is not set | ||
985 | # CONFIG_GPIO_VX855 is not set | ||
986 | |||
987 | # | ||
988 | # I2C GPIO expanders: | ||
989 | # | ||
990 | # CONFIG_GPIO_MAX7300 is not set | ||
991 | # CONFIG_GPIO_MAX732X is not set | ||
992 | # CONFIG_GPIO_PCA953X is not set | ||
993 | # CONFIG_GPIO_PCF857X is not set | ||
994 | # CONFIG_GPIO_SX150X is not set | ||
995 | # CONFIG_GPIO_ADP5588 is not set | ||
996 | |||
997 | # | ||
998 | # PCI GPIO expanders: | ||
999 | # | ||
1000 | |||
1001 | # | ||
1002 | # SPI GPIO expanders: | ||
1003 | # | ||
1004 | # CONFIG_GPIO_MAX7301 is not set | ||
1005 | # CONFIG_GPIO_MCP23S08 is not set | ||
1006 | # CONFIG_GPIO_MC33880 is not set | ||
1007 | # CONFIG_GPIO_74X164 is not set | ||
1008 | |||
1009 | # | ||
1010 | # AC97 GPIO expanders: | ||
1011 | # | ||
1012 | |||
1013 | # | ||
1014 | # MODULbus GPIO expanders: | ||
1015 | # | ||
1016 | # CONFIG_W1 is not set | ||
1017 | # CONFIG_POWER_SUPPLY is not set | ||
1018 | # CONFIG_HWMON is not set | ||
1019 | # CONFIG_THERMAL is not set | ||
1020 | CONFIG_WATCHDOG=y | ||
1021 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
1022 | |||
1023 | # | ||
1024 | # Watchdog Device Drivers | ||
1025 | # | ||
1026 | # CONFIG_SOFT_WATCHDOG is not set | ||
1027 | CONFIG_OMAP_WATCHDOG=y | ||
1028 | # CONFIG_MAX63XX_WATCHDOG is not set | ||
1029 | |||
1030 | # | ||
1031 | # USB-based Watchdog Cards | ||
1032 | # | ||
1033 | # CONFIG_USBPCWATCHDOG is not set | ||
1034 | CONFIG_SSB_POSSIBLE=y | ||
1035 | |||
1036 | # | ||
1037 | # Sonics Silicon Backplane | ||
1038 | # | ||
1039 | CONFIG_SSB=m | ||
1040 | CONFIG_SSB_SDIOHOST_POSSIBLE=y | ||
1041 | # CONFIG_SSB_SDIOHOST is not set | ||
1042 | # CONFIG_SSB_DEBUG is not set | ||
1043 | CONFIG_MFD_SUPPORT=y | ||
1044 | # CONFIG_MFD_CORE is not set | ||
1045 | # CONFIG_MFD_88PM860X is not set | ||
1046 | # CONFIG_MFD_SM501 is not set | ||
1047 | # CONFIG_MFD_ASIC3 is not set | ||
1048 | # CONFIG_HTC_EGPIO is not set | ||
1049 | # CONFIG_HTC_PASIC3 is not set | ||
1050 | # CONFIG_HTC_I2CPLD is not set | ||
1051 | # CONFIG_TPS65010 is not set | ||
1052 | # CONFIG_TPS6507X is not set | ||
1053 | # CONFIG_TWL4030_CORE is not set | ||
1054 | # CONFIG_MFD_STMPE is not set | ||
1055 | # CONFIG_MFD_TC35892 is not set | ||
1056 | # CONFIG_MFD_TMIO is not set | ||
1057 | # CONFIG_MFD_T7L66XB is not set | ||
1058 | # CONFIG_MFD_TC6387XB is not set | ||
1059 | # CONFIG_MFD_TC6393XB is not set | ||
1060 | # CONFIG_PMIC_DA903X is not set | ||
1061 | # CONFIG_PMIC_ADP5520 is not set | ||
1062 | # CONFIG_MFD_MAX8925 is not set | ||
1063 | # CONFIG_MFD_MAX8998 is not set | ||
1064 | # CONFIG_MFD_WM8400 is not set | ||
1065 | # CONFIG_MFD_WM831X_I2C is not set | ||
1066 | # CONFIG_MFD_WM831X_SPI is not set | ||
1067 | # CONFIG_MFD_WM8350_I2C is not set | ||
1068 | # CONFIG_MFD_WM8994 is not set | ||
1069 | # CONFIG_MFD_PCF50633 is not set | ||
1070 | # CONFIG_MFD_MC13XXX is not set | ||
1071 | # CONFIG_ABX500_CORE is not set | ||
1072 | # CONFIG_EZX_PCAP is not set | ||
1073 | # CONFIG_MFD_TPS6586X is not set | ||
1074 | CONFIG_REGULATOR=y | ||
1075 | # CONFIG_REGULATOR_DEBUG is not set | ||
1076 | CONFIG_REGULATOR_DUMMY=y | ||
1077 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1078 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1079 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set | ||
1080 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1081 | # CONFIG_REGULATOR_MAX1586 is not set | ||
1082 | # CONFIG_REGULATOR_MAX8649 is not set | ||
1083 | # CONFIG_REGULATOR_MAX8660 is not set | ||
1084 | # CONFIG_REGULATOR_MAX8952 is not set | ||
1085 | # CONFIG_REGULATOR_LP3971 is not set | ||
1086 | # CONFIG_REGULATOR_LP3972 is not set | ||
1087 | # CONFIG_REGULATOR_TPS65023 is not set | ||
1088 | # CONFIG_REGULATOR_TPS6507X is not set | ||
1089 | # CONFIG_REGULATOR_ISL6271A is not set | ||
1090 | # CONFIG_REGULATOR_AD5398 is not set | ||
1091 | CONFIG_MEDIA_SUPPORT=y | ||
1092 | |||
1093 | # | ||
1094 | # Multimedia core support | ||
1095 | # | ||
1096 | # CONFIG_MEDIA_CONTROLLER is not set | ||
1097 | CONFIG_VIDEO_DEV=y | ||
1098 | CONFIG_VIDEO_V4L2_COMMON=y | ||
1099 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
1100 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1101 | # CONFIG_DVB_CORE is not set | ||
1102 | CONFIG_VIDEO_MEDIA=y | ||
1103 | |||
1104 | # | ||
1105 | # Multimedia drivers | ||
1106 | # | ||
1107 | # CONFIG_IR_CORE is not set | ||
1108 | # CONFIG_MEDIA_ATTACH is not set | ||
1109 | CONFIG_MEDIA_TUNER=y | ||
1110 | # CONFIG_MEDIA_TUNER_CUSTOMISE is not set | ||
1111 | CONFIG_MEDIA_TUNER_SIMPLE=y | ||
1112 | CONFIG_MEDIA_TUNER_TDA8290=y | ||
1113 | CONFIG_MEDIA_TUNER_TDA827X=y | ||
1114 | CONFIG_MEDIA_TUNER_TDA18271=y | ||
1115 | CONFIG_MEDIA_TUNER_TDA9887=y | ||
1116 | CONFIG_MEDIA_TUNER_TEA5761=y | ||
1117 | CONFIG_MEDIA_TUNER_TEA5767=y | ||
1118 | CONFIG_MEDIA_TUNER_MT20XX=y | ||
1119 | CONFIG_MEDIA_TUNER_XC2028=y | ||
1120 | CONFIG_MEDIA_TUNER_XC5000=y | ||
1121 | CONFIG_MEDIA_TUNER_MC44S803=y | ||
1122 | CONFIG_VIDEO_V4L2=y | ||
1123 | CONFIG_VIDEO_V4L1=y | ||
1124 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1125 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1126 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1127 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
1128 | |||
1129 | # | ||
1130 | # Encoders/decoders and other helper chips | ||
1131 | # | ||
1132 | |||
1133 | # | ||
1134 | # Audio decoders | ||
1135 | # | ||
1136 | # CONFIG_VIDEO_TVAUDIO is not set | ||
1137 | # CONFIG_VIDEO_TDA7432 is not set | ||
1138 | # CONFIG_VIDEO_TDA9840 is not set | ||
1139 | # CONFIG_VIDEO_TDA9875 is not set | ||
1140 | # CONFIG_VIDEO_TEA6415C is not set | ||
1141 | # CONFIG_VIDEO_TEA6420 is not set | ||
1142 | # CONFIG_VIDEO_MSP3400 is not set | ||
1143 | # CONFIG_VIDEO_CS5345 is not set | ||
1144 | # CONFIG_VIDEO_CS53L32A is not set | ||
1145 | # CONFIG_VIDEO_M52790 is not set | ||
1146 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
1147 | # CONFIG_VIDEO_WM8775 is not set | ||
1148 | # CONFIG_VIDEO_WM8739 is not set | ||
1149 | # CONFIG_VIDEO_VP27SMPX is not set | ||
1150 | |||
1151 | # | ||
1152 | # RDS decoders | ||
1153 | # | ||
1154 | # CONFIG_VIDEO_SAA6588 is not set | ||
1155 | |||
1156 | # | ||
1157 | # Video decoders | ||
1158 | # | ||
1159 | # CONFIG_VIDEO_ADV7180 is not set | ||
1160 | # CONFIG_VIDEO_BT819 is not set | ||
1161 | # CONFIG_VIDEO_BT856 is not set | ||
1162 | # CONFIG_VIDEO_BT866 is not set | ||
1163 | # CONFIG_VIDEO_KS0127 is not set | ||
1164 | # CONFIG_VIDEO_OV7670 is not set | ||
1165 | # CONFIG_VIDEO_MT9T001 is not set | ||
1166 | # CONFIG_VIDEO_MT9V011 is not set | ||
1167 | # CONFIG_VIDEO_MT9V113 is not set | ||
1168 | # CONFIG_VIDEO_TCM825X is not set | ||
1169 | # CONFIG_VIDEO_SAA7110 is not set | ||
1170 | # CONFIG_VIDEO_SAA711X is not set | ||
1171 | # CONFIG_VIDEO_SAA717X is not set | ||
1172 | # CONFIG_VIDEO_SAA7191 is not set | ||
1173 | # CONFIG_VIDEO_TVP514X is not set | ||
1174 | # CONFIG_VIDEO_TVP5150 is not set | ||
1175 | # CONFIG_VIDEO_TVP7002 is not set | ||
1176 | # CONFIG_VIDEO_VPX3220 is not set | ||
1177 | |||
1178 | # | ||
1179 | # Video and audio decoders | ||
1180 | # | ||
1181 | # CONFIG_VIDEO_CX25840 is not set | ||
1182 | |||
1183 | # | ||
1184 | # MPEG video encoders | ||
1185 | # | ||
1186 | # CONFIG_VIDEO_CX2341X is not set | ||
1187 | |||
1188 | # | ||
1189 | # Video encoders | ||
1190 | # | ||
1191 | # CONFIG_VIDEO_SAA7127 is not set | ||
1192 | # CONFIG_VIDEO_SAA7185 is not set | ||
1193 | # CONFIG_VIDEO_ADV7170 is not set | ||
1194 | # CONFIG_VIDEO_ADV7175 is not set | ||
1195 | # CONFIG_VIDEO_THS7303 is not set | ||
1196 | # CONFIG_VIDEO_ADV7343 is not set | ||
1197 | # CONFIG_VIDEO_AK881X is not set | ||
1198 | |||
1199 | # | ||
1200 | # Video improvement chips | ||
1201 | # | ||
1202 | # CONFIG_VIDEO_UPD64031A is not set | ||
1203 | # CONFIG_VIDEO_UPD64083 is not set | ||
1204 | # CONFIG_VIDEO_CPIA2 is not set | ||
1205 | # CONFIG_VIDEO_SR030PC30 is not set | ||
1206 | # CONFIG_SOC_CAMERA is not set | ||
1207 | CONFIG_V4L_USB_DRIVERS=y | ||
1208 | CONFIG_USB_VIDEO_CLASS=y | ||
1209 | CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y | ||
1210 | # CONFIG_USB_GSPCA is not set | ||
1211 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
1212 | # CONFIG_VIDEO_HDPVR is not set | ||
1213 | # CONFIG_VIDEO_USBVISION is not set | ||
1214 | # CONFIG_USB_VICAM is not set | ||
1215 | # CONFIG_USB_IBMCAM is not set | ||
1216 | # CONFIG_USB_KONICAWC is not set | ||
1217 | # CONFIG_USB_ET61X251 is not set | ||
1218 | # CONFIG_USB_SE401 is not set | ||
1219 | # CONFIG_USB_SN9C102 is not set | ||
1220 | # CONFIG_USB_PWC is not set | ||
1221 | # CONFIG_USB_ZR364XX is not set | ||
1222 | # CONFIG_USB_STKWEBCAM is not set | ||
1223 | # CONFIG_USB_S2255 is not set | ||
1224 | # CONFIG_V4L_MEM2MEM_DRIVERS is not set | ||
1225 | # CONFIG_RADIO_ADAPTERS is not set | ||
1226 | # CONFIG_DAB is not set | ||
1227 | CONFIG_HAVE_TI_TILER=y | ||
1228 | # CONFIG_TI_TILER is not set | ||
1229 | CONFIG_VIDEO_TI81XX_VIDOUT=m | ||
1230 | |||
1231 | # | ||
1232 | # Graphics support | ||
1233 | # | ||
1234 | # CONFIG_DRM is not set | ||
1235 | # CONFIG_VGASTATE is not set | ||
1236 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1237 | CONFIG_FB=y | ||
1238 | # CONFIG_FIRMWARE_EDID is not set | ||
1239 | # CONFIG_FB_DDC is not set | ||
1240 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
1241 | CONFIG_FB_CFB_FILLRECT=y | ||
1242 | CONFIG_FB_CFB_COPYAREA=y | ||
1243 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
1244 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
1245 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1246 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1247 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1248 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
1249 | # CONFIG_FB_SYS_FOPS is not set | ||
1250 | # CONFIG_FB_SVGALIB is not set | ||
1251 | # CONFIG_FB_MACMODES is not set | ||
1252 | # CONFIG_FB_BACKLIGHT is not set | ||
1253 | # CONFIG_FB_MODE_HELPERS is not set | ||
1254 | # CONFIG_FB_TILEBLITTING is not set | ||
1255 | |||
1256 | # | ||
1257 | # Frame buffer hardware drivers | ||
1258 | # | ||
1259 | CONFIG_TI81XX_VPSS=m | ||
1260 | CONFIG_TI81XX_VPSS_DEBUG_SUPPORT=y | ||
1261 | CONFIG_TI81XX_VPSS_VRAM_SIZE=50 | ||
1262 | CONFIG_FB_TI81XX=m | ||
1263 | CONFIG_FB_TI81XX_DEBUG_SUPPORT=y | ||
1264 | CONFIG_FB_TI81XX_NUM_FBS=3 | ||
1265 | # CONFIG_FB_S1D13XXX is not set | ||
1266 | # CONFIG_FB_VIRTUAL is not set | ||
1267 | # CONFIG_FB_METRONOME is not set | ||
1268 | # CONFIG_FB_MB862XX is not set | ||
1269 | # CONFIG_FB_BROADSHEET is not set | ||
1270 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1271 | |||
1272 | # | ||
1273 | # TI81XX Display Device Drivers | ||
1274 | # | ||
1275 | CONFIG_TI81XX_HDMI=m | ||
1276 | |||
1277 | # | ||
1278 | # Display device support | ||
1279 | # | ||
1280 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1281 | |||
1282 | # | ||
1283 | # Console display driver support | ||
1284 | # | ||
1285 | CONFIG_DUMMY_CONSOLE=y | ||
1286 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
1287 | # CONFIG_LOGO is not set | ||
1288 | CONFIG_SOUND=y | ||
1289 | # CONFIG_SOUND_OSS_CORE is not set | ||
1290 | CONFIG_SND=y | ||
1291 | CONFIG_SND_TIMER=y | ||
1292 | CONFIG_SND_PCM=y | ||
1293 | CONFIG_SND_HWDEP=y | ||
1294 | CONFIG_SND_RAWMIDI=y | ||
1295 | CONFIG_SND_JACK=y | ||
1296 | # CONFIG_SND_SEQUENCER is not set | ||
1297 | # CONFIG_SND_MIXER_OSS is not set | ||
1298 | # CONFIG_SND_PCM_OSS is not set | ||
1299 | # CONFIG_SND_HRTIMER is not set | ||
1300 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1301 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1302 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1303 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1304 | # CONFIG_SND_DEBUG is not set | ||
1305 | # CONFIG_SND_RAWMIDI_SEQ is not set | ||
1306 | # CONFIG_SND_OPL3_LIB_SEQ is not set | ||
1307 | # CONFIG_SND_OPL4_LIB_SEQ is not set | ||
1308 | # CONFIG_SND_SBAWE_SEQ is not set | ||
1309 | # CONFIG_SND_EMU10K1_SEQ is not set | ||
1310 | # CONFIG_SND_DRIVERS is not set | ||
1311 | # CONFIG_SND_ARM is not set | ||
1312 | # CONFIG_SND_SPI is not set | ||
1313 | CONFIG_SND_USB=y | ||
1314 | CONFIG_SND_USB_AUDIO=y | ||
1315 | # CONFIG_SND_USB_UA101 is not set | ||
1316 | # CONFIG_SND_USB_CAIAQ is not set | ||
1317 | CONFIG_SND_SOC=y | ||
1318 | CONFIG_SND_TI81XX_SOC=y | ||
1319 | CONFIG_SND_DAVINCI_SOC_MCASP=y | ||
1320 | CONFIG_SND_TI81XX_SOC_EVM=y | ||
1321 | # CONFIG_SND_OMAP_SOC is not set | ||
1322 | CONFIG_SND_SOC_I2C_AND_SPI=y | ||
1323 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1324 | CONFIG_SND_SOC_TLV320AIC3X=y | ||
1325 | # CONFIG_SOUND_PRIME is not set | ||
1326 | CONFIG_HID_SUPPORT=y | ||
1327 | CONFIG_HID=y | ||
1328 | # CONFIG_HIDRAW is not set | ||
1329 | |||
1330 | # | ||
1331 | # USB Input Devices | ||
1332 | # | ||
1333 | CONFIG_USB_HID=y | ||
1334 | # CONFIG_HID_PID is not set | ||
1335 | # CONFIG_USB_HIDDEV is not set | ||
1336 | |||
1337 | # | ||
1338 | # Special HID drivers | ||
1339 | # | ||
1340 | # CONFIG_HID_3M_PCT is not set | ||
1341 | CONFIG_HID_A4TECH=y | ||
1342 | # CONFIG_HID_ACRUX_FF is not set | ||
1343 | CONFIG_HID_APPLE=y | ||
1344 | CONFIG_HID_BELKIN=y | ||
1345 | # CONFIG_HID_CANDO is not set | ||
1346 | CONFIG_HID_CHERRY=y | ||
1347 | CONFIG_HID_CHICONY=y | ||
1348 | # CONFIG_HID_PRODIKEYS is not set | ||
1349 | CONFIG_HID_CYPRESS=y | ||
1350 | # CONFIG_HID_DRAGONRISE is not set | ||
1351 | # CONFIG_HID_EGALAX is not set | ||
1352 | CONFIG_HID_EZKEY=y | ||
1353 | CONFIG_HID_KYE=y | ||
1354 | # CONFIG_HID_UCLOGIC is not set | ||
1355 | # CONFIG_HID_WALTOP is not set | ||
1356 | # CONFIG_HID_GYRATION is not set | ||
1357 | # CONFIG_HID_TWINHAN is not set | ||
1358 | CONFIG_HID_KENSINGTON=y | ||
1359 | CONFIG_HID_LOGITECH=y | ||
1360 | # CONFIG_LOGITECH_FF is not set | ||
1361 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1362 | # CONFIG_LOGIG940_FF is not set | ||
1363 | # CONFIG_LOGIWII_FF is not set | ||
1364 | CONFIG_HID_MICROSOFT=y | ||
1365 | # CONFIG_HID_MOSART is not set | ||
1366 | CONFIG_HID_MONTEREY=y | ||
1367 | # CONFIG_HID_NTRIG is not set | ||
1368 | # CONFIG_HID_ORTEK is not set | ||
1369 | # CONFIG_HID_PANTHERLORD is not set | ||
1370 | # CONFIG_HID_PETALYNX is not set | ||
1371 | # CONFIG_HID_PICOLCD is not set | ||
1372 | # CONFIG_HID_QUANTA is not set | ||
1373 | # CONFIG_HID_ROCCAT is not set | ||
1374 | # CONFIG_HID_ROCCAT_KONE is not set | ||
1375 | # CONFIG_HID_ROCCAT_PYRA is not set | ||
1376 | # CONFIG_HID_SAMSUNG is not set | ||
1377 | # CONFIG_HID_SONY is not set | ||
1378 | # CONFIG_HID_STANTUM is not set | ||
1379 | # CONFIG_HID_SUNPLUS is not set | ||
1380 | # CONFIG_HID_GREENASIA is not set | ||
1381 | # CONFIG_HID_SMARTJOYPLUS is not set | ||
1382 | # CONFIG_HID_TOPSEED is not set | ||
1383 | # CONFIG_HID_THRUSTMASTER is not set | ||
1384 | # CONFIG_HID_ZEROPLUS is not set | ||
1385 | # CONFIG_HID_ZYDACRON is not set | ||
1386 | CONFIG_USB_SUPPORT=y | ||
1387 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1388 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1389 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1390 | CONFIG_USB=y | ||
1391 | # CONFIG_USB_DEBUG is not set | ||
1392 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
1393 | |||
1394 | # | ||
1395 | # Miscellaneous USB options | ||
1396 | # | ||
1397 | CONFIG_USB_DEVICEFS=y | ||
1398 | CONFIG_USB_DEVICE_CLASS=y | ||
1399 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1400 | CONFIG_USB_SUSPEND=y | ||
1401 | # CONFIG_USB_OTG is not set | ||
1402 | # CONFIG_USB_MON is not set | ||
1403 | # CONFIG_USB_WUSB is not set | ||
1404 | # CONFIG_USB_WUSB_CBAF is not set | ||
1405 | |||
1406 | # | ||
1407 | # USB Host Controller Drivers | ||
1408 | # | ||
1409 | # CONFIG_USB_C67X00_HCD is not set | ||
1410 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1411 | # CONFIG_USB_ISP116X_HCD is not set | ||
1412 | # CONFIG_USB_ISP1760_HCD is not set | ||
1413 | # CONFIG_USB_ISP1362_HCD is not set | ||
1414 | # CONFIG_USB_OHCI_HCD is not set | ||
1415 | # CONFIG_USB_SL811_HCD is not set | ||
1416 | # CONFIG_USB_R8A66597_HCD is not set | ||
1417 | # CONFIG_USB_HWA_HCD is not set | ||
1418 | CONFIG_USB_MUSB_HDRC=y | ||
1419 | |||
1420 | # | ||
1421 | # Platform Glue Layer | ||
1422 | # | ||
1423 | # CONFIG_USB_MUSB_TUSB6010_GLUE is not set | ||
1424 | # CONFIG_USB_MUSB_OMAP2PLUS_GLUE is not set | ||
1425 | # CONFIG_USB_MUSB_AM35X_GLUE is not set | ||
1426 | CONFIG_USB_MUSB_TI81XX_GLUE=y | ||
1427 | # CONFIG_USB_MUSB_DAVINCI is not set | ||
1428 | # CONFIG_USB_MUSB_DA8XX is not set | ||
1429 | # CONFIG_USB_MUSB_TUSB6010 is not set | ||
1430 | # CONFIG_USB_MUSB_OMAP2PLUS is not set | ||
1431 | # CONFIG_USB_MUSB_AM35X is not set | ||
1432 | CONFIG_USB_MUSB_TI81XX=y | ||
1433 | # CONFIG_USB_MUSB_BLACKFIN is not set | ||
1434 | # CONFIG_USB_MUSB_UX500 is not set | ||
1435 | CONFIG_USB_MUSB_HOST=y | ||
1436 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1437 | # CONFIG_MUSB_PIO_ONLY is not set | ||
1438 | # CONFIG_USB_INVENTRA_DMA_HW is not set | ||
1439 | # CONFIG_USB_TI_CPPI_DMA_HW is not set | ||
1440 | CONFIG_USB_TI_CPPI41_DMA_HW=y | ||
1441 | # CONFIG_USB_INVENTRA_DMA is not set | ||
1442 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
1443 | CONFIG_USB_TI_CPPI41_DMA=y | ||
1444 | # CONFIG_USB_TUSB_OMAP_DMA is not set | ||
1445 | CONFIG_USB_MUSB_DEBUG=y | ||
1446 | |||
1447 | # | ||
1448 | # USB Device Class drivers | ||
1449 | # | ||
1450 | # CONFIG_USB_ACM is not set | ||
1451 | # CONFIG_USB_PRINTER is not set | ||
1452 | # CONFIG_USB_WDM is not set | ||
1453 | # CONFIG_USB_TMC is not set | ||
1454 | |||
1455 | # | ||
1456 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may | ||
1457 | # | ||
1458 | |||
1459 | # | ||
1460 | # also be needed; see USB_STORAGE Help for more info | ||
1461 | # | ||
1462 | CONFIG_USB_STORAGE=y | ||
1463 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1464 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1465 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1466 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1467 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1468 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1469 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1470 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1471 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1472 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1473 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1474 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1475 | # CONFIG_USB_UAS is not set | ||
1476 | # CONFIG_USB_LIBUSUAL is not set | ||
1477 | |||
1478 | # | ||
1479 | # USB Imaging devices | ||
1480 | # | ||
1481 | # CONFIG_USB_MDC800 is not set | ||
1482 | # CONFIG_USB_MICROTEK is not set | ||
1483 | |||
1484 | # | ||
1485 | # USB port drivers | ||
1486 | # | ||
1487 | # CONFIG_USB_SERIAL is not set | ||
1488 | |||
1489 | # | ||
1490 | # USB Miscellaneous drivers | ||
1491 | # | ||
1492 | # CONFIG_USB_EMI62 is not set | ||
1493 | # CONFIG_USB_EMI26 is not set | ||
1494 | # CONFIG_USB_ADUTUX is not set | ||
1495 | # CONFIG_USB_SEVSEG is not set | ||
1496 | # CONFIG_USB_RIO500 is not set | ||
1497 | # CONFIG_USB_LEGOTOWER is not set | ||
1498 | # CONFIG_USB_LCD is not set | ||
1499 | # CONFIG_USB_LED is not set | ||
1500 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1501 | # CONFIG_USB_CYTHERM is not set | ||
1502 | # CONFIG_USB_IDMOUSE is not set | ||
1503 | # CONFIG_USB_FTDI_ELAN is not set | ||
1504 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1505 | # CONFIG_USB_SISUSBVGA is not set | ||
1506 | # CONFIG_USB_LD is not set | ||
1507 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1508 | # CONFIG_USB_IOWARRIOR is not set | ||
1509 | # CONFIG_USB_TEST is not set | ||
1510 | # CONFIG_USB_ISIGHTFW is not set | ||
1511 | # CONFIG_USB_YUREX is not set | ||
1512 | # CONFIG_USB_GADGET is not set | ||
1513 | |||
1514 | # | ||
1515 | # OTG and related infrastructure | ||
1516 | # | ||
1517 | CONFIG_USB_OTG_UTILS=y | ||
1518 | # CONFIG_USB_GPIO_VBUS is not set | ||
1519 | # CONFIG_USB_ULPI is not set | ||
1520 | CONFIG_NOP_USB_XCEIV=y | ||
1521 | CONFIG_MMC=y | ||
1522 | # CONFIG_MMC_DEBUG is not set | ||
1523 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1524 | |||
1525 | # | ||
1526 | # MMC/SD/SDIO Card Drivers | ||
1527 | # | ||
1528 | CONFIG_MMC_BLOCK=y | ||
1529 | CONFIG_MMC_BLOCK_MINORS=8 | ||
1530 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1531 | # CONFIG_SDIO_UART is not set | ||
1532 | # CONFIG_MMC_TEST is not set | ||
1533 | |||
1534 | # | ||
1535 | # MMC/SD/SDIO Host Controller Drivers | ||
1536 | # | ||
1537 | # CONFIG_MMC_SDHCI is not set | ||
1538 | # CONFIG_MMC_OMAP is not set | ||
1539 | CONFIG_MMC_OMAP_HS=y | ||
1540 | # CONFIG_MMC_SPI is not set | ||
1541 | # CONFIG_MMC_USHC is not set | ||
1542 | # CONFIG_MEMSTICK is not set | ||
1543 | # CONFIG_NEW_LEDS is not set | ||
1544 | # CONFIG_ACCESSIBILITY is not set | ||
1545 | CONFIG_RTC_LIB=y | ||
1546 | # CONFIG_RTC_CLASS is not set | ||
1547 | # CONFIG_DMADEVICES is not set | ||
1548 | # CONFIG_AUXDISPLAY is not set | ||
1549 | # CONFIG_UIO is not set | ||
1550 | # CONFIG_STAGING is not set | ||
1551 | |||
1552 | # | ||
1553 | # File systems | ||
1554 | # | ||
1555 | CONFIG_EXT2_FS=y | ||
1556 | CONFIG_EXT2_FS_XATTR=y | ||
1557 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1558 | CONFIG_EXT2_FS_SECURITY=y | ||
1559 | # CONFIG_EXT2_FS_XIP is not set | ||
1560 | CONFIG_EXT3_FS=y | ||
1561 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1562 | CONFIG_EXT3_FS_XATTR=y | ||
1563 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1564 | CONFIG_EXT3_FS_SECURITY=y | ||
1565 | # CONFIG_EXT4_FS is not set | ||
1566 | CONFIG_JBD=y | ||
1567 | # CONFIG_JBD_DEBUG is not set | ||
1568 | CONFIG_FS_MBCACHE=y | ||
1569 | # CONFIG_REISERFS_FS is not set | ||
1570 | # CONFIG_JFS_FS is not set | ||
1571 | CONFIG_FS_POSIX_ACL=y | ||
1572 | # CONFIG_XFS_FS is not set | ||
1573 | # CONFIG_OCFS2_FS is not set | ||
1574 | # CONFIG_BTRFS_FS is not set | ||
1575 | # CONFIG_NILFS2_FS is not set | ||
1576 | CONFIG_FILE_LOCKING=y | ||
1577 | # CONFIG_FSNOTIFY is not set | ||
1578 | # CONFIG_DNOTIFY is not set | ||
1579 | # CONFIG_INOTIFY_USER is not set | ||
1580 | # CONFIG_FANOTIFY is not set | ||
1581 | # CONFIG_QUOTA is not set | ||
1582 | # CONFIG_QUOTACTL is not set | ||
1583 | # CONFIG_AUTOFS4_FS is not set | ||
1584 | # CONFIG_FUSE_FS is not set | ||
1585 | |||
1586 | # | ||
1587 | # Caches | ||
1588 | # | ||
1589 | # CONFIG_FSCACHE is not set | ||
1590 | |||
1591 | # | ||
1592 | # CD-ROM/DVD Filesystems | ||
1593 | # | ||
1594 | CONFIG_ISO9660_FS=y | ||
1595 | # CONFIG_JOLIET is not set | ||
1596 | # CONFIG_ZISOFS is not set | ||
1597 | # CONFIG_UDF_FS is not set | ||
1598 | |||
1599 | # | ||
1600 | # DOS/FAT/NT Filesystems | ||
1601 | # | ||
1602 | CONFIG_FAT_FS=y | ||
1603 | CONFIG_MSDOS_FS=y | ||
1604 | CONFIG_VFAT_FS=y | ||
1605 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1606 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1607 | # CONFIG_NTFS_FS is not set | ||
1608 | |||
1609 | # | ||
1610 | # Pseudo filesystems | ||
1611 | # | ||
1612 | CONFIG_PROC_FS=y | ||
1613 | CONFIG_PROC_SYSCTL=y | ||
1614 | CONFIG_PROC_PAGE_MONITOR=y | ||
1615 | CONFIG_SYSFS=y | ||
1616 | CONFIG_TMPFS=y | ||
1617 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1618 | # CONFIG_HUGETLB_PAGE is not set | ||
1619 | # CONFIG_CONFIGFS_FS is not set | ||
1620 | CONFIG_MISC_FILESYSTEMS=y | ||
1621 | # CONFIG_ADFS_FS is not set | ||
1622 | # CONFIG_AFFS_FS is not set | ||
1623 | # CONFIG_ECRYPT_FS is not set | ||
1624 | # CONFIG_HFS_FS is not set | ||
1625 | # CONFIG_HFSPLUS_FS is not set | ||
1626 | # CONFIG_BEFS_FS is not set | ||
1627 | # CONFIG_BFS_FS is not set | ||
1628 | # CONFIG_EFS_FS is not set | ||
1629 | CONFIG_JFFS2_FS=y | ||
1630 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1631 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1632 | CONFIG_JFFS2_FS_WBUF_VERIFY=y | ||
1633 | # CONFIG_JFFS2_SUMMARY is not set | ||
1634 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1635 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1636 | CONFIG_JFFS2_ZLIB=y | ||
1637 | # CONFIG_JFFS2_LZO is not set | ||
1638 | CONFIG_JFFS2_RTIME=y | ||
1639 | # CONFIG_JFFS2_RUBIN is not set | ||
1640 | # CONFIG_LOGFS is not set | ||
1641 | # CONFIG_CRAMFS is not set | ||
1642 | # CONFIG_SQUASHFS is not set | ||
1643 | # CONFIG_VXFS_FS is not set | ||
1644 | # CONFIG_MINIX_FS is not set | ||
1645 | # CONFIG_OMFS_FS is not set | ||
1646 | # CONFIG_HPFS_FS is not set | ||
1647 | # CONFIG_QNX4FS_FS is not set | ||
1648 | # CONFIG_ROMFS_FS is not set | ||
1649 | # CONFIG_SYSV_FS is not set | ||
1650 | # CONFIG_UFS_FS is not set | ||
1651 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1652 | CONFIG_NFS_FS=y | ||
1653 | CONFIG_NFS_V3=y | ||
1654 | # CONFIG_NFS_V3_ACL is not set | ||
1655 | CONFIG_NFS_V4=y | ||
1656 | # CONFIG_NFS_V4_1 is not set | ||
1657 | CONFIG_ROOT_NFS=y | ||
1658 | # CONFIG_NFS_USE_LEGACY_DNS is not set | ||
1659 | CONFIG_NFS_USE_KERNEL_DNS=y | ||
1660 | # CONFIG_NFS_USE_NEW_IDMAPPER is not set | ||
1661 | # CONFIG_NFSD is not set | ||
1662 | CONFIG_LOCKD=y | ||
1663 | CONFIG_LOCKD_V4=y | ||
1664 | CONFIG_NFS_COMMON=y | ||
1665 | CONFIG_SUNRPC=y | ||
1666 | CONFIG_SUNRPC_GSS=y | ||
1667 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1668 | # CONFIG_CEPH_FS is not set | ||
1669 | # CONFIG_CIFS is not set | ||
1670 | # CONFIG_NCP_FS is not set | ||
1671 | # CONFIG_CODA_FS is not set | ||
1672 | # CONFIG_AFS_FS is not set | ||
1673 | |||
1674 | # | ||
1675 | # Partition Types | ||
1676 | # | ||
1677 | # CONFIG_PARTITION_ADVANCED is not set | ||
1678 | CONFIG_MSDOS_PARTITION=y | ||
1679 | CONFIG_NLS=y | ||
1680 | CONFIG_NLS_DEFAULT="utf8" | ||
1681 | CONFIG_NLS_CODEPAGE_437=y | ||
1682 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1683 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1684 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1685 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1686 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1687 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1688 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1689 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1690 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1691 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1692 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1693 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1694 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1695 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1696 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1697 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1698 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1699 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1700 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1701 | # CONFIG_NLS_ISO8859_8 is not set | ||
1702 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1703 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1704 | CONFIG_NLS_ASCII=y | ||
1705 | CONFIG_NLS_ISO8859_1=y | ||
1706 | # CONFIG_NLS_ISO8859_2 is not set | ||
1707 | # CONFIG_NLS_ISO8859_3 is not set | ||
1708 | # CONFIG_NLS_ISO8859_4 is not set | ||
1709 | # CONFIG_NLS_ISO8859_5 is not set | ||
1710 | # CONFIG_NLS_ISO8859_6 is not set | ||
1711 | # CONFIG_NLS_ISO8859_7 is not set | ||
1712 | # CONFIG_NLS_ISO8859_9 is not set | ||
1713 | # CONFIG_NLS_ISO8859_13 is not set | ||
1714 | # CONFIG_NLS_ISO8859_14 is not set | ||
1715 | # CONFIG_NLS_ISO8859_15 is not set | ||
1716 | # CONFIG_NLS_KOI8_R is not set | ||
1717 | # CONFIG_NLS_KOI8_U is not set | ||
1718 | CONFIG_NLS_UTF8=y | ||
1719 | # CONFIG_DLM is not set | ||
1720 | |||
1721 | # | ||
1722 | # Kernel hacking | ||
1723 | # | ||
1724 | # CONFIG_PRINTK_TIME is not set | ||
1725 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1726 | CONFIG_ENABLE_MUST_CHECK=y | ||
1727 | CONFIG_FRAME_WARN=1024 | ||
1728 | # CONFIG_MAGIC_SYSRQ is not set | ||
1729 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1730 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1731 | CONFIG_DEBUG_FS=y | ||
1732 | # CONFIG_HEADERS_CHECK is not set | ||
1733 | CONFIG_DEBUG_KERNEL=y | ||
1734 | # CONFIG_DEBUG_SHIRQ is not set | ||
1735 | # CONFIG_LOCKUP_DETECTOR is not set | ||
1736 | # CONFIG_HARDLOCKUP_DETECTOR is not set | ||
1737 | # CONFIG_DETECT_HUNG_TASK is not set | ||
1738 | # CONFIG_SCHED_DEBUG is not set | ||
1739 | # CONFIG_SCHEDSTATS is not set | ||
1740 | # CONFIG_TIMER_STATS is not set | ||
1741 | # CONFIG_DEBUG_OBJECTS is not set | ||
1742 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1743 | # CONFIG_SLUB_STATS is not set | ||
1744 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
1745 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1746 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1747 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1748 | # CONFIG_DEBUG_MUTEXES is not set | ||
1749 | CONFIG_BKL=y | ||
1750 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1751 | # CONFIG_PROVE_LOCKING is not set | ||
1752 | # CONFIG_SPARSE_RCU_POINTER is not set | ||
1753 | # CONFIG_LOCK_STAT is not set | ||
1754 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1755 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1756 | # CONFIG_DEBUG_KOBJECT is not set | ||
1757 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1758 | # CONFIG_DEBUG_INFO is not set | ||
1759 | # CONFIG_DEBUG_VM is not set | ||
1760 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1761 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1762 | # CONFIG_DEBUG_LIST is not set | ||
1763 | # CONFIG_TEST_LIST_SORT is not set | ||
1764 | # CONFIG_DEBUG_SG is not set | ||
1765 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1766 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
1767 | CONFIG_FRAME_POINTER=y | ||
1768 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1769 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1770 | # CONFIG_KPROBES_SANITY_TEST is not set | ||
1771 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1772 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1773 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
1774 | # CONFIG_LKDTM is not set | ||
1775 | # CONFIG_FAULT_INJECTION is not set | ||
1776 | # CONFIG_LATENCYTOP is not set | ||
1777 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1778 | # CONFIG_PAGE_POISONING is not set | ||
1779 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1780 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1781 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
1782 | CONFIG_TRACING_SUPPORT=y | ||
1783 | # CONFIG_FTRACE is not set | ||
1784 | # CONFIG_DYNAMIC_DEBUG is not set | ||
1785 | # CONFIG_ATOMIC64_SELFTEST is not set | ||
1786 | # CONFIG_SAMPLES is not set | ||
1787 | CONFIG_HAVE_ARCH_KGDB=y | ||
1788 | # CONFIG_KGDB is not set | ||
1789 | # CONFIG_STRICT_DEVMEM is not set | ||
1790 | # CONFIG_ARM_UNWIND is not set | ||
1791 | # CONFIG_DEBUG_USER is not set | ||
1792 | # CONFIG_DEBUG_ERRORS is not set | ||
1793 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1794 | CONFIG_DEBUG_LL=y | ||
1795 | CONFIG_EARLY_PRINTK=y | ||
1796 | # CONFIG_DEBUG_ICEDCC is not set | ||
1797 | # CONFIG_OC_ETM is not set | ||
1798 | |||
1799 | # | ||
1800 | # Security options | ||
1801 | # | ||
1802 | CONFIG_KEYS=y | ||
1803 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1804 | # CONFIG_SECURITY_DMESG_RESTRICT is not set | ||
1805 | CONFIG_SECURITY=y | ||
1806 | # CONFIG_SECURITYFS is not set | ||
1807 | CONFIG_SECURITY_NETWORK=y | ||
1808 | # CONFIG_SECURITY_NETWORK_XFRM is not set | ||
1809 | # CONFIG_SECURITY_PATH is not set | ||
1810 | # CONFIG_SECURITY_TOMOYO is not set | ||
1811 | # CONFIG_SECURITY_APPARMOR is not set | ||
1812 | # CONFIG_IMA is not set | ||
1813 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1814 | CONFIG_DEFAULT_SECURITY="" | ||
1815 | CONFIG_CRYPTO=y | ||
1816 | |||
1817 | # | ||
1818 | # Crypto core or helper | ||
1819 | # | ||
1820 | CONFIG_CRYPTO_ALGAPI=y | ||
1821 | CONFIG_CRYPTO_ALGAPI2=y | ||
1822 | CONFIG_CRYPTO_AEAD2=y | ||
1823 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1824 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1825 | CONFIG_CRYPTO_HASH=y | ||
1826 | CONFIG_CRYPTO_HASH2=y | ||
1827 | CONFIG_CRYPTO_RNG2=y | ||
1828 | CONFIG_CRYPTO_PCOMP2=y | ||
1829 | CONFIG_CRYPTO_MANAGER=y | ||
1830 | CONFIG_CRYPTO_MANAGER2=y | ||
1831 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y | ||
1832 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1833 | # CONFIG_CRYPTO_NULL is not set | ||
1834 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1835 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1836 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1837 | # CONFIG_CRYPTO_TEST is not set | ||
1838 | |||
1839 | # | ||
1840 | # Authenticated Encryption with Associated Data | ||
1841 | # | ||
1842 | # CONFIG_CRYPTO_CCM is not set | ||
1843 | # CONFIG_CRYPTO_GCM is not set | ||
1844 | # CONFIG_CRYPTO_SEQIV is not set | ||
1845 | |||
1846 | # | ||
1847 | # Block modes | ||
1848 | # | ||
1849 | CONFIG_CRYPTO_CBC=y | ||
1850 | # CONFIG_CRYPTO_CTR is not set | ||
1851 | # CONFIG_CRYPTO_CTS is not set | ||
1852 | # CONFIG_CRYPTO_ECB is not set | ||
1853 | # CONFIG_CRYPTO_LRW is not set | ||
1854 | # CONFIG_CRYPTO_PCBC is not set | ||
1855 | # CONFIG_CRYPTO_XTS is not set | ||
1856 | |||
1857 | # | ||
1858 | # Hash modes | ||
1859 | # | ||
1860 | # CONFIG_CRYPTO_HMAC is not set | ||
1861 | # CONFIG_CRYPTO_XCBC is not set | ||
1862 | # CONFIG_CRYPTO_VMAC is not set | ||
1863 | |||
1864 | # | ||
1865 | # Digest | ||
1866 | # | ||
1867 | # CONFIG_CRYPTO_CRC32C is not set | ||
1868 | # CONFIG_CRYPTO_GHASH is not set | ||
1869 | # CONFIG_CRYPTO_MD4 is not set | ||
1870 | CONFIG_CRYPTO_MD5=y | ||
1871 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1872 | # CONFIG_CRYPTO_RMD128 is not set | ||
1873 | # CONFIG_CRYPTO_RMD160 is not set | ||
1874 | # CONFIG_CRYPTO_RMD256 is not set | ||
1875 | # CONFIG_CRYPTO_RMD320 is not set | ||
1876 | # CONFIG_CRYPTO_SHA1 is not set | ||
1877 | # CONFIG_CRYPTO_SHA256 is not set | ||
1878 | # CONFIG_CRYPTO_SHA512 is not set | ||
1879 | # CONFIG_CRYPTO_TGR192 is not set | ||
1880 | # CONFIG_CRYPTO_WP512 is not set | ||
1881 | |||
1882 | # | ||
1883 | # Ciphers | ||
1884 | # | ||
1885 | CONFIG_CRYPTO_AES=m | ||
1886 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1887 | # CONFIG_CRYPTO_ARC4 is not set | ||
1888 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1889 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1890 | # CONFIG_CRYPTO_CAST5 is not set | ||
1891 | # CONFIG_CRYPTO_CAST6 is not set | ||
1892 | CONFIG_CRYPTO_DES=y | ||
1893 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1894 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1895 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1896 | # CONFIG_CRYPTO_SEED is not set | ||
1897 | # CONFIG_CRYPTO_SERPENT is not set | ||
1898 | # CONFIG_CRYPTO_TEA is not set | ||
1899 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1900 | |||
1901 | # | ||
1902 | # Compression | ||
1903 | # | ||
1904 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1905 | # CONFIG_CRYPTO_ZLIB is not set | ||
1906 | # CONFIG_CRYPTO_LZO is not set | ||
1907 | |||
1908 | # | ||
1909 | # Random Number Generation | ||
1910 | # | ||
1911 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1912 | # CONFIG_CRYPTO_HW is not set | ||
1913 | # CONFIG_BINARY_PRINTF is not set | ||
1914 | |||
1915 | # | ||
1916 | # Library routines | ||
1917 | # | ||
1918 | CONFIG_BITREVERSE=y | ||
1919 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1920 | # CONFIG_CRC_CCITT is not set | ||
1921 | # CONFIG_CRC16 is not set | ||
1922 | # CONFIG_CRC_T10DIF is not set | ||
1923 | # CONFIG_CRC_ITU_T is not set | ||
1924 | CONFIG_CRC32=y | ||
1925 | # CONFIG_CRC7 is not set | ||
1926 | # CONFIG_LIBCRC32C is not set | ||
1927 | CONFIG_ZLIB_INFLATE=y | ||
1928 | CONFIG_ZLIB_DEFLATE=y | ||
1929 | CONFIG_LZO_DECOMPRESS=y | ||
1930 | CONFIG_DECOMPRESS_GZIP=y | ||
1931 | CONFIG_DECOMPRESS_BZIP2=y | ||
1932 | CONFIG_DECOMPRESS_LZMA=y | ||
1933 | CONFIG_DECOMPRESS_LZO=y | ||
1934 | CONFIG_HAS_IOMEM=y | ||
1935 | CONFIG_HAS_IOPORT=y | ||
1936 | CONFIG_HAS_DMA=y | ||
1937 | CONFIG_NLATTR=y | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm814x-evm/defconfig b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm814x-evm/defconfig deleted file mode 100644 index 47c1ee16..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm814x-evm/defconfig +++ /dev/null | |||
@@ -1,1970 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux/arm 2.6.37 Kernel Configuration | ||
4 | # Thu Jun 16 11:24:21 2011 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | # CONFIG_ARCH_USES_GETTIMEOFFSET is not set | ||
10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
11 | CONFIG_HAVE_PROC_CPU=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | ||
13 | CONFIG_STACKTRACE_SUPPORT=y | ||
14 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
20 | CONFIG_ARCH_HAS_CPUFREQ=y | ||
21 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | ||
22 | CONFIG_GENERIC_HWEIGHT=y | ||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
24 | CONFIG_NEED_DMA_MAP_STATE=y | ||
25 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_ARM_L1_CACHE_SHIFT_6=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | CONFIG_CONSTRUCTORS=y | ||
30 | CONFIG_HAVE_IRQ_WORK=y | ||
31 | CONFIG_IRQ_WORK=y | ||
32 | |||
33 | # | ||
34 | # General setup | ||
35 | # | ||
36 | CONFIG_EXPERIMENTAL=y | ||
37 | CONFIG_BROKEN_ON_SMP=y | ||
38 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
39 | CONFIG_CROSS_COMPILE="" | ||
40 | CONFIG_LOCALVERSION="" | ||
41 | # CONFIG_LOCALVERSION_AUTO is not set | ||
42 | CONFIG_HAVE_KERNEL_GZIP=y | ||
43 | CONFIG_HAVE_KERNEL_LZMA=y | ||
44 | CONFIG_HAVE_KERNEL_LZO=y | ||
45 | CONFIG_KERNEL_GZIP=y | ||
46 | # CONFIG_KERNEL_LZMA is not set | ||
47 | # CONFIG_KERNEL_LZO is not set | ||
48 | # CONFIG_SWAP is not set | ||
49 | CONFIG_SYSVIPC=y | ||
50 | CONFIG_SYSVIPC_SYSCTL=y | ||
51 | CONFIG_POSIX_MQUEUE=y | ||
52 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
53 | CONFIG_BSD_PROCESS_ACCT=y | ||
54 | CONFIG_BSD_PROCESS_ACCT_V3=y | ||
55 | CONFIG_TASKSTATS=y | ||
56 | CONFIG_TASK_DELAY_ACCT=y | ||
57 | CONFIG_TASK_XACCT=y | ||
58 | CONFIG_TASK_IO_ACCOUNTING=y | ||
59 | # CONFIG_AUDIT is not set | ||
60 | # CONFIG_HAVE_GENERIC_HARDIRQS is not set | ||
61 | # CONFIG_SPARSE_IRQ is not set | ||
62 | |||
63 | # | ||
64 | # RCU Subsystem | ||
65 | # | ||
66 | CONFIG_TINY_RCU=y | ||
67 | # CONFIG_PREEMPT_RCU is not set | ||
68 | # CONFIG_TREE_RCU_TRACE is not set | ||
69 | CONFIG_IKCONFIG=y | ||
70 | CONFIG_IKCONFIG_PROC=y | ||
71 | CONFIG_LOG_BUF_SHIFT=17 | ||
72 | CONFIG_CGROUPS=y | ||
73 | CONFIG_CGROUP_DEBUG=y | ||
74 | CONFIG_CGROUP_NS=y | ||
75 | CONFIG_CGROUP_FREEZER=y | ||
76 | CONFIG_CGROUP_DEVICE=y | ||
77 | CONFIG_CPUSETS=y | ||
78 | CONFIG_PROC_PID_CPUSET=y | ||
79 | CONFIG_CGROUP_CPUACCT=y | ||
80 | CONFIG_RESOURCE_COUNTERS=y | ||
81 | CONFIG_CGROUP_MEM_RES_CTLR=y | ||
82 | CONFIG_CGROUP_SCHED=y | ||
83 | CONFIG_FAIR_GROUP_SCHED=y | ||
84 | CONFIG_RT_GROUP_SCHED=y | ||
85 | CONFIG_BLK_CGROUP=y | ||
86 | CONFIG_DEBUG_BLK_CGROUP=y | ||
87 | CONFIG_NAMESPACES=y | ||
88 | CONFIG_UTS_NS=y | ||
89 | CONFIG_IPC_NS=y | ||
90 | CONFIG_USER_NS=y | ||
91 | CONFIG_PID_NS=y | ||
92 | CONFIG_NET_NS=y | ||
93 | CONFIG_MM_OWNER=y | ||
94 | # CONFIG_SYSFS_DEPRECATED is not set | ||
95 | # CONFIG_RELAY is not set | ||
96 | CONFIG_BLK_DEV_INITRD=y | ||
97 | CONFIG_INITRAMFS_SOURCE="" | ||
98 | CONFIG_RD_GZIP=y | ||
99 | CONFIG_RD_BZIP2=y | ||
100 | CONFIG_RD_LZMA=y | ||
101 | CONFIG_RD_LZO=y | ||
102 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
103 | CONFIG_SYSCTL=y | ||
104 | CONFIG_ANON_INODES=y | ||
105 | # CONFIG_EMBEDDED is not set | ||
106 | CONFIG_UID16=y | ||
107 | CONFIG_SYSCTL_SYSCALL=y | ||
108 | CONFIG_KALLSYMS=y | ||
109 | # CONFIG_KALLSYMS_ALL is not set | ||
110 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
111 | CONFIG_HOTPLUG=y | ||
112 | CONFIG_PRINTK=y | ||
113 | CONFIG_BUG=y | ||
114 | CONFIG_ELF_CORE=y | ||
115 | CONFIG_BASE_FULL=y | ||
116 | CONFIG_FUTEX=y | ||
117 | CONFIG_EPOLL=y | ||
118 | CONFIG_SIGNALFD=y | ||
119 | CONFIG_TIMERFD=y | ||
120 | CONFIG_EVENTFD=y | ||
121 | CONFIG_SHMEM=y | ||
122 | CONFIG_AIO=y | ||
123 | CONFIG_HAVE_PERF_EVENTS=y | ||
124 | CONFIG_PERF_USE_VMALLOC=y | ||
125 | |||
126 | # | ||
127 | # Kernel Performance Events And Counters | ||
128 | # | ||
129 | CONFIG_PERF_EVENTS=y | ||
130 | # CONFIG_PERF_COUNTERS is not set | ||
131 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set | ||
132 | CONFIG_VM_EVENT_COUNTERS=y | ||
133 | CONFIG_SLUB_DEBUG=y | ||
134 | CONFIG_COMPAT_BRK=y | ||
135 | # CONFIG_SLAB is not set | ||
136 | CONFIG_SLUB=y | ||
137 | CONFIG_PROFILING=y | ||
138 | CONFIG_OPROFILE=m | ||
139 | CONFIG_HAVE_OPROFILE=y | ||
140 | CONFIG_KPROBES=y | ||
141 | CONFIG_KRETPROBES=y | ||
142 | CONFIG_HAVE_KPROBES=y | ||
143 | CONFIG_HAVE_KRETPROBES=y | ||
144 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y | ||
145 | CONFIG_HAVE_CLK=y | ||
146 | CONFIG_HAVE_HW_BREAKPOINT=y | ||
147 | |||
148 | # | ||
149 | # GCOV-based kernel profiling | ||
150 | # | ||
151 | # CONFIG_GCOV_KERNEL is not set | ||
152 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
153 | CONFIG_SLABINFO=y | ||
154 | CONFIG_RT_MUTEXES=y | ||
155 | CONFIG_BASE_SMALL=0 | ||
156 | CONFIG_MODULES=y | ||
157 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
158 | CONFIG_MODULE_UNLOAD=y | ||
159 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
160 | CONFIG_MODVERSIONS=y | ||
161 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
162 | CONFIG_BLOCK=y | ||
163 | # CONFIG_LBDAF is not set | ||
164 | CONFIG_BLK_DEV_BSG=y | ||
165 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
166 | # CONFIG_BLK_DEV_THROTTLING is not set | ||
167 | |||
168 | # | ||
169 | # IO Schedulers | ||
170 | # | ||
171 | CONFIG_IOSCHED_NOOP=y | ||
172 | CONFIG_IOSCHED_DEADLINE=y | ||
173 | CONFIG_IOSCHED_CFQ=y | ||
174 | # CONFIG_CFQ_GROUP_IOSCHED is not set | ||
175 | # CONFIG_DEFAULT_DEADLINE is not set | ||
176 | CONFIG_DEFAULT_CFQ=y | ||
177 | # CONFIG_DEFAULT_NOOP is not set | ||
178 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
179 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
180 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
181 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
182 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
183 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
184 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
185 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
186 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
187 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
188 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
189 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
190 | # CONFIG_INLINE_READ_LOCK is not set | ||
191 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
192 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
193 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
194 | CONFIG_INLINE_READ_UNLOCK=y | ||
195 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
196 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
197 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
198 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
199 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
200 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
201 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
202 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
203 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
204 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
205 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
206 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
207 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
208 | CONFIG_FREEZER=y | ||
209 | |||
210 | # | ||
211 | # System Type | ||
212 | # | ||
213 | CONFIG_MMU=y | ||
214 | # CONFIG_ARCH_AAEC2000 is not set | ||
215 | # CONFIG_ARCH_INTEGRATOR is not set | ||
216 | # CONFIG_ARCH_REALVIEW is not set | ||
217 | # CONFIG_ARCH_VERSATILE is not set | ||
218 | # CONFIG_ARCH_VEXPRESS is not set | ||
219 | # CONFIG_ARCH_AT91 is not set | ||
220 | # CONFIG_ARCH_BCMRING is not set | ||
221 | # CONFIG_ARCH_CLPS711X is not set | ||
222 | # CONFIG_ARCH_CNS3XXX is not set | ||
223 | # CONFIG_ARCH_GEMINI is not set | ||
224 | # CONFIG_ARCH_EBSA110 is not set | ||
225 | # CONFIG_ARCH_EP93XX is not set | ||
226 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
227 | # CONFIG_ARCH_MXC is not set | ||
228 | # CONFIG_ARCH_STMP3XXX is not set | ||
229 | # CONFIG_ARCH_NETX is not set | ||
230 | # CONFIG_ARCH_H720X is not set | ||
231 | # CONFIG_ARCH_IOP13XX is not set | ||
232 | # CONFIG_ARCH_IOP32X is not set | ||
233 | # CONFIG_ARCH_IOP33X is not set | ||
234 | # CONFIG_ARCH_IXP23XX is not set | ||
235 | # CONFIG_ARCH_IXP2000 is not set | ||
236 | # CONFIG_ARCH_IXP4XX is not set | ||
237 | # CONFIG_ARCH_DOVE is not set | ||
238 | # CONFIG_ARCH_KIRKWOOD is not set | ||
239 | # CONFIG_ARCH_LOKI is not set | ||
240 | # CONFIG_ARCH_LPC32XX is not set | ||
241 | # CONFIG_ARCH_MV78XX0 is not set | ||
242 | # CONFIG_ARCH_ORION5X is not set | ||
243 | # CONFIG_ARCH_MMP is not set | ||
244 | # CONFIG_ARCH_KS8695 is not set | ||
245 | # CONFIG_ARCH_NS9XXX is not set | ||
246 | # CONFIG_ARCH_W90X900 is not set | ||
247 | # CONFIG_ARCH_NUC93X is not set | ||
248 | # CONFIG_ARCH_TEGRA is not set | ||
249 | # CONFIG_ARCH_PNX4008 is not set | ||
250 | # CONFIG_ARCH_PXA is not set | ||
251 | # CONFIG_ARCH_MSM is not set | ||
252 | # CONFIG_ARCH_SHMOBILE is not set | ||
253 | # CONFIG_ARCH_RPC is not set | ||
254 | # CONFIG_ARCH_SA1100 is not set | ||
255 | # CONFIG_ARCH_S3C2410 is not set | ||
256 | # CONFIG_ARCH_S3C64XX is not set | ||
257 | # CONFIG_ARCH_S5P64X0 is not set | ||
258 | # CONFIG_ARCH_S5P6442 is not set | ||
259 | # CONFIG_ARCH_S5PC100 is not set | ||
260 | # CONFIG_ARCH_S5PV210 is not set | ||
261 | # CONFIG_ARCH_S5PV310 is not set | ||
262 | # CONFIG_ARCH_SHARK is not set | ||
263 | # CONFIG_ARCH_TCC_926 is not set | ||
264 | # CONFIG_ARCH_LH7A40X is not set | ||
265 | # CONFIG_ARCH_U300 is not set | ||
266 | # CONFIG_ARCH_U8500 is not set | ||
267 | # CONFIG_ARCH_NOMADIK is not set | ||
268 | # CONFIG_ARCH_DAVINCI is not set | ||
269 | CONFIG_ARCH_OMAP=y | ||
270 | # CONFIG_PLAT_SPEAR is not set | ||
271 | |||
272 | # | ||
273 | # TI OMAP Common Features | ||
274 | # | ||
275 | # CONFIG_ARCH_OMAP1 is not set | ||
276 | CONFIG_ARCH_OMAP2PLUS=y | ||
277 | |||
278 | # | ||
279 | # OMAP Feature Selections | ||
280 | # | ||
281 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
282 | CONFIG_OMAP_MUX=y | ||
283 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
284 | CONFIG_OMAP_MUX_WARNINGS=y | ||
285 | # CONFIG_OMAP_MCBSP is not set | ||
286 | CONFIG_OMAP_MBOX_FWK=y | ||
287 | CONFIG_OMAP_MBOX_KFIFO_SIZE=256 | ||
288 | CONFIG_OMAP_IOMMU=y | ||
289 | # CONFIG_OMAP_IOMMU_DEBUG is not set | ||
290 | CONFIG_OMAP_MPU_TIMER=y | ||
291 | # CONFIG_OMAP_32K_TIMER is not set | ||
292 | CONFIG_OMAP_DM_TIMER=y | ||
293 | # CONFIG_OMAP_PM_NONE is not set | ||
294 | CONFIG_OMAP_PM_NOOP=y | ||
295 | |||
296 | # | ||
297 | # TI OMAP2/3/4 Specific Features | ||
298 | # | ||
299 | CONFIG_ARCH_OMAP2PLUS_TYPICAL=y | ||
300 | # CONFIG_ARCH_OMAP2 is not set | ||
301 | # CONFIG_ARCH_OMAP3 is not set | ||
302 | # CONFIG_ARCH_OMAP4 is not set | ||
303 | CONFIG_ARCH_TI81XX=y | ||
304 | # CONFIG_ARCH_TI816X is not set | ||
305 | CONFIG_ARCH_TI814X=y | ||
306 | |||
307 | # | ||
308 | # OMAP Board Type | ||
309 | # | ||
310 | |||
311 | # | ||
312 | # TI81XX Board Type | ||
313 | # | ||
314 | CONFIG_MACH_TI8148EVM=y | ||
315 | |||
316 | # | ||
317 | # Processor Type | ||
318 | # | ||
319 | CONFIG_CPU_32v6K=y | ||
320 | CONFIG_CPU_V7=y | ||
321 | CONFIG_CPU_32v7=y | ||
322 | CONFIG_CPU_ABRT_EV7=y | ||
323 | CONFIG_CPU_PABRT_V7=y | ||
324 | CONFIG_CPU_CACHE_V7=y | ||
325 | CONFIG_CPU_CACHE_VIPT=y | ||
326 | CONFIG_CPU_COPY_V6=y | ||
327 | CONFIG_CPU_TLB_V7=y | ||
328 | CONFIG_CPU_HAS_ASID=y | ||
329 | CONFIG_CPU_CP15=y | ||
330 | CONFIG_CPU_CP15_MMU=y | ||
331 | |||
332 | # | ||
333 | # Processor Features | ||
334 | # | ||
335 | CONFIG_ARM_THUMB=y | ||
336 | # CONFIG_ARM_THUMBEE is not set | ||
337 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
338 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
339 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
340 | CONFIG_ARM_L1_CACHE_SHIFT=6 | ||
341 | CONFIG_ARM_DMA_MEM_BUFFERABLE=y | ||
342 | CONFIG_CPU_HAS_PMU=y | ||
343 | CONFIG_ARM_ERRATA_430973=y | ||
344 | # CONFIG_ARM_ERRATA_458693 is not set | ||
345 | # CONFIG_ARM_ERRATA_460075 is not set | ||
346 | # CONFIG_ARM_ERRATA_743622 is not set | ||
347 | CONFIG_COMMON_CLKDEV=y | ||
348 | |||
349 | # | ||
350 | # Bus support | ||
351 | # | ||
352 | # CONFIG_PCI_SYSCALL is not set | ||
353 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
354 | # CONFIG_PCCARD is not set | ||
355 | |||
356 | # | ||
357 | # Kernel Features | ||
358 | # | ||
359 | CONFIG_TICK_ONESHOT=y | ||
360 | CONFIG_NO_HZ=y | ||
361 | CONFIG_HIGH_RES_TIMERS=y | ||
362 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
363 | CONFIG_VMSPLIT_3G=y | ||
364 | # CONFIG_VMSPLIT_2G is not set | ||
365 | # CONFIG_VMSPLIT_1G is not set | ||
366 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
367 | CONFIG_PREEMPT_NONE=y | ||
368 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
369 | # CONFIG_PREEMPT is not set | ||
370 | CONFIG_HZ=100 | ||
371 | # CONFIG_THUMB2_KERNEL is not set | ||
372 | CONFIG_AEABI=y | ||
373 | # CONFIG_OABI_COMPAT is not set | ||
374 | CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y | ||
375 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
376 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
377 | # CONFIG_HIGHMEM is not set | ||
378 | CONFIG_HW_PERF_EVENTS=y | ||
379 | CONFIG_SELECT_MEMORY_MODEL=y | ||
380 | CONFIG_FLATMEM_MANUAL=y | ||
381 | CONFIG_FLATMEM=y | ||
382 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
383 | CONFIG_HAVE_MEMBLOCK=y | ||
384 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
385 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
386 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
387 | CONFIG_ZONE_DMA_FLAG=0 | ||
388 | CONFIG_VIRT_TO_BUS=y | ||
389 | # CONFIG_KSM is not set | ||
390 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
391 | CONFIG_NEED_PER_CPU_KM=y | ||
392 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
393 | # CONFIG_LEDS is not set | ||
394 | CONFIG_ALIGNMENT_TRAP=y | ||
395 | # CONFIG_UACCESS_WITH_MEMCPY is not set | ||
396 | # CONFIG_SECCOMP is not set | ||
397 | # CONFIG_CC_STACKPROTECTOR is not set | ||
398 | # CONFIG_DEPRECATED_PARAM_STRUCT is not set | ||
399 | |||
400 | # | ||
401 | # Boot options | ||
402 | # | ||
403 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
404 | CONFIG_ZBOOT_ROM_BSS=0 | ||
405 | CONFIG_CMDLINE=" debug " | ||
406 | # CONFIG_CMDLINE_FORCE is not set | ||
407 | # CONFIG_XIP_KERNEL is not set | ||
408 | # CONFIG_KEXEC is not set | ||
409 | # CONFIG_AUTO_ZRELADDR is not set | ||
410 | |||
411 | # | ||
412 | # CPU Power Management | ||
413 | # | ||
414 | # CONFIG_CPU_FREQ is not set | ||
415 | # CONFIG_CPU_IDLE is not set | ||
416 | |||
417 | # | ||
418 | # Floating point emulation | ||
419 | # | ||
420 | |||
421 | # | ||
422 | # At least one emulation must be selected | ||
423 | # | ||
424 | CONFIG_VFP=y | ||
425 | CONFIG_VFPv3=y | ||
426 | CONFIG_NEON=y | ||
427 | |||
428 | # | ||
429 | # Userspace binary formats | ||
430 | # | ||
431 | CONFIG_BINFMT_ELF=y | ||
432 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
433 | CONFIG_HAVE_AOUT=y | ||
434 | # CONFIG_BINFMT_AOUT is not set | ||
435 | CONFIG_BINFMT_MISC=y | ||
436 | |||
437 | # | ||
438 | # Power management options | ||
439 | # | ||
440 | CONFIG_PM=y | ||
441 | CONFIG_PM_DEBUG=y | ||
442 | # CONFIG_PM_ADVANCED_DEBUG is not set | ||
443 | CONFIG_PM_VERBOSE=y | ||
444 | # CONFIG_SUSPEND is not set | ||
445 | # CONFIG_APM_EMULATION is not set | ||
446 | CONFIG_PM_RUNTIME=y | ||
447 | CONFIG_PM_OPS=y | ||
448 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
449 | CONFIG_NET=y | ||
450 | |||
451 | # | ||
452 | # Networking options | ||
453 | # | ||
454 | CONFIG_PACKET=y | ||
455 | CONFIG_UNIX=y | ||
456 | CONFIG_XFRM=y | ||
457 | # CONFIG_XFRM_USER is not set | ||
458 | # CONFIG_XFRM_SUB_POLICY is not set | ||
459 | # CONFIG_XFRM_MIGRATE is not set | ||
460 | # CONFIG_XFRM_STATISTICS is not set | ||
461 | # CONFIG_NET_KEY is not set | ||
462 | CONFIG_INET=y | ||
463 | # CONFIG_IP_MULTICAST is not set | ||
464 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
465 | CONFIG_IP_FIB_HASH=y | ||
466 | CONFIG_IP_PNP=y | ||
467 | CONFIG_IP_PNP_DHCP=y | ||
468 | CONFIG_IP_PNP_BOOTP=y | ||
469 | CONFIG_IP_PNP_RARP=y | ||
470 | # CONFIG_NET_IPIP is not set | ||
471 | # CONFIG_NET_IPGRE_DEMUX is not set | ||
472 | # CONFIG_ARPD is not set | ||
473 | # CONFIG_SYN_COOKIES is not set | ||
474 | # CONFIG_INET_AH is not set | ||
475 | # CONFIG_INET_ESP is not set | ||
476 | # CONFIG_INET_IPCOMP is not set | ||
477 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
478 | CONFIG_INET_TUNNEL=m | ||
479 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
480 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
481 | CONFIG_INET_XFRM_MODE_BEET=y | ||
482 | CONFIG_INET_LRO=y | ||
483 | CONFIG_INET_DIAG=y | ||
484 | CONFIG_INET_TCP_DIAG=y | ||
485 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
486 | CONFIG_TCP_CONG_CUBIC=y | ||
487 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
488 | # CONFIG_TCP_MD5SIG is not set | ||
489 | CONFIG_IPV6=m | ||
490 | # CONFIG_IPV6_PRIVACY is not set | ||
491 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
492 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
493 | # CONFIG_INET6_AH is not set | ||
494 | # CONFIG_INET6_ESP is not set | ||
495 | # CONFIG_INET6_IPCOMP is not set | ||
496 | # CONFIG_IPV6_MIP6 is not set | ||
497 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
498 | # CONFIG_INET6_TUNNEL is not set | ||
499 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
500 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
501 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
502 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
503 | CONFIG_IPV6_SIT=m | ||
504 | # CONFIG_IPV6_SIT_6RD is not set | ||
505 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
506 | # CONFIG_IPV6_TUNNEL is not set | ||
507 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
508 | # CONFIG_IPV6_MROUTE is not set | ||
509 | # CONFIG_NETLABEL is not set | ||
510 | # CONFIG_NETWORK_SECMARK is not set | ||
511 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set | ||
512 | # CONFIG_NETFILTER is not set | ||
513 | # CONFIG_IP_DCCP is not set | ||
514 | # CONFIG_IP_SCTP is not set | ||
515 | # CONFIG_RDS is not set | ||
516 | # CONFIG_TIPC is not set | ||
517 | # CONFIG_ATM is not set | ||
518 | # CONFIG_L2TP is not set | ||
519 | # CONFIG_BRIDGE is not set | ||
520 | # CONFIG_NET_DSA is not set | ||
521 | # CONFIG_VLAN_8021Q is not set | ||
522 | # CONFIG_DECNET is not set | ||
523 | # CONFIG_LLC2 is not set | ||
524 | # CONFIG_IPX is not set | ||
525 | # CONFIG_ATALK is not set | ||
526 | # CONFIG_X25 is not set | ||
527 | # CONFIG_LAPB is not set | ||
528 | # CONFIG_ECONET is not set | ||
529 | # CONFIG_WAN_ROUTER is not set | ||
530 | # CONFIG_PHONET is not set | ||
531 | # CONFIG_IEEE802154 is not set | ||
532 | # CONFIG_NET_SCHED is not set | ||
533 | # CONFIG_DCB is not set | ||
534 | CONFIG_DNS_RESOLVER=y | ||
535 | |||
536 | # | ||
537 | # Network testing | ||
538 | # | ||
539 | # CONFIG_NET_PKTGEN is not set | ||
540 | # CONFIG_NET_TCPPROBE is not set | ||
541 | # CONFIG_HAMRADIO is not set | ||
542 | # CONFIG_CAN is not set | ||
543 | # CONFIG_IRDA is not set | ||
544 | # CONFIG_BT is not set | ||
545 | # CONFIG_AF_RXRPC is not set | ||
546 | CONFIG_WIRELESS=y | ||
547 | # CONFIG_CFG80211 is not set | ||
548 | # CONFIG_LIB80211 is not set | ||
549 | |||
550 | # | ||
551 | # CFG80211 needs to be enabled for MAC80211 | ||
552 | # | ||
553 | |||
554 | # | ||
555 | # Some wireless drivers require a rate control algorithm | ||
556 | # | ||
557 | # CONFIG_WIMAX is not set | ||
558 | # CONFIG_RFKILL is not set | ||
559 | # CONFIG_NET_9P is not set | ||
560 | # CONFIG_CAIF is not set | ||
561 | # CONFIG_CEPH_LIB is not set | ||
562 | |||
563 | # | ||
564 | # Device Drivers | ||
565 | # | ||
566 | |||
567 | # | ||
568 | # Generic Driver Options | ||
569 | # | ||
570 | CONFIG_UEVENT_HELPER_PATH="" | ||
571 | CONFIG_DEVTMPFS=y | ||
572 | CONFIG_DEVTMPFS_MOUNT=y | ||
573 | CONFIG_STANDALONE=y | ||
574 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
575 | CONFIG_FW_LOADER=y | ||
576 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
577 | CONFIG_EXTRA_FIRMWARE="" | ||
578 | # CONFIG_DEBUG_DRIVER is not set | ||
579 | # CONFIG_DEBUG_DEVRES is not set | ||
580 | # CONFIG_SYS_HYPERVISOR is not set | ||
581 | # CONFIG_CONNECTOR is not set | ||
582 | CONFIG_MTD=y | ||
583 | # CONFIG_MTD_DEBUG is not set | ||
584 | # CONFIG_MTD_TESTS is not set | ||
585 | CONFIG_MTD_CONCAT=y | ||
586 | CONFIG_MTD_PARTITIONS=y | ||
587 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
588 | CONFIG_MTD_CMDLINE_PARTS=y | ||
589 | # CONFIG_MTD_AFS_PARTS is not set | ||
590 | # CONFIG_MTD_AR7_PARTS is not set | ||
591 | |||
592 | # | ||
593 | # User Modules And Translation Layers | ||
594 | # | ||
595 | CONFIG_MTD_CHAR=y | ||
596 | CONFIG_MTD_BLKDEVS=y | ||
597 | CONFIG_MTD_BLOCK=y | ||
598 | # CONFIG_FTL is not set | ||
599 | # CONFIG_NFTL is not set | ||
600 | # CONFIG_INFTL is not set | ||
601 | # CONFIG_RFD_FTL is not set | ||
602 | # CONFIG_SSFDC is not set | ||
603 | # CONFIG_SM_FTL is not set | ||
604 | # CONFIG_MTD_OOPS is not set | ||
605 | |||
606 | # | ||
607 | # RAM/ROM/Flash chip drivers | ||
608 | # | ||
609 | # CONFIG_MTD_CFI is not set | ||
610 | # CONFIG_MTD_JEDECPROBE is not set | ||
611 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
612 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
613 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
614 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
615 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
616 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
617 | CONFIG_MTD_CFI_I1=y | ||
618 | CONFIG_MTD_CFI_I2=y | ||
619 | # CONFIG_MTD_CFI_I4 is not set | ||
620 | # CONFIG_MTD_CFI_I8 is not set | ||
621 | # CONFIG_MTD_RAM is not set | ||
622 | # CONFIG_MTD_ROM is not set | ||
623 | # CONFIG_MTD_ABSENT is not set | ||
624 | |||
625 | # | ||
626 | # Mapping drivers for chip access | ||
627 | # | ||
628 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
629 | # CONFIG_MTD_PLATRAM is not set | ||
630 | |||
631 | # | ||
632 | # Self-contained MTD device drivers | ||
633 | # | ||
634 | # CONFIG_MTD_DATAFLASH is not set | ||
635 | CONFIG_MTD_M25P80=y | ||
636 | CONFIG_M25PXX_USE_FAST_READ=y | ||
637 | # CONFIG_MTD_SST25L is not set | ||
638 | # CONFIG_MTD_SLRAM is not set | ||
639 | # CONFIG_MTD_PHRAM is not set | ||
640 | # CONFIG_MTD_MTDRAM is not set | ||
641 | # CONFIG_MTD_BLOCK2MTD is not set | ||
642 | |||
643 | # | ||
644 | # Disk-On-Chip Device Drivers | ||
645 | # | ||
646 | # CONFIG_MTD_DOC2000 is not set | ||
647 | # CONFIG_MTD_DOC2001 is not set | ||
648 | # CONFIG_MTD_DOC2001PLUS is not set | ||
649 | CONFIG_MTD_NAND_ECC=y | ||
650 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
651 | CONFIG_MTD_NAND=y | ||
652 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
653 | # CONFIG_MTD_SM_COMMON is not set | ||
654 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
655 | # CONFIG_MTD_NAND_GPIO is not set | ||
656 | CONFIG_MTD_NAND_OMAP2=y | ||
657 | CONFIG_MTD_NAND_IDS=y | ||
658 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
659 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
660 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
661 | # CONFIG_MTD_ALAUDA is not set | ||
662 | # CONFIG_MTD_ONENAND is not set | ||
663 | |||
664 | # | ||
665 | # LPDDR flash memory drivers | ||
666 | # | ||
667 | # CONFIG_MTD_LPDDR is not set | ||
668 | # CONFIG_MTD_UBI is not set | ||
669 | # CONFIG_PARPORT is not set | ||
670 | CONFIG_BLK_DEV=y | ||
671 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
672 | CONFIG_BLK_DEV_LOOP=y | ||
673 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
674 | |||
675 | # | ||
676 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
677 | # | ||
678 | # CONFIG_BLK_DEV_NBD is not set | ||
679 | # CONFIG_BLK_DEV_UB is not set | ||
680 | CONFIG_BLK_DEV_RAM=y | ||
681 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
682 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
683 | # CONFIG_BLK_DEV_XIP is not set | ||
684 | # CONFIG_CDROM_PKTCDVD is not set | ||
685 | # CONFIG_ATA_OVER_ETH is not set | ||
686 | # CONFIG_MG_DISK is not set | ||
687 | # CONFIG_BLK_DEV_RBD is not set | ||
688 | CONFIG_MISC_DEVICES=y | ||
689 | # CONFIG_AD525X_DPOT is not set | ||
690 | # CONFIG_ICS932S401 is not set | ||
691 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
692 | # CONFIG_APDS9802ALS is not set | ||
693 | # CONFIG_ISL29003 is not set | ||
694 | # CONFIG_ISL29020 is not set | ||
695 | # CONFIG_SENSORS_TSL2550 is not set | ||
696 | # CONFIG_SENSORS_BH1780 is not set | ||
697 | # CONFIG_SENSORS_BH1770 is not set | ||
698 | # CONFIG_SENSORS_APDS990X is not set | ||
699 | # CONFIG_HMC6352 is not set | ||
700 | # CONFIG_DS1682 is not set | ||
701 | # CONFIG_TI_DAC7512 is not set | ||
702 | # CONFIG_BMP085 is not set | ||
703 | # CONFIG_C2PORT is not set | ||
704 | |||
705 | # | ||
706 | # EEPROM support | ||
707 | # | ||
708 | CONFIG_EEPROM_AT24=y | ||
709 | # CONFIG_EEPROM_AT25 is not set | ||
710 | # CONFIG_EEPROM_LEGACY is not set | ||
711 | # CONFIG_EEPROM_MAX6875 is not set | ||
712 | # CONFIG_EEPROM_93CX6 is not set | ||
713 | # CONFIG_IWMC3200TOP is not set | ||
714 | |||
715 | # | ||
716 | # Texas Instruments shared transport line discipline | ||
717 | # | ||
718 | CONFIG_HAVE_IDE=y | ||
719 | # CONFIG_IDE is not set | ||
720 | |||
721 | # | ||
722 | # SCSI device support | ||
723 | # | ||
724 | CONFIG_SCSI_MOD=y | ||
725 | # CONFIG_RAID_ATTRS is not set | ||
726 | CONFIG_SCSI=y | ||
727 | CONFIG_SCSI_DMA=y | ||
728 | # CONFIG_SCSI_TGT is not set | ||
729 | # CONFIG_SCSI_NETLINK is not set | ||
730 | CONFIG_SCSI_PROC_FS=y | ||
731 | |||
732 | # | ||
733 | # SCSI support type (disk, tape, CD-ROM) | ||
734 | # | ||
735 | CONFIG_BLK_DEV_SD=y | ||
736 | # CONFIG_CHR_DEV_ST is not set | ||
737 | # CONFIG_CHR_DEV_OSST is not set | ||
738 | CONFIG_BLK_DEV_SR=y | ||
739 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
740 | CONFIG_CHR_DEV_SG=y | ||
741 | # CONFIG_CHR_DEV_SCH is not set | ||
742 | # CONFIG_SCSI_MULTI_LUN is not set | ||
743 | # CONFIG_SCSI_CONSTANTS is not set | ||
744 | # CONFIG_SCSI_LOGGING is not set | ||
745 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
746 | CONFIG_SCSI_WAIT_SCAN=m | ||
747 | |||
748 | # | ||
749 | # SCSI Transports | ||
750 | # | ||
751 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
752 | # CONFIG_SCSI_FC_ATTRS is not set | ||
753 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
754 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
755 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
756 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
757 | # CONFIG_SCSI_LOWLEVEL is not set | ||
758 | # CONFIG_SCSI_DH is not set | ||
759 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
760 | CONFIG_ATA=y | ||
761 | # CONFIG_ATA_NONSTANDARD is not set | ||
762 | CONFIG_ATA_VERBOSE_ERROR=y | ||
763 | CONFIG_SATA_PMP=y | ||
764 | |||
765 | # | ||
766 | # Controllers with non-SFF native interface | ||
767 | # | ||
768 | CONFIG_SATA_AHCI_PLATFORM=y | ||
769 | # CONFIG_ATA_SFF is not set | ||
770 | # CONFIG_MD is not set | ||
771 | CONFIG_NETDEVICES=y | ||
772 | # CONFIG_DUMMY is not set | ||
773 | # CONFIG_BONDING is not set | ||
774 | # CONFIG_MACVLAN is not set | ||
775 | # CONFIG_EQUALIZER is not set | ||
776 | # CONFIG_TUN is not set | ||
777 | # CONFIG_VETH is not set | ||
778 | CONFIG_MII=y | ||
779 | CONFIG_PHYLIB=y | ||
780 | |||
781 | # | ||
782 | # MII PHY device drivers | ||
783 | # | ||
784 | # CONFIG_MARVELL_PHY is not set | ||
785 | # CONFIG_DAVICOM_PHY is not set | ||
786 | # CONFIG_QSEMI_PHY is not set | ||
787 | # CONFIG_LXT_PHY is not set | ||
788 | # CONFIG_CICADA_PHY is not set | ||
789 | # CONFIG_VITESSE_PHY is not set | ||
790 | # CONFIG_SMSC_PHY is not set | ||
791 | # CONFIG_BROADCOM_PHY is not set | ||
792 | # CONFIG_BCM63XX_PHY is not set | ||
793 | # CONFIG_ICPLUS_PHY is not set | ||
794 | # CONFIG_REALTEK_PHY is not set | ||
795 | # CONFIG_NATIONAL_PHY is not set | ||
796 | # CONFIG_STE10XP is not set | ||
797 | # CONFIG_LSI_ET1011C_PHY is not set | ||
798 | # CONFIG_MICREL_PHY is not set | ||
799 | # CONFIG_FIXED_PHY is not set | ||
800 | # CONFIG_MDIO_BITBANG is not set | ||
801 | # CONFIG_NET_ETHERNET is not set | ||
802 | CONFIG_NETDEV_1000=y | ||
803 | CONFIG_TI_DAVINCI_MDIO=y | ||
804 | CONFIG_TI_DAVINCI_CPDMA=y | ||
805 | CONFIG_TI_CPSW=y | ||
806 | # CONFIG_STMMAC_ETH is not set | ||
807 | # CONFIG_NETDEV_10000 is not set | ||
808 | # CONFIG_WLAN is not set | ||
809 | |||
810 | # | ||
811 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
812 | # | ||
813 | |||
814 | # | ||
815 | # USB Network Adapters | ||
816 | # | ||
817 | # CONFIG_USB_CATC is not set | ||
818 | # CONFIG_USB_KAWETH is not set | ||
819 | # CONFIG_USB_PEGASUS is not set | ||
820 | # CONFIG_USB_RTL8150 is not set | ||
821 | CONFIG_USB_USBNET=y | ||
822 | # CONFIG_USB_NET_AX8817X is not set | ||
823 | CONFIG_USB_NET_CDCETHER=y | ||
824 | # CONFIG_USB_NET_CDC_EEM is not set | ||
825 | CONFIG_USB_NET_DM9601=y | ||
826 | # CONFIG_USB_NET_SMSC75XX is not set | ||
827 | # CONFIG_USB_NET_SMSC95XX is not set | ||
828 | # CONFIG_USB_NET_GL620A is not set | ||
829 | # CONFIG_USB_NET_NET1080 is not set | ||
830 | # CONFIG_USB_NET_PLUSB is not set | ||
831 | # CONFIG_USB_NET_MCS7830 is not set | ||
832 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
833 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
834 | # CONFIG_USB_NET_ZAURUS is not set | ||
835 | # CONFIG_USB_NET_CX82310_ETH is not set | ||
836 | # CONFIG_USB_NET_INT51X1 is not set | ||
837 | # CONFIG_USB_IPHETH is not set | ||
838 | # CONFIG_USB_SIERRA_NET is not set | ||
839 | # CONFIG_WAN is not set | ||
840 | |||
841 | # | ||
842 | # CAIF transport drivers | ||
843 | # | ||
844 | # CONFIG_PPP is not set | ||
845 | # CONFIG_SLIP is not set | ||
846 | # CONFIG_NETCONSOLE is not set | ||
847 | # CONFIG_NETPOLL is not set | ||
848 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
849 | # CONFIG_ISDN is not set | ||
850 | # CONFIG_PHONE is not set | ||
851 | |||
852 | # | ||
853 | # Input device support | ||
854 | # | ||
855 | CONFIG_INPUT=y | ||
856 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
857 | # CONFIG_INPUT_POLLDEV is not set | ||
858 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
859 | |||
860 | # | ||
861 | # Userland interfaces | ||
862 | # | ||
863 | CONFIG_INPUT_MOUSEDEV=y | ||
864 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
865 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
866 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
867 | # CONFIG_INPUT_JOYDEV is not set | ||
868 | CONFIG_INPUT_EVDEV=y | ||
869 | # CONFIG_INPUT_EVBUG is not set | ||
870 | |||
871 | # | ||
872 | # Input Device Drivers | ||
873 | # | ||
874 | # CONFIG_INPUT_KEYBOARD is not set | ||
875 | # CONFIG_INPUT_MOUSE is not set | ||
876 | # CONFIG_INPUT_JOYSTICK is not set | ||
877 | # CONFIG_INPUT_TABLET is not set | ||
878 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
879 | # CONFIG_INPUT_MISC is not set | ||
880 | |||
881 | # | ||
882 | # Hardware I/O ports | ||
883 | # | ||
884 | CONFIG_SERIO=y | ||
885 | CONFIG_SERIO_SERPORT=y | ||
886 | # CONFIG_SERIO_RAW is not set | ||
887 | # CONFIG_SERIO_ALTERA_PS2 is not set | ||
888 | # CONFIG_SERIO_PS2MULT is not set | ||
889 | # CONFIG_GAMEPORT is not set | ||
890 | |||
891 | # | ||
892 | # Character devices | ||
893 | # | ||
894 | CONFIG_VT=y | ||
895 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
896 | CONFIG_VT_CONSOLE=y | ||
897 | CONFIG_HW_CONSOLE=y | ||
898 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
899 | CONFIG_DEVKMEM=y | ||
900 | CONFIG_SERIAL_NONSTANDARD=y | ||
901 | # CONFIG_N_HDLC is not set | ||
902 | # CONFIG_N_GSM is not set | ||
903 | # CONFIG_RISCOM8 is not set | ||
904 | # CONFIG_SPECIALIX is not set | ||
905 | # CONFIG_STALDRV is not set | ||
906 | |||
907 | # | ||
908 | # Serial drivers | ||
909 | # | ||
910 | CONFIG_SERIAL_8250=y | ||
911 | CONFIG_SERIAL_8250_CONSOLE=y | ||
912 | CONFIG_SERIAL_8250_NR_UARTS=64 | ||
913 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
914 | CONFIG_SERIAL_8250_EXTENDED=y | ||
915 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
916 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
917 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
918 | CONFIG_SERIAL_8250_RSA=y | ||
919 | |||
920 | # | ||
921 | # Non-8250 serial port support | ||
922 | # | ||
923 | # CONFIG_SERIAL_MAX3100 is not set | ||
924 | # CONFIG_SERIAL_MAX3107 is not set | ||
925 | CONFIG_SERIAL_CORE=y | ||
926 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
927 | CONFIG_SERIAL_OMAP=y | ||
928 | CONFIG_SERIAL_OMAP_CONSOLE=y | ||
929 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
930 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set | ||
931 | # CONFIG_SERIAL_ALTERA_UART is not set | ||
932 | CONFIG_UNIX98_PTYS=y | ||
933 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
934 | # CONFIG_LEGACY_PTYS is not set | ||
935 | # CONFIG_IPMI_HANDLER is not set | ||
936 | # CONFIG_HW_RANDOM is not set | ||
937 | # CONFIG_R3964 is not set | ||
938 | # CONFIG_RAW_DRIVER is not set | ||
939 | # CONFIG_TCG_TPM is not set | ||
940 | # CONFIG_RAMOOPS is not set | ||
941 | CONFIG_I2C=y | ||
942 | CONFIG_I2C_BOARDINFO=y | ||
943 | CONFIG_I2C_COMPAT=y | ||
944 | CONFIG_I2C_CHARDEV=y | ||
945 | # CONFIG_I2C_MUX is not set | ||
946 | CONFIG_I2C_HELPER_AUTO=y | ||
947 | |||
948 | # | ||
949 | # I2C Hardware Bus support | ||
950 | # | ||
951 | |||
952 | # | ||
953 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
954 | # | ||
955 | # CONFIG_I2C_DESIGNWARE is not set | ||
956 | # CONFIG_I2C_GPIO is not set | ||
957 | # CONFIG_I2C_OCORES is not set | ||
958 | CONFIG_I2C_OMAP=y | ||
959 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
960 | # CONFIG_I2C_SIMTEC is not set | ||
961 | # CONFIG_I2C_XILINX is not set | ||
962 | |||
963 | # | ||
964 | # External I2C/SMBus adapter drivers | ||
965 | # | ||
966 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
967 | # CONFIG_I2C_TAOS_EVM is not set | ||
968 | # CONFIG_I2C_TINY_USB is not set | ||
969 | |||
970 | # | ||
971 | # Other I2C/SMBus bus drivers | ||
972 | # | ||
973 | # CONFIG_I2C_STUB is not set | ||
974 | # CONFIG_I2C_DEBUG_CORE is not set | ||
975 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
976 | # CONFIG_I2C_DEBUG_BUS is not set | ||
977 | CONFIG_SPI=y | ||
978 | # CONFIG_SPI_DEBUG is not set | ||
979 | CONFIG_SPI_MASTER=y | ||
980 | |||
981 | # | ||
982 | # SPI Master Controller Drivers | ||
983 | # | ||
984 | # CONFIG_SPI_BITBANG is not set | ||
985 | # CONFIG_SPI_GPIO is not set | ||
986 | CONFIG_SPI_OMAP24XX=y | ||
987 | # CONFIG_SPI_XILINX is not set | ||
988 | # CONFIG_SPI_DESIGNWARE is not set | ||
989 | |||
990 | # | ||
991 | # SPI Protocol Masters | ||
992 | # | ||
993 | # CONFIG_SPI_SPIDEV is not set | ||
994 | # CONFIG_SPI_TLE62X0 is not set | ||
995 | |||
996 | # | ||
997 | # PPS support | ||
998 | # | ||
999 | # CONFIG_PPS is not set | ||
1000 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
1001 | CONFIG_GPIOLIB=y | ||
1002 | # CONFIG_DEBUG_GPIO is not set | ||
1003 | # CONFIG_GPIO_SYSFS is not set | ||
1004 | |||
1005 | # | ||
1006 | # Memory mapped GPIO expanders: | ||
1007 | # | ||
1008 | # CONFIG_GPIO_BASIC_MMIO is not set | ||
1009 | # CONFIG_GPIO_IT8761E is not set | ||
1010 | # CONFIG_GPIO_VX855 is not set | ||
1011 | |||
1012 | # | ||
1013 | # I2C GPIO expanders: | ||
1014 | # | ||
1015 | # CONFIG_GPIO_MAX7300 is not set | ||
1016 | # CONFIG_GPIO_MAX732X is not set | ||
1017 | # CONFIG_GPIO_PCA953X is not set | ||
1018 | # CONFIG_GPIO_PCF857X is not set | ||
1019 | # CONFIG_GPIO_SX150X is not set | ||
1020 | # CONFIG_GPIO_ADP5588 is not set | ||
1021 | |||
1022 | # | ||
1023 | # PCI GPIO expanders: | ||
1024 | # | ||
1025 | |||
1026 | # | ||
1027 | # SPI GPIO expanders: | ||
1028 | # | ||
1029 | # CONFIG_GPIO_MAX7301 is not set | ||
1030 | # CONFIG_GPIO_MCP23S08 is not set | ||
1031 | # CONFIG_GPIO_MC33880 is not set | ||
1032 | # CONFIG_GPIO_74X164 is not set | ||
1033 | |||
1034 | # | ||
1035 | # AC97 GPIO expanders: | ||
1036 | # | ||
1037 | |||
1038 | # | ||
1039 | # MODULbus GPIO expanders: | ||
1040 | # | ||
1041 | # CONFIG_W1 is not set | ||
1042 | # CONFIG_POWER_SUPPLY is not set | ||
1043 | # CONFIG_HWMON is not set | ||
1044 | # CONFIG_THERMAL is not set | ||
1045 | CONFIG_WATCHDOG=y | ||
1046 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
1047 | |||
1048 | # | ||
1049 | # Watchdog Device Drivers | ||
1050 | # | ||
1051 | # CONFIG_SOFT_WATCHDOG is not set | ||
1052 | CONFIG_OMAP_WATCHDOG=y | ||
1053 | # CONFIG_MAX63XX_WATCHDOG is not set | ||
1054 | |||
1055 | # | ||
1056 | # USB-based Watchdog Cards | ||
1057 | # | ||
1058 | # CONFIG_USBPCWATCHDOG is not set | ||
1059 | CONFIG_SSB_POSSIBLE=y | ||
1060 | |||
1061 | # | ||
1062 | # Sonics Silicon Backplane | ||
1063 | # | ||
1064 | CONFIG_SSB=m | ||
1065 | CONFIG_SSB_SDIOHOST_POSSIBLE=y | ||
1066 | # CONFIG_SSB_SDIOHOST is not set | ||
1067 | # CONFIG_SSB_DEBUG is not set | ||
1068 | CONFIG_MFD_SUPPORT=y | ||
1069 | # CONFIG_MFD_CORE is not set | ||
1070 | # CONFIG_MFD_88PM860X is not set | ||
1071 | # CONFIG_MFD_SM501 is not set | ||
1072 | # CONFIG_MFD_ASIC3 is not set | ||
1073 | # CONFIG_HTC_EGPIO is not set | ||
1074 | # CONFIG_HTC_PASIC3 is not set | ||
1075 | # CONFIG_HTC_I2CPLD is not set | ||
1076 | # CONFIG_TPS65010 is not set | ||
1077 | # CONFIG_TPS6507X is not set | ||
1078 | # CONFIG_MFD_STMPE is not set | ||
1079 | # CONFIG_MFD_TC35892 is not set | ||
1080 | # CONFIG_MFD_TMIO is not set | ||
1081 | # CONFIG_MFD_T7L66XB is not set | ||
1082 | # CONFIG_MFD_TC6387XB is not set | ||
1083 | # CONFIG_MFD_TC6393XB is not set | ||
1084 | # CONFIG_PMIC_DA903X is not set | ||
1085 | # CONFIG_PMIC_ADP5520 is not set | ||
1086 | # CONFIG_MFD_MAX8925 is not set | ||
1087 | # CONFIG_MFD_MAX8998 is not set | ||
1088 | # CONFIG_MFD_WM8400 is not set | ||
1089 | # CONFIG_MFD_WM831X_I2C is not set | ||
1090 | # CONFIG_MFD_WM831X_SPI is not set | ||
1091 | # CONFIG_MFD_WM8350_I2C is not set | ||
1092 | # CONFIG_MFD_WM8994 is not set | ||
1093 | # CONFIG_MFD_PCF50633 is not set | ||
1094 | # CONFIG_MFD_MC13XXX is not set | ||
1095 | # CONFIG_ABX500_CORE is not set | ||
1096 | # CONFIG_EZX_PCAP is not set | ||
1097 | # CONFIG_MFD_TPS6586X is not set | ||
1098 | CONFIG_REGULATOR=y | ||
1099 | # CONFIG_REGULATOR_DEBUG is not set | ||
1100 | CONFIG_REGULATOR_DUMMY=y | ||
1101 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1102 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1103 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set | ||
1104 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1105 | # CONFIG_REGULATOR_MAX1586 is not set | ||
1106 | # CONFIG_REGULATOR_MAX8649 is not set | ||
1107 | # CONFIG_REGULATOR_MAX8660 is not set | ||
1108 | # CONFIG_REGULATOR_MAX8952 is not set | ||
1109 | # CONFIG_REGULATOR_LP3971 is not set | ||
1110 | # CONFIG_REGULATOR_LP3972 is not set | ||
1111 | # CONFIG_REGULATOR_TPS65023 is not set | ||
1112 | CONFIG_REGULATOR_GPIO=y | ||
1113 | # CONFIG_REGULATOR_TPS6507X is not set | ||
1114 | # CONFIG_REGULATOR_ISL6271A is not set | ||
1115 | # CONFIG_REGULATOR_AD5398 is not set | ||
1116 | CONFIG_MEDIA_SUPPORT=y | ||
1117 | |||
1118 | # | ||
1119 | # Multimedia core support | ||
1120 | # | ||
1121 | # CONFIG_MEDIA_CONTROLLER is not set | ||
1122 | CONFIG_VIDEO_DEV=y | ||
1123 | CONFIG_VIDEO_V4L2_COMMON=y | ||
1124 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
1125 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1126 | # CONFIG_DVB_CORE is not set | ||
1127 | CONFIG_VIDEO_MEDIA=y | ||
1128 | |||
1129 | # | ||
1130 | # Multimedia drivers | ||
1131 | # | ||
1132 | # CONFIG_IR_CORE is not set | ||
1133 | # CONFIG_MEDIA_ATTACH is not set | ||
1134 | CONFIG_MEDIA_TUNER=y | ||
1135 | # CONFIG_MEDIA_TUNER_CUSTOMISE is not set | ||
1136 | CONFIG_MEDIA_TUNER_SIMPLE=y | ||
1137 | CONFIG_MEDIA_TUNER_TDA8290=y | ||
1138 | CONFIG_MEDIA_TUNER_TDA827X=y | ||
1139 | CONFIG_MEDIA_TUNER_TDA18271=y | ||
1140 | CONFIG_MEDIA_TUNER_TDA9887=y | ||
1141 | CONFIG_MEDIA_TUNER_TEA5761=y | ||
1142 | CONFIG_MEDIA_TUNER_TEA5767=y | ||
1143 | CONFIG_MEDIA_TUNER_MT20XX=y | ||
1144 | CONFIG_MEDIA_TUNER_XC2028=y | ||
1145 | CONFIG_MEDIA_TUNER_XC5000=y | ||
1146 | CONFIG_MEDIA_TUNER_MC44S803=y | ||
1147 | CONFIG_VIDEO_V4L2=y | ||
1148 | CONFIG_VIDEO_V4L1=y | ||
1149 | CONFIG_VIDEOBUF_GEN=y | ||
1150 | CONFIG_VIDEOBUF_DMA_SG=y | ||
1151 | CONFIG_VIDEOBUF_DMA_CONTIG=y | ||
1152 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1153 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1154 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1155 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
1156 | |||
1157 | # | ||
1158 | # Encoders/decoders and other helper chips | ||
1159 | # | ||
1160 | |||
1161 | # | ||
1162 | # Audio decoders | ||
1163 | # | ||
1164 | # CONFIG_VIDEO_TVAUDIO is not set | ||
1165 | # CONFIG_VIDEO_TDA7432 is not set | ||
1166 | # CONFIG_VIDEO_TDA9840 is not set | ||
1167 | # CONFIG_VIDEO_TDA9875 is not set | ||
1168 | # CONFIG_VIDEO_TEA6415C is not set | ||
1169 | # CONFIG_VIDEO_TEA6420 is not set | ||
1170 | # CONFIG_VIDEO_MSP3400 is not set | ||
1171 | # CONFIG_VIDEO_CS5345 is not set | ||
1172 | # CONFIG_VIDEO_CS53L32A is not set | ||
1173 | # CONFIG_VIDEO_M52790 is not set | ||
1174 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
1175 | # CONFIG_VIDEO_WM8775 is not set | ||
1176 | # CONFIG_VIDEO_WM8739 is not set | ||
1177 | # CONFIG_VIDEO_VP27SMPX is not set | ||
1178 | |||
1179 | # | ||
1180 | # RDS decoders | ||
1181 | # | ||
1182 | # CONFIG_VIDEO_SAA6588 is not set | ||
1183 | |||
1184 | # | ||
1185 | # Video decoders | ||
1186 | # | ||
1187 | # CONFIG_VIDEO_ADV7180 is not set | ||
1188 | # CONFIG_VIDEO_BT819 is not set | ||
1189 | # CONFIG_VIDEO_BT856 is not set | ||
1190 | # CONFIG_VIDEO_BT866 is not set | ||
1191 | # CONFIG_VIDEO_KS0127 is not set | ||
1192 | # CONFIG_VIDEO_OV7670 is not set | ||
1193 | # CONFIG_VIDEO_MT9T001 is not set | ||
1194 | # CONFIG_VIDEO_MT9V011 is not set | ||
1195 | # CONFIG_VIDEO_MT9V113 is not set | ||
1196 | # CONFIG_VIDEO_MT9T111 is not set | ||
1197 | # CONFIG_VIDEO_TCM825X is not set | ||
1198 | # CONFIG_VIDEO_SAA7110 is not set | ||
1199 | # CONFIG_VIDEO_SAA711X is not set | ||
1200 | # CONFIG_VIDEO_SAA717X is not set | ||
1201 | # CONFIG_VIDEO_SAA7191 is not set | ||
1202 | # CONFIG_VIDEO_TVP514X is not set | ||
1203 | # CONFIG_VIDEO_TVP5150 is not set | ||
1204 | # CONFIG_VIDEO_TVP7002 is not set | ||
1205 | # CONFIG_VIDEO_VPX3220 is not set | ||
1206 | |||
1207 | # | ||
1208 | # Video and audio decoders | ||
1209 | # | ||
1210 | # CONFIG_VIDEO_CX25840 is not set | ||
1211 | |||
1212 | # | ||
1213 | # MPEG video encoders | ||
1214 | # | ||
1215 | # CONFIG_VIDEO_CX2341X is not set | ||
1216 | |||
1217 | # | ||
1218 | # Video encoders | ||
1219 | # | ||
1220 | # CONFIG_VIDEO_SAA7127 is not set | ||
1221 | # CONFIG_VIDEO_SAA7185 is not set | ||
1222 | # CONFIG_VIDEO_ADV7170 is not set | ||
1223 | # CONFIG_VIDEO_ADV7175 is not set | ||
1224 | # CONFIG_VIDEO_THS7303 is not set | ||
1225 | # CONFIG_VIDEO_ADV7343 is not set | ||
1226 | # CONFIG_VIDEO_AK881X is not set | ||
1227 | |||
1228 | # | ||
1229 | # Video improvement chips | ||
1230 | # | ||
1231 | # CONFIG_VIDEO_UPD64031A is not set | ||
1232 | # CONFIG_VIDEO_UPD64083 is not set | ||
1233 | CONFIG_VIDEO_TI81XX_VIDOUT=m | ||
1234 | # CONFIG_VIDEO_CPIA2 is not set | ||
1235 | # CONFIG_VIDEO_SR030PC30 is not set | ||
1236 | # CONFIG_SOC_CAMERA is not set | ||
1237 | CONFIG_V4L_USB_DRIVERS=y | ||
1238 | CONFIG_USB_VIDEO_CLASS=y | ||
1239 | CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y | ||
1240 | # CONFIG_USB_GSPCA is not set | ||
1241 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
1242 | # CONFIG_VIDEO_HDPVR is not set | ||
1243 | # CONFIG_VIDEO_USBVISION is not set | ||
1244 | # CONFIG_USB_VICAM is not set | ||
1245 | # CONFIG_USB_IBMCAM is not set | ||
1246 | # CONFIG_USB_KONICAWC is not set | ||
1247 | # CONFIG_USB_ET61X251 is not set | ||
1248 | # CONFIG_USB_SE401 is not set | ||
1249 | # CONFIG_USB_SN9C102 is not set | ||
1250 | # CONFIG_USB_PWC is not set | ||
1251 | # CONFIG_USB_ZR364XX is not set | ||
1252 | # CONFIG_USB_STKWEBCAM is not set | ||
1253 | # CONFIG_USB_S2255 is not set | ||
1254 | # CONFIG_V4L_MEM2MEM_DRIVERS is not set | ||
1255 | # CONFIG_RADIO_ADAPTERS is not set | ||
1256 | # CONFIG_DAB is not set | ||
1257 | CONFIG_HAVE_TI_TILER=y | ||
1258 | # CONFIG_TI_TILER is not set | ||
1259 | |||
1260 | # | ||
1261 | # Graphics support | ||
1262 | # | ||
1263 | # CONFIG_DRM is not set | ||
1264 | # CONFIG_VGASTATE is not set | ||
1265 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1266 | CONFIG_FB=y | ||
1267 | # CONFIG_FIRMWARE_EDID is not set | ||
1268 | # CONFIG_FB_DDC is not set | ||
1269 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
1270 | CONFIG_FB_CFB_FILLRECT=y | ||
1271 | CONFIG_FB_CFB_COPYAREA=y | ||
1272 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
1273 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
1274 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1275 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1276 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1277 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
1278 | # CONFIG_FB_SYS_FOPS is not set | ||
1279 | # CONFIG_FB_SVGALIB is not set | ||
1280 | # CONFIG_FB_MACMODES is not set | ||
1281 | # CONFIG_FB_BACKLIGHT is not set | ||
1282 | # CONFIG_FB_MODE_HELPERS is not set | ||
1283 | # CONFIG_FB_TILEBLITTING is not set | ||
1284 | |||
1285 | # | ||
1286 | # Frame buffer hardware drivers | ||
1287 | # | ||
1288 | # CONFIG_FB_S1D13XXX is not set | ||
1289 | # CONFIG_FB_VIRTUAL is not set | ||
1290 | # CONFIG_FB_METRONOME is not set | ||
1291 | # CONFIG_FB_MB862XX is not set | ||
1292 | # CONFIG_FB_BROADSHEET is not set | ||
1293 | CONFIG_TI81XX_VPSS=m | ||
1294 | CONFIG_TI81XX_VPSS_VRAM_SIZE=50 | ||
1295 | CONFIG_TI81XX_VPSS_DEBUG_SUPPORT=y | ||
1296 | CONFIG_FB_TI81XX=m | ||
1297 | CONFIG_FB_TI81XX_DEBUG_SUPPORT=y | ||
1298 | CONFIG_FB_TI81XX_NUM_FBS=3 | ||
1299 | CONFIG_TI81XX_HDMI=m | ||
1300 | # CONFIG_SII9022a is not set | ||
1301 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1302 | |||
1303 | # | ||
1304 | # Display device support | ||
1305 | # | ||
1306 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1307 | |||
1308 | # | ||
1309 | # Console display driver support | ||
1310 | # | ||
1311 | CONFIG_DUMMY_CONSOLE=y | ||
1312 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
1313 | # CONFIG_LOGO is not set | ||
1314 | CONFIG_SOUND=y | ||
1315 | # CONFIG_SOUND_OSS_CORE is not set | ||
1316 | CONFIG_SND=y | ||
1317 | CONFIG_SND_TIMER=y | ||
1318 | CONFIG_SND_PCM=y | ||
1319 | CONFIG_SND_HWDEP=y | ||
1320 | CONFIG_SND_RAWMIDI=y | ||
1321 | CONFIG_SND_JACK=y | ||
1322 | # CONFIG_SND_SEQUENCER is not set | ||
1323 | # CONFIG_SND_MIXER_OSS is not set | ||
1324 | # CONFIG_SND_PCM_OSS is not set | ||
1325 | # CONFIG_SND_HRTIMER is not set | ||
1326 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1327 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1328 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1329 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1330 | # CONFIG_SND_DEBUG is not set | ||
1331 | # CONFIG_SND_RAWMIDI_SEQ is not set | ||
1332 | # CONFIG_SND_OPL3_LIB_SEQ is not set | ||
1333 | # CONFIG_SND_OPL4_LIB_SEQ is not set | ||
1334 | # CONFIG_SND_SBAWE_SEQ is not set | ||
1335 | # CONFIG_SND_EMU10K1_SEQ is not set | ||
1336 | # CONFIG_SND_DRIVERS is not set | ||
1337 | # CONFIG_SND_ARM is not set | ||
1338 | # CONFIG_SND_SPI is not set | ||
1339 | CONFIG_SND_USB=y | ||
1340 | CONFIG_SND_USB_AUDIO=y | ||
1341 | # CONFIG_SND_USB_UA101 is not set | ||
1342 | # CONFIG_SND_USB_CAIAQ is not set | ||
1343 | CONFIG_SND_SOC=y | ||
1344 | CONFIG_SND_TI81XX_SOC=y | ||
1345 | CONFIG_SND_DAVINCI_SOC_MCASP=y | ||
1346 | CONFIG_SND_TI81XX_SOC_EVM=y | ||
1347 | # CONFIG_SND_OMAP_SOC is not set | ||
1348 | CONFIG_SND_SOC_I2C_AND_SPI=y | ||
1349 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1350 | CONFIG_SND_SOC_TLV320AIC3X=y | ||
1351 | # CONFIG_SOUND_PRIME is not set | ||
1352 | CONFIG_HID_SUPPORT=y | ||
1353 | CONFIG_HID=y | ||
1354 | # CONFIG_HIDRAW is not set | ||
1355 | |||
1356 | # | ||
1357 | # USB Input Devices | ||
1358 | # | ||
1359 | CONFIG_USB_HID=y | ||
1360 | # CONFIG_HID_PID is not set | ||
1361 | # CONFIG_USB_HIDDEV is not set | ||
1362 | |||
1363 | # | ||
1364 | # Special HID drivers | ||
1365 | # | ||
1366 | # CONFIG_HID_3M_PCT is not set | ||
1367 | CONFIG_HID_A4TECH=y | ||
1368 | # CONFIG_HID_ACRUX_FF is not set | ||
1369 | CONFIG_HID_APPLE=y | ||
1370 | CONFIG_HID_BELKIN=y | ||
1371 | # CONFIG_HID_CANDO is not set | ||
1372 | CONFIG_HID_CHERRY=y | ||
1373 | CONFIG_HID_CHICONY=y | ||
1374 | # CONFIG_HID_PRODIKEYS is not set | ||
1375 | CONFIG_HID_CYPRESS=y | ||
1376 | # CONFIG_HID_DRAGONRISE is not set | ||
1377 | # CONFIG_HID_EGALAX is not set | ||
1378 | CONFIG_HID_EZKEY=y | ||
1379 | CONFIG_HID_KYE=y | ||
1380 | # CONFIG_HID_UCLOGIC is not set | ||
1381 | # CONFIG_HID_WALTOP is not set | ||
1382 | # CONFIG_HID_GYRATION is not set | ||
1383 | # CONFIG_HID_TWINHAN is not set | ||
1384 | CONFIG_HID_KENSINGTON=y | ||
1385 | CONFIG_HID_LOGITECH=y | ||
1386 | # CONFIG_LOGITECH_FF is not set | ||
1387 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1388 | # CONFIG_LOGIG940_FF is not set | ||
1389 | # CONFIG_LOGIWII_FF is not set | ||
1390 | CONFIG_HID_MICROSOFT=y | ||
1391 | # CONFIG_HID_MOSART is not set | ||
1392 | CONFIG_HID_MONTEREY=y | ||
1393 | # CONFIG_HID_NTRIG is not set | ||
1394 | # CONFIG_HID_ORTEK is not set | ||
1395 | # CONFIG_HID_PANTHERLORD is not set | ||
1396 | # CONFIG_HID_PETALYNX is not set | ||
1397 | # CONFIG_HID_PICOLCD is not set | ||
1398 | # CONFIG_HID_QUANTA is not set | ||
1399 | # CONFIG_HID_ROCCAT is not set | ||
1400 | # CONFIG_HID_ROCCAT_KONE is not set | ||
1401 | # CONFIG_HID_ROCCAT_PYRA is not set | ||
1402 | # CONFIG_HID_SAMSUNG is not set | ||
1403 | # CONFIG_HID_SONY is not set | ||
1404 | # CONFIG_HID_STANTUM is not set | ||
1405 | # CONFIG_HID_SUNPLUS is not set | ||
1406 | # CONFIG_HID_GREENASIA is not set | ||
1407 | # CONFIG_HID_SMARTJOYPLUS is not set | ||
1408 | # CONFIG_HID_TOPSEED is not set | ||
1409 | # CONFIG_HID_THRUSTMASTER is not set | ||
1410 | # CONFIG_HID_ZEROPLUS is not set | ||
1411 | # CONFIG_HID_ZYDACRON is not set | ||
1412 | CONFIG_USB_SUPPORT=y | ||
1413 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1414 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1415 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
1416 | CONFIG_USB=y | ||
1417 | # CONFIG_USB_DEBUG is not set | ||
1418 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
1419 | |||
1420 | # | ||
1421 | # Miscellaneous USB options | ||
1422 | # | ||
1423 | CONFIG_USB_DEVICEFS=y | ||
1424 | CONFIG_USB_DEVICE_CLASS=y | ||
1425 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1426 | CONFIG_USB_SUSPEND=y | ||
1427 | # CONFIG_USB_OTG is not set | ||
1428 | # CONFIG_USB_MON is not set | ||
1429 | # CONFIG_USB_WUSB is not set | ||
1430 | # CONFIG_USB_WUSB_CBAF is not set | ||
1431 | |||
1432 | # | ||
1433 | # USB Host Controller Drivers | ||
1434 | # | ||
1435 | # CONFIG_USB_C67X00_HCD is not set | ||
1436 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1437 | # CONFIG_USB_ISP116X_HCD is not set | ||
1438 | # CONFIG_USB_ISP1760_HCD is not set | ||
1439 | # CONFIG_USB_ISP1362_HCD is not set | ||
1440 | # CONFIG_USB_OHCI_HCD is not set | ||
1441 | # CONFIG_USB_SL811_HCD is not set | ||
1442 | # CONFIG_USB_R8A66597_HCD is not set | ||
1443 | # CONFIG_USB_HWA_HCD is not set | ||
1444 | CONFIG_USB_MUSB_HDRC=y | ||
1445 | |||
1446 | # | ||
1447 | # Platform Glue Layer | ||
1448 | # | ||
1449 | # CONFIG_USB_MUSB_TUSB6010_GLUE is not set | ||
1450 | # CONFIG_USB_MUSB_OMAP2PLUS_GLUE is not set | ||
1451 | # CONFIG_USB_MUSB_AM35X_GLUE is not set | ||
1452 | CONFIG_USB_MUSB_TI81XX_GLUE=y | ||
1453 | # CONFIG_USB_MUSB_DAVINCI is not set | ||
1454 | # CONFIG_USB_MUSB_DA8XX is not set | ||
1455 | # CONFIG_USB_MUSB_TUSB6010 is not set | ||
1456 | # CONFIG_USB_MUSB_OMAP2PLUS is not set | ||
1457 | # CONFIG_USB_MUSB_AM35X is not set | ||
1458 | CONFIG_USB_MUSB_TI81XX=y | ||
1459 | # CONFIG_USB_MUSB_BLACKFIN is not set | ||
1460 | # CONFIG_USB_MUSB_UX500 is not set | ||
1461 | CONFIG_USB_MUSB_HOST=y | ||
1462 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1463 | # CONFIG_MUSB_PIO_ONLY is not set | ||
1464 | # CONFIG_USB_INVENTRA_DMA_HW is not set | ||
1465 | # CONFIG_USB_TI_CPPI_DMA_HW is not set | ||
1466 | CONFIG_USB_TI_CPPI41_DMA_HW=y | ||
1467 | # CONFIG_USB_INVENTRA_DMA is not set | ||
1468 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
1469 | CONFIG_USB_TI_CPPI41_DMA=y | ||
1470 | # CONFIG_USB_TUSB_OMAP_DMA is not set | ||
1471 | CONFIG_USB_MUSB_DEBUG=y | ||
1472 | |||
1473 | # | ||
1474 | # USB Device Class drivers | ||
1475 | # | ||
1476 | # CONFIG_USB_ACM is not set | ||
1477 | # CONFIG_USB_PRINTER is not set | ||
1478 | # CONFIG_USB_WDM is not set | ||
1479 | # CONFIG_USB_TMC is not set | ||
1480 | |||
1481 | # | ||
1482 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may | ||
1483 | # | ||
1484 | |||
1485 | # | ||
1486 | # also be needed; see USB_STORAGE Help for more info | ||
1487 | # | ||
1488 | CONFIG_USB_STORAGE=y | ||
1489 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1490 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1491 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1492 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1493 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1494 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1495 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1496 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1497 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1498 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1499 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1500 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1501 | # CONFIG_USB_UAS is not set | ||
1502 | # CONFIG_USB_LIBUSUAL is not set | ||
1503 | |||
1504 | # | ||
1505 | # USB Imaging devices | ||
1506 | # | ||
1507 | # CONFIG_USB_MDC800 is not set | ||
1508 | # CONFIG_USB_MICROTEK is not set | ||
1509 | |||
1510 | # | ||
1511 | # USB port drivers | ||
1512 | # | ||
1513 | # CONFIG_USB_SERIAL is not set | ||
1514 | |||
1515 | # | ||
1516 | # USB Miscellaneous drivers | ||
1517 | # | ||
1518 | # CONFIG_USB_EMI62 is not set | ||
1519 | # CONFIG_USB_EMI26 is not set | ||
1520 | # CONFIG_USB_ADUTUX is not set | ||
1521 | # CONFIG_USB_SEVSEG is not set | ||
1522 | # CONFIG_USB_RIO500 is not set | ||
1523 | # CONFIG_USB_LEGOTOWER is not set | ||
1524 | # CONFIG_USB_LCD is not set | ||
1525 | # CONFIG_USB_LED is not set | ||
1526 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1527 | # CONFIG_USB_CYTHERM is not set | ||
1528 | # CONFIG_USB_IDMOUSE is not set | ||
1529 | # CONFIG_USB_FTDI_ELAN is not set | ||
1530 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1531 | # CONFIG_USB_SISUSBVGA is not set | ||
1532 | # CONFIG_USB_LD is not set | ||
1533 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1534 | # CONFIG_USB_IOWARRIOR is not set | ||
1535 | # CONFIG_USB_TEST is not set | ||
1536 | # CONFIG_USB_ISIGHTFW is not set | ||
1537 | # CONFIG_USB_YUREX is not set | ||
1538 | # CONFIG_USB_GADGET is not set | ||
1539 | |||
1540 | # | ||
1541 | # OTG and related infrastructure | ||
1542 | # | ||
1543 | CONFIG_USB_OTG_UTILS=y | ||
1544 | # CONFIG_USB_GPIO_VBUS is not set | ||
1545 | # CONFIG_USB_ULPI is not set | ||
1546 | CONFIG_NOP_USB_XCEIV=y | ||
1547 | CONFIG_MMC=y | ||
1548 | # CONFIG_MMC_DEBUG is not set | ||
1549 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1550 | |||
1551 | # | ||
1552 | # MMC/SD/SDIO Card Drivers | ||
1553 | # | ||
1554 | CONFIG_MMC_BLOCK=y | ||
1555 | CONFIG_MMC_BLOCK_MINORS=8 | ||
1556 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1557 | # CONFIG_SDIO_UART is not set | ||
1558 | # CONFIG_MMC_TEST is not set | ||
1559 | |||
1560 | # | ||
1561 | # MMC/SD/SDIO Host Controller Drivers | ||
1562 | # | ||
1563 | # CONFIG_MMC_SDHCI is not set | ||
1564 | # CONFIG_MMC_OMAP is not set | ||
1565 | CONFIG_MMC_OMAP_HS=y | ||
1566 | # CONFIG_MMC_SPI is not set | ||
1567 | # CONFIG_MMC_USHC is not set | ||
1568 | # CONFIG_MEMSTICK is not set | ||
1569 | # CONFIG_NEW_LEDS is not set | ||
1570 | # CONFIG_ACCESSIBILITY is not set | ||
1571 | CONFIG_RTC_LIB=y | ||
1572 | # CONFIG_RTC_CLASS is not set | ||
1573 | # CONFIG_DMADEVICES is not set | ||
1574 | # CONFIG_AUXDISPLAY is not set | ||
1575 | # CONFIG_UIO is not set | ||
1576 | # CONFIG_STAGING is not set | ||
1577 | CONFIG_Sys_Link=y | ||
1578 | CONFIG_SYSLINK_MULTIPROC=y | ||
1579 | CONFIG_SYSLINK_NOTIFY=y | ||
1580 | |||
1581 | # | ||
1582 | # File systems | ||
1583 | # | ||
1584 | CONFIG_EXT2_FS=y | ||
1585 | CONFIG_EXT2_FS_XATTR=y | ||
1586 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1587 | CONFIG_EXT2_FS_SECURITY=y | ||
1588 | # CONFIG_EXT2_FS_XIP is not set | ||
1589 | CONFIG_EXT3_FS=y | ||
1590 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1591 | CONFIG_EXT3_FS_XATTR=y | ||
1592 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1593 | CONFIG_EXT3_FS_SECURITY=y | ||
1594 | # CONFIG_EXT4_FS is not set | ||
1595 | CONFIG_JBD=y | ||
1596 | # CONFIG_JBD_DEBUG is not set | ||
1597 | CONFIG_FS_MBCACHE=y | ||
1598 | # CONFIG_REISERFS_FS is not set | ||
1599 | # CONFIG_JFS_FS is not set | ||
1600 | CONFIG_FS_POSIX_ACL=y | ||
1601 | # CONFIG_XFS_FS is not set | ||
1602 | # CONFIG_OCFS2_FS is not set | ||
1603 | # CONFIG_BTRFS_FS is not set | ||
1604 | # CONFIG_NILFS2_FS is not set | ||
1605 | CONFIG_FILE_LOCKING=y | ||
1606 | CONFIG_FSNOTIFY=y | ||
1607 | # CONFIG_DNOTIFY is not set | ||
1608 | CONFIG_INOTIFY_USER=y | ||
1609 | # CONFIG_FANOTIFY is not set | ||
1610 | # CONFIG_QUOTA is not set | ||
1611 | # CONFIG_QUOTACTL is not set | ||
1612 | CONFIG_AUTOFS4_FS=y | ||
1613 | CONFIG_FUSE_FS=y | ||
1614 | CONFIG_CUSE=y | ||
1615 | CONFIG_GENERIC_ACL=y | ||
1616 | |||
1617 | # | ||
1618 | # Caches | ||
1619 | # | ||
1620 | # CONFIG_FSCACHE is not set | ||
1621 | |||
1622 | # | ||
1623 | # CD-ROM/DVD Filesystems | ||
1624 | # | ||
1625 | CONFIG_ISO9660_FS=y | ||
1626 | # CONFIG_JOLIET is not set | ||
1627 | # CONFIG_ZISOFS is not set | ||
1628 | # CONFIG_UDF_FS is not set | ||
1629 | |||
1630 | # | ||
1631 | # DOS/FAT/NT Filesystems | ||
1632 | # | ||
1633 | CONFIG_FAT_FS=y | ||
1634 | CONFIG_MSDOS_FS=y | ||
1635 | CONFIG_VFAT_FS=y | ||
1636 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1637 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1638 | # CONFIG_NTFS_FS is not set | ||
1639 | |||
1640 | # | ||
1641 | # Pseudo filesystems | ||
1642 | # | ||
1643 | CONFIG_PROC_FS=y | ||
1644 | CONFIG_PROC_SYSCTL=y | ||
1645 | CONFIG_PROC_PAGE_MONITOR=y | ||
1646 | CONFIG_SYSFS=y | ||
1647 | CONFIG_TMPFS=y | ||
1648 | CONFIG_TMPFS_POSIX_ACL=y | ||
1649 | # CONFIG_HUGETLB_PAGE is not set | ||
1650 | # CONFIG_CONFIGFS_FS is not set | ||
1651 | CONFIG_MISC_FILESYSTEMS=y | ||
1652 | # CONFIG_ADFS_FS is not set | ||
1653 | # CONFIG_AFFS_FS is not set | ||
1654 | # CONFIG_ECRYPT_FS is not set | ||
1655 | # CONFIG_HFS_FS is not set | ||
1656 | # CONFIG_HFSPLUS_FS is not set | ||
1657 | # CONFIG_BEFS_FS is not set | ||
1658 | # CONFIG_BFS_FS is not set | ||
1659 | # CONFIG_EFS_FS is not set | ||
1660 | CONFIG_JFFS2_FS=y | ||
1661 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1662 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1663 | CONFIG_JFFS2_FS_WBUF_VERIFY=y | ||
1664 | # CONFIG_JFFS2_SUMMARY is not set | ||
1665 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1666 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1667 | CONFIG_JFFS2_ZLIB=y | ||
1668 | # CONFIG_JFFS2_LZO is not set | ||
1669 | CONFIG_JFFS2_RTIME=y | ||
1670 | # CONFIG_JFFS2_RUBIN is not set | ||
1671 | # CONFIG_LOGFS is not set | ||
1672 | # CONFIG_CRAMFS is not set | ||
1673 | # CONFIG_SQUASHFS is not set | ||
1674 | # CONFIG_VXFS_FS is not set | ||
1675 | # CONFIG_MINIX_FS is not set | ||
1676 | # CONFIG_OMFS_FS is not set | ||
1677 | # CONFIG_HPFS_FS is not set | ||
1678 | # CONFIG_QNX4FS_FS is not set | ||
1679 | # CONFIG_ROMFS_FS is not set | ||
1680 | # CONFIG_SYSV_FS is not set | ||
1681 | # CONFIG_UFS_FS is not set | ||
1682 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1683 | CONFIG_NFS_FS=y | ||
1684 | CONFIG_NFS_V3=y | ||
1685 | # CONFIG_NFS_V3_ACL is not set | ||
1686 | CONFIG_NFS_V4=y | ||
1687 | # CONFIG_NFS_V4_1 is not set | ||
1688 | CONFIG_ROOT_NFS=y | ||
1689 | # CONFIG_NFS_USE_LEGACY_DNS is not set | ||
1690 | CONFIG_NFS_USE_KERNEL_DNS=y | ||
1691 | # CONFIG_NFS_USE_NEW_IDMAPPER is not set | ||
1692 | # CONFIG_NFSD is not set | ||
1693 | CONFIG_LOCKD=y | ||
1694 | CONFIG_LOCKD_V4=y | ||
1695 | CONFIG_NFS_COMMON=y | ||
1696 | CONFIG_SUNRPC=y | ||
1697 | CONFIG_SUNRPC_GSS=y | ||
1698 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1699 | # CONFIG_CEPH_FS is not set | ||
1700 | # CONFIG_CIFS is not set | ||
1701 | # CONFIG_NCP_FS is not set | ||
1702 | # CONFIG_CODA_FS is not set | ||
1703 | # CONFIG_AFS_FS is not set | ||
1704 | |||
1705 | # | ||
1706 | # Partition Types | ||
1707 | # | ||
1708 | # CONFIG_PARTITION_ADVANCED is not set | ||
1709 | CONFIG_MSDOS_PARTITION=y | ||
1710 | CONFIG_NLS=y | ||
1711 | CONFIG_NLS_DEFAULT="utf8" | ||
1712 | CONFIG_NLS_CODEPAGE_437=y | ||
1713 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1714 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1715 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1716 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1717 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1718 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1719 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1720 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1721 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1722 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1723 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1724 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1725 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1726 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1727 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1728 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1729 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1730 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1731 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1732 | # CONFIG_NLS_ISO8859_8 is not set | ||
1733 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1734 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1735 | CONFIG_NLS_ASCII=y | ||
1736 | CONFIG_NLS_ISO8859_1=y | ||
1737 | # CONFIG_NLS_ISO8859_2 is not set | ||
1738 | # CONFIG_NLS_ISO8859_3 is not set | ||
1739 | # CONFIG_NLS_ISO8859_4 is not set | ||
1740 | # CONFIG_NLS_ISO8859_5 is not set | ||
1741 | # CONFIG_NLS_ISO8859_6 is not set | ||
1742 | # CONFIG_NLS_ISO8859_7 is not set | ||
1743 | # CONFIG_NLS_ISO8859_9 is not set | ||
1744 | # CONFIG_NLS_ISO8859_13 is not set | ||
1745 | # CONFIG_NLS_ISO8859_14 is not set | ||
1746 | # CONFIG_NLS_ISO8859_15 is not set | ||
1747 | # CONFIG_NLS_KOI8_R is not set | ||
1748 | # CONFIG_NLS_KOI8_U is not set | ||
1749 | CONFIG_NLS_UTF8=y | ||
1750 | # CONFIG_DLM is not set | ||
1751 | |||
1752 | # | ||
1753 | # Kernel hacking | ||
1754 | # | ||
1755 | # CONFIG_PRINTK_TIME is not set | ||
1756 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1757 | CONFIG_ENABLE_MUST_CHECK=y | ||
1758 | CONFIG_FRAME_WARN=1024 | ||
1759 | # CONFIG_MAGIC_SYSRQ is not set | ||
1760 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1761 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1762 | CONFIG_DEBUG_FS=y | ||
1763 | # CONFIG_HEADERS_CHECK is not set | ||
1764 | CONFIG_DEBUG_KERNEL=y | ||
1765 | # CONFIG_DEBUG_SHIRQ is not set | ||
1766 | # CONFIG_LOCKUP_DETECTOR is not set | ||
1767 | # CONFIG_HARDLOCKUP_DETECTOR is not set | ||
1768 | # CONFIG_DETECT_HUNG_TASK is not set | ||
1769 | # CONFIG_SCHED_DEBUG is not set | ||
1770 | # CONFIG_SCHEDSTATS is not set | ||
1771 | # CONFIG_TIMER_STATS is not set | ||
1772 | # CONFIG_DEBUG_OBJECTS is not set | ||
1773 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1774 | # CONFIG_SLUB_STATS is not set | ||
1775 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
1776 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1777 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1778 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1779 | # CONFIG_DEBUG_MUTEXES is not set | ||
1780 | CONFIG_BKL=y | ||
1781 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1782 | # CONFIG_PROVE_LOCKING is not set | ||
1783 | # CONFIG_SPARSE_RCU_POINTER is not set | ||
1784 | # CONFIG_LOCK_STAT is not set | ||
1785 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1786 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1787 | # CONFIG_DEBUG_KOBJECT is not set | ||
1788 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1789 | # CONFIG_DEBUG_INFO is not set | ||
1790 | # CONFIG_DEBUG_VM is not set | ||
1791 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1792 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1793 | # CONFIG_DEBUG_LIST is not set | ||
1794 | # CONFIG_TEST_LIST_SORT is not set | ||
1795 | # CONFIG_DEBUG_SG is not set | ||
1796 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1797 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
1798 | CONFIG_FRAME_POINTER=y | ||
1799 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1800 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1801 | # CONFIG_KPROBES_SANITY_TEST is not set | ||
1802 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1803 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1804 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
1805 | # CONFIG_LKDTM is not set | ||
1806 | # CONFIG_FAULT_INJECTION is not set | ||
1807 | # CONFIG_LATENCYTOP is not set | ||
1808 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1809 | # CONFIG_PAGE_POISONING is not set | ||
1810 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1811 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1812 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
1813 | CONFIG_RING_BUFFER=y | ||
1814 | CONFIG_RING_BUFFER_ALLOW_SWAP=y | ||
1815 | CONFIG_TRACING_SUPPORT=y | ||
1816 | # CONFIG_FTRACE is not set | ||
1817 | # CONFIG_DYNAMIC_DEBUG is not set | ||
1818 | # CONFIG_ATOMIC64_SELFTEST is not set | ||
1819 | # CONFIG_SAMPLES is not set | ||
1820 | CONFIG_HAVE_ARCH_KGDB=y | ||
1821 | # CONFIG_KGDB is not set | ||
1822 | # CONFIG_STRICT_DEVMEM is not set | ||
1823 | # CONFIG_ARM_UNWIND is not set | ||
1824 | # CONFIG_DEBUG_USER is not set | ||
1825 | # CONFIG_DEBUG_ERRORS is not set | ||
1826 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
1827 | CONFIG_DEBUG_LL=y | ||
1828 | CONFIG_EARLY_PRINTK=y | ||
1829 | # CONFIG_DEBUG_ICEDCC is not set | ||
1830 | # CONFIG_OC_ETM is not set | ||
1831 | |||
1832 | # | ||
1833 | # Security options | ||
1834 | # | ||
1835 | CONFIG_KEYS=y | ||
1836 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
1837 | # CONFIG_SECURITY_DMESG_RESTRICT is not set | ||
1838 | CONFIG_SECURITY=y | ||
1839 | # CONFIG_SECURITYFS is not set | ||
1840 | CONFIG_SECURITY_NETWORK=y | ||
1841 | # CONFIG_SECURITY_NETWORK_XFRM is not set | ||
1842 | # CONFIG_SECURITY_PATH is not set | ||
1843 | # CONFIG_SECURITY_TOMOYO is not set | ||
1844 | # CONFIG_SECURITY_APPARMOR is not set | ||
1845 | # CONFIG_IMA is not set | ||
1846 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1847 | CONFIG_DEFAULT_SECURITY="" | ||
1848 | CONFIG_CRYPTO=y | ||
1849 | |||
1850 | # | ||
1851 | # Crypto core or helper | ||
1852 | # | ||
1853 | CONFIG_CRYPTO_ALGAPI=y | ||
1854 | CONFIG_CRYPTO_ALGAPI2=y | ||
1855 | CONFIG_CRYPTO_AEAD2=y | ||
1856 | CONFIG_CRYPTO_BLKCIPHER=y | ||
1857 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
1858 | CONFIG_CRYPTO_HASH=y | ||
1859 | CONFIG_CRYPTO_HASH2=y | ||
1860 | CONFIG_CRYPTO_RNG2=y | ||
1861 | CONFIG_CRYPTO_PCOMP2=y | ||
1862 | CONFIG_CRYPTO_MANAGER=y | ||
1863 | CONFIG_CRYPTO_MANAGER2=y | ||
1864 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y | ||
1865 | # CONFIG_CRYPTO_GF128MUL is not set | ||
1866 | # CONFIG_CRYPTO_NULL is not set | ||
1867 | CONFIG_CRYPTO_WORKQUEUE=y | ||
1868 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1869 | # CONFIG_CRYPTO_AUTHENC is not set | ||
1870 | # CONFIG_CRYPTO_TEST is not set | ||
1871 | |||
1872 | # | ||
1873 | # Authenticated Encryption with Associated Data | ||
1874 | # | ||
1875 | # CONFIG_CRYPTO_CCM is not set | ||
1876 | # CONFIG_CRYPTO_GCM is not set | ||
1877 | # CONFIG_CRYPTO_SEQIV is not set | ||
1878 | |||
1879 | # | ||
1880 | # Block modes | ||
1881 | # | ||
1882 | CONFIG_CRYPTO_CBC=y | ||
1883 | # CONFIG_CRYPTO_CTR is not set | ||
1884 | # CONFIG_CRYPTO_CTS is not set | ||
1885 | # CONFIG_CRYPTO_ECB is not set | ||
1886 | # CONFIG_CRYPTO_LRW is not set | ||
1887 | # CONFIG_CRYPTO_PCBC is not set | ||
1888 | # CONFIG_CRYPTO_XTS is not set | ||
1889 | |||
1890 | # | ||
1891 | # Hash modes | ||
1892 | # | ||
1893 | # CONFIG_CRYPTO_HMAC is not set | ||
1894 | # CONFIG_CRYPTO_XCBC is not set | ||
1895 | # CONFIG_CRYPTO_VMAC is not set | ||
1896 | |||
1897 | # | ||
1898 | # Digest | ||
1899 | # | ||
1900 | # CONFIG_CRYPTO_CRC32C is not set | ||
1901 | # CONFIG_CRYPTO_GHASH is not set | ||
1902 | # CONFIG_CRYPTO_MD4 is not set | ||
1903 | CONFIG_CRYPTO_MD5=y | ||
1904 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
1905 | # CONFIG_CRYPTO_RMD128 is not set | ||
1906 | # CONFIG_CRYPTO_RMD160 is not set | ||
1907 | # CONFIG_CRYPTO_RMD256 is not set | ||
1908 | # CONFIG_CRYPTO_RMD320 is not set | ||
1909 | # CONFIG_CRYPTO_SHA1 is not set | ||
1910 | # CONFIG_CRYPTO_SHA256 is not set | ||
1911 | # CONFIG_CRYPTO_SHA512 is not set | ||
1912 | # CONFIG_CRYPTO_TGR192 is not set | ||
1913 | # CONFIG_CRYPTO_WP512 is not set | ||
1914 | |||
1915 | # | ||
1916 | # Ciphers | ||
1917 | # | ||
1918 | CONFIG_CRYPTO_AES=m | ||
1919 | # CONFIG_CRYPTO_ANUBIS is not set | ||
1920 | # CONFIG_CRYPTO_ARC4 is not set | ||
1921 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
1922 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
1923 | # CONFIG_CRYPTO_CAST5 is not set | ||
1924 | # CONFIG_CRYPTO_CAST6 is not set | ||
1925 | CONFIG_CRYPTO_DES=y | ||
1926 | # CONFIG_CRYPTO_FCRYPT is not set | ||
1927 | # CONFIG_CRYPTO_KHAZAD is not set | ||
1928 | # CONFIG_CRYPTO_SALSA20 is not set | ||
1929 | # CONFIG_CRYPTO_SEED is not set | ||
1930 | # CONFIG_CRYPTO_SERPENT is not set | ||
1931 | # CONFIG_CRYPTO_TEA is not set | ||
1932 | # CONFIG_CRYPTO_TWOFISH is not set | ||
1933 | |||
1934 | # | ||
1935 | # Compression | ||
1936 | # | ||
1937 | # CONFIG_CRYPTO_DEFLATE is not set | ||
1938 | # CONFIG_CRYPTO_ZLIB is not set | ||
1939 | # CONFIG_CRYPTO_LZO is not set | ||
1940 | |||
1941 | # | ||
1942 | # Random Number Generation | ||
1943 | # | ||
1944 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
1945 | # CONFIG_CRYPTO_HW is not set | ||
1946 | # CONFIG_BINARY_PRINTF is not set | ||
1947 | |||
1948 | # | ||
1949 | # Library routines | ||
1950 | # | ||
1951 | CONFIG_BITREVERSE=y | ||
1952 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
1953 | # CONFIG_CRC_CCITT is not set | ||
1954 | # CONFIG_CRC16 is not set | ||
1955 | # CONFIG_CRC_T10DIF is not set | ||
1956 | # CONFIG_CRC_ITU_T is not set | ||
1957 | CONFIG_CRC32=y | ||
1958 | # CONFIG_CRC7 is not set | ||
1959 | # CONFIG_LIBCRC32C is not set | ||
1960 | CONFIG_ZLIB_INFLATE=y | ||
1961 | CONFIG_ZLIB_DEFLATE=y | ||
1962 | CONFIG_LZO_DECOMPRESS=y | ||
1963 | CONFIG_DECOMPRESS_GZIP=y | ||
1964 | CONFIG_DECOMPRESS_BZIP2=y | ||
1965 | CONFIG_DECOMPRESS_LZMA=y | ||
1966 | CONFIG_DECOMPRESS_LZO=y | ||
1967 | CONFIG_HAS_IOMEM=y | ||
1968 | CONFIG_HAS_IOPORT=y | ||
1969 | CONFIG_HAS_DMA=y | ||
1970 | CONFIG_NLATTR=y | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm816x-evm/configs/psp b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm816x-evm/configs/psp deleted file mode 100644 index b3b1a09d..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm816x-evm/configs/psp +++ /dev/null | |||
@@ -1,2142 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux/arm 2.6.37 Kernel Configuration | ||
4 | # Mon Feb 14 12:41:09 2011 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | # CONFIG_ARCH_USES_GETTIMEOFFSET is not set | ||
10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
11 | CONFIG_HAVE_PROC_CPU=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | ||
13 | CONFIG_STACKTRACE_SUPPORT=y | ||
14 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
20 | CONFIG_ARCH_HAS_CPUFREQ=y | ||
21 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | ||
22 | CONFIG_GENERIC_HWEIGHT=y | ||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
24 | CONFIG_NEED_DMA_MAP_STATE=y | ||
25 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_ARM_L1_CACHE_SHIFT_6=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | CONFIG_CONSTRUCTORS=y | ||
30 | CONFIG_HAVE_IRQ_WORK=y | ||
31 | |||
32 | # | ||
33 | # General setup | ||
34 | # | ||
35 | CONFIG_EXPERIMENTAL=y | ||
36 | CONFIG_BROKEN_ON_SMP=y | ||
37 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
38 | CONFIG_CROSS_COMPILE="" | ||
39 | CONFIG_LOCALVERSION="" | ||
40 | CONFIG_LOCALVERSION_AUTO=y | ||
41 | CONFIG_HAVE_KERNEL_GZIP=y | ||
42 | CONFIG_HAVE_KERNEL_LZMA=y | ||
43 | CONFIG_HAVE_KERNEL_LZO=y | ||
44 | CONFIG_KERNEL_GZIP=y | ||
45 | # CONFIG_KERNEL_LZMA is not set | ||
46 | # CONFIG_KERNEL_LZO is not set | ||
47 | # CONFIG_SWAP is not set | ||
48 | CONFIG_SYSVIPC=y | ||
49 | CONFIG_SYSVIPC_SYSCTL=y | ||
50 | # CONFIG_POSIX_MQUEUE is not set | ||
51 | CONFIG_BSD_PROCESS_ACCT=y | ||
52 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
53 | # CONFIG_TASKSTATS is not set | ||
54 | # CONFIG_AUDIT is not set | ||
55 | # CONFIG_HAVE_GENERIC_HARDIRQS is not set | ||
56 | # CONFIG_SPARSE_IRQ is not set | ||
57 | |||
58 | # | ||
59 | # RCU Subsystem | ||
60 | # | ||
61 | CONFIG_TINY_RCU=y | ||
62 | # CONFIG_PREEMPT_RCU is not set | ||
63 | # CONFIG_TREE_RCU_TRACE is not set | ||
64 | # CONFIG_IKCONFIG is not set | ||
65 | CONFIG_LOG_BUF_SHIFT=17 | ||
66 | # CONFIG_CGROUPS is not set | ||
67 | CONFIG_NAMESPACES=y | ||
68 | # CONFIG_UTS_NS is not set | ||
69 | # CONFIG_IPC_NS is not set | ||
70 | # CONFIG_USER_NS is not set | ||
71 | # CONFIG_PID_NS is not set | ||
72 | # CONFIG_NET_NS is not set | ||
73 | # CONFIG_SYSFS_DEPRECATED is not set | ||
74 | # CONFIG_RELAY is not set | ||
75 | CONFIG_BLK_DEV_INITRD=y | ||
76 | CONFIG_INITRAMFS_SOURCE="" | ||
77 | CONFIG_RD_GZIP=y | ||
78 | CONFIG_RD_BZIP2=y | ||
79 | CONFIG_RD_LZMA=y | ||
80 | CONFIG_RD_LZO=y | ||
81 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
82 | CONFIG_SYSCTL=y | ||
83 | CONFIG_ANON_INODES=y | ||
84 | # CONFIG_EMBEDDED is not set | ||
85 | CONFIG_UID16=y | ||
86 | CONFIG_SYSCTL_SYSCALL=y | ||
87 | CONFIG_KALLSYMS=y | ||
88 | # CONFIG_KALLSYMS_ALL is not set | ||
89 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
90 | CONFIG_HOTPLUG=y | ||
91 | CONFIG_PRINTK=y | ||
92 | CONFIG_BUG=y | ||
93 | CONFIG_ELF_CORE=y | ||
94 | CONFIG_BASE_FULL=y | ||
95 | CONFIG_FUTEX=y | ||
96 | CONFIG_EPOLL=y | ||
97 | CONFIG_SIGNALFD=y | ||
98 | CONFIG_TIMERFD=y | ||
99 | CONFIG_EVENTFD=y | ||
100 | CONFIG_SHMEM=y | ||
101 | CONFIG_AIO=y | ||
102 | CONFIG_HAVE_PERF_EVENTS=y | ||
103 | CONFIG_PERF_USE_VMALLOC=y | ||
104 | |||
105 | # | ||
106 | # Kernel Performance Events And Counters | ||
107 | # | ||
108 | # CONFIG_PERF_EVENTS is not set | ||
109 | # CONFIG_PERF_COUNTERS is not set | ||
110 | CONFIG_VM_EVENT_COUNTERS=y | ||
111 | CONFIG_PCI_QUIRKS=y | ||
112 | CONFIG_SLUB_DEBUG=y | ||
113 | CONFIG_COMPAT_BRK=y | ||
114 | # CONFIG_SLAB is not set | ||
115 | CONFIG_SLUB=y | ||
116 | # CONFIG_PROFILING is not set | ||
117 | CONFIG_HAVE_OPROFILE=y | ||
118 | CONFIG_KPROBES=y | ||
119 | CONFIG_KRETPROBES=y | ||
120 | CONFIG_HAVE_KPROBES=y | ||
121 | CONFIG_HAVE_KRETPROBES=y | ||
122 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y | ||
123 | CONFIG_HAVE_CLK=y | ||
124 | |||
125 | # | ||
126 | # GCOV-based kernel profiling | ||
127 | # | ||
128 | # CONFIG_GCOV_KERNEL is not set | ||
129 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
130 | CONFIG_SLABINFO=y | ||
131 | CONFIG_RT_MUTEXES=y | ||
132 | CONFIG_BASE_SMALL=0 | ||
133 | CONFIG_MODULES=y | ||
134 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
135 | CONFIG_MODULE_UNLOAD=y | ||
136 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
137 | CONFIG_MODVERSIONS=y | ||
138 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
139 | CONFIG_BLOCK=y | ||
140 | # CONFIG_LBDAF is not set | ||
141 | # CONFIG_BLK_DEV_BSG is not set | ||
142 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
143 | |||
144 | # | ||
145 | # IO Schedulers | ||
146 | # | ||
147 | CONFIG_IOSCHED_NOOP=y | ||
148 | CONFIG_IOSCHED_DEADLINE=y | ||
149 | CONFIG_IOSCHED_CFQ=y | ||
150 | # CONFIG_DEFAULT_DEADLINE is not set | ||
151 | CONFIG_DEFAULT_CFQ=y | ||
152 | # CONFIG_DEFAULT_NOOP is not set | ||
153 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
154 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
155 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
156 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
157 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
158 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
159 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
160 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
161 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
162 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
163 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
164 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
165 | # CONFIG_INLINE_READ_LOCK is not set | ||
166 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
167 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
168 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
169 | CONFIG_INLINE_READ_UNLOCK=y | ||
170 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
171 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
172 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
173 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
174 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
175 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
176 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
177 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
178 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
179 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
180 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
181 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
182 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
183 | # CONFIG_FREEZER is not set | ||
184 | |||
185 | # | ||
186 | # System Type | ||
187 | # | ||
188 | CONFIG_MMU=y | ||
189 | # CONFIG_ARCH_AAEC2000 is not set | ||
190 | # CONFIG_ARCH_INTEGRATOR is not set | ||
191 | # CONFIG_ARCH_REALVIEW is not set | ||
192 | # CONFIG_ARCH_VERSATILE is not set | ||
193 | # CONFIG_ARCH_VEXPRESS is not set | ||
194 | # CONFIG_ARCH_AT91 is not set | ||
195 | # CONFIG_ARCH_BCMRING is not set | ||
196 | # CONFIG_ARCH_CLPS711X is not set | ||
197 | # CONFIG_ARCH_CNS3XXX is not set | ||
198 | # CONFIG_ARCH_GEMINI is not set | ||
199 | # CONFIG_ARCH_EBSA110 is not set | ||
200 | # CONFIG_ARCH_EP93XX is not set | ||
201 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
202 | # CONFIG_ARCH_MXC is not set | ||
203 | # CONFIG_ARCH_STMP3XXX is not set | ||
204 | # CONFIG_ARCH_NETX is not set | ||
205 | # CONFIG_ARCH_H720X is not set | ||
206 | # CONFIG_ARCH_IOP13XX is not set | ||
207 | # CONFIG_ARCH_IOP32X is not set | ||
208 | # CONFIG_ARCH_IOP33X is not set | ||
209 | # CONFIG_ARCH_IXP23XX is not set | ||
210 | # CONFIG_ARCH_IXP2000 is not set | ||
211 | # CONFIG_ARCH_IXP4XX is not set | ||
212 | # CONFIG_ARCH_DOVE is not set | ||
213 | # CONFIG_ARCH_KIRKWOOD is not set | ||
214 | # CONFIG_ARCH_LOKI is not set | ||
215 | # CONFIG_ARCH_LPC32XX is not set | ||
216 | # CONFIG_ARCH_MV78XX0 is not set | ||
217 | # CONFIG_ARCH_ORION5X is not set | ||
218 | # CONFIG_ARCH_MMP is not set | ||
219 | # CONFIG_ARCH_KS8695 is not set | ||
220 | # CONFIG_ARCH_NS9XXX is not set | ||
221 | # CONFIG_ARCH_W90X900 is not set | ||
222 | # CONFIG_ARCH_NUC93X is not set | ||
223 | # CONFIG_ARCH_TEGRA is not set | ||
224 | # CONFIG_ARCH_PNX4008 is not set | ||
225 | # CONFIG_ARCH_PXA is not set | ||
226 | # CONFIG_ARCH_MSM is not set | ||
227 | # CONFIG_ARCH_SHMOBILE is not set | ||
228 | # CONFIG_ARCH_RPC is not set | ||
229 | # CONFIG_ARCH_SA1100 is not set | ||
230 | # CONFIG_ARCH_S3C2410 is not set | ||
231 | # CONFIG_ARCH_S3C64XX is not set | ||
232 | # CONFIG_ARCH_S5P64X0 is not set | ||
233 | # CONFIG_ARCH_S5P6442 is not set | ||
234 | # CONFIG_ARCH_S5PC100 is not set | ||
235 | # CONFIG_ARCH_S5PV210 is not set | ||
236 | # CONFIG_ARCH_S5PV310 is not set | ||
237 | # CONFIG_ARCH_SHARK is not set | ||
238 | # CONFIG_ARCH_TCC_926 is not set | ||
239 | # CONFIG_ARCH_LH7A40X is not set | ||
240 | # CONFIG_ARCH_U300 is not set | ||
241 | # CONFIG_ARCH_U8500 is not set | ||
242 | # CONFIG_ARCH_NOMADIK is not set | ||
243 | # CONFIG_ARCH_DAVINCI is not set | ||
244 | CONFIG_ARCH_OMAP=y | ||
245 | # CONFIG_PLAT_SPEAR is not set | ||
246 | |||
247 | # | ||
248 | # TI OMAP Common Features | ||
249 | # | ||
250 | # CONFIG_ARCH_OMAP1 is not set | ||
251 | CONFIG_ARCH_OMAP2PLUS=y | ||
252 | |||
253 | # | ||
254 | # OMAP Feature Selections | ||
255 | # | ||
256 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
257 | CONFIG_TI816X_SMARTREFLEX=y | ||
258 | CONFIG_SMARTREFLEX_CLASS2=y | ||
259 | # CONFIG_DEBUG_SR_CLASS2 is not set | ||
260 | CONFIG_OMAP_MUX=y | ||
261 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
262 | CONFIG_OMAP_MUX_WARNINGS=y | ||
263 | # CONFIG_OMAP_MCBSP is not set | ||
264 | # CONFIG_OMAP_MBOX_FWK is not set | ||
265 | CONFIG_OMAP_IOMMU=y | ||
266 | # CONFIG_OMAP_IOMMU_DEBUG is not set | ||
267 | CONFIG_OMAP_MPU_TIMER=y | ||
268 | # CONFIG_OMAP_32K_TIMER is not set | ||
269 | CONFIG_OMAP_DM_TIMER=y | ||
270 | # CONFIG_OMAP_PM_NONE is not set | ||
271 | CONFIG_OMAP_PM_NOOP=y | ||
272 | |||
273 | # | ||
274 | # TI OMAP2/3/4 Specific Features | ||
275 | # | ||
276 | CONFIG_ARCH_OMAP2PLUS_TYPICAL=y | ||
277 | # CONFIG_ARCH_OMAP2 is not set | ||
278 | # CONFIG_ARCH_OMAP3 is not set | ||
279 | # CONFIG_ARCH_OMAP4 is not set | ||
280 | CONFIG_ARCH_TI81XX=y | ||
281 | CONFIG_ARCH_TI816X=y | ||
282 | # CONFIG_ARCH_TI814X is not set | ||
283 | |||
284 | # | ||
285 | # OMAP Board Type | ||
286 | # | ||
287 | |||
288 | # | ||
289 | # TI81XX Board Type | ||
290 | # | ||
291 | CONFIG_MACH_TI8168EVM=y | ||
292 | |||
293 | # | ||
294 | # Processor Type | ||
295 | # | ||
296 | CONFIG_CPU_32v6K=y | ||
297 | CONFIG_CPU_V7=y | ||
298 | CONFIG_CPU_32v7=y | ||
299 | CONFIG_CPU_ABRT_EV7=y | ||
300 | CONFIG_CPU_PABRT_V7=y | ||
301 | CONFIG_CPU_CACHE_V7=y | ||
302 | CONFIG_CPU_CACHE_VIPT=y | ||
303 | CONFIG_CPU_COPY_V6=y | ||
304 | CONFIG_CPU_TLB_V7=y | ||
305 | CONFIG_CPU_HAS_ASID=y | ||
306 | CONFIG_CPU_CP15=y | ||
307 | CONFIG_CPU_CP15_MMU=y | ||
308 | |||
309 | # | ||
310 | # Processor Features | ||
311 | # | ||
312 | CONFIG_ARM_THUMB=y | ||
313 | # CONFIG_ARM_THUMBEE is not set | ||
314 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
315 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
316 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
317 | CONFIG_ARM_L1_CACHE_SHIFT=6 | ||
318 | CONFIG_ARM_DMA_MEM_BUFFERABLE=y | ||
319 | CONFIG_CPU_HAS_PMU=y | ||
320 | # CONFIG_ARM_ERRATA_430973 is not set | ||
321 | # CONFIG_ARM_ERRATA_458693 is not set | ||
322 | # CONFIG_ARM_ERRATA_460075 is not set | ||
323 | # CONFIG_ARM_ERRATA_743622 is not set | ||
324 | CONFIG_COMMON_CLKDEV=y | ||
325 | |||
326 | # | ||
327 | # Bus support | ||
328 | # | ||
329 | CONFIG_PCI=y | ||
330 | CONFIG_PCI_SYSCALL=y | ||
331 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
332 | CONFIG_PCI_MSI=y | ||
333 | # CONFIG_PCI_DEBUG is not set | ||
334 | # CONFIG_PCI_STUB is not set | ||
335 | # CONFIG_PCI_IOV is not set | ||
336 | # CONFIG_PCCARD is not set | ||
337 | |||
338 | # | ||
339 | # Kernel Features | ||
340 | # | ||
341 | CONFIG_TICK_ONESHOT=y | ||
342 | CONFIG_NO_HZ=y | ||
343 | CONFIG_HIGH_RES_TIMERS=y | ||
344 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
345 | CONFIG_VMSPLIT_3G=y | ||
346 | # CONFIG_VMSPLIT_2G is not set | ||
347 | # CONFIG_VMSPLIT_1G is not set | ||
348 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
349 | CONFIG_PREEMPT_NONE=y | ||
350 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
351 | # CONFIG_PREEMPT is not set | ||
352 | CONFIG_HZ=100 | ||
353 | # CONFIG_THUMB2_KERNEL is not set | ||
354 | CONFIG_AEABI=y | ||
355 | CONFIG_OABI_COMPAT=y | ||
356 | CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y | ||
357 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
358 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
359 | # CONFIG_HIGHMEM is not set | ||
360 | CONFIG_SELECT_MEMORY_MODEL=y | ||
361 | CONFIG_FLATMEM_MANUAL=y | ||
362 | CONFIG_FLATMEM=y | ||
363 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
364 | CONFIG_HAVE_MEMBLOCK=y | ||
365 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
366 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
367 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
368 | CONFIG_ZONE_DMA_FLAG=0 | ||
369 | CONFIG_VIRT_TO_BUS=y | ||
370 | # CONFIG_KSM is not set | ||
371 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
372 | CONFIG_NEED_PER_CPU_KM=y | ||
373 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
374 | # CONFIG_LEDS is not set | ||
375 | CONFIG_ALIGNMENT_TRAP=y | ||
376 | # CONFIG_UACCESS_WITH_MEMCPY is not set | ||
377 | # CONFIG_SECCOMP is not set | ||
378 | # CONFIG_CC_STACKPROTECTOR is not set | ||
379 | # CONFIG_DEPRECATED_PARAM_STRUCT is not set | ||
380 | |||
381 | # | ||
382 | # Boot options | ||
383 | # | ||
384 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
385 | CONFIG_ZBOOT_ROM_BSS=0 | ||
386 | CONFIG_CMDLINE="" | ||
387 | # CONFIG_XIP_KERNEL is not set | ||
388 | # CONFIG_KEXEC is not set | ||
389 | # CONFIG_AUTO_ZRELADDR is not set | ||
390 | |||
391 | # | ||
392 | # CPU Power Management | ||
393 | # | ||
394 | # CONFIG_CPU_FREQ is not set | ||
395 | # CONFIG_CPU_IDLE is not set | ||
396 | |||
397 | # | ||
398 | # Floating point emulation | ||
399 | # | ||
400 | |||
401 | # | ||
402 | # At least one emulation must be selected | ||
403 | # | ||
404 | CONFIG_FPE_NWFPE=y | ||
405 | # CONFIG_FPE_NWFPE_XP is not set | ||
406 | # CONFIG_FPE_FASTFPE is not set | ||
407 | CONFIG_VFP=y | ||
408 | CONFIG_VFPv3=y | ||
409 | CONFIG_NEON=y | ||
410 | |||
411 | # | ||
412 | # Userspace binary formats | ||
413 | # | ||
414 | CONFIG_BINFMT_ELF=y | ||
415 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
416 | CONFIG_HAVE_AOUT=y | ||
417 | # CONFIG_BINFMT_AOUT is not set | ||
418 | CONFIG_BINFMT_MISC=y | ||
419 | |||
420 | # | ||
421 | # Power management options | ||
422 | # | ||
423 | CONFIG_PM=y | ||
424 | CONFIG_PM_DEBUG=y | ||
425 | # CONFIG_PM_ADVANCED_DEBUG is not set | ||
426 | CONFIG_PM_VERBOSE=y | ||
427 | # CONFIG_SUSPEND is not set | ||
428 | # CONFIG_APM_EMULATION is not set | ||
429 | CONFIG_PM_RUNTIME=y | ||
430 | CONFIG_PM_OPS=y | ||
431 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
432 | CONFIG_NET=y | ||
433 | |||
434 | # | ||
435 | # Networking options | ||
436 | # | ||
437 | CONFIG_PACKET=y | ||
438 | CONFIG_UNIX=y | ||
439 | CONFIG_XFRM=y | ||
440 | # CONFIG_XFRM_USER is not set | ||
441 | # CONFIG_XFRM_SUB_POLICY is not set | ||
442 | # CONFIG_XFRM_MIGRATE is not set | ||
443 | # CONFIG_XFRM_STATISTICS is not set | ||
444 | # CONFIG_NET_KEY is not set | ||
445 | CONFIG_INET=y | ||
446 | # CONFIG_IP_MULTICAST is not set | ||
447 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
448 | CONFIG_IP_FIB_HASH=y | ||
449 | CONFIG_IP_PNP=y | ||
450 | CONFIG_IP_PNP_DHCP=y | ||
451 | CONFIG_IP_PNP_BOOTP=y | ||
452 | CONFIG_IP_PNP_RARP=y | ||
453 | # CONFIG_NET_IPIP is not set | ||
454 | # CONFIG_NET_IPGRE_DEMUX is not set | ||
455 | # CONFIG_ARPD is not set | ||
456 | # CONFIG_SYN_COOKIES is not set | ||
457 | # CONFIG_INET_AH is not set | ||
458 | # CONFIG_INET_ESP is not set | ||
459 | # CONFIG_INET_IPCOMP is not set | ||
460 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
461 | CONFIG_INET_TUNNEL=m | ||
462 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
463 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
464 | CONFIG_INET_XFRM_MODE_BEET=y | ||
465 | CONFIG_INET_LRO=y | ||
466 | CONFIG_INET_DIAG=y | ||
467 | CONFIG_INET_TCP_DIAG=y | ||
468 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
469 | CONFIG_TCP_CONG_CUBIC=y | ||
470 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
471 | # CONFIG_TCP_MD5SIG is not set | ||
472 | CONFIG_IPV6=m | ||
473 | # CONFIG_IPV6_PRIVACY is not set | ||
474 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
475 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
476 | # CONFIG_INET6_AH is not set | ||
477 | # CONFIG_INET6_ESP is not set | ||
478 | # CONFIG_INET6_IPCOMP is not set | ||
479 | # CONFIG_IPV6_MIP6 is not set | ||
480 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
481 | # CONFIG_INET6_TUNNEL is not set | ||
482 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
483 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
484 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
485 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
486 | CONFIG_IPV6_SIT=m | ||
487 | # CONFIG_IPV6_SIT_6RD is not set | ||
488 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
489 | # CONFIG_IPV6_TUNNEL is not set | ||
490 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
491 | # CONFIG_IPV6_MROUTE is not set | ||
492 | # CONFIG_NETLABEL is not set | ||
493 | # CONFIG_NETWORK_SECMARK is not set | ||
494 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set | ||
495 | # CONFIG_NETFILTER is not set | ||
496 | # CONFIG_IP_DCCP is not set | ||
497 | # CONFIG_IP_SCTP is not set | ||
498 | # CONFIG_RDS is not set | ||
499 | # CONFIG_TIPC is not set | ||
500 | # CONFIG_ATM is not set | ||
501 | # CONFIG_L2TP is not set | ||
502 | # CONFIG_BRIDGE is not set | ||
503 | # CONFIG_NET_DSA is not set | ||
504 | # CONFIG_VLAN_8021Q is not set | ||
505 | # CONFIG_DECNET is not set | ||
506 | # CONFIG_LLC2 is not set | ||
507 | # CONFIG_IPX is not set | ||
508 | # CONFIG_ATALK is not set | ||
509 | # CONFIG_X25 is not set | ||
510 | # CONFIG_LAPB is not set | ||
511 | # CONFIG_ECONET is not set | ||
512 | # CONFIG_WAN_ROUTER is not set | ||
513 | # CONFIG_PHONET is not set | ||
514 | # CONFIG_IEEE802154 is not set | ||
515 | # CONFIG_NET_SCHED is not set | ||
516 | # CONFIG_DCB is not set | ||
517 | # CONFIG_DNS_RESOLVER is not set | ||
518 | |||
519 | # | ||
520 | # Network testing | ||
521 | # | ||
522 | # CONFIG_NET_PKTGEN is not set | ||
523 | # CONFIG_NET_TCPPROBE is not set | ||
524 | # CONFIG_HAMRADIO is not set | ||
525 | # CONFIG_CAN is not set | ||
526 | # CONFIG_IRDA is not set | ||
527 | # CONFIG_BT is not set | ||
528 | # CONFIG_AF_RXRPC is not set | ||
529 | CONFIG_WIRELESS=y | ||
530 | # CONFIG_CFG80211 is not set | ||
531 | # CONFIG_LIB80211 is not set | ||
532 | |||
533 | # | ||
534 | # CFG80211 needs to be enabled for MAC80211 | ||
535 | # | ||
536 | |||
537 | # | ||
538 | # Some wireless drivers require a rate control algorithm | ||
539 | # | ||
540 | # CONFIG_WIMAX is not set | ||
541 | # CONFIG_RFKILL is not set | ||
542 | # CONFIG_NET_9P is not set | ||
543 | # CONFIG_CAIF is not set | ||
544 | # CONFIG_CEPH_LIB is not set | ||
545 | |||
546 | # | ||
547 | # Device Drivers | ||
548 | # | ||
549 | |||
550 | # | ||
551 | # Generic Driver Options | ||
552 | # | ||
553 | CONFIG_UEVENT_HELPER_PATH="" | ||
554 | CONFIG_DEVTMPFS=y | ||
555 | CONFIG_DEVTMPFS_MOUNT=y | ||
556 | CONFIG_STANDALONE=y | ||
557 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
558 | CONFIG_FW_LOADER=y | ||
559 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
560 | CONFIG_EXTRA_FIRMWARE="" | ||
561 | # CONFIG_DEBUG_DRIVER is not set | ||
562 | # CONFIG_DEBUG_DEVRES is not set | ||
563 | # CONFIG_SYS_HYPERVISOR is not set | ||
564 | # CONFIG_CONNECTOR is not set | ||
565 | CONFIG_MTD=y | ||
566 | # CONFIG_MTD_DEBUG is not set | ||
567 | # CONFIG_MTD_TESTS is not set | ||
568 | CONFIG_MTD_CONCAT=y | ||
569 | CONFIG_MTD_PARTITIONS=y | ||
570 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
571 | CONFIG_MTD_CMDLINE_PARTS=y | ||
572 | # CONFIG_MTD_AFS_PARTS is not set | ||
573 | # CONFIG_MTD_AR7_PARTS is not set | ||
574 | |||
575 | # | ||
576 | # User Modules And Translation Layers | ||
577 | # | ||
578 | CONFIG_MTD_CHAR=y | ||
579 | CONFIG_MTD_BLKDEVS=y | ||
580 | CONFIG_MTD_BLOCK=y | ||
581 | # CONFIG_FTL is not set | ||
582 | # CONFIG_NFTL is not set | ||
583 | # CONFIG_INFTL is not set | ||
584 | # CONFIG_RFD_FTL is not set | ||
585 | # CONFIG_SSFDC is not set | ||
586 | # CONFIG_SM_FTL is not set | ||
587 | # CONFIG_MTD_OOPS is not set | ||
588 | |||
589 | # | ||
590 | # RAM/ROM/Flash chip drivers | ||
591 | # | ||
592 | # CONFIG_MTD_CFI is not set | ||
593 | # CONFIG_MTD_JEDECPROBE is not set | ||
594 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
595 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
596 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
597 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
598 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
599 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
600 | CONFIG_MTD_CFI_I1=y | ||
601 | CONFIG_MTD_CFI_I2=y | ||
602 | # CONFIG_MTD_CFI_I4 is not set | ||
603 | # CONFIG_MTD_CFI_I8 is not set | ||
604 | # CONFIG_MTD_RAM is not set | ||
605 | # CONFIG_MTD_ROM is not set | ||
606 | # CONFIG_MTD_ABSENT is not set | ||
607 | |||
608 | # | ||
609 | # Mapping drivers for chip access | ||
610 | # | ||
611 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
612 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
613 | # CONFIG_MTD_PLATRAM is not set | ||
614 | |||
615 | # | ||
616 | # Self-contained MTD device drivers | ||
617 | # | ||
618 | # CONFIG_MTD_PMC551 is not set | ||
619 | # CONFIG_MTD_DATAFLASH is not set | ||
620 | CONFIG_MTD_M25P80=y | ||
621 | CONFIG_M25PXX_USE_FAST_READ=y | ||
622 | # CONFIG_MTD_SST25L is not set | ||
623 | # CONFIG_MTD_SLRAM is not set | ||
624 | # CONFIG_MTD_PHRAM is not set | ||
625 | # CONFIG_MTD_MTDRAM is not set | ||
626 | # CONFIG_MTD_BLOCK2MTD is not set | ||
627 | |||
628 | # | ||
629 | # Disk-On-Chip Device Drivers | ||
630 | # | ||
631 | # CONFIG_MTD_DOC2000 is not set | ||
632 | # CONFIG_MTD_DOC2001 is not set | ||
633 | # CONFIG_MTD_DOC2001PLUS is not set | ||
634 | CONFIG_MTD_NAND_ECC=y | ||
635 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
636 | CONFIG_MTD_NAND=y | ||
637 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
638 | # CONFIG_MTD_SM_COMMON is not set | ||
639 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
640 | # CONFIG_MTD_NAND_DENALI is not set | ||
641 | # CONFIG_MTD_NAND_GPIO is not set | ||
642 | CONFIG_MTD_NAND_OMAP2=y | ||
643 | CONFIG_MTD_NAND_IDS=y | ||
644 | # CONFIG_MTD_NAND_RICOH is not set | ||
645 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
646 | # CONFIG_MTD_NAND_CAFE is not set | ||
647 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
648 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
649 | # CONFIG_MTD_ALAUDA is not set | ||
650 | # CONFIG_MTD_ONENAND is not set | ||
651 | |||
652 | # | ||
653 | # LPDDR flash memory drivers | ||
654 | # | ||
655 | # CONFIG_MTD_LPDDR is not set | ||
656 | # CONFIG_MTD_UBI is not set | ||
657 | # CONFIG_PARPORT is not set | ||
658 | CONFIG_BLK_DEV=y | ||
659 | # CONFIG_BLK_CPQ_DA is not set | ||
660 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
661 | # CONFIG_BLK_DEV_DAC960 is not set | ||
662 | # CONFIG_BLK_DEV_UMEM is not set | ||
663 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
664 | CONFIG_BLK_DEV_LOOP=y | ||
665 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
666 | |||
667 | # | ||
668 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
669 | # | ||
670 | # CONFIG_BLK_DEV_NBD is not set | ||
671 | # CONFIG_BLK_DEV_SX8 is not set | ||
672 | # CONFIG_BLK_DEV_UB is not set | ||
673 | CONFIG_BLK_DEV_RAM=y | ||
674 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
675 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
676 | # CONFIG_BLK_DEV_XIP is not set | ||
677 | # CONFIG_CDROM_PKTCDVD is not set | ||
678 | # CONFIG_ATA_OVER_ETH is not set | ||
679 | # CONFIG_MG_DISK is not set | ||
680 | # CONFIG_BLK_DEV_RBD is not set | ||
681 | CONFIG_MISC_DEVICES=y | ||
682 | # CONFIG_AD525X_DPOT is not set | ||
683 | # CONFIG_PHANTOM is not set | ||
684 | # CONFIG_SGI_IOC4 is not set | ||
685 | # CONFIG_TIFM_CORE is not set | ||
686 | # CONFIG_ICS932S401 is not set | ||
687 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
688 | # CONFIG_HP_ILO is not set | ||
689 | # CONFIG_APDS9802ALS is not set | ||
690 | # CONFIG_ISL29003 is not set | ||
691 | # CONFIG_ISL29020 is not set | ||
692 | # CONFIG_SENSORS_TSL2550 is not set | ||
693 | # CONFIG_SENSORS_BH1780 is not set | ||
694 | # CONFIG_SENSORS_BH1770 is not set | ||
695 | # CONFIG_SENSORS_APDS990X is not set | ||
696 | # CONFIG_HMC6352 is not set | ||
697 | # CONFIG_DS1682 is not set | ||
698 | # CONFIG_TI_DAC7512 is not set | ||
699 | # CONFIG_BMP085 is not set | ||
700 | # CONFIG_PCH_PHUB is not set | ||
701 | # CONFIG_C2PORT is not set | ||
702 | |||
703 | # | ||
704 | # EEPROM support | ||
705 | # | ||
706 | CONFIG_EEPROM_AT24=y | ||
707 | # CONFIG_EEPROM_AT25 is not set | ||
708 | # CONFIG_EEPROM_LEGACY is not set | ||
709 | # CONFIG_EEPROM_MAX6875 is not set | ||
710 | # CONFIG_EEPROM_93CX6 is not set | ||
711 | # CONFIG_CB710_CORE is not set | ||
712 | # CONFIG_IWMC3200TOP is not set | ||
713 | |||
714 | # | ||
715 | # Texas Instruments shared transport line discipline | ||
716 | # | ||
717 | CONFIG_HAVE_IDE=y | ||
718 | # CONFIG_IDE is not set | ||
719 | |||
720 | # | ||
721 | # SCSI device support | ||
722 | # | ||
723 | CONFIG_SCSI_MOD=y | ||
724 | # CONFIG_RAID_ATTRS is not set | ||
725 | CONFIG_SCSI=y | ||
726 | CONFIG_SCSI_DMA=y | ||
727 | # CONFIG_SCSI_TGT is not set | ||
728 | # CONFIG_SCSI_NETLINK is not set | ||
729 | CONFIG_SCSI_PROC_FS=y | ||
730 | |||
731 | # | ||
732 | # SCSI support type (disk, tape, CD-ROM) | ||
733 | # | ||
734 | CONFIG_BLK_DEV_SD=y | ||
735 | # CONFIG_CHR_DEV_ST is not set | ||
736 | # CONFIG_CHR_DEV_OSST is not set | ||
737 | CONFIG_BLK_DEV_SR=y | ||
738 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
739 | CONFIG_CHR_DEV_SG=y | ||
740 | # CONFIG_CHR_DEV_SCH is not set | ||
741 | # CONFIG_SCSI_MULTI_LUN is not set | ||
742 | # CONFIG_SCSI_CONSTANTS is not set | ||
743 | # CONFIG_SCSI_LOGGING is not set | ||
744 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
745 | CONFIG_SCSI_WAIT_SCAN=m | ||
746 | |||
747 | # | ||
748 | # SCSI Transports | ||
749 | # | ||
750 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
751 | # CONFIG_SCSI_FC_ATTRS is not set | ||
752 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
753 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
754 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
755 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
756 | # CONFIG_SCSI_LOWLEVEL is not set | ||
757 | # CONFIG_SCSI_DH is not set | ||
758 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
759 | CONFIG_ATA=y | ||
760 | # CONFIG_ATA_NONSTANDARD is not set | ||
761 | CONFIG_ATA_VERBOSE_ERROR=y | ||
762 | CONFIG_SATA_PMP=y | ||
763 | |||
764 | # | ||
765 | # Controllers with non-SFF native interface | ||
766 | # | ||
767 | CONFIG_SATA_AHCI=y | ||
768 | CONFIG_SATA_AHCI_PLATFORM=y | ||
769 | # CONFIG_SATA_INIC162X is not set | ||
770 | # CONFIG_SATA_SIL24 is not set | ||
771 | # CONFIG_ATA_SFF is not set | ||
772 | # CONFIG_MD is not set | ||
773 | # CONFIG_FUSION is not set | ||
774 | |||
775 | # | ||
776 | # IEEE 1394 (FireWire) support | ||
777 | # | ||
778 | # CONFIG_FIREWIRE is not set | ||
779 | # CONFIG_FIREWIRE_NOSY is not set | ||
780 | # CONFIG_I2O is not set | ||
781 | CONFIG_NETDEVICES=y | ||
782 | # CONFIG_DUMMY is not set | ||
783 | # CONFIG_BONDING is not set | ||
784 | # CONFIG_MACVLAN is not set | ||
785 | # CONFIG_EQUALIZER is not set | ||
786 | # CONFIG_TUN is not set | ||
787 | # CONFIG_VETH is not set | ||
788 | # CONFIG_ARCNET is not set | ||
789 | CONFIG_MII=y | ||
790 | CONFIG_PHYLIB=y | ||
791 | |||
792 | # | ||
793 | # MII PHY device drivers | ||
794 | # | ||
795 | # CONFIG_MARVELL_PHY is not set | ||
796 | # CONFIG_DAVICOM_PHY is not set | ||
797 | # CONFIG_QSEMI_PHY is not set | ||
798 | # CONFIG_LXT_PHY is not set | ||
799 | # CONFIG_CICADA_PHY is not set | ||
800 | # CONFIG_VITESSE_PHY is not set | ||
801 | # CONFIG_SMSC_PHY is not set | ||
802 | # CONFIG_BROADCOM_PHY is not set | ||
803 | # CONFIG_BCM63XX_PHY is not set | ||
804 | # CONFIG_ICPLUS_PHY is not set | ||
805 | # CONFIG_REALTEK_PHY is not set | ||
806 | # CONFIG_NATIONAL_PHY is not set | ||
807 | # CONFIG_STE10XP is not set | ||
808 | # CONFIG_LSI_ET1011C_PHY is not set | ||
809 | # CONFIG_MICREL_PHY is not set | ||
810 | # CONFIG_FIXED_PHY is not set | ||
811 | # CONFIG_MDIO_BITBANG is not set | ||
812 | # CONFIG_NET_ETHERNET is not set | ||
813 | CONFIG_NETDEV_1000=y | ||
814 | # CONFIG_ACENIC is not set | ||
815 | # CONFIG_DL2K is not set | ||
816 | CONFIG_TI_DAVINCI_EMAC=y | ||
817 | CONFIG_TI_DAVINCI_MDIO=y | ||
818 | CONFIG_TI_DAVINCI_CPDMA=y | ||
819 | # CONFIG_E1000 is not set | ||
820 | # CONFIG_E1000E is not set | ||
821 | # CONFIG_IP1000 is not set | ||
822 | # CONFIG_IGB is not set | ||
823 | # CONFIG_IGBVF is not set | ||
824 | # CONFIG_NS83820 is not set | ||
825 | # CONFIG_HAMACHI is not set | ||
826 | # CONFIG_YELLOWFIN is not set | ||
827 | # CONFIG_R8169 is not set | ||
828 | # CONFIG_SIS190 is not set | ||
829 | # CONFIG_SKGE is not set | ||
830 | # CONFIG_SKY2 is not set | ||
831 | # CONFIG_VIA_VELOCITY is not set | ||
832 | # CONFIG_TIGON3 is not set | ||
833 | # CONFIG_BNX2 is not set | ||
834 | # CONFIG_CNIC is not set | ||
835 | # CONFIG_QLA3XXX is not set | ||
836 | # CONFIG_ATL1 is not set | ||
837 | # CONFIG_ATL1E is not set | ||
838 | # CONFIG_ATL1C is not set | ||
839 | # CONFIG_JME is not set | ||
840 | # CONFIG_STMMAC_ETH is not set | ||
841 | # CONFIG_PCH_GBE is not set | ||
842 | # CONFIG_NETDEV_10000 is not set | ||
843 | # CONFIG_TR is not set | ||
844 | # CONFIG_WLAN is not set | ||
845 | |||
846 | # | ||
847 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
848 | # | ||
849 | |||
850 | # | ||
851 | # USB Network Adapters | ||
852 | # | ||
853 | # CONFIG_USB_CATC is not set | ||
854 | # CONFIG_USB_KAWETH is not set | ||
855 | # CONFIG_USB_PEGASUS is not set | ||
856 | # CONFIG_USB_RTL8150 is not set | ||
857 | CONFIG_USB_USBNET=y | ||
858 | # CONFIG_USB_NET_AX8817X is not set | ||
859 | CONFIG_USB_NET_CDCETHER=y | ||
860 | # CONFIG_USB_NET_CDC_EEM is not set | ||
861 | CONFIG_USB_NET_DM9601=y | ||
862 | # CONFIG_USB_NET_SMSC75XX is not set | ||
863 | # CONFIG_USB_NET_SMSC95XX is not set | ||
864 | # CONFIG_USB_NET_GL620A is not set | ||
865 | # CONFIG_USB_NET_NET1080 is not set | ||
866 | # CONFIG_USB_NET_PLUSB is not set | ||
867 | # CONFIG_USB_NET_MCS7830 is not set | ||
868 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
869 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
870 | # CONFIG_USB_NET_ZAURUS is not set | ||
871 | # CONFIG_USB_NET_CX82310_ETH is not set | ||
872 | # CONFIG_USB_NET_INT51X1 is not set | ||
873 | # CONFIG_USB_IPHETH is not set | ||
874 | # CONFIG_USB_SIERRA_NET is not set | ||
875 | # CONFIG_WAN is not set | ||
876 | |||
877 | # | ||
878 | # CAIF transport drivers | ||
879 | # | ||
880 | # CONFIG_FDDI is not set | ||
881 | # CONFIG_HIPPI is not set | ||
882 | # CONFIG_PPP is not set | ||
883 | # CONFIG_SLIP is not set | ||
884 | # CONFIG_NET_FC is not set | ||
885 | # CONFIG_NETCONSOLE is not set | ||
886 | # CONFIG_NETPOLL is not set | ||
887 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
888 | # CONFIG_VMXNET3 is not set | ||
889 | # CONFIG_ISDN is not set | ||
890 | # CONFIG_PHONE is not set | ||
891 | |||
892 | # | ||
893 | # Input device support | ||
894 | # | ||
895 | CONFIG_INPUT=y | ||
896 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
897 | # CONFIG_INPUT_POLLDEV is not set | ||
898 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
899 | |||
900 | # | ||
901 | # Userland interfaces | ||
902 | # | ||
903 | CONFIG_INPUT_MOUSEDEV=y | ||
904 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
905 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
906 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
907 | # CONFIG_INPUT_JOYDEV is not set | ||
908 | CONFIG_INPUT_EVDEV=y | ||
909 | # CONFIG_INPUT_EVBUG is not set | ||
910 | |||
911 | # | ||
912 | # Input Device Drivers | ||
913 | # | ||
914 | # CONFIG_INPUT_KEYBOARD is not set | ||
915 | # CONFIG_INPUT_MOUSE is not set | ||
916 | # CONFIG_INPUT_JOYSTICK is not set | ||
917 | # CONFIG_INPUT_TABLET is not set | ||
918 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
919 | # CONFIG_INPUT_MISC is not set | ||
920 | |||
921 | # | ||
922 | # Hardware I/O ports | ||
923 | # | ||
924 | CONFIG_SERIO=y | ||
925 | CONFIG_SERIO_SERPORT=y | ||
926 | # CONFIG_SERIO_PCIPS2 is not set | ||
927 | # CONFIG_SERIO_RAW is not set | ||
928 | # CONFIG_SERIO_ALTERA_PS2 is not set | ||
929 | # CONFIG_SERIO_PS2MULT is not set | ||
930 | # CONFIG_GAMEPORT is not set | ||
931 | |||
932 | # | ||
933 | # Character devices | ||
934 | # | ||
935 | CONFIG_VT=y | ||
936 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
937 | CONFIG_VT_CONSOLE=y | ||
938 | CONFIG_HW_CONSOLE=y | ||
939 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
940 | CONFIG_DEVKMEM=y | ||
941 | CONFIG_SERIAL_NONSTANDARD=y | ||
942 | # CONFIG_COMPUTONE is not set | ||
943 | # CONFIG_ROCKETPORT is not set | ||
944 | # CONFIG_CYCLADES is not set | ||
945 | # CONFIG_DIGIEPCA is not set | ||
946 | # CONFIG_MOXA_INTELLIO is not set | ||
947 | # CONFIG_MOXA_SMARTIO is not set | ||
948 | # CONFIG_ISI is not set | ||
949 | # CONFIG_SYNCLINKMP is not set | ||
950 | # CONFIG_SYNCLINK_GT is not set | ||
951 | # CONFIG_N_HDLC is not set | ||
952 | # CONFIG_N_GSM is not set | ||
953 | # CONFIG_RISCOM8 is not set | ||
954 | # CONFIG_SPECIALIX is not set | ||
955 | # CONFIG_STALDRV is not set | ||
956 | # CONFIG_NOZOMI is not set | ||
957 | |||
958 | # | ||
959 | # Serial drivers | ||
960 | # | ||
961 | CONFIG_SERIAL_8250=y | ||
962 | CONFIG_SERIAL_8250_CONSOLE=y | ||
963 | CONFIG_SERIAL_8250_PCI=y | ||
964 | CONFIG_SERIAL_8250_NR_UARTS=64 | ||
965 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
966 | CONFIG_SERIAL_8250_EXTENDED=y | ||
967 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
968 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
969 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
970 | CONFIG_SERIAL_8250_RSA=y | ||
971 | |||
972 | # | ||
973 | # Non-8250 serial port support | ||
974 | # | ||
975 | # CONFIG_SERIAL_MAX3100 is not set | ||
976 | # CONFIG_SERIAL_MAX3107 is not set | ||
977 | # CONFIG_SERIAL_MFD_HSU is not set | ||
978 | CONFIG_SERIAL_CORE=y | ||
979 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
980 | # CONFIG_SERIAL_JSM is not set | ||
981 | CONFIG_SERIAL_OMAP=y | ||
982 | CONFIG_SERIAL_OMAP_CONSOLE=y | ||
983 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
984 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set | ||
985 | # CONFIG_SERIAL_ALTERA_UART is not set | ||
986 | CONFIG_UNIX98_PTYS=y | ||
987 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
988 | # CONFIG_LEGACY_PTYS is not set | ||
989 | # CONFIG_IPMI_HANDLER is not set | ||
990 | # CONFIG_HW_RANDOM is not set | ||
991 | # CONFIG_R3964 is not set | ||
992 | # CONFIG_APPLICOM is not set | ||
993 | # CONFIG_RAW_DRIVER is not set | ||
994 | # CONFIG_TCG_TPM is not set | ||
995 | CONFIG_DEVPORT=y | ||
996 | # CONFIG_TI816X_PCIE_BOOTDRV is not set | ||
997 | # CONFIG_TI81XX_HDMI is not set | ||
998 | # CONFIG_RAMOOPS is not set | ||
999 | CONFIG_I2C=y | ||
1000 | CONFIG_I2C_BOARDINFO=y | ||
1001 | CONFIG_I2C_COMPAT=y | ||
1002 | CONFIG_I2C_CHARDEV=y | ||
1003 | # CONFIG_I2C_MUX is not set | ||
1004 | CONFIG_I2C_HELPER_AUTO=y | ||
1005 | |||
1006 | # | ||
1007 | # I2C Hardware Bus support | ||
1008 | # | ||
1009 | |||
1010 | # | ||
1011 | # PC SMBus host controller drivers | ||
1012 | # | ||
1013 | # CONFIG_I2C_ALI1535 is not set | ||
1014 | # CONFIG_I2C_ALI1563 is not set | ||
1015 | # CONFIG_I2C_ALI15X3 is not set | ||
1016 | # CONFIG_I2C_AMD756 is not set | ||
1017 | # CONFIG_I2C_AMD8111 is not set | ||
1018 | # CONFIG_I2C_I801 is not set | ||
1019 | # CONFIG_I2C_ISCH is not set | ||
1020 | # CONFIG_I2C_PIIX4 is not set | ||
1021 | # CONFIG_I2C_NFORCE2 is not set | ||
1022 | # CONFIG_I2C_SIS5595 is not set | ||
1023 | # CONFIG_I2C_SIS630 is not set | ||
1024 | # CONFIG_I2C_SIS96X is not set | ||
1025 | # CONFIG_I2C_VIA is not set | ||
1026 | # CONFIG_I2C_VIAPRO is not set | ||
1027 | |||
1028 | # | ||
1029 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
1030 | # | ||
1031 | # CONFIG_I2C_DESIGNWARE is not set | ||
1032 | # CONFIG_I2C_GPIO is not set | ||
1033 | # CONFIG_I2C_INTEL_MID is not set | ||
1034 | # CONFIG_I2C_OCORES is not set | ||
1035 | CONFIG_I2C_OMAP=y | ||
1036 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
1037 | # CONFIG_I2C_SIMTEC is not set | ||
1038 | # CONFIG_I2C_XILINX is not set | ||
1039 | |||
1040 | # | ||
1041 | # External I2C/SMBus adapter drivers | ||
1042 | # | ||
1043 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
1044 | # CONFIG_I2C_TAOS_EVM is not set | ||
1045 | # CONFIG_I2C_TINY_USB is not set | ||
1046 | |||
1047 | # | ||
1048 | # Other I2C/SMBus bus drivers | ||
1049 | # | ||
1050 | # CONFIG_I2C_STUB is not set | ||
1051 | # CONFIG_I2C_DEBUG_CORE is not set | ||
1052 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
1053 | # CONFIG_I2C_DEBUG_BUS is not set | ||
1054 | CONFIG_SPI=y | ||
1055 | # CONFIG_SPI_DEBUG is not set | ||
1056 | CONFIG_SPI_MASTER=y | ||
1057 | |||
1058 | # | ||
1059 | # SPI Master Controller Drivers | ||
1060 | # | ||
1061 | # CONFIG_SPI_BITBANG is not set | ||
1062 | # CONFIG_SPI_GPIO is not set | ||
1063 | CONFIG_SPI_OMAP24XX=y | ||
1064 | # CONFIG_SPI_TOPCLIFF_PCH is not set | ||
1065 | # CONFIG_SPI_XILINX is not set | ||
1066 | # CONFIG_SPI_DESIGNWARE is not set | ||
1067 | |||
1068 | # | ||
1069 | # SPI Protocol Masters | ||
1070 | # | ||
1071 | # CONFIG_SPI_SPIDEV is not set | ||
1072 | # CONFIG_SPI_TLE62X0 is not set | ||
1073 | |||
1074 | # | ||
1075 | # PPS support | ||
1076 | # | ||
1077 | # CONFIG_PPS is not set | ||
1078 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
1079 | CONFIG_GPIOLIB=y | ||
1080 | # CONFIG_DEBUG_GPIO is not set | ||
1081 | # CONFIG_GPIO_SYSFS is not set | ||
1082 | |||
1083 | # | ||
1084 | # Memory mapped GPIO expanders: | ||
1085 | # | ||
1086 | # CONFIG_GPIO_BASIC_MMIO is not set | ||
1087 | # CONFIG_GPIO_IT8761E is not set | ||
1088 | # CONFIG_GPIO_SCH is not set | ||
1089 | # CONFIG_GPIO_VX855 is not set | ||
1090 | |||
1091 | # | ||
1092 | # I2C GPIO expanders: | ||
1093 | # | ||
1094 | # CONFIG_GPIO_MAX7300 is not set | ||
1095 | # CONFIG_GPIO_MAX732X is not set | ||
1096 | # CONFIG_GPIO_PCA953X is not set | ||
1097 | # CONFIG_GPIO_PCF857X is not set | ||
1098 | # CONFIG_GPIO_SX150X is not set | ||
1099 | # CONFIG_GPIO_ADP5588 is not set | ||
1100 | |||
1101 | # | ||
1102 | # PCI GPIO expanders: | ||
1103 | # | ||
1104 | # CONFIG_GPIO_CS5535 is not set | ||
1105 | # CONFIG_GPIO_BT8XX is not set | ||
1106 | # CONFIG_GPIO_LANGWELL is not set | ||
1107 | # CONFIG_GPIO_PCH is not set | ||
1108 | # CONFIG_GPIO_RDC321X is not set | ||
1109 | |||
1110 | # | ||
1111 | # SPI GPIO expanders: | ||
1112 | # | ||
1113 | # CONFIG_GPIO_MAX7301 is not set | ||
1114 | # CONFIG_GPIO_MCP23S08 is not set | ||
1115 | # CONFIG_GPIO_MC33880 is not set | ||
1116 | # CONFIG_GPIO_74X164 is not set | ||
1117 | |||
1118 | # | ||
1119 | # AC97 GPIO expanders: | ||
1120 | # | ||
1121 | |||
1122 | # | ||
1123 | # MODULbus GPIO expanders: | ||
1124 | # | ||
1125 | # CONFIG_W1 is not set | ||
1126 | # CONFIG_POWER_SUPPLY is not set | ||
1127 | # CONFIG_HWMON is not set | ||
1128 | # CONFIG_THERMAL is not set | ||
1129 | CONFIG_WATCHDOG=y | ||
1130 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
1131 | |||
1132 | # | ||
1133 | # Watchdog Device Drivers | ||
1134 | # | ||
1135 | # CONFIG_SOFT_WATCHDOG is not set | ||
1136 | CONFIG_OMAP_WATCHDOG=y | ||
1137 | # CONFIG_MAX63XX_WATCHDOG is not set | ||
1138 | # CONFIG_ALIM7101_WDT is not set | ||
1139 | |||
1140 | # | ||
1141 | # PCI-based Watchdog Cards | ||
1142 | # | ||
1143 | # CONFIG_PCIPCWATCHDOG is not set | ||
1144 | # CONFIG_WDTPCI is not set | ||
1145 | |||
1146 | # | ||
1147 | # USB-based Watchdog Cards | ||
1148 | # | ||
1149 | # CONFIG_USBPCWATCHDOG is not set | ||
1150 | CONFIG_SSB_POSSIBLE=y | ||
1151 | |||
1152 | # | ||
1153 | # Sonics Silicon Backplane | ||
1154 | # | ||
1155 | CONFIG_SSB=m | ||
1156 | CONFIG_SSB_SPROM=y | ||
1157 | CONFIG_SSB_PCIHOST_POSSIBLE=y | ||
1158 | CONFIG_SSB_PCIHOST=y | ||
1159 | # CONFIG_SSB_B43_PCI_BRIDGE is not set | ||
1160 | CONFIG_SSB_SDIOHOST_POSSIBLE=y | ||
1161 | # CONFIG_SSB_SDIOHOST is not set | ||
1162 | # CONFIG_SSB_DEBUG is not set | ||
1163 | CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y | ||
1164 | # CONFIG_SSB_DRIVER_PCICORE is not set | ||
1165 | CONFIG_MFD_SUPPORT=y | ||
1166 | # CONFIG_MFD_CORE is not set | ||
1167 | # CONFIG_MFD_88PM860X is not set | ||
1168 | # CONFIG_MFD_SM501 is not set | ||
1169 | # CONFIG_MFD_ASIC3 is not set | ||
1170 | # CONFIG_HTC_EGPIO is not set | ||
1171 | # CONFIG_HTC_PASIC3 is not set | ||
1172 | # CONFIG_HTC_I2CPLD is not set | ||
1173 | # CONFIG_TPS65010 is not set | ||
1174 | # CONFIG_TPS6507X is not set | ||
1175 | # CONFIG_TWL4030_CORE is not set | ||
1176 | # CONFIG_MFD_STMPE is not set | ||
1177 | # CONFIG_MFD_TC35892 is not set | ||
1178 | # CONFIG_MFD_TMIO is not set | ||
1179 | # CONFIG_MFD_T7L66XB is not set | ||
1180 | # CONFIG_MFD_TC6387XB is not set | ||
1181 | # CONFIG_MFD_TC6393XB is not set | ||
1182 | # CONFIG_PMIC_DA903X is not set | ||
1183 | # CONFIG_PMIC_ADP5520 is not set | ||
1184 | # CONFIG_MFD_MAX8925 is not set | ||
1185 | # CONFIG_MFD_MAX8998 is not set | ||
1186 | # CONFIG_MFD_WM8400 is not set | ||
1187 | # CONFIG_MFD_WM831X_I2C is not set | ||
1188 | # CONFIG_MFD_WM831X_SPI is not set | ||
1189 | # CONFIG_MFD_WM8350_I2C is not set | ||
1190 | # CONFIG_MFD_WM8994 is not set | ||
1191 | # CONFIG_MFD_PCF50633 is not set | ||
1192 | # CONFIG_MFD_MC13XXX is not set | ||
1193 | # CONFIG_ABX500_CORE is not set | ||
1194 | # CONFIG_EZX_PCAP is not set | ||
1195 | # CONFIG_MFD_TIMBERDALE is not set | ||
1196 | # CONFIG_LPC_SCH is not set | ||
1197 | # CONFIG_MFD_RDC321X is not set | ||
1198 | # CONFIG_MFD_JANZ_CMODIO is not set | ||
1199 | # CONFIG_MFD_TPS6586X is not set | ||
1200 | # CONFIG_MFD_VX855 is not set | ||
1201 | CONFIG_REGULATOR=y | ||
1202 | # CONFIG_REGULATOR_DEBUG is not set | ||
1203 | CONFIG_REGULATOR_DUMMY=y | ||
1204 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1205 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1206 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set | ||
1207 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1208 | # CONFIG_REGULATOR_MAX1586 is not set | ||
1209 | # CONFIG_REGULATOR_MAX8649 is not set | ||
1210 | # CONFIG_REGULATOR_MAX8660 is not set | ||
1211 | # CONFIG_REGULATOR_MAX8952 is not set | ||
1212 | # CONFIG_REGULATOR_LP3971 is not set | ||
1213 | # CONFIG_REGULATOR_LP3972 is not set | ||
1214 | # CONFIG_REGULATOR_TPS65023 is not set | ||
1215 | # CONFIG_REGULATOR_TPS6507X is not set | ||
1216 | # CONFIG_REGULATOR_ISL6271A is not set | ||
1217 | # CONFIG_REGULATOR_AD5398 is not set | ||
1218 | CONFIG_MEDIA_SUPPORT=y | ||
1219 | |||
1220 | # | ||
1221 | # Multimedia core support | ||
1222 | # | ||
1223 | # CONFIG_MEDIA_CONTROLLER is not set | ||
1224 | CONFIG_VIDEO_DEV=y | ||
1225 | CONFIG_VIDEO_V4L2_COMMON=y | ||
1226 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
1227 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1228 | # CONFIG_DVB_CORE is not set | ||
1229 | CONFIG_VIDEO_MEDIA=y | ||
1230 | |||
1231 | # | ||
1232 | # Multimedia drivers | ||
1233 | # | ||
1234 | # CONFIG_IR_CORE is not set | ||
1235 | # CONFIG_MEDIA_ATTACH is not set | ||
1236 | CONFIG_MEDIA_TUNER=y | ||
1237 | # CONFIG_MEDIA_TUNER_CUSTOMISE is not set | ||
1238 | CONFIG_MEDIA_TUNER_SIMPLE=y | ||
1239 | CONFIG_MEDIA_TUNER_TDA8290=y | ||
1240 | CONFIG_MEDIA_TUNER_TDA827X=y | ||
1241 | CONFIG_MEDIA_TUNER_TDA18271=y | ||
1242 | CONFIG_MEDIA_TUNER_TDA9887=y | ||
1243 | CONFIG_MEDIA_TUNER_TEA5761=y | ||
1244 | CONFIG_MEDIA_TUNER_TEA5767=y | ||
1245 | CONFIG_MEDIA_TUNER_MT20XX=y | ||
1246 | CONFIG_MEDIA_TUNER_XC2028=y | ||
1247 | CONFIG_MEDIA_TUNER_XC5000=y | ||
1248 | CONFIG_MEDIA_TUNER_MC44S803=y | ||
1249 | CONFIG_VIDEO_V4L2=y | ||
1250 | CONFIG_VIDEO_V4L1=y | ||
1251 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1252 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1253 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1254 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
1255 | |||
1256 | # | ||
1257 | # Encoders/decoders and other helper chips | ||
1258 | # | ||
1259 | |||
1260 | # | ||
1261 | # Audio decoders | ||
1262 | # | ||
1263 | # CONFIG_VIDEO_TVAUDIO is not set | ||
1264 | # CONFIG_VIDEO_TDA7432 is not set | ||
1265 | # CONFIG_VIDEO_TDA9840 is not set | ||
1266 | # CONFIG_VIDEO_TDA9875 is not set | ||
1267 | # CONFIG_VIDEO_TEA6415C is not set | ||
1268 | # CONFIG_VIDEO_TEA6420 is not set | ||
1269 | # CONFIG_VIDEO_MSP3400 is not set | ||
1270 | # CONFIG_VIDEO_CS5345 is not set | ||
1271 | # CONFIG_VIDEO_CS53L32A is not set | ||
1272 | # CONFIG_VIDEO_M52790 is not set | ||
1273 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
1274 | # CONFIG_VIDEO_WM8775 is not set | ||
1275 | # CONFIG_VIDEO_WM8739 is not set | ||
1276 | # CONFIG_VIDEO_VP27SMPX is not set | ||
1277 | |||
1278 | # | ||
1279 | # RDS decoders | ||
1280 | # | ||
1281 | # CONFIG_VIDEO_SAA6588 is not set | ||
1282 | |||
1283 | # | ||
1284 | # Video decoders | ||
1285 | # | ||
1286 | # CONFIG_VIDEO_ADV7180 is not set | ||
1287 | # CONFIG_VIDEO_BT819 is not set | ||
1288 | # CONFIG_VIDEO_BT856 is not set | ||
1289 | # CONFIG_VIDEO_BT866 is not set | ||
1290 | # CONFIG_VIDEO_KS0127 is not set | ||
1291 | # CONFIG_VIDEO_OV7670 is not set | ||
1292 | # CONFIG_VIDEO_MT9T001 is not set | ||
1293 | # CONFIG_VIDEO_MT9V011 is not set | ||
1294 | # CONFIG_VIDEO_MT9V113 is not set | ||
1295 | # CONFIG_VIDEO_TCM825X is not set | ||
1296 | # CONFIG_VIDEO_SAA7110 is not set | ||
1297 | # CONFIG_VIDEO_SAA711X is not set | ||
1298 | # CONFIG_VIDEO_SAA717X is not set | ||
1299 | # CONFIG_VIDEO_SAA7191 is not set | ||
1300 | # CONFIG_VIDEO_TVP514X is not set | ||
1301 | # CONFIG_VIDEO_TVP5150 is not set | ||
1302 | # CONFIG_VIDEO_TVP7002 is not set | ||
1303 | # CONFIG_VIDEO_VPX3220 is not set | ||
1304 | |||
1305 | # | ||
1306 | # Video and audio decoders | ||
1307 | # | ||
1308 | # CONFIG_VIDEO_CX25840 is not set | ||
1309 | |||
1310 | # | ||
1311 | # MPEG video encoders | ||
1312 | # | ||
1313 | # CONFIG_VIDEO_CX2341X is not set | ||
1314 | |||
1315 | # | ||
1316 | # Video encoders | ||
1317 | # | ||
1318 | # CONFIG_VIDEO_SAA7127 is not set | ||
1319 | # CONFIG_VIDEO_SAA7185 is not set | ||
1320 | # CONFIG_VIDEO_ADV7170 is not set | ||
1321 | # CONFIG_VIDEO_ADV7175 is not set | ||
1322 | # CONFIG_VIDEO_THS7303 is not set | ||
1323 | # CONFIG_VIDEO_ADV7343 is not set | ||
1324 | # CONFIG_VIDEO_AK881X is not set | ||
1325 | |||
1326 | # | ||
1327 | # Video improvement chips | ||
1328 | # | ||
1329 | # CONFIG_VIDEO_UPD64031A is not set | ||
1330 | # CONFIG_VIDEO_UPD64083 is not set | ||
1331 | # CONFIG_VIDEO_CPIA2 is not set | ||
1332 | # CONFIG_VIDEO_SAA7134 is not set | ||
1333 | # CONFIG_VIDEO_MXB is not set | ||
1334 | # CONFIG_VIDEO_HEXIUM_ORION is not set | ||
1335 | # CONFIG_VIDEO_HEXIUM_GEMINI is not set | ||
1336 | # CONFIG_VIDEO_CAFE_CCIC is not set | ||
1337 | # CONFIG_VIDEO_SR030PC30 is not set | ||
1338 | # CONFIG_SOC_CAMERA is not set | ||
1339 | CONFIG_V4L_USB_DRIVERS=y | ||
1340 | CONFIG_USB_VIDEO_CLASS=y | ||
1341 | CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y | ||
1342 | # CONFIG_USB_GSPCA is not set | ||
1343 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
1344 | # CONFIG_VIDEO_HDPVR is not set | ||
1345 | # CONFIG_VIDEO_USBVISION is not set | ||
1346 | # CONFIG_USB_VICAM is not set | ||
1347 | # CONFIG_USB_IBMCAM is not set | ||
1348 | # CONFIG_USB_KONICAWC is not set | ||
1349 | # CONFIG_USB_ET61X251 is not set | ||
1350 | # CONFIG_USB_SE401 is not set | ||
1351 | # CONFIG_USB_SN9C102 is not set | ||
1352 | # CONFIG_USB_PWC is not set | ||
1353 | # CONFIG_USB_ZR364XX is not set | ||
1354 | # CONFIG_USB_STKWEBCAM is not set | ||
1355 | # CONFIG_USB_S2255 is not set | ||
1356 | # CONFIG_V4L_MEM2MEM_DRIVERS is not set | ||
1357 | # CONFIG_RADIO_ADAPTERS is not set | ||
1358 | # CONFIG_DAB is not set | ||
1359 | CONFIG_HAVE_TI_TILER=y | ||
1360 | # CONFIG_TI_TILER is not set | ||
1361 | |||
1362 | # | ||
1363 | # Graphics support | ||
1364 | # | ||
1365 | CONFIG_VGA_ARB=y | ||
1366 | CONFIG_VGA_ARB_MAX_GPUS=16 | ||
1367 | # CONFIG_DRM is not set | ||
1368 | # CONFIG_STUB_POULSBO is not set | ||
1369 | # CONFIG_VGASTATE is not set | ||
1370 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1371 | CONFIG_FB=y | ||
1372 | # CONFIG_FIRMWARE_EDID is not set | ||
1373 | # CONFIG_FB_DDC is not set | ||
1374 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
1375 | CONFIG_FB_CFB_FILLRECT=y | ||
1376 | CONFIG_FB_CFB_COPYAREA=y | ||
1377 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
1378 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
1379 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1380 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1381 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1382 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
1383 | # CONFIG_FB_SYS_FOPS is not set | ||
1384 | # CONFIG_FB_SVGALIB is not set | ||
1385 | # CONFIG_FB_MACMODES is not set | ||
1386 | # CONFIG_FB_BACKLIGHT is not set | ||
1387 | # CONFIG_FB_MODE_HELPERS is not set | ||
1388 | # CONFIG_FB_TILEBLITTING is not set | ||
1389 | |||
1390 | # | ||
1391 | # Frame buffer hardware drivers | ||
1392 | # | ||
1393 | # CONFIG_FB_CIRRUS is not set | ||
1394 | # CONFIG_FB_PM2 is not set | ||
1395 | # CONFIG_FB_CYBER2000 is not set | ||
1396 | # CONFIG_FB_ASILIANT is not set | ||
1397 | # CONFIG_FB_IMSTT is not set | ||
1398 | # CONFIG_FB_S1D13XXX is not set | ||
1399 | # CONFIG_FB_NVIDIA is not set | ||
1400 | # CONFIG_FB_RIVA is not set | ||
1401 | # CONFIG_FB_MATROX is not set | ||
1402 | # CONFIG_FB_RADEON is not set | ||
1403 | # CONFIG_FB_ATY128 is not set | ||
1404 | # CONFIG_FB_ATY is not set | ||
1405 | # CONFIG_FB_S3 is not set | ||
1406 | # CONFIG_FB_SAVAGE is not set | ||
1407 | # CONFIG_FB_SIS is not set | ||
1408 | # CONFIG_FB_NEOMAGIC is not set | ||
1409 | # CONFIG_FB_KYRO is not set | ||
1410 | # CONFIG_FB_3DFX is not set | ||
1411 | # CONFIG_FB_VOODOO1 is not set | ||
1412 | # CONFIG_FB_VT8623 is not set | ||
1413 | # CONFIG_FB_TRIDENT is not set | ||
1414 | # CONFIG_FB_ARK is not set | ||
1415 | # CONFIG_FB_PM3 is not set | ||
1416 | # CONFIG_FB_CARMINE is not set | ||
1417 | # CONFIG_FB_VIRTUAL is not set | ||
1418 | # CONFIG_FB_METRONOME is not set | ||
1419 | # CONFIG_FB_MB862XX is not set | ||
1420 | # CONFIG_FB_BROADSHEET is not set | ||
1421 | # CONFIG_TI81XX_VPSS is not set | ||
1422 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1423 | |||
1424 | # | ||
1425 | # Display device support | ||
1426 | # | ||
1427 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1428 | |||
1429 | # | ||
1430 | # Console display driver support | ||
1431 | # | ||
1432 | CONFIG_DUMMY_CONSOLE=y | ||
1433 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
1434 | # CONFIG_LOGO is not set | ||
1435 | CONFIG_SOUND=y | ||
1436 | # CONFIG_SOUND_OSS_CORE is not set | ||
1437 | CONFIG_SND=y | ||
1438 | CONFIG_SND_TIMER=y | ||
1439 | CONFIG_SND_PCM=y | ||
1440 | CONFIG_SND_HWDEP=y | ||
1441 | CONFIG_SND_RAWMIDI=y | ||
1442 | CONFIG_SND_JACK=y | ||
1443 | # CONFIG_SND_SEQUENCER is not set | ||
1444 | # CONFIG_SND_MIXER_OSS is not set | ||
1445 | # CONFIG_SND_PCM_OSS is not set | ||
1446 | # CONFIG_SND_HRTIMER is not set | ||
1447 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1448 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1449 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1450 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1451 | # CONFIG_SND_DEBUG is not set | ||
1452 | # CONFIG_SND_RAWMIDI_SEQ is not set | ||
1453 | # CONFIG_SND_OPL3_LIB_SEQ is not set | ||
1454 | # CONFIG_SND_OPL4_LIB_SEQ is not set | ||
1455 | # CONFIG_SND_SBAWE_SEQ is not set | ||
1456 | # CONFIG_SND_EMU10K1_SEQ is not set | ||
1457 | # CONFIG_SND_DRIVERS is not set | ||
1458 | CONFIG_SND_PCI=y | ||
1459 | # CONFIG_SND_AD1889 is not set | ||
1460 | # CONFIG_SND_ALS300 is not set | ||
1461 | # CONFIG_SND_ALI5451 is not set | ||
1462 | # CONFIG_SND_ATIIXP is not set | ||
1463 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1464 | # CONFIG_SND_AU8810 is not set | ||
1465 | # CONFIG_SND_AU8820 is not set | ||
1466 | # CONFIG_SND_AU8830 is not set | ||
1467 | # CONFIG_SND_AW2 is not set | ||
1468 | # CONFIG_SND_AZT3328 is not set | ||
1469 | # CONFIG_SND_BT87X is not set | ||
1470 | # CONFIG_SND_CA0106 is not set | ||
1471 | # CONFIG_SND_CMIPCI is not set | ||
1472 | # CONFIG_SND_OXYGEN is not set | ||
1473 | # CONFIG_SND_CS4281 is not set | ||
1474 | # CONFIG_SND_CS46XX is not set | ||
1475 | # CONFIG_SND_CS5535AUDIO is not set | ||
1476 | # CONFIG_SND_CTXFI is not set | ||
1477 | # CONFIG_SND_DARLA20 is not set | ||
1478 | # CONFIG_SND_GINA20 is not set | ||
1479 | # CONFIG_SND_LAYLA20 is not set | ||
1480 | # CONFIG_SND_DARLA24 is not set | ||
1481 | # CONFIG_SND_GINA24 is not set | ||
1482 | # CONFIG_SND_LAYLA24 is not set | ||
1483 | # CONFIG_SND_MONA is not set | ||
1484 | # CONFIG_SND_MIA is not set | ||
1485 | # CONFIG_SND_ECHO3G is not set | ||
1486 | # CONFIG_SND_INDIGO is not set | ||
1487 | # CONFIG_SND_INDIGOIO is not set | ||
1488 | # CONFIG_SND_INDIGODJ is not set | ||
1489 | # CONFIG_SND_INDIGOIOX is not set | ||
1490 | # CONFIG_SND_INDIGODJX is not set | ||
1491 | # CONFIG_SND_EMU10K1 is not set | ||
1492 | # CONFIG_SND_EMU10K1X is not set | ||
1493 | # CONFIG_SND_ENS1370 is not set | ||
1494 | # CONFIG_SND_ENS1371 is not set | ||
1495 | # CONFIG_SND_ES1938 is not set | ||
1496 | # CONFIG_SND_ES1968 is not set | ||
1497 | # CONFIG_SND_FM801 is not set | ||
1498 | # CONFIG_SND_HDA_INTEL is not set | ||
1499 | # CONFIG_SND_HDSP is not set | ||
1500 | # CONFIG_SND_HDSPM is not set | ||
1501 | # CONFIG_SND_HIFIER is not set | ||
1502 | # CONFIG_SND_ICE1712 is not set | ||
1503 | # CONFIG_SND_ICE1724 is not set | ||
1504 | # CONFIG_SND_INTEL8X0 is not set | ||
1505 | # CONFIG_SND_INTEL8X0M is not set | ||
1506 | # CONFIG_SND_KORG1212 is not set | ||
1507 | # CONFIG_SND_LX6464ES is not set | ||
1508 | # CONFIG_SND_MAESTRO3 is not set | ||
1509 | # CONFIG_SND_MIXART is not set | ||
1510 | # CONFIG_SND_NM256 is not set | ||
1511 | # CONFIG_SND_PCXHR is not set | ||
1512 | # CONFIG_SND_RIPTIDE is not set | ||
1513 | # CONFIG_SND_RME32 is not set | ||
1514 | # CONFIG_SND_RME96 is not set | ||
1515 | # CONFIG_SND_RME9652 is not set | ||
1516 | # CONFIG_SND_SONICVIBES is not set | ||
1517 | # CONFIG_SND_TRIDENT is not set | ||
1518 | # CONFIG_SND_VIA82XX is not set | ||
1519 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1520 | # CONFIG_SND_VIRTUOSO is not set | ||
1521 | # CONFIG_SND_VX222 is not set | ||
1522 | # CONFIG_SND_YMFPCI is not set | ||
1523 | # CONFIG_SND_ARM is not set | ||
1524 | # CONFIG_SND_SPI is not set | ||
1525 | CONFIG_SND_USB=y | ||
1526 | CONFIG_SND_USB_AUDIO=y | ||
1527 | # CONFIG_SND_USB_UA101 is not set | ||
1528 | # CONFIG_SND_USB_CAIAQ is not set | ||
1529 | CONFIG_SND_SOC=y | ||
1530 | CONFIG_SND_TI81XX_SOC=y | ||
1531 | CONFIG_SND_DAVINCI_SOC_MCASP=y | ||
1532 | CONFIG_SND_TI81XX_SOC_EVM=y | ||
1533 | # CONFIG_SND_OMAP_SOC is not set | ||
1534 | CONFIG_SND_SOC_I2C_AND_SPI=y | ||
1535 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1536 | CONFIG_SND_SOC_TLV320AIC3X=y | ||
1537 | # CONFIG_SOUND_PRIME is not set | ||
1538 | CONFIG_HID_SUPPORT=y | ||
1539 | CONFIG_HID=y | ||
1540 | # CONFIG_HIDRAW is not set | ||
1541 | |||
1542 | # | ||
1543 | # USB Input Devices | ||
1544 | # | ||
1545 | CONFIG_USB_HID=y | ||
1546 | # CONFIG_HID_PID is not set | ||
1547 | # CONFIG_USB_HIDDEV is not set | ||
1548 | |||
1549 | # | ||
1550 | # Special HID drivers | ||
1551 | # | ||
1552 | # CONFIG_HID_3M_PCT is not set | ||
1553 | CONFIG_HID_A4TECH=y | ||
1554 | # CONFIG_HID_ACRUX_FF is not set | ||
1555 | CONFIG_HID_APPLE=y | ||
1556 | CONFIG_HID_BELKIN=y | ||
1557 | # CONFIG_HID_CANDO is not set | ||
1558 | CONFIG_HID_CHERRY=y | ||
1559 | CONFIG_HID_CHICONY=y | ||
1560 | # CONFIG_HID_PRODIKEYS is not set | ||
1561 | CONFIG_HID_CYPRESS=y | ||
1562 | # CONFIG_HID_DRAGONRISE is not set | ||
1563 | # CONFIG_HID_EGALAX is not set | ||
1564 | CONFIG_HID_EZKEY=y | ||
1565 | CONFIG_HID_KYE=y | ||
1566 | # CONFIG_HID_UCLOGIC is not set | ||
1567 | # CONFIG_HID_WALTOP is not set | ||
1568 | # CONFIG_HID_GYRATION is not set | ||
1569 | # CONFIG_HID_TWINHAN is not set | ||
1570 | CONFIG_HID_KENSINGTON=y | ||
1571 | CONFIG_HID_LOGITECH=y | ||
1572 | # CONFIG_LOGITECH_FF is not set | ||
1573 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1574 | # CONFIG_LOGIG940_FF is not set | ||
1575 | # CONFIG_LOGIWII_FF is not set | ||
1576 | CONFIG_HID_MICROSOFT=y | ||
1577 | # CONFIG_HID_MOSART is not set | ||
1578 | CONFIG_HID_MONTEREY=y | ||
1579 | # CONFIG_HID_NTRIG is not set | ||
1580 | # CONFIG_HID_ORTEK is not set | ||
1581 | # CONFIG_HID_PANTHERLORD is not set | ||
1582 | # CONFIG_HID_PETALYNX is not set | ||
1583 | # CONFIG_HID_PICOLCD is not set | ||
1584 | # CONFIG_HID_QUANTA is not set | ||
1585 | # CONFIG_HID_ROCCAT is not set | ||
1586 | # CONFIG_HID_ROCCAT_KONE is not set | ||
1587 | # CONFIG_HID_ROCCAT_PYRA is not set | ||
1588 | # CONFIG_HID_SAMSUNG is not set | ||
1589 | # CONFIG_HID_SONY is not set | ||
1590 | # CONFIG_HID_STANTUM is not set | ||
1591 | # CONFIG_HID_SUNPLUS is not set | ||
1592 | # CONFIG_HID_GREENASIA is not set | ||
1593 | # CONFIG_HID_SMARTJOYPLUS is not set | ||
1594 | # CONFIG_HID_TOPSEED is not set | ||
1595 | # CONFIG_HID_THRUSTMASTER is not set | ||
1596 | # CONFIG_HID_ZEROPLUS is not set | ||
1597 | # CONFIG_HID_ZYDACRON is not set | ||
1598 | CONFIG_USB_SUPPORT=y | ||
1599 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1600 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1601 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1602 | CONFIG_USB=y | ||
1603 | # CONFIG_USB_DEBUG is not set | ||
1604 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
1605 | |||
1606 | # | ||
1607 | # Miscellaneous USB options | ||
1608 | # | ||
1609 | CONFIG_USB_DEVICEFS=y | ||
1610 | CONFIG_USB_DEVICE_CLASS=y | ||
1611 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1612 | CONFIG_USB_SUSPEND=y | ||
1613 | # CONFIG_USB_OTG is not set | ||
1614 | # CONFIG_USB_MON is not set | ||
1615 | # CONFIG_USB_WUSB is not set | ||
1616 | # CONFIG_USB_WUSB_CBAF is not set | ||
1617 | |||
1618 | # | ||
1619 | # USB Host Controller Drivers | ||
1620 | # | ||
1621 | # CONFIG_USB_C67X00_HCD is not set | ||
1622 | # CONFIG_USB_XHCI_HCD is not set | ||
1623 | # CONFIG_USB_EHCI_HCD is not set | ||
1624 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1625 | # CONFIG_USB_ISP116X_HCD is not set | ||
1626 | # CONFIG_USB_ISP1760_HCD is not set | ||
1627 | # CONFIG_USB_ISP1362_HCD is not set | ||
1628 | # CONFIG_USB_OHCI_HCD is not set | ||
1629 | # CONFIG_USB_UHCI_HCD is not set | ||
1630 | # CONFIG_USB_SL811_HCD is not set | ||
1631 | # CONFIG_USB_R8A66597_HCD is not set | ||
1632 | # CONFIG_USB_WHCI_HCD is not set | ||
1633 | # CONFIG_USB_HWA_HCD is not set | ||
1634 | CONFIG_USB_MUSB_HDRC=y | ||
1635 | |||
1636 | # | ||
1637 | # Platform Glue Layer | ||
1638 | # | ||
1639 | # CONFIG_USB_MUSB_TUSB6010_GLUE is not set | ||
1640 | # CONFIG_USB_MUSB_OMAP2PLUS_GLUE is not set | ||
1641 | # CONFIG_USB_MUSB_AM35X_GLUE is not set | ||
1642 | CONFIG_USB_MUSB_TI81XX_GLUE=y | ||
1643 | # CONFIG_USB_MUSB_DAVINCI is not set | ||
1644 | # CONFIG_USB_MUSB_DA8XX is not set | ||
1645 | # CONFIG_USB_MUSB_TUSB6010 is not set | ||
1646 | # CONFIG_USB_MUSB_OMAP2PLUS is not set | ||
1647 | # CONFIG_USB_MUSB_AM35X is not set | ||
1648 | CONFIG_USB_MUSB_TI81XX=y | ||
1649 | # CONFIG_USB_MUSB_BLACKFIN is not set | ||
1650 | # CONFIG_USB_MUSB_UX500 is not set | ||
1651 | CONFIG_USB_MUSB_HOST=y | ||
1652 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1653 | # CONFIG_MUSB_PIO_ONLY is not set | ||
1654 | # CONFIG_USB_INVENTRA_DMA_HW is not set | ||
1655 | # CONFIG_USB_TI_CPPI_DMA_HW is not set | ||
1656 | CONFIG_USB_TI_CPPI41_DMA_HW=y | ||
1657 | # CONFIG_USB_INVENTRA_DMA is not set | ||
1658 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
1659 | CONFIG_USB_TI_CPPI41_DMA=y | ||
1660 | # CONFIG_USB_TUSB_OMAP_DMA is not set | ||
1661 | CONFIG_USB_MUSB_DEBUG=y | ||
1662 | |||
1663 | # | ||
1664 | # USB Device Class drivers | ||
1665 | # | ||
1666 | # CONFIG_USB_ACM is not set | ||
1667 | # CONFIG_USB_PRINTER is not set | ||
1668 | # CONFIG_USB_WDM is not set | ||
1669 | # CONFIG_USB_TMC is not set | ||
1670 | |||
1671 | # | ||
1672 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may | ||
1673 | # | ||
1674 | |||
1675 | # | ||
1676 | # also be needed; see USB_STORAGE Help for more info | ||
1677 | # | ||
1678 | CONFIG_USB_STORAGE=y | ||
1679 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1680 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1681 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1682 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1683 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1684 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1685 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1686 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1687 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1688 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1689 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1690 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1691 | # CONFIG_USB_UAS is not set | ||
1692 | # CONFIG_USB_LIBUSUAL is not set | ||
1693 | |||
1694 | # | ||
1695 | # USB Imaging devices | ||
1696 | # | ||
1697 | # CONFIG_USB_MDC800 is not set | ||
1698 | # CONFIG_USB_MICROTEK is not set | ||
1699 | |||
1700 | # | ||
1701 | # USB port drivers | ||
1702 | # | ||
1703 | # CONFIG_USB_SERIAL is not set | ||
1704 | |||
1705 | # | ||
1706 | # USB Miscellaneous drivers | ||
1707 | # | ||
1708 | # CONFIG_USB_EMI62 is not set | ||
1709 | # CONFIG_USB_EMI26 is not set | ||
1710 | # CONFIG_USB_ADUTUX is not set | ||
1711 | # CONFIG_USB_SEVSEG is not set | ||
1712 | # CONFIG_USB_RIO500 is not set | ||
1713 | # CONFIG_USB_LEGOTOWER is not set | ||
1714 | # CONFIG_USB_LCD is not set | ||
1715 | # CONFIG_USB_LED is not set | ||
1716 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1717 | # CONFIG_USB_CYTHERM is not set | ||
1718 | # CONFIG_USB_IDMOUSE is not set | ||
1719 | # CONFIG_USB_FTDI_ELAN is not set | ||
1720 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1721 | # CONFIG_USB_SISUSBVGA is not set | ||
1722 | # CONFIG_USB_LD is not set | ||
1723 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1724 | # CONFIG_USB_IOWARRIOR is not set | ||
1725 | # CONFIG_USB_TEST is not set | ||
1726 | # CONFIG_USB_ISIGHTFW is not set | ||
1727 | # CONFIG_USB_YUREX is not set | ||
1728 | # CONFIG_USB_GADGET is not set | ||
1729 | |||
1730 | # | ||
1731 | # OTG and related infrastructure | ||
1732 | # | ||
1733 | CONFIG_USB_OTG_UTILS=y | ||
1734 | # CONFIG_USB_GPIO_VBUS is not set | ||
1735 | # CONFIG_USB_ULPI is not set | ||
1736 | CONFIG_NOP_USB_XCEIV=y | ||
1737 | # CONFIG_UWB is not set | ||
1738 | CONFIG_MMC=y | ||
1739 | # CONFIG_MMC_DEBUG is not set | ||
1740 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1741 | |||
1742 | # | ||
1743 | # MMC/SD/SDIO Card Drivers | ||
1744 | # | ||
1745 | CONFIG_MMC_BLOCK=y | ||
1746 | CONFIG_MMC_BLOCK_MINORS=8 | ||
1747 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1748 | # CONFIG_SDIO_UART is not set | ||
1749 | # CONFIG_MMC_TEST is not set | ||
1750 | |||
1751 | # | ||
1752 | # MMC/SD/SDIO Host Controller Drivers | ||
1753 | # | ||
1754 | # CONFIG_MMC_SDHCI is not set | ||
1755 | # CONFIG_MMC_OMAP is not set | ||
1756 | CONFIG_MMC_OMAP_HS=y | ||
1757 | # CONFIG_MMC_TIFM_SD is not set | ||
1758 | # CONFIG_MMC_SPI is not set | ||
1759 | # CONFIG_MMC_CB710 is not set | ||
1760 | # CONFIG_MMC_VIA_SDMMC is not set | ||
1761 | # CONFIG_MMC_USHC is not set | ||
1762 | # CONFIG_MEMSTICK is not set | ||
1763 | # CONFIG_NEW_LEDS is not set | ||
1764 | # CONFIG_ACCESSIBILITY is not set | ||
1765 | # CONFIG_INFINIBAND is not set | ||
1766 | CONFIG_RTC_LIB=y | ||
1767 | # CONFIG_RTC_CLASS is not set | ||
1768 | # CONFIG_DMADEVICES is not set | ||
1769 | # CONFIG_AUXDISPLAY is not set | ||
1770 | # CONFIG_UIO is not set | ||
1771 | # CONFIG_STAGING is not set | ||
1772 | |||
1773 | # | ||
1774 | # File systems | ||
1775 | # | ||
1776 | CONFIG_EXT2_FS=y | ||
1777 | CONFIG_EXT2_FS_XATTR=y | ||
1778 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1779 | CONFIG_EXT2_FS_SECURITY=y | ||
1780 | # CONFIG_EXT2_FS_XIP is not set | ||
1781 | CONFIG_EXT3_FS=y | ||
1782 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1783 | CONFIG_EXT3_FS_XATTR=y | ||
1784 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1785 | CONFIG_EXT3_FS_SECURITY=y | ||
1786 | # CONFIG_EXT4_FS is not set | ||
1787 | CONFIG_JBD=y | ||
1788 | # CONFIG_JBD_DEBUG is not set | ||
1789 | CONFIG_FS_MBCACHE=y | ||
1790 | # CONFIG_REISERFS_FS is not set | ||
1791 | # CONFIG_JFS_FS is not set | ||
1792 | CONFIG_FS_POSIX_ACL=y | ||
1793 | # CONFIG_XFS_FS is not set | ||
1794 | # CONFIG_OCFS2_FS is not set | ||
1795 | # CONFIG_BTRFS_FS is not set | ||
1796 | # CONFIG_NILFS2_FS is not set | ||
1797 | CONFIG_FILE_LOCKING=y | ||
1798 | # CONFIG_FSNOTIFY is not set | ||
1799 | # CONFIG_DNOTIFY is not set | ||
1800 | # CONFIG_INOTIFY_USER is not set | ||
1801 | # CONFIG_FANOTIFY is not set | ||
1802 | # CONFIG_QUOTA is not set | ||
1803 | # CONFIG_QUOTACTL is not set | ||
1804 | # CONFIG_AUTOFS4_FS is not set | ||
1805 | # CONFIG_FUSE_FS is not set | ||
1806 | |||
1807 | # | ||
1808 | # Caches | ||
1809 | # | ||
1810 | # CONFIG_FSCACHE is not set | ||
1811 | |||
1812 | # | ||
1813 | # CD-ROM/DVD Filesystems | ||
1814 | # | ||
1815 | CONFIG_ISO9660_FS=y | ||
1816 | # CONFIG_JOLIET is not set | ||
1817 | # CONFIG_ZISOFS is not set | ||
1818 | # CONFIG_UDF_FS is not set | ||
1819 | |||
1820 | # | ||
1821 | # DOS/FAT/NT Filesystems | ||
1822 | # | ||
1823 | CONFIG_FAT_FS=y | ||
1824 | CONFIG_MSDOS_FS=y | ||
1825 | CONFIG_VFAT_FS=y | ||
1826 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1827 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1828 | # CONFIG_NTFS_FS is not set | ||
1829 | |||
1830 | # | ||
1831 | # Pseudo filesystems | ||
1832 | # | ||
1833 | CONFIG_PROC_FS=y | ||
1834 | CONFIG_PROC_SYSCTL=y | ||
1835 | CONFIG_PROC_PAGE_MONITOR=y | ||
1836 | CONFIG_SYSFS=y | ||
1837 | CONFIG_TMPFS=y | ||
1838 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
1839 | # CONFIG_HUGETLB_PAGE is not set | ||
1840 | # CONFIG_CONFIGFS_FS is not set | ||
1841 | CONFIG_MISC_FILESYSTEMS=y | ||
1842 | # CONFIG_ADFS_FS is not set | ||
1843 | # CONFIG_AFFS_FS is not set | ||
1844 | # CONFIG_ECRYPT_FS is not set | ||
1845 | # CONFIG_HFS_FS is not set | ||
1846 | # CONFIG_HFSPLUS_FS is not set | ||
1847 | # CONFIG_BEFS_FS is not set | ||
1848 | # CONFIG_BFS_FS is not set | ||
1849 | # CONFIG_EFS_FS is not set | ||
1850 | CONFIG_JFFS2_FS=y | ||
1851 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1852 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1853 | CONFIG_JFFS2_FS_WBUF_VERIFY=y | ||
1854 | # CONFIG_JFFS2_SUMMARY is not set | ||
1855 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1856 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1857 | CONFIG_JFFS2_ZLIB=y | ||
1858 | # CONFIG_JFFS2_LZO is not set | ||
1859 | CONFIG_JFFS2_RTIME=y | ||
1860 | # CONFIG_JFFS2_RUBIN is not set | ||
1861 | # CONFIG_LOGFS is not set | ||
1862 | # CONFIG_CRAMFS is not set | ||
1863 | # CONFIG_SQUASHFS is not set | ||
1864 | # CONFIG_VXFS_FS is not set | ||
1865 | # CONFIG_MINIX_FS is not set | ||
1866 | # CONFIG_OMFS_FS is not set | ||
1867 | # CONFIG_HPFS_FS is not set | ||
1868 | # CONFIG_QNX4FS_FS is not set | ||
1869 | # CONFIG_ROMFS_FS is not set | ||
1870 | # CONFIG_SYSV_FS is not set | ||
1871 | # CONFIG_UFS_FS is not set | ||
1872 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1873 | CONFIG_NFS_FS=y | ||
1874 | CONFIG_NFS_V3=y | ||
1875 | # CONFIG_NFS_V3_ACL is not set | ||
1876 | # CONFIG_NFS_V4 is not set | ||
1877 | CONFIG_ROOT_NFS=y | ||
1878 | # CONFIG_NFSD is not set | ||
1879 | CONFIG_LOCKD=y | ||
1880 | CONFIG_LOCKD_V4=y | ||
1881 | CONFIG_NFS_COMMON=y | ||
1882 | CONFIG_SUNRPC=y | ||
1883 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1884 | # CONFIG_CEPH_FS is not set | ||
1885 | # CONFIG_CIFS is not set | ||
1886 | # CONFIG_NCP_FS is not set | ||
1887 | # CONFIG_CODA_FS is not set | ||
1888 | # CONFIG_AFS_FS is not set | ||
1889 | |||
1890 | # | ||
1891 | # Partition Types | ||
1892 | # | ||
1893 | # CONFIG_PARTITION_ADVANCED is not set | ||
1894 | CONFIG_MSDOS_PARTITION=y | ||
1895 | CONFIG_NLS=y | ||
1896 | CONFIG_NLS_DEFAULT="utf8" | ||
1897 | CONFIG_NLS_CODEPAGE_437=y | ||
1898 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1899 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1900 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1901 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1902 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1903 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1904 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1905 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1906 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1907 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1908 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1909 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1910 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1911 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1912 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1913 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1914 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1915 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1916 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1917 | # CONFIG_NLS_ISO8859_8 is not set | ||
1918 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1919 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1920 | CONFIG_NLS_ASCII=y | ||
1921 | CONFIG_NLS_ISO8859_1=y | ||
1922 | # CONFIG_NLS_ISO8859_2 is not set | ||
1923 | # CONFIG_NLS_ISO8859_3 is not set | ||
1924 | # CONFIG_NLS_ISO8859_4 is not set | ||
1925 | # CONFIG_NLS_ISO8859_5 is not set | ||
1926 | # CONFIG_NLS_ISO8859_6 is not set | ||
1927 | # CONFIG_NLS_ISO8859_7 is not set | ||
1928 | # CONFIG_NLS_ISO8859_9 is not set | ||
1929 | # CONFIG_NLS_ISO8859_13 is not set | ||
1930 | # CONFIG_NLS_ISO8859_14 is not set | ||
1931 | # CONFIG_NLS_ISO8859_15 is not set | ||
1932 | # CONFIG_NLS_KOI8_R is not set | ||
1933 | # CONFIG_NLS_KOI8_U is not set | ||
1934 | CONFIG_NLS_UTF8=y | ||
1935 | # CONFIG_DLM is not set | ||
1936 | |||
1937 | # | ||
1938 | # Kernel hacking | ||
1939 | # | ||
1940 | # CONFIG_PRINTK_TIME is not set | ||
1941 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1942 | CONFIG_ENABLE_MUST_CHECK=y | ||
1943 | CONFIG_FRAME_WARN=1024 | ||
1944 | # CONFIG_MAGIC_SYSRQ is not set | ||
1945 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1946 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1947 | CONFIG_DEBUG_FS=y | ||
1948 | # CONFIG_HEADERS_CHECK is not set | ||
1949 | CONFIG_DEBUG_KERNEL=y | ||
1950 | # CONFIG_DEBUG_SHIRQ is not set | ||
1951 | # CONFIG_LOCKUP_DETECTOR is not set | ||
1952 | # CONFIG_HARDLOCKUP_DETECTOR is not set | ||
1953 | # CONFIG_DETECT_HUNG_TASK is not set | ||
1954 | # CONFIG_SCHED_DEBUG is not set | ||
1955 | # CONFIG_SCHEDSTATS is not set | ||
1956 | # CONFIG_TIMER_STATS is not set | ||
1957 | # CONFIG_DEBUG_OBJECTS is not set | ||
1958 | # CONFIG_SLUB_DEBUG_ON is not set | ||
1959 | # CONFIG_SLUB_STATS is not set | ||
1960 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
1961 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
1962 | # CONFIG_RT_MUTEX_TESTER is not set | ||
1963 | # CONFIG_DEBUG_SPINLOCK is not set | ||
1964 | # CONFIG_DEBUG_MUTEXES is not set | ||
1965 | CONFIG_BKL=y | ||
1966 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
1967 | # CONFIG_PROVE_LOCKING is not set | ||
1968 | # CONFIG_SPARSE_RCU_POINTER is not set | ||
1969 | # CONFIG_LOCK_STAT is not set | ||
1970 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
1971 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
1972 | # CONFIG_DEBUG_KOBJECT is not set | ||
1973 | CONFIG_DEBUG_BUGVERBOSE=y | ||
1974 | # CONFIG_DEBUG_INFO is not set | ||
1975 | # CONFIG_DEBUG_VM is not set | ||
1976 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
1977 | CONFIG_DEBUG_MEMORY_INIT=y | ||
1978 | # CONFIG_DEBUG_LIST is not set | ||
1979 | # CONFIG_TEST_LIST_SORT is not set | ||
1980 | # CONFIG_DEBUG_SG is not set | ||
1981 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
1982 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
1983 | CONFIG_FRAME_POINTER=y | ||
1984 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
1985 | # CONFIG_RCU_TORTURE_TEST is not set | ||
1986 | # CONFIG_KPROBES_SANITY_TEST is not set | ||
1987 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
1988 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
1989 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
1990 | # CONFIG_LKDTM is not set | ||
1991 | # CONFIG_FAULT_INJECTION is not set | ||
1992 | # CONFIG_LATENCYTOP is not set | ||
1993 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1994 | # CONFIG_PAGE_POISONING is not set | ||
1995 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
1996 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
1997 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
1998 | CONFIG_TRACING_SUPPORT=y | ||
1999 | # CONFIG_FTRACE is not set | ||
2000 | # CONFIG_DYNAMIC_DEBUG is not set | ||
2001 | # CONFIG_ATOMIC64_SELFTEST is not set | ||
2002 | # CONFIG_SAMPLES is not set | ||
2003 | CONFIG_HAVE_ARCH_KGDB=y | ||
2004 | # CONFIG_KGDB is not set | ||
2005 | # CONFIG_STRICT_DEVMEM is not set | ||
2006 | # CONFIG_ARM_UNWIND is not set | ||
2007 | # CONFIG_DEBUG_USER is not set | ||
2008 | # CONFIG_DEBUG_ERRORS is not set | ||
2009 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
2010 | CONFIG_DEBUG_LL=y | ||
2011 | CONFIG_EARLY_PRINTK=y | ||
2012 | # CONFIG_DEBUG_ICEDCC is not set | ||
2013 | # CONFIG_OC_ETM is not set | ||
2014 | |||
2015 | # | ||
2016 | # Security options | ||
2017 | # | ||
2018 | CONFIG_KEYS=y | ||
2019 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
2020 | # CONFIG_SECURITY_DMESG_RESTRICT is not set | ||
2021 | CONFIG_SECURITY=y | ||
2022 | # CONFIG_SECURITYFS is not set | ||
2023 | CONFIG_SECURITY_NETWORK=y | ||
2024 | # CONFIG_SECURITY_NETWORK_XFRM is not set | ||
2025 | # CONFIG_SECURITY_PATH is not set | ||
2026 | # CONFIG_SECURITY_TOMOYO is not set | ||
2027 | # CONFIG_SECURITY_APPARMOR is not set | ||
2028 | # CONFIG_IMA is not set | ||
2029 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
2030 | CONFIG_DEFAULT_SECURITY="" | ||
2031 | CONFIG_CRYPTO=y | ||
2032 | |||
2033 | # | ||
2034 | # Crypto core or helper | ||
2035 | # | ||
2036 | # CONFIG_CRYPTO_MANAGER is not set | ||
2037 | # CONFIG_CRYPTO_MANAGER2 is not set | ||
2038 | # CONFIG_CRYPTO_GF128MUL is not set | ||
2039 | # CONFIG_CRYPTO_NULL is not set | ||
2040 | # CONFIG_CRYPTO_CRYPTD is not set | ||
2041 | # CONFIG_CRYPTO_AUTHENC is not set | ||
2042 | # CONFIG_CRYPTO_TEST is not set | ||
2043 | |||
2044 | # | ||
2045 | # Authenticated Encryption with Associated Data | ||
2046 | # | ||
2047 | # CONFIG_CRYPTO_CCM is not set | ||
2048 | # CONFIG_CRYPTO_GCM is not set | ||
2049 | # CONFIG_CRYPTO_SEQIV is not set | ||
2050 | |||
2051 | # | ||
2052 | # Block modes | ||
2053 | # | ||
2054 | # CONFIG_CRYPTO_CBC is not set | ||
2055 | # CONFIG_CRYPTO_CTR is not set | ||
2056 | # CONFIG_CRYPTO_CTS is not set | ||
2057 | # CONFIG_CRYPTO_ECB is not set | ||
2058 | # CONFIG_CRYPTO_LRW is not set | ||
2059 | # CONFIG_CRYPTO_PCBC is not set | ||
2060 | # CONFIG_CRYPTO_XTS is not set | ||
2061 | |||
2062 | # | ||
2063 | # Hash modes | ||
2064 | # | ||
2065 | # CONFIG_CRYPTO_HMAC is not set | ||
2066 | # CONFIG_CRYPTO_XCBC is not set | ||
2067 | # CONFIG_CRYPTO_VMAC is not set | ||
2068 | |||
2069 | # | ||
2070 | # Digest | ||
2071 | # | ||
2072 | # CONFIG_CRYPTO_CRC32C is not set | ||
2073 | # CONFIG_CRYPTO_GHASH is not set | ||
2074 | # CONFIG_CRYPTO_MD4 is not set | ||
2075 | # CONFIG_CRYPTO_MD5 is not set | ||
2076 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
2077 | # CONFIG_CRYPTO_RMD128 is not set | ||
2078 | # CONFIG_CRYPTO_RMD160 is not set | ||
2079 | # CONFIG_CRYPTO_RMD256 is not set | ||
2080 | # CONFIG_CRYPTO_RMD320 is not set | ||
2081 | # CONFIG_CRYPTO_SHA1 is not set | ||
2082 | # CONFIG_CRYPTO_SHA256 is not set | ||
2083 | # CONFIG_CRYPTO_SHA512 is not set | ||
2084 | # CONFIG_CRYPTO_TGR192 is not set | ||
2085 | # CONFIG_CRYPTO_WP512 is not set | ||
2086 | |||
2087 | # | ||
2088 | # Ciphers | ||
2089 | # | ||
2090 | # CONFIG_CRYPTO_AES is not set | ||
2091 | # CONFIG_CRYPTO_ANUBIS is not set | ||
2092 | # CONFIG_CRYPTO_ARC4 is not set | ||
2093 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
2094 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
2095 | # CONFIG_CRYPTO_CAST5 is not set | ||
2096 | # CONFIG_CRYPTO_CAST6 is not set | ||
2097 | # CONFIG_CRYPTO_DES is not set | ||
2098 | # CONFIG_CRYPTO_FCRYPT is not set | ||
2099 | # CONFIG_CRYPTO_KHAZAD is not set | ||
2100 | # CONFIG_CRYPTO_SALSA20 is not set | ||
2101 | # CONFIG_CRYPTO_SEED is not set | ||
2102 | # CONFIG_CRYPTO_SERPENT is not set | ||
2103 | # CONFIG_CRYPTO_TEA is not set | ||
2104 | # CONFIG_CRYPTO_TWOFISH is not set | ||
2105 | |||
2106 | # | ||
2107 | # Compression | ||
2108 | # | ||
2109 | # CONFIG_CRYPTO_DEFLATE is not set | ||
2110 | # CONFIG_CRYPTO_ZLIB is not set | ||
2111 | # CONFIG_CRYPTO_LZO is not set | ||
2112 | |||
2113 | # | ||
2114 | # Random Number Generation | ||
2115 | # | ||
2116 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
2117 | # CONFIG_CRYPTO_HW is not set | ||
2118 | # CONFIG_BINARY_PRINTF is not set | ||
2119 | |||
2120 | # | ||
2121 | # Library routines | ||
2122 | # | ||
2123 | CONFIG_BITREVERSE=y | ||
2124 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
2125 | # CONFIG_CRC_CCITT is not set | ||
2126 | # CONFIG_CRC16 is not set | ||
2127 | # CONFIG_CRC_T10DIF is not set | ||
2128 | # CONFIG_CRC_ITU_T is not set | ||
2129 | CONFIG_CRC32=y | ||
2130 | # CONFIG_CRC7 is not set | ||
2131 | # CONFIG_LIBCRC32C is not set | ||
2132 | CONFIG_ZLIB_INFLATE=y | ||
2133 | CONFIG_ZLIB_DEFLATE=y | ||
2134 | CONFIG_LZO_DECOMPRESS=y | ||
2135 | CONFIG_DECOMPRESS_GZIP=y | ||
2136 | CONFIG_DECOMPRESS_BZIP2=y | ||
2137 | CONFIG_DECOMPRESS_LZMA=y | ||
2138 | CONFIG_DECOMPRESS_LZO=y | ||
2139 | CONFIG_HAS_IOMEM=y | ||
2140 | CONFIG_HAS_IOPORT=y | ||
2141 | CONFIG_HAS_DMA=y | ||
2142 | CONFIG_NLATTR=y | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm816x-evm/defconfig b/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm816x-evm/defconfig deleted file mode 100644 index 7fae0153..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp-2.6.37/dm816x-evm/defconfig +++ /dev/null | |||
@@ -1,2202 +0,0 @@ | |||
1 | # | ||
2 | # Automatically generated make config: don't edit | ||
3 | # Linux/arm 2.6.37 Kernel Configuration | ||
4 | # Tue Jul 5 12:28:44 2011 | ||
5 | # | ||
6 | CONFIG_ARM=y | ||
7 | CONFIG_SYS_SUPPORTS_APM_EMULATION=y | ||
8 | CONFIG_GENERIC_GPIO=y | ||
9 | # CONFIG_ARCH_USES_GETTIMEOFFSET is not set | ||
10 | CONFIG_GENERIC_CLOCKEVENTS=y | ||
11 | CONFIG_HAVE_PROC_CPU=y | ||
12 | CONFIG_GENERIC_HARDIRQS=y | ||
13 | CONFIG_STACKTRACE_SUPPORT=y | ||
14 | CONFIG_HAVE_LATENCYTOP_SUPPORT=y | ||
15 | CONFIG_LOCKDEP_SUPPORT=y | ||
16 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
17 | CONFIG_HARDIRQS_SW_RESEND=y | ||
18 | CONFIG_GENERIC_IRQ_PROBE=y | ||
19 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
20 | CONFIG_ARCH_HAS_CPUFREQ=y | ||
21 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | ||
22 | CONFIG_GENERIC_HWEIGHT=y | ||
23 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
24 | CONFIG_NEED_DMA_MAP_STATE=y | ||
25 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y | ||
26 | CONFIG_ARM_L1_CACHE_SHIFT_6=y | ||
27 | CONFIG_VECTORS_BASE=0xffff0000 | ||
28 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
29 | CONFIG_CONSTRUCTORS=y | ||
30 | CONFIG_HAVE_IRQ_WORK=y | ||
31 | CONFIG_IRQ_WORK=y | ||
32 | |||
33 | # | ||
34 | # General setup | ||
35 | # | ||
36 | CONFIG_EXPERIMENTAL=y | ||
37 | CONFIG_BROKEN_ON_SMP=y | ||
38 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
39 | CONFIG_CROSS_COMPILE="" | ||
40 | CONFIG_LOCALVERSION="" | ||
41 | # CONFIG_LOCALVERSION_AUTO is not set | ||
42 | CONFIG_HAVE_KERNEL_GZIP=y | ||
43 | CONFIG_HAVE_KERNEL_LZMA=y | ||
44 | CONFIG_HAVE_KERNEL_LZO=y | ||
45 | CONFIG_KERNEL_GZIP=y | ||
46 | # CONFIG_KERNEL_LZMA is not set | ||
47 | # CONFIG_KERNEL_LZO is not set | ||
48 | CONFIG_SWAP=y | ||
49 | CONFIG_SYSVIPC=y | ||
50 | CONFIG_SYSVIPC_SYSCTL=y | ||
51 | CONFIG_POSIX_MQUEUE=y | ||
52 | CONFIG_POSIX_MQUEUE_SYSCTL=y | ||
53 | CONFIG_BSD_PROCESS_ACCT=y | ||
54 | CONFIG_BSD_PROCESS_ACCT_V3=y | ||
55 | CONFIG_TASKSTATS=y | ||
56 | CONFIG_TASK_DELAY_ACCT=y | ||
57 | CONFIG_TASK_XACCT=y | ||
58 | CONFIG_TASK_IO_ACCOUNTING=y | ||
59 | # CONFIG_AUDIT is not set | ||
60 | # CONFIG_HAVE_GENERIC_HARDIRQS is not set | ||
61 | # CONFIG_SPARSE_IRQ is not set | ||
62 | |||
63 | # | ||
64 | # RCU Subsystem | ||
65 | # | ||
66 | CONFIG_TINY_RCU=y | ||
67 | # CONFIG_PREEMPT_RCU is not set | ||
68 | # CONFIG_TREE_RCU_TRACE is not set | ||
69 | CONFIG_IKCONFIG=y | ||
70 | CONFIG_IKCONFIG_PROC=y | ||
71 | CONFIG_LOG_BUF_SHIFT=17 | ||
72 | CONFIG_CGROUPS=y | ||
73 | CONFIG_CGROUP_DEBUG=y | ||
74 | CONFIG_CGROUP_NS=y | ||
75 | CONFIG_CGROUP_FREEZER=y | ||
76 | CONFIG_CGROUP_DEVICE=y | ||
77 | CONFIG_CPUSETS=y | ||
78 | CONFIG_PROC_PID_CPUSET=y | ||
79 | CONFIG_CGROUP_CPUACCT=y | ||
80 | CONFIG_RESOURCE_COUNTERS=y | ||
81 | CONFIG_CGROUP_MEM_RES_CTLR=y | ||
82 | CONFIG_CGROUP_MEM_RES_CTLR_SWAP=y | ||
83 | CONFIG_CGROUP_MEM_RES_CTLR_SWAP_ENABLED=y | ||
84 | CONFIG_CGROUP_SCHED=y | ||
85 | CONFIG_FAIR_GROUP_SCHED=y | ||
86 | CONFIG_RT_GROUP_SCHED=y | ||
87 | CONFIG_BLK_CGROUP=y | ||
88 | CONFIG_DEBUG_BLK_CGROUP=y | ||
89 | CONFIG_NAMESPACES=y | ||
90 | CONFIG_UTS_NS=y | ||
91 | CONFIG_IPC_NS=y | ||
92 | CONFIG_USER_NS=y | ||
93 | CONFIG_PID_NS=y | ||
94 | CONFIG_NET_NS=y | ||
95 | CONFIG_MM_OWNER=y | ||
96 | # CONFIG_SYSFS_DEPRECATED is not set | ||
97 | # CONFIG_RELAY is not set | ||
98 | CONFIG_BLK_DEV_INITRD=y | ||
99 | CONFIG_INITRAMFS_SOURCE="" | ||
100 | CONFIG_RD_GZIP=y | ||
101 | CONFIG_RD_BZIP2=y | ||
102 | CONFIG_RD_LZMA=y | ||
103 | CONFIG_RD_LZO=y | ||
104 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
105 | CONFIG_SYSCTL=y | ||
106 | CONFIG_ANON_INODES=y | ||
107 | # CONFIG_EMBEDDED is not set | ||
108 | CONFIG_UID16=y | ||
109 | CONFIG_SYSCTL_SYSCALL=y | ||
110 | CONFIG_KALLSYMS=y | ||
111 | # CONFIG_KALLSYMS_ALL is not set | ||
112 | CONFIG_KALLSYMS_EXTRA_PASS=y | ||
113 | CONFIG_HOTPLUG=y | ||
114 | CONFIG_PRINTK=y | ||
115 | CONFIG_BUG=y | ||
116 | CONFIG_ELF_CORE=y | ||
117 | CONFIG_BASE_FULL=y | ||
118 | CONFIG_FUTEX=y | ||
119 | CONFIG_EPOLL=y | ||
120 | CONFIG_SIGNALFD=y | ||
121 | CONFIG_TIMERFD=y | ||
122 | CONFIG_EVENTFD=y | ||
123 | CONFIG_SHMEM=y | ||
124 | CONFIG_AIO=y | ||
125 | CONFIG_HAVE_PERF_EVENTS=y | ||
126 | CONFIG_PERF_USE_VMALLOC=y | ||
127 | |||
128 | # | ||
129 | # Kernel Performance Events And Counters | ||
130 | # | ||
131 | CONFIG_PERF_EVENTS=y | ||
132 | # CONFIG_PERF_COUNTERS is not set | ||
133 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set | ||
134 | CONFIG_VM_EVENT_COUNTERS=y | ||
135 | CONFIG_PCI_QUIRKS=y | ||
136 | CONFIG_SLUB_DEBUG=y | ||
137 | CONFIG_COMPAT_BRK=y | ||
138 | # CONFIG_SLAB is not set | ||
139 | CONFIG_SLUB=y | ||
140 | CONFIG_PROFILING=y | ||
141 | CONFIG_OPROFILE=m | ||
142 | CONFIG_HAVE_OPROFILE=y | ||
143 | CONFIG_KPROBES=y | ||
144 | CONFIG_KRETPROBES=y | ||
145 | CONFIG_HAVE_KPROBES=y | ||
146 | CONFIG_HAVE_KRETPROBES=y | ||
147 | CONFIG_HAVE_REGS_AND_STACK_ACCESS_API=y | ||
148 | CONFIG_HAVE_CLK=y | ||
149 | CONFIG_HAVE_HW_BREAKPOINT=y | ||
150 | |||
151 | # | ||
152 | # GCOV-based kernel profiling | ||
153 | # | ||
154 | # CONFIG_GCOV_KERNEL is not set | ||
155 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y | ||
156 | CONFIG_SLABINFO=y | ||
157 | CONFIG_RT_MUTEXES=y | ||
158 | CONFIG_BASE_SMALL=0 | ||
159 | CONFIG_MODULES=y | ||
160 | # CONFIG_MODULE_FORCE_LOAD is not set | ||
161 | CONFIG_MODULE_UNLOAD=y | ||
162 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
163 | CONFIG_MODVERSIONS=y | ||
164 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
165 | CONFIG_BLOCK=y | ||
166 | # CONFIG_LBDAF is not set | ||
167 | CONFIG_BLK_DEV_BSG=y | ||
168 | # CONFIG_BLK_DEV_INTEGRITY is not set | ||
169 | # CONFIG_BLK_DEV_THROTTLING is not set | ||
170 | |||
171 | # | ||
172 | # IO Schedulers | ||
173 | # | ||
174 | CONFIG_IOSCHED_NOOP=y | ||
175 | CONFIG_IOSCHED_DEADLINE=y | ||
176 | CONFIG_IOSCHED_CFQ=y | ||
177 | # CONFIG_CFQ_GROUP_IOSCHED is not set | ||
178 | # CONFIG_DEFAULT_DEADLINE is not set | ||
179 | CONFIG_DEFAULT_CFQ=y | ||
180 | # CONFIG_DEFAULT_NOOP is not set | ||
181 | CONFIG_DEFAULT_IOSCHED="cfq" | ||
182 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
183 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
184 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
185 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
186 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
187 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
188 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
189 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
190 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
191 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
192 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
193 | # CONFIG_INLINE_READ_LOCK is not set | ||
194 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
195 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
196 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
197 | CONFIG_INLINE_READ_UNLOCK=y | ||
198 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
199 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
200 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
201 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
202 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
203 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
204 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
205 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
206 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
207 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
208 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
209 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
210 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
211 | CONFIG_FREEZER=y | ||
212 | |||
213 | # | ||
214 | # System Type | ||
215 | # | ||
216 | CONFIG_MMU=y | ||
217 | # CONFIG_ARCH_AAEC2000 is not set | ||
218 | # CONFIG_ARCH_INTEGRATOR is not set | ||
219 | # CONFIG_ARCH_REALVIEW is not set | ||
220 | # CONFIG_ARCH_VERSATILE is not set | ||
221 | # CONFIG_ARCH_VEXPRESS is not set | ||
222 | # CONFIG_ARCH_AT91 is not set | ||
223 | # CONFIG_ARCH_BCMRING is not set | ||
224 | # CONFIG_ARCH_CLPS711X is not set | ||
225 | # CONFIG_ARCH_CNS3XXX is not set | ||
226 | # CONFIG_ARCH_GEMINI is not set | ||
227 | # CONFIG_ARCH_EBSA110 is not set | ||
228 | # CONFIG_ARCH_EP93XX is not set | ||
229 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
230 | # CONFIG_ARCH_MXC is not set | ||
231 | # CONFIG_ARCH_STMP3XXX is not set | ||
232 | # CONFIG_ARCH_NETX is not set | ||
233 | # CONFIG_ARCH_H720X is not set | ||
234 | # CONFIG_ARCH_IOP13XX is not set | ||
235 | # CONFIG_ARCH_IOP32X is not set | ||
236 | # CONFIG_ARCH_IOP33X is not set | ||
237 | # CONFIG_ARCH_IXP23XX is not set | ||
238 | # CONFIG_ARCH_IXP2000 is not set | ||
239 | # CONFIG_ARCH_IXP4XX is not set | ||
240 | # CONFIG_ARCH_DOVE is not set | ||
241 | # CONFIG_ARCH_KIRKWOOD is not set | ||
242 | # CONFIG_ARCH_LOKI is not set | ||
243 | # CONFIG_ARCH_LPC32XX is not set | ||
244 | # CONFIG_ARCH_MV78XX0 is not set | ||
245 | # CONFIG_ARCH_ORION5X is not set | ||
246 | # CONFIG_ARCH_MMP is not set | ||
247 | # CONFIG_ARCH_KS8695 is not set | ||
248 | # CONFIG_ARCH_NS9XXX is not set | ||
249 | # CONFIG_ARCH_W90X900 is not set | ||
250 | # CONFIG_ARCH_NUC93X is not set | ||
251 | # CONFIG_ARCH_TEGRA is not set | ||
252 | # CONFIG_ARCH_PNX4008 is not set | ||
253 | # CONFIG_ARCH_PXA is not set | ||
254 | # CONFIG_ARCH_MSM is not set | ||
255 | # CONFIG_ARCH_SHMOBILE is not set | ||
256 | # CONFIG_ARCH_RPC is not set | ||
257 | # CONFIG_ARCH_SA1100 is not set | ||
258 | # CONFIG_ARCH_S3C2410 is not set | ||
259 | # CONFIG_ARCH_S3C64XX is not set | ||
260 | # CONFIG_ARCH_S5P64X0 is not set | ||
261 | # CONFIG_ARCH_S5P6442 is not set | ||
262 | # CONFIG_ARCH_S5PC100 is not set | ||
263 | # CONFIG_ARCH_S5PV210 is not set | ||
264 | # CONFIG_ARCH_S5PV310 is not set | ||
265 | # CONFIG_ARCH_SHARK is not set | ||
266 | # CONFIG_ARCH_TCC_926 is not set | ||
267 | # CONFIG_ARCH_LH7A40X is not set | ||
268 | # CONFIG_ARCH_U300 is not set | ||
269 | # CONFIG_ARCH_U8500 is not set | ||
270 | # CONFIG_ARCH_NOMADIK is not set | ||
271 | # CONFIG_ARCH_DAVINCI is not set | ||
272 | CONFIG_ARCH_OMAP=y | ||
273 | # CONFIG_PLAT_SPEAR is not set | ||
274 | |||
275 | # | ||
276 | # TI OMAP Common Features | ||
277 | # | ||
278 | # CONFIG_ARCH_OMAP1 is not set | ||
279 | CONFIG_ARCH_OMAP2PLUS=y | ||
280 | |||
281 | # | ||
282 | # OMAP Feature Selections | ||
283 | # | ||
284 | # CONFIG_OMAP_RESET_CLOCKS is not set | ||
285 | CONFIG_TI816X_SMARTREFLEX=y | ||
286 | CONFIG_OMAP_MUX=y | ||
287 | # CONFIG_OMAP_MUX_DEBUG is not set | ||
288 | CONFIG_OMAP_MUX_WARNINGS=y | ||
289 | CONFIG_OMAP_MCBSP=y | ||
290 | CONFIG_OMAP_MBOX_FWK=y | ||
291 | CONFIG_OMAP_MBOX_KFIFO_SIZE=256 | ||
292 | CONFIG_OMAP_IOMMU=y | ||
293 | # CONFIG_OMAP_IOMMU_DEBUG is not set | ||
294 | CONFIG_OMAP_MPU_TIMER=y | ||
295 | # CONFIG_OMAP_32K_TIMER is not set | ||
296 | CONFIG_OMAP_DM_TIMER=y | ||
297 | # CONFIG_OMAP_PM_NONE is not set | ||
298 | CONFIG_OMAP_PM_NOOP=y | ||
299 | |||
300 | # | ||
301 | # TI OMAP2/3/4 Specific Features | ||
302 | # | ||
303 | CONFIG_ARCH_OMAP2PLUS_TYPICAL=y | ||
304 | # CONFIG_ARCH_OMAP2 is not set | ||
305 | # CONFIG_ARCH_OMAP3 is not set | ||
306 | # CONFIG_ARCH_OMAP4 is not set | ||
307 | CONFIG_ARCH_TI81XX=y | ||
308 | CONFIG_ARCH_TI816X=y | ||
309 | # CONFIG_ARCH_TI814X is not set | ||
310 | |||
311 | # | ||
312 | # OMAP Board Type | ||
313 | # | ||
314 | |||
315 | # | ||
316 | # TI81XX Board Type | ||
317 | # | ||
318 | CONFIG_MACH_TI8168EVM=y | ||
319 | |||
320 | # | ||
321 | # Processor Type | ||
322 | # | ||
323 | CONFIG_CPU_32v6K=y | ||
324 | CONFIG_CPU_V7=y | ||
325 | CONFIG_CPU_32v7=y | ||
326 | CONFIG_CPU_ABRT_EV7=y | ||
327 | CONFIG_CPU_PABRT_V7=y | ||
328 | CONFIG_CPU_CACHE_V7=y | ||
329 | CONFIG_CPU_CACHE_VIPT=y | ||
330 | CONFIG_CPU_COPY_V6=y | ||
331 | CONFIG_CPU_TLB_V7=y | ||
332 | CONFIG_CPU_HAS_ASID=y | ||
333 | CONFIG_CPU_CP15=y | ||
334 | CONFIG_CPU_CP15_MMU=y | ||
335 | |||
336 | # | ||
337 | # Processor Features | ||
338 | # | ||
339 | CONFIG_ARM_THUMB=y | ||
340 | # CONFIG_ARM_THUMBEE is not set | ||
341 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
342 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
343 | # CONFIG_CPU_BPREDICT_DISABLE is not set | ||
344 | CONFIG_ARM_L1_CACHE_SHIFT=6 | ||
345 | CONFIG_ARM_DMA_MEM_BUFFERABLE=y | ||
346 | CONFIG_CPU_HAS_PMU=y | ||
347 | CONFIG_ARM_ERRATA_430973=y | ||
348 | # CONFIG_ARM_ERRATA_458693 is not set | ||
349 | # CONFIG_ARM_ERRATA_460075 is not set | ||
350 | # CONFIG_ARM_ERRATA_743622 is not set | ||
351 | CONFIG_COMMON_CLKDEV=y | ||
352 | |||
353 | # | ||
354 | # Bus support | ||
355 | # | ||
356 | CONFIG_PCI=y | ||
357 | CONFIG_PCI_SYSCALL=y | ||
358 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
359 | CONFIG_PCI_MSI=y | ||
360 | # CONFIG_PCI_DEBUG is not set | ||
361 | # CONFIG_PCI_STUB is not set | ||
362 | # CONFIG_PCI_IOV is not set | ||
363 | # CONFIG_PCCARD is not set | ||
364 | |||
365 | # | ||
366 | # Kernel Features | ||
367 | # | ||
368 | CONFIG_TICK_ONESHOT=y | ||
369 | CONFIG_NO_HZ=y | ||
370 | CONFIG_HIGH_RES_TIMERS=y | ||
371 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y | ||
372 | CONFIG_VMSPLIT_3G=y | ||
373 | # CONFIG_VMSPLIT_2G is not set | ||
374 | # CONFIG_VMSPLIT_1G is not set | ||
375 | CONFIG_PAGE_OFFSET=0xC0000000 | ||
376 | CONFIG_PREEMPT_NONE=y | ||
377 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
378 | # CONFIG_PREEMPT is not set | ||
379 | CONFIG_HZ=100 | ||
380 | # CONFIG_THUMB2_KERNEL is not set | ||
381 | CONFIG_AEABI=y | ||
382 | # CONFIG_OABI_COMPAT is not set | ||
383 | CONFIG_ARCH_HAS_HOLES_MEMORYMODEL=y | ||
384 | # CONFIG_ARCH_SPARSEMEM_DEFAULT is not set | ||
385 | # CONFIG_ARCH_SELECT_MEMORY_MODEL is not set | ||
386 | # CONFIG_HIGHMEM is not set | ||
387 | CONFIG_HW_PERF_EVENTS=y | ||
388 | CONFIG_SELECT_MEMORY_MODEL=y | ||
389 | CONFIG_FLATMEM_MANUAL=y | ||
390 | CONFIG_FLATMEM=y | ||
391 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
392 | CONFIG_HAVE_MEMBLOCK=y | ||
393 | CONFIG_PAGEFLAGS_EXTENDED=y | ||
394 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
395 | # CONFIG_PHYS_ADDR_T_64BIT is not set | ||
396 | CONFIG_ZONE_DMA_FLAG=0 | ||
397 | CONFIG_VIRT_TO_BUS=y | ||
398 | # CONFIG_KSM is not set | ||
399 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | ||
400 | CONFIG_NEED_PER_CPU_KM=y | ||
401 | CONFIG_FORCE_MAX_ZONEORDER=11 | ||
402 | # CONFIG_LEDS is not set | ||
403 | CONFIG_ALIGNMENT_TRAP=y | ||
404 | # CONFIG_UACCESS_WITH_MEMCPY is not set | ||
405 | # CONFIG_SECCOMP is not set | ||
406 | # CONFIG_CC_STACKPROTECTOR is not set | ||
407 | # CONFIG_DEPRECATED_PARAM_STRUCT is not set | ||
408 | |||
409 | # | ||
410 | # Boot options | ||
411 | # | ||
412 | CONFIG_ZBOOT_ROM_TEXT=0 | ||
413 | CONFIG_ZBOOT_ROM_BSS=0 | ||
414 | CONFIG_CMDLINE=" debug " | ||
415 | # CONFIG_CMDLINE_FORCE is not set | ||
416 | # CONFIG_XIP_KERNEL is not set | ||
417 | # CONFIG_KEXEC is not set | ||
418 | # CONFIG_AUTO_ZRELADDR is not set | ||
419 | |||
420 | # | ||
421 | # CPU Power Management | ||
422 | # | ||
423 | # CONFIG_CPU_FREQ is not set | ||
424 | # CONFIG_CPU_IDLE is not set | ||
425 | |||
426 | # | ||
427 | # Floating point emulation | ||
428 | # | ||
429 | |||
430 | # | ||
431 | # At least one emulation must be selected | ||
432 | # | ||
433 | CONFIG_VFP=y | ||
434 | CONFIG_VFPv3=y | ||
435 | CONFIG_NEON=y | ||
436 | |||
437 | # | ||
438 | # Userspace binary formats | ||
439 | # | ||
440 | CONFIG_BINFMT_ELF=y | ||
441 | # CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS is not set | ||
442 | CONFIG_HAVE_AOUT=y | ||
443 | # CONFIG_BINFMT_AOUT is not set | ||
444 | CONFIG_BINFMT_MISC=y | ||
445 | |||
446 | # | ||
447 | # Power management options | ||
448 | # | ||
449 | CONFIG_PM=y | ||
450 | CONFIG_PM_DEBUG=y | ||
451 | # CONFIG_PM_ADVANCED_DEBUG is not set | ||
452 | CONFIG_PM_VERBOSE=y | ||
453 | # CONFIG_SUSPEND is not set | ||
454 | # CONFIG_APM_EMULATION is not set | ||
455 | CONFIG_PM_RUNTIME=y | ||
456 | CONFIG_PM_OPS=y | ||
457 | CONFIG_ARCH_SUSPEND_POSSIBLE=y | ||
458 | CONFIG_NET=y | ||
459 | |||
460 | # | ||
461 | # Networking options | ||
462 | # | ||
463 | CONFIG_PACKET=y | ||
464 | CONFIG_UNIX=y | ||
465 | CONFIG_XFRM=y | ||
466 | # CONFIG_XFRM_USER is not set | ||
467 | # CONFIG_XFRM_SUB_POLICY is not set | ||
468 | # CONFIG_XFRM_MIGRATE is not set | ||
469 | # CONFIG_XFRM_STATISTICS is not set | ||
470 | # CONFIG_NET_KEY is not set | ||
471 | CONFIG_INET=y | ||
472 | # CONFIG_IP_MULTICAST is not set | ||
473 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
474 | CONFIG_IP_FIB_HASH=y | ||
475 | CONFIG_IP_PNP=y | ||
476 | CONFIG_IP_PNP_DHCP=y | ||
477 | CONFIG_IP_PNP_BOOTP=y | ||
478 | CONFIG_IP_PNP_RARP=y | ||
479 | # CONFIG_NET_IPIP is not set | ||
480 | # CONFIG_NET_IPGRE_DEMUX is not set | ||
481 | # CONFIG_ARPD is not set | ||
482 | # CONFIG_SYN_COOKIES is not set | ||
483 | # CONFIG_INET_AH is not set | ||
484 | # CONFIG_INET_ESP is not set | ||
485 | # CONFIG_INET_IPCOMP is not set | ||
486 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
487 | CONFIG_INET_TUNNEL=m | ||
488 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
489 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
490 | CONFIG_INET_XFRM_MODE_BEET=y | ||
491 | CONFIG_INET_LRO=y | ||
492 | CONFIG_INET_DIAG=y | ||
493 | CONFIG_INET_TCP_DIAG=y | ||
494 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
495 | CONFIG_TCP_CONG_CUBIC=y | ||
496 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
497 | # CONFIG_TCP_MD5SIG is not set | ||
498 | CONFIG_IPV6=m | ||
499 | # CONFIG_IPV6_PRIVACY is not set | ||
500 | # CONFIG_IPV6_ROUTER_PREF is not set | ||
501 | # CONFIG_IPV6_OPTIMISTIC_DAD is not set | ||
502 | # CONFIG_INET6_AH is not set | ||
503 | # CONFIG_INET6_ESP is not set | ||
504 | # CONFIG_INET6_IPCOMP is not set | ||
505 | # CONFIG_IPV6_MIP6 is not set | ||
506 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
507 | # CONFIG_INET6_TUNNEL is not set | ||
508 | CONFIG_INET6_XFRM_MODE_TRANSPORT=m | ||
509 | CONFIG_INET6_XFRM_MODE_TUNNEL=m | ||
510 | CONFIG_INET6_XFRM_MODE_BEET=m | ||
511 | # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set | ||
512 | CONFIG_IPV6_SIT=m | ||
513 | # CONFIG_IPV6_SIT_6RD is not set | ||
514 | CONFIG_IPV6_NDISC_NODETYPE=y | ||
515 | # CONFIG_IPV6_TUNNEL is not set | ||
516 | # CONFIG_IPV6_MULTIPLE_TABLES is not set | ||
517 | # CONFIG_IPV6_MROUTE is not set | ||
518 | # CONFIG_NETLABEL is not set | ||
519 | # CONFIG_NETWORK_SECMARK is not set | ||
520 | # CONFIG_NETWORK_PHY_TIMESTAMPING is not set | ||
521 | # CONFIG_NETFILTER is not set | ||
522 | # CONFIG_IP_DCCP is not set | ||
523 | # CONFIG_IP_SCTP is not set | ||
524 | # CONFIG_RDS is not set | ||
525 | # CONFIG_TIPC is not set | ||
526 | # CONFIG_ATM is not set | ||
527 | # CONFIG_L2TP is not set | ||
528 | # CONFIG_BRIDGE is not set | ||
529 | # CONFIG_NET_DSA is not set | ||
530 | # CONFIG_VLAN_8021Q is not set | ||
531 | # CONFIG_DECNET is not set | ||
532 | # CONFIG_LLC2 is not set | ||
533 | # CONFIG_IPX is not set | ||
534 | # CONFIG_ATALK is not set | ||
535 | # CONFIG_X25 is not set | ||
536 | # CONFIG_LAPB is not set | ||
537 | # CONFIG_ECONET is not set | ||
538 | # CONFIG_WAN_ROUTER is not set | ||
539 | # CONFIG_PHONET is not set | ||
540 | # CONFIG_IEEE802154 is not set | ||
541 | # CONFIG_NET_SCHED is not set | ||
542 | # CONFIG_DCB is not set | ||
543 | CONFIG_DNS_RESOLVER=y | ||
544 | |||
545 | # | ||
546 | # Network testing | ||
547 | # | ||
548 | # CONFIG_NET_PKTGEN is not set | ||
549 | # CONFIG_NET_TCPPROBE is not set | ||
550 | # CONFIG_HAMRADIO is not set | ||
551 | # CONFIG_CAN is not set | ||
552 | # CONFIG_IRDA is not set | ||
553 | # CONFIG_BT is not set | ||
554 | # CONFIG_AF_RXRPC is not set | ||
555 | CONFIG_WIRELESS=y | ||
556 | # CONFIG_CFG80211 is not set | ||
557 | # CONFIG_LIB80211 is not set | ||
558 | |||
559 | # | ||
560 | # CFG80211 needs to be enabled for MAC80211 | ||
561 | # | ||
562 | |||
563 | # | ||
564 | # Some wireless drivers require a rate control algorithm | ||
565 | # | ||
566 | # CONFIG_WIMAX is not set | ||
567 | # CONFIG_RFKILL is not set | ||
568 | # CONFIG_NET_9P is not set | ||
569 | # CONFIG_CAIF is not set | ||
570 | # CONFIG_CEPH_LIB is not set | ||
571 | |||
572 | # | ||
573 | # Device Drivers | ||
574 | # | ||
575 | |||
576 | # | ||
577 | # Generic Driver Options | ||
578 | # | ||
579 | CONFIG_UEVENT_HELPER_PATH="" | ||
580 | CONFIG_DEVTMPFS=y | ||
581 | CONFIG_DEVTMPFS_MOUNT=y | ||
582 | CONFIG_STANDALONE=y | ||
583 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
584 | CONFIG_FW_LOADER=y | ||
585 | CONFIG_FIRMWARE_IN_KERNEL=y | ||
586 | CONFIG_EXTRA_FIRMWARE="" | ||
587 | # CONFIG_DEBUG_DRIVER is not set | ||
588 | # CONFIG_DEBUG_DEVRES is not set | ||
589 | # CONFIG_SYS_HYPERVISOR is not set | ||
590 | # CONFIG_CONNECTOR is not set | ||
591 | CONFIG_MTD=y | ||
592 | # CONFIG_MTD_DEBUG is not set | ||
593 | # CONFIG_MTD_TESTS is not set | ||
594 | CONFIG_MTD_CONCAT=y | ||
595 | CONFIG_MTD_PARTITIONS=y | ||
596 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
597 | CONFIG_MTD_CMDLINE_PARTS=y | ||
598 | # CONFIG_MTD_AFS_PARTS is not set | ||
599 | # CONFIG_MTD_AR7_PARTS is not set | ||
600 | |||
601 | # | ||
602 | # User Modules And Translation Layers | ||
603 | # | ||
604 | CONFIG_MTD_CHAR=y | ||
605 | CONFIG_MTD_BLKDEVS=y | ||
606 | CONFIG_MTD_BLOCK=y | ||
607 | # CONFIG_FTL is not set | ||
608 | # CONFIG_NFTL is not set | ||
609 | # CONFIG_INFTL is not set | ||
610 | # CONFIG_RFD_FTL is not set | ||
611 | # CONFIG_SSFDC is not set | ||
612 | # CONFIG_SM_FTL is not set | ||
613 | # CONFIG_MTD_OOPS is not set | ||
614 | |||
615 | # | ||
616 | # RAM/ROM/Flash chip drivers | ||
617 | # | ||
618 | # CONFIG_MTD_CFI is not set | ||
619 | # CONFIG_MTD_JEDECPROBE is not set | ||
620 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
621 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
622 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
623 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
624 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
625 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
626 | CONFIG_MTD_CFI_I1=y | ||
627 | CONFIG_MTD_CFI_I2=y | ||
628 | # CONFIG_MTD_CFI_I4 is not set | ||
629 | # CONFIG_MTD_CFI_I8 is not set | ||
630 | # CONFIG_MTD_RAM is not set | ||
631 | # CONFIG_MTD_ROM is not set | ||
632 | # CONFIG_MTD_ABSENT is not set | ||
633 | |||
634 | # | ||
635 | # Mapping drivers for chip access | ||
636 | # | ||
637 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
638 | # CONFIG_MTD_INTEL_VR_NOR is not set | ||
639 | # CONFIG_MTD_PLATRAM is not set | ||
640 | |||
641 | # | ||
642 | # Self-contained MTD device drivers | ||
643 | # | ||
644 | # CONFIG_MTD_PMC551 is not set | ||
645 | # CONFIG_MTD_DATAFLASH is not set | ||
646 | CONFIG_MTD_M25P80=y | ||
647 | CONFIG_M25PXX_USE_FAST_READ=y | ||
648 | # CONFIG_MTD_SST25L is not set | ||
649 | # CONFIG_MTD_SLRAM is not set | ||
650 | # CONFIG_MTD_PHRAM is not set | ||
651 | # CONFIG_MTD_MTDRAM is not set | ||
652 | # CONFIG_MTD_BLOCK2MTD is not set | ||
653 | |||
654 | # | ||
655 | # Disk-On-Chip Device Drivers | ||
656 | # | ||
657 | # CONFIG_MTD_DOC2000 is not set | ||
658 | # CONFIG_MTD_DOC2001 is not set | ||
659 | # CONFIG_MTD_DOC2001PLUS is not set | ||
660 | CONFIG_MTD_NAND_ECC=y | ||
661 | # CONFIG_MTD_NAND_ECC_SMC is not set | ||
662 | CONFIG_MTD_NAND=y | ||
663 | CONFIG_MTD_NAND_VERIFY_WRITE=y | ||
664 | # CONFIG_MTD_SM_COMMON is not set | ||
665 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set | ||
666 | # CONFIG_MTD_NAND_DENALI is not set | ||
667 | # CONFIG_MTD_NAND_GPIO is not set | ||
668 | CONFIG_MTD_NAND_OMAP2=y | ||
669 | CONFIG_MTD_NAND_IDS=y | ||
670 | # CONFIG_MTD_NAND_RICOH is not set | ||
671 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
672 | # CONFIG_MTD_NAND_CAFE is not set | ||
673 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
674 | # CONFIG_MTD_NAND_PLATFORM is not set | ||
675 | # CONFIG_MTD_ALAUDA is not set | ||
676 | # CONFIG_MTD_ONENAND is not set | ||
677 | |||
678 | # | ||
679 | # LPDDR flash memory drivers | ||
680 | # | ||
681 | # CONFIG_MTD_LPDDR is not set | ||
682 | # CONFIG_MTD_UBI is not set | ||
683 | # CONFIG_PARPORT is not set | ||
684 | CONFIG_BLK_DEV=y | ||
685 | # CONFIG_BLK_CPQ_DA is not set | ||
686 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
687 | # CONFIG_BLK_DEV_DAC960 is not set | ||
688 | # CONFIG_BLK_DEV_UMEM is not set | ||
689 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
690 | CONFIG_BLK_DEV_LOOP=y | ||
691 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
692 | |||
693 | # | ||
694 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
695 | # | ||
696 | # CONFIG_BLK_DEV_NBD is not set | ||
697 | # CONFIG_BLK_DEV_SX8 is not set | ||
698 | # CONFIG_BLK_DEV_UB is not set | ||
699 | CONFIG_BLK_DEV_RAM=y | ||
700 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
701 | CONFIG_BLK_DEV_RAM_SIZE=32768 | ||
702 | # CONFIG_BLK_DEV_XIP is not set | ||
703 | # CONFIG_CDROM_PKTCDVD is not set | ||
704 | # CONFIG_ATA_OVER_ETH is not set | ||
705 | # CONFIG_MG_DISK is not set | ||
706 | # CONFIG_BLK_DEV_RBD is not set | ||
707 | CONFIG_MISC_DEVICES=y | ||
708 | # CONFIG_AD525X_DPOT is not set | ||
709 | # CONFIG_PHANTOM is not set | ||
710 | # CONFIG_SGI_IOC4 is not set | ||
711 | # CONFIG_TIFM_CORE is not set | ||
712 | # CONFIG_ICS932S401 is not set | ||
713 | # CONFIG_ENCLOSURE_SERVICES is not set | ||
714 | # CONFIG_HP_ILO is not set | ||
715 | # CONFIG_APDS9802ALS is not set | ||
716 | # CONFIG_ISL29003 is not set | ||
717 | # CONFIG_ISL29020 is not set | ||
718 | # CONFIG_SENSORS_TSL2550 is not set | ||
719 | # CONFIG_SENSORS_BH1780 is not set | ||
720 | # CONFIG_SENSORS_BH1770 is not set | ||
721 | # CONFIG_SENSORS_APDS990X is not set | ||
722 | # CONFIG_HMC6352 is not set | ||
723 | # CONFIG_DS1682 is not set | ||
724 | # CONFIG_TI_DAC7512 is not set | ||
725 | # CONFIG_BMP085 is not set | ||
726 | # CONFIG_PCH_PHUB is not set | ||
727 | # CONFIG_C2PORT is not set | ||
728 | |||
729 | # | ||
730 | # EEPROM support | ||
731 | # | ||
732 | CONFIG_EEPROM_AT24=y | ||
733 | # CONFIG_EEPROM_AT25 is not set | ||
734 | # CONFIG_EEPROM_LEGACY is not set | ||
735 | # CONFIG_EEPROM_MAX6875 is not set | ||
736 | # CONFIG_EEPROM_93CX6 is not set | ||
737 | # CONFIG_CB710_CORE is not set | ||
738 | # CONFIG_IWMC3200TOP is not set | ||
739 | |||
740 | # | ||
741 | # Texas Instruments shared transport line discipline | ||
742 | # | ||
743 | CONFIG_HAVE_IDE=y | ||
744 | # CONFIG_IDE is not set | ||
745 | |||
746 | # | ||
747 | # SCSI device support | ||
748 | # | ||
749 | CONFIG_SCSI_MOD=y | ||
750 | # CONFIG_RAID_ATTRS is not set | ||
751 | CONFIG_SCSI=y | ||
752 | CONFIG_SCSI_DMA=y | ||
753 | # CONFIG_SCSI_TGT is not set | ||
754 | # CONFIG_SCSI_NETLINK is not set | ||
755 | CONFIG_SCSI_PROC_FS=y | ||
756 | |||
757 | # | ||
758 | # SCSI support type (disk, tape, CD-ROM) | ||
759 | # | ||
760 | CONFIG_BLK_DEV_SD=y | ||
761 | # CONFIG_CHR_DEV_ST is not set | ||
762 | # CONFIG_CHR_DEV_OSST is not set | ||
763 | CONFIG_BLK_DEV_SR=y | ||
764 | CONFIG_BLK_DEV_SR_VENDOR=y | ||
765 | CONFIG_CHR_DEV_SG=y | ||
766 | # CONFIG_CHR_DEV_SCH is not set | ||
767 | # CONFIG_SCSI_MULTI_LUN is not set | ||
768 | # CONFIG_SCSI_CONSTANTS is not set | ||
769 | # CONFIG_SCSI_LOGGING is not set | ||
770 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
771 | CONFIG_SCSI_WAIT_SCAN=m | ||
772 | |||
773 | # | ||
774 | # SCSI Transports | ||
775 | # | ||
776 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
777 | # CONFIG_SCSI_FC_ATTRS is not set | ||
778 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
779 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
780 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
781 | # CONFIG_SCSI_SRP_ATTRS is not set | ||
782 | # CONFIG_SCSI_LOWLEVEL is not set | ||
783 | # CONFIG_SCSI_DH is not set | ||
784 | # CONFIG_SCSI_OSD_INITIATOR is not set | ||
785 | CONFIG_ATA=y | ||
786 | # CONFIG_ATA_NONSTANDARD is not set | ||
787 | CONFIG_ATA_VERBOSE_ERROR=y | ||
788 | CONFIG_SATA_PMP=y | ||
789 | |||
790 | # | ||
791 | # Controllers with non-SFF native interface | ||
792 | # | ||
793 | CONFIG_SATA_AHCI=y | ||
794 | CONFIG_SATA_AHCI_PLATFORM=y | ||
795 | # CONFIG_SATA_INIC162X is not set | ||
796 | # CONFIG_SATA_SIL24 is not set | ||
797 | # CONFIG_ATA_SFF is not set | ||
798 | # CONFIG_MD is not set | ||
799 | # CONFIG_FUSION is not set | ||
800 | |||
801 | # | ||
802 | # IEEE 1394 (FireWire) support | ||
803 | # | ||
804 | # CONFIG_FIREWIRE is not set | ||
805 | # CONFIG_FIREWIRE_NOSY is not set | ||
806 | # CONFIG_I2O is not set | ||
807 | CONFIG_NETDEVICES=y | ||
808 | # CONFIG_DUMMY is not set | ||
809 | # CONFIG_BONDING is not set | ||
810 | # CONFIG_MACVLAN is not set | ||
811 | # CONFIG_EQUALIZER is not set | ||
812 | # CONFIG_TUN is not set | ||
813 | # CONFIG_VETH is not set | ||
814 | # CONFIG_ARCNET is not set | ||
815 | CONFIG_MII=y | ||
816 | CONFIG_PHYLIB=y | ||
817 | |||
818 | # | ||
819 | # MII PHY device drivers | ||
820 | # | ||
821 | # CONFIG_MARVELL_PHY is not set | ||
822 | # CONFIG_DAVICOM_PHY is not set | ||
823 | # CONFIG_QSEMI_PHY is not set | ||
824 | # CONFIG_LXT_PHY is not set | ||
825 | # CONFIG_CICADA_PHY is not set | ||
826 | # CONFIG_VITESSE_PHY is not set | ||
827 | # CONFIG_SMSC_PHY is not set | ||
828 | # CONFIG_BROADCOM_PHY is not set | ||
829 | # CONFIG_BCM63XX_PHY is not set | ||
830 | # CONFIG_ICPLUS_PHY is not set | ||
831 | # CONFIG_REALTEK_PHY is not set | ||
832 | # CONFIG_NATIONAL_PHY is not set | ||
833 | # CONFIG_STE10XP is not set | ||
834 | # CONFIG_LSI_ET1011C_PHY is not set | ||
835 | # CONFIG_MICREL_PHY is not set | ||
836 | # CONFIG_FIXED_PHY is not set | ||
837 | # CONFIG_MDIO_BITBANG is not set | ||
838 | # CONFIG_NET_ETHERNET is not set | ||
839 | CONFIG_NETDEV_1000=y | ||
840 | # CONFIG_ACENIC is not set | ||
841 | # CONFIG_DL2K is not set | ||
842 | CONFIG_TI_DAVINCI_EMAC=y | ||
843 | CONFIG_TI_DAVINCI_MDIO=y | ||
844 | CONFIG_TI_DAVINCI_CPDMA=y | ||
845 | # CONFIG_E1000 is not set | ||
846 | # CONFIG_E1000E is not set | ||
847 | # CONFIG_IP1000 is not set | ||
848 | # CONFIG_IGB is not set | ||
849 | # CONFIG_IGBVF is not set | ||
850 | # CONFIG_NS83820 is not set | ||
851 | # CONFIG_HAMACHI is not set | ||
852 | # CONFIG_YELLOWFIN is not set | ||
853 | # CONFIG_R8169 is not set | ||
854 | # CONFIG_SIS190 is not set | ||
855 | # CONFIG_SKGE is not set | ||
856 | # CONFIG_SKY2 is not set | ||
857 | # CONFIG_VIA_VELOCITY is not set | ||
858 | # CONFIG_TIGON3 is not set | ||
859 | # CONFIG_BNX2 is not set | ||
860 | # CONFIG_CNIC is not set | ||
861 | # CONFIG_QLA3XXX is not set | ||
862 | # CONFIG_ATL1 is not set | ||
863 | # CONFIG_ATL1E is not set | ||
864 | # CONFIG_ATL1C is not set | ||
865 | # CONFIG_JME is not set | ||
866 | # CONFIG_STMMAC_ETH is not set | ||
867 | # CONFIG_PCH_GBE is not set | ||
868 | # CONFIG_NETDEV_10000 is not set | ||
869 | # CONFIG_TR is not set | ||
870 | # CONFIG_WLAN is not set | ||
871 | |||
872 | # | ||
873 | # Enable WiMAX (Networking options) to see the WiMAX drivers | ||
874 | # | ||
875 | |||
876 | # | ||
877 | # USB Network Adapters | ||
878 | # | ||
879 | # CONFIG_USB_CATC is not set | ||
880 | # CONFIG_USB_KAWETH is not set | ||
881 | # CONFIG_USB_PEGASUS is not set | ||
882 | # CONFIG_USB_RTL8150 is not set | ||
883 | CONFIG_USB_USBNET=y | ||
884 | # CONFIG_USB_NET_AX8817X is not set | ||
885 | CONFIG_USB_NET_CDCETHER=y | ||
886 | # CONFIG_USB_NET_CDC_EEM is not set | ||
887 | CONFIG_USB_NET_DM9601=y | ||
888 | # CONFIG_USB_NET_SMSC75XX is not set | ||
889 | # CONFIG_USB_NET_SMSC95XX is not set | ||
890 | # CONFIG_USB_NET_GL620A is not set | ||
891 | # CONFIG_USB_NET_NET1080 is not set | ||
892 | # CONFIG_USB_NET_PLUSB is not set | ||
893 | # CONFIG_USB_NET_MCS7830 is not set | ||
894 | # CONFIG_USB_NET_RNDIS_HOST is not set | ||
895 | # CONFIG_USB_NET_CDC_SUBSET is not set | ||
896 | # CONFIG_USB_NET_ZAURUS is not set | ||
897 | # CONFIG_USB_NET_CX82310_ETH is not set | ||
898 | # CONFIG_USB_NET_INT51X1 is not set | ||
899 | # CONFIG_USB_IPHETH is not set | ||
900 | # CONFIG_USB_SIERRA_NET is not set | ||
901 | # CONFIG_WAN is not set | ||
902 | |||
903 | # | ||
904 | # CAIF transport drivers | ||
905 | # | ||
906 | # CONFIG_FDDI is not set | ||
907 | # CONFIG_HIPPI is not set | ||
908 | # CONFIG_PPP is not set | ||
909 | # CONFIG_SLIP is not set | ||
910 | # CONFIG_NET_FC is not set | ||
911 | # CONFIG_NETCONSOLE is not set | ||
912 | # CONFIG_NETPOLL is not set | ||
913 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
914 | # CONFIG_VMXNET3 is not set | ||
915 | # CONFIG_ISDN is not set | ||
916 | # CONFIG_PHONE is not set | ||
917 | |||
918 | # | ||
919 | # Input device support | ||
920 | # | ||
921 | CONFIG_INPUT=y | ||
922 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
923 | # CONFIG_INPUT_POLLDEV is not set | ||
924 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
925 | |||
926 | # | ||
927 | # Userland interfaces | ||
928 | # | ||
929 | CONFIG_INPUT_MOUSEDEV=y | ||
930 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
931 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
932 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
933 | # CONFIG_INPUT_JOYDEV is not set | ||
934 | CONFIG_INPUT_EVDEV=y | ||
935 | # CONFIG_INPUT_EVBUG is not set | ||
936 | |||
937 | # | ||
938 | # Input Device Drivers | ||
939 | # | ||
940 | # CONFIG_INPUT_KEYBOARD is not set | ||
941 | # CONFIG_INPUT_MOUSE is not set | ||
942 | # CONFIG_INPUT_JOYSTICK is not set | ||
943 | # CONFIG_INPUT_TABLET is not set | ||
944 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
945 | # CONFIG_INPUT_MISC is not set | ||
946 | |||
947 | # | ||
948 | # Hardware I/O ports | ||
949 | # | ||
950 | CONFIG_SERIO=y | ||
951 | CONFIG_SERIO_SERPORT=y | ||
952 | # CONFIG_SERIO_PCIPS2 is not set | ||
953 | # CONFIG_SERIO_RAW is not set | ||
954 | # CONFIG_SERIO_ALTERA_PS2 is not set | ||
955 | # CONFIG_SERIO_PS2MULT is not set | ||
956 | # CONFIG_GAMEPORT is not set | ||
957 | |||
958 | # | ||
959 | # Character devices | ||
960 | # | ||
961 | CONFIG_VT=y | ||
962 | CONFIG_CONSOLE_TRANSLATIONS=y | ||
963 | CONFIG_VT_CONSOLE=y | ||
964 | CONFIG_HW_CONSOLE=y | ||
965 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
966 | CONFIG_DEVKMEM=y | ||
967 | CONFIG_SERIAL_NONSTANDARD=y | ||
968 | # CONFIG_COMPUTONE is not set | ||
969 | # CONFIG_ROCKETPORT is not set | ||
970 | # CONFIG_CYCLADES is not set | ||
971 | # CONFIG_DIGIEPCA is not set | ||
972 | # CONFIG_MOXA_INTELLIO is not set | ||
973 | # CONFIG_MOXA_SMARTIO is not set | ||
974 | # CONFIG_ISI is not set | ||
975 | # CONFIG_SYNCLINKMP is not set | ||
976 | # CONFIG_SYNCLINK_GT is not set | ||
977 | # CONFIG_N_HDLC is not set | ||
978 | # CONFIG_N_GSM is not set | ||
979 | # CONFIG_RISCOM8 is not set | ||
980 | # CONFIG_SPECIALIX is not set | ||
981 | # CONFIG_STALDRV is not set | ||
982 | # CONFIG_NOZOMI is not set | ||
983 | |||
984 | # | ||
985 | # Serial drivers | ||
986 | # | ||
987 | CONFIG_SERIAL_8250=y | ||
988 | CONFIG_SERIAL_8250_CONSOLE=y | ||
989 | CONFIG_SERIAL_8250_PCI=y | ||
990 | CONFIG_SERIAL_8250_NR_UARTS=64 | ||
991 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
992 | CONFIG_SERIAL_8250_EXTENDED=y | ||
993 | # CONFIG_SERIAL_8250_MANY_PORTS is not set | ||
994 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
995 | CONFIG_SERIAL_8250_DETECT_IRQ=y | ||
996 | CONFIG_SERIAL_8250_RSA=y | ||
997 | |||
998 | # | ||
999 | # Non-8250 serial port support | ||
1000 | # | ||
1001 | # CONFIG_SERIAL_MAX3100 is not set | ||
1002 | # CONFIG_SERIAL_MAX3107 is not set | ||
1003 | # CONFIG_SERIAL_MFD_HSU is not set | ||
1004 | CONFIG_SERIAL_CORE=y | ||
1005 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
1006 | # CONFIG_SERIAL_JSM is not set | ||
1007 | CONFIG_SERIAL_OMAP=y | ||
1008 | CONFIG_SERIAL_OMAP_CONSOLE=y | ||
1009 | # CONFIG_SERIAL_TIMBERDALE is not set | ||
1010 | # CONFIG_SERIAL_ALTERA_JTAGUART is not set | ||
1011 | # CONFIG_SERIAL_ALTERA_UART is not set | ||
1012 | CONFIG_UNIX98_PTYS=y | ||
1013 | # CONFIG_DEVPTS_MULTIPLE_INSTANCES is not set | ||
1014 | # CONFIG_LEGACY_PTYS is not set | ||
1015 | # CONFIG_IPMI_HANDLER is not set | ||
1016 | # CONFIG_HW_RANDOM is not set | ||
1017 | # CONFIG_R3964 is not set | ||
1018 | # CONFIG_APPLICOM is not set | ||
1019 | # CONFIG_RAW_DRIVER is not set | ||
1020 | # CONFIG_TCG_TPM is not set | ||
1021 | CONFIG_DEVPORT=y | ||
1022 | # CONFIG_TI81XX_PCIE_BOOTDRV is not set | ||
1023 | # CONFIG_RAMOOPS is not set | ||
1024 | CONFIG_I2C=y | ||
1025 | CONFIG_I2C_BOARDINFO=y | ||
1026 | CONFIG_I2C_COMPAT=y | ||
1027 | CONFIG_I2C_CHARDEV=y | ||
1028 | # CONFIG_I2C_MUX is not set | ||
1029 | CONFIG_I2C_HELPER_AUTO=y | ||
1030 | |||
1031 | # | ||
1032 | # I2C Hardware Bus support | ||
1033 | # | ||
1034 | |||
1035 | # | ||
1036 | # PC SMBus host controller drivers | ||
1037 | # | ||
1038 | # CONFIG_I2C_ALI1535 is not set | ||
1039 | # CONFIG_I2C_ALI1563 is not set | ||
1040 | # CONFIG_I2C_ALI15X3 is not set | ||
1041 | # CONFIG_I2C_AMD756 is not set | ||
1042 | # CONFIG_I2C_AMD8111 is not set | ||
1043 | # CONFIG_I2C_I801 is not set | ||
1044 | # CONFIG_I2C_ISCH is not set | ||
1045 | # CONFIG_I2C_PIIX4 is not set | ||
1046 | # CONFIG_I2C_NFORCE2 is not set | ||
1047 | # CONFIG_I2C_SIS5595 is not set | ||
1048 | # CONFIG_I2C_SIS630 is not set | ||
1049 | # CONFIG_I2C_SIS96X is not set | ||
1050 | # CONFIG_I2C_VIA is not set | ||
1051 | # CONFIG_I2C_VIAPRO is not set | ||
1052 | |||
1053 | # | ||
1054 | # I2C system bus drivers (mostly embedded / system-on-chip) | ||
1055 | # | ||
1056 | # CONFIG_I2C_DESIGNWARE is not set | ||
1057 | # CONFIG_I2C_GPIO is not set | ||
1058 | # CONFIG_I2C_INTEL_MID is not set | ||
1059 | # CONFIG_I2C_OCORES is not set | ||
1060 | CONFIG_I2C_OMAP=y | ||
1061 | # CONFIG_I2C_PCA_PLATFORM is not set | ||
1062 | # CONFIG_I2C_SIMTEC is not set | ||
1063 | # CONFIG_I2C_XILINX is not set | ||
1064 | |||
1065 | # | ||
1066 | # External I2C/SMBus adapter drivers | ||
1067 | # | ||
1068 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
1069 | # CONFIG_I2C_TAOS_EVM is not set | ||
1070 | # CONFIG_I2C_TINY_USB is not set | ||
1071 | |||
1072 | # | ||
1073 | # Other I2C/SMBus bus drivers | ||
1074 | # | ||
1075 | # CONFIG_I2C_STUB is not set | ||
1076 | # CONFIG_I2C_DEBUG_CORE is not set | ||
1077 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
1078 | # CONFIG_I2C_DEBUG_BUS is not set | ||
1079 | CONFIG_SPI=y | ||
1080 | # CONFIG_SPI_DEBUG is not set | ||
1081 | CONFIG_SPI_MASTER=y | ||
1082 | |||
1083 | # | ||
1084 | # SPI Master Controller Drivers | ||
1085 | # | ||
1086 | # CONFIG_SPI_BITBANG is not set | ||
1087 | # CONFIG_SPI_GPIO is not set | ||
1088 | CONFIG_SPI_OMAP24XX=y | ||
1089 | # CONFIG_SPI_TOPCLIFF_PCH is not set | ||
1090 | # CONFIG_SPI_XILINX is not set | ||
1091 | # CONFIG_SPI_DESIGNWARE is not set | ||
1092 | |||
1093 | # | ||
1094 | # SPI Protocol Masters | ||
1095 | # | ||
1096 | # CONFIG_SPI_SPIDEV is not set | ||
1097 | # CONFIG_SPI_TLE62X0 is not set | ||
1098 | |||
1099 | # | ||
1100 | # PPS support | ||
1101 | # | ||
1102 | # CONFIG_PPS is not set | ||
1103 | CONFIG_ARCH_REQUIRE_GPIOLIB=y | ||
1104 | CONFIG_GPIOLIB=y | ||
1105 | # CONFIG_DEBUG_GPIO is not set | ||
1106 | # CONFIG_GPIO_SYSFS is not set | ||
1107 | |||
1108 | # | ||
1109 | # Memory mapped GPIO expanders: | ||
1110 | # | ||
1111 | # CONFIG_GPIO_BASIC_MMIO is not set | ||
1112 | # CONFIG_GPIO_IT8761E is not set | ||
1113 | # CONFIG_GPIO_SCH is not set | ||
1114 | # CONFIG_GPIO_VX855 is not set | ||
1115 | |||
1116 | # | ||
1117 | # I2C GPIO expanders: | ||
1118 | # | ||
1119 | # CONFIG_GPIO_MAX7300 is not set | ||
1120 | # CONFIG_GPIO_MAX732X is not set | ||
1121 | # CONFIG_GPIO_PCA953X is not set | ||
1122 | # CONFIG_GPIO_PCF857X is not set | ||
1123 | # CONFIG_GPIO_SX150X is not set | ||
1124 | # CONFIG_GPIO_ADP5588 is not set | ||
1125 | |||
1126 | # | ||
1127 | # PCI GPIO expanders: | ||
1128 | # | ||
1129 | # CONFIG_GPIO_CS5535 is not set | ||
1130 | # CONFIG_GPIO_BT8XX is not set | ||
1131 | # CONFIG_GPIO_LANGWELL is not set | ||
1132 | # CONFIG_GPIO_PCH is not set | ||
1133 | # CONFIG_GPIO_RDC321X is not set | ||
1134 | |||
1135 | # | ||
1136 | # SPI GPIO expanders: | ||
1137 | # | ||
1138 | # CONFIG_GPIO_MAX7301 is not set | ||
1139 | # CONFIG_GPIO_MCP23S08 is not set | ||
1140 | # CONFIG_GPIO_MC33880 is not set | ||
1141 | # CONFIG_GPIO_74X164 is not set | ||
1142 | |||
1143 | # | ||
1144 | # AC97 GPIO expanders: | ||
1145 | # | ||
1146 | |||
1147 | # | ||
1148 | # MODULbus GPIO expanders: | ||
1149 | # | ||
1150 | # CONFIG_W1 is not set | ||
1151 | # CONFIG_POWER_SUPPLY is not set | ||
1152 | # CONFIG_HWMON is not set | ||
1153 | # CONFIG_THERMAL is not set | ||
1154 | CONFIG_WATCHDOG=y | ||
1155 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
1156 | |||
1157 | # | ||
1158 | # Watchdog Device Drivers | ||
1159 | # | ||
1160 | # CONFIG_SOFT_WATCHDOG is not set | ||
1161 | CONFIG_OMAP_WATCHDOG=y | ||
1162 | # CONFIG_MAX63XX_WATCHDOG is not set | ||
1163 | # CONFIG_ALIM7101_WDT is not set | ||
1164 | |||
1165 | # | ||
1166 | # PCI-based Watchdog Cards | ||
1167 | # | ||
1168 | # CONFIG_PCIPCWATCHDOG is not set | ||
1169 | # CONFIG_WDTPCI is not set | ||
1170 | |||
1171 | # | ||
1172 | # USB-based Watchdog Cards | ||
1173 | # | ||
1174 | # CONFIG_USBPCWATCHDOG is not set | ||
1175 | CONFIG_SSB_POSSIBLE=y | ||
1176 | |||
1177 | # | ||
1178 | # Sonics Silicon Backplane | ||
1179 | # | ||
1180 | CONFIG_SSB=m | ||
1181 | CONFIG_SSB_SPROM=y | ||
1182 | CONFIG_SSB_PCIHOST_POSSIBLE=y | ||
1183 | CONFIG_SSB_PCIHOST=y | ||
1184 | # CONFIG_SSB_B43_PCI_BRIDGE is not set | ||
1185 | CONFIG_SSB_SDIOHOST_POSSIBLE=y | ||
1186 | # CONFIG_SSB_SDIOHOST is not set | ||
1187 | # CONFIG_SSB_DEBUG is not set | ||
1188 | CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y | ||
1189 | # CONFIG_SSB_DRIVER_PCICORE is not set | ||
1190 | CONFIG_MFD_SUPPORT=y | ||
1191 | # CONFIG_MFD_CORE is not set | ||
1192 | # CONFIG_MFD_88PM860X is not set | ||
1193 | # CONFIG_MFD_SM501 is not set | ||
1194 | # CONFIG_MFD_ASIC3 is not set | ||
1195 | # CONFIG_HTC_EGPIO is not set | ||
1196 | # CONFIG_HTC_PASIC3 is not set | ||
1197 | # CONFIG_HTC_I2CPLD is not set | ||
1198 | # CONFIG_TPS65010 is not set | ||
1199 | # CONFIG_TPS6507X is not set | ||
1200 | # CONFIG_MFD_STMPE is not set | ||
1201 | # CONFIG_MFD_TC35892 is not set | ||
1202 | # CONFIG_MFD_TMIO is not set | ||
1203 | # CONFIG_MFD_T7L66XB is not set | ||
1204 | # CONFIG_MFD_TC6387XB is not set | ||
1205 | # CONFIG_MFD_TC6393XB is not set | ||
1206 | # CONFIG_PMIC_DA903X is not set | ||
1207 | # CONFIG_PMIC_ADP5520 is not set | ||
1208 | # CONFIG_MFD_MAX8925 is not set | ||
1209 | # CONFIG_MFD_MAX8998 is not set | ||
1210 | # CONFIG_MFD_WM8400 is not set | ||
1211 | # CONFIG_MFD_WM831X_I2C is not set | ||
1212 | # CONFIG_MFD_WM831X_SPI is not set | ||
1213 | # CONFIG_MFD_WM8350_I2C is not set | ||
1214 | # CONFIG_MFD_WM8994 is not set | ||
1215 | # CONFIG_MFD_PCF50633 is not set | ||
1216 | # CONFIG_MFD_MC13XXX is not set | ||
1217 | # CONFIG_ABX500_CORE is not set | ||
1218 | # CONFIG_EZX_PCAP is not set | ||
1219 | # CONFIG_MFD_TIMBERDALE is not set | ||
1220 | # CONFIG_LPC_SCH is not set | ||
1221 | # CONFIG_MFD_RDC321X is not set | ||
1222 | # CONFIG_MFD_JANZ_CMODIO is not set | ||
1223 | # CONFIG_MFD_TPS6586X is not set | ||
1224 | # CONFIG_MFD_VX855 is not set | ||
1225 | CONFIG_REGULATOR=y | ||
1226 | # CONFIG_REGULATOR_DEBUG is not set | ||
1227 | CONFIG_REGULATOR_DUMMY=y | ||
1228 | # CONFIG_REGULATOR_FIXED_VOLTAGE is not set | ||
1229 | # CONFIG_REGULATOR_VIRTUAL_CONSUMER is not set | ||
1230 | # CONFIG_REGULATOR_USERSPACE_CONSUMER is not set | ||
1231 | # CONFIG_REGULATOR_BQ24022 is not set | ||
1232 | # CONFIG_REGULATOR_MAX1586 is not set | ||
1233 | # CONFIG_REGULATOR_MAX8649 is not set | ||
1234 | # CONFIG_REGULATOR_MAX8660 is not set | ||
1235 | # CONFIG_REGULATOR_MAX8952 is not set | ||
1236 | # CONFIG_REGULATOR_LP3971 is not set | ||
1237 | # CONFIG_REGULATOR_LP3972 is not set | ||
1238 | # CONFIG_REGULATOR_TPS65023 is not set | ||
1239 | CONFIG_REGULATOR_GPIO=y | ||
1240 | # CONFIG_REGULATOR_TPS6507X is not set | ||
1241 | # CONFIG_REGULATOR_ISL6271A is not set | ||
1242 | # CONFIG_REGULATOR_AD5398 is not set | ||
1243 | CONFIG_MEDIA_SUPPORT=y | ||
1244 | |||
1245 | # | ||
1246 | # Multimedia core support | ||
1247 | # | ||
1248 | # CONFIG_MEDIA_CONTROLLER is not set | ||
1249 | CONFIG_VIDEO_DEV=y | ||
1250 | CONFIG_VIDEO_V4L2_COMMON=y | ||
1251 | CONFIG_VIDEO_ALLOW_V4L1=y | ||
1252 | CONFIG_VIDEO_V4L1_COMPAT=y | ||
1253 | # CONFIG_DVB_CORE is not set | ||
1254 | CONFIG_VIDEO_MEDIA=y | ||
1255 | |||
1256 | # | ||
1257 | # Multimedia drivers | ||
1258 | # | ||
1259 | # CONFIG_IR_CORE is not set | ||
1260 | # CONFIG_MEDIA_ATTACH is not set | ||
1261 | CONFIG_MEDIA_TUNER=y | ||
1262 | # CONFIG_MEDIA_TUNER_CUSTOMISE is not set | ||
1263 | CONFIG_MEDIA_TUNER_SIMPLE=y | ||
1264 | CONFIG_MEDIA_TUNER_TDA8290=y | ||
1265 | CONFIG_MEDIA_TUNER_TDA827X=y | ||
1266 | CONFIG_MEDIA_TUNER_TDA18271=y | ||
1267 | CONFIG_MEDIA_TUNER_TDA9887=y | ||
1268 | CONFIG_MEDIA_TUNER_TEA5761=y | ||
1269 | CONFIG_MEDIA_TUNER_TEA5767=y | ||
1270 | CONFIG_MEDIA_TUNER_MT20XX=y | ||
1271 | CONFIG_MEDIA_TUNER_XC2028=y | ||
1272 | CONFIG_MEDIA_TUNER_XC5000=y | ||
1273 | CONFIG_MEDIA_TUNER_MC44S803=y | ||
1274 | CONFIG_VIDEO_V4L2=y | ||
1275 | CONFIG_VIDEO_V4L1=y | ||
1276 | CONFIG_VIDEOBUF_GEN=y | ||
1277 | CONFIG_VIDEOBUF_DMA_SG=y | ||
1278 | CONFIG_VIDEOBUF_DMA_CONTIG=y | ||
1279 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | ||
1280 | # CONFIG_VIDEO_ADV_DEBUG is not set | ||
1281 | # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set | ||
1282 | # CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set | ||
1283 | |||
1284 | # | ||
1285 | # Encoders/decoders and other helper chips | ||
1286 | # | ||
1287 | |||
1288 | # | ||
1289 | # Audio decoders | ||
1290 | # | ||
1291 | # CONFIG_VIDEO_TVAUDIO is not set | ||
1292 | # CONFIG_VIDEO_TDA7432 is not set | ||
1293 | # CONFIG_VIDEO_TDA9840 is not set | ||
1294 | # CONFIG_VIDEO_TDA9875 is not set | ||
1295 | # CONFIG_VIDEO_TEA6415C is not set | ||
1296 | # CONFIG_VIDEO_TEA6420 is not set | ||
1297 | # CONFIG_VIDEO_MSP3400 is not set | ||
1298 | # CONFIG_VIDEO_CS5345 is not set | ||
1299 | # CONFIG_VIDEO_CS53L32A is not set | ||
1300 | # CONFIG_VIDEO_M52790 is not set | ||
1301 | # CONFIG_VIDEO_TLV320AIC23B is not set | ||
1302 | # CONFIG_VIDEO_WM8775 is not set | ||
1303 | # CONFIG_VIDEO_WM8739 is not set | ||
1304 | # CONFIG_VIDEO_VP27SMPX is not set | ||
1305 | |||
1306 | # | ||
1307 | # RDS decoders | ||
1308 | # | ||
1309 | # CONFIG_VIDEO_SAA6588 is not set | ||
1310 | |||
1311 | # | ||
1312 | # Video decoders | ||
1313 | # | ||
1314 | # CONFIG_VIDEO_ADV7180 is not set | ||
1315 | # CONFIG_VIDEO_BT819 is not set | ||
1316 | # CONFIG_VIDEO_BT856 is not set | ||
1317 | # CONFIG_VIDEO_BT866 is not set | ||
1318 | # CONFIG_VIDEO_KS0127 is not set | ||
1319 | # CONFIG_VIDEO_OV7670 is not set | ||
1320 | # CONFIG_VIDEO_MT9T001 is not set | ||
1321 | # CONFIG_VIDEO_MT9V011 is not set | ||
1322 | # CONFIG_VIDEO_MT9V113 is not set | ||
1323 | # CONFIG_VIDEO_MT9T111 is not set | ||
1324 | # CONFIG_VIDEO_TCM825X is not set | ||
1325 | # CONFIG_VIDEO_SAA7110 is not set | ||
1326 | # CONFIG_VIDEO_SAA711X is not set | ||
1327 | # CONFIG_VIDEO_SAA717X is not set | ||
1328 | # CONFIG_VIDEO_SAA7191 is not set | ||
1329 | # CONFIG_VIDEO_TVP514X is not set | ||
1330 | # CONFIG_VIDEO_TVP5150 is not set | ||
1331 | # CONFIG_VIDEO_TVP7002 is not set | ||
1332 | # CONFIG_VIDEO_VPX3220 is not set | ||
1333 | |||
1334 | # | ||
1335 | # Video and audio decoders | ||
1336 | # | ||
1337 | # CONFIG_VIDEO_CX25840 is not set | ||
1338 | |||
1339 | # | ||
1340 | # MPEG video encoders | ||
1341 | # | ||
1342 | # CONFIG_VIDEO_CX2341X is not set | ||
1343 | |||
1344 | # | ||
1345 | # Video encoders | ||
1346 | # | ||
1347 | # CONFIG_VIDEO_SAA7127 is not set | ||
1348 | # CONFIG_VIDEO_SAA7185 is not set | ||
1349 | # CONFIG_VIDEO_ADV7170 is not set | ||
1350 | # CONFIG_VIDEO_ADV7175 is not set | ||
1351 | # CONFIG_VIDEO_THS7303 is not set | ||
1352 | # CONFIG_VIDEO_ADV7343 is not set | ||
1353 | # CONFIG_VIDEO_AK881X is not set | ||
1354 | |||
1355 | # | ||
1356 | # Video improvement chips | ||
1357 | # | ||
1358 | # CONFIG_VIDEO_UPD64031A is not set | ||
1359 | # CONFIG_VIDEO_UPD64083 is not set | ||
1360 | CONFIG_VIDEO_TI81XX_VIDOUT=m | ||
1361 | # CONFIG_VIDEO_CPIA2 is not set | ||
1362 | # CONFIG_VIDEO_SAA7134 is not set | ||
1363 | # CONFIG_VIDEO_MXB is not set | ||
1364 | # CONFIG_VIDEO_HEXIUM_ORION is not set | ||
1365 | # CONFIG_VIDEO_HEXIUM_GEMINI is not set | ||
1366 | # CONFIG_VIDEO_CAFE_CCIC is not set | ||
1367 | # CONFIG_VIDEO_SR030PC30 is not set | ||
1368 | # CONFIG_SOC_CAMERA is not set | ||
1369 | CONFIG_V4L_USB_DRIVERS=y | ||
1370 | CONFIG_USB_VIDEO_CLASS=y | ||
1371 | CONFIG_USB_VIDEO_CLASS_INPUT_EVDEV=y | ||
1372 | # CONFIG_USB_GSPCA is not set | ||
1373 | # CONFIG_VIDEO_PVRUSB2 is not set | ||
1374 | # CONFIG_VIDEO_HDPVR is not set | ||
1375 | # CONFIG_VIDEO_USBVISION is not set | ||
1376 | # CONFIG_USB_VICAM is not set | ||
1377 | # CONFIG_USB_IBMCAM is not set | ||
1378 | # CONFIG_USB_KONICAWC is not set | ||
1379 | # CONFIG_USB_ET61X251 is not set | ||
1380 | # CONFIG_USB_SE401 is not set | ||
1381 | # CONFIG_USB_SN9C102 is not set | ||
1382 | # CONFIG_USB_PWC is not set | ||
1383 | # CONFIG_USB_ZR364XX is not set | ||
1384 | # CONFIG_USB_STKWEBCAM is not set | ||
1385 | # CONFIG_USB_S2255 is not set | ||
1386 | # CONFIG_V4L_MEM2MEM_DRIVERS is not set | ||
1387 | # CONFIG_RADIO_ADAPTERS is not set | ||
1388 | # CONFIG_DAB is not set | ||
1389 | CONFIG_HAVE_TI_TILER=y | ||
1390 | # CONFIG_TI_TILER is not set | ||
1391 | |||
1392 | # | ||
1393 | # Graphics support | ||
1394 | # | ||
1395 | CONFIG_VGA_ARB=y | ||
1396 | CONFIG_VGA_ARB_MAX_GPUS=16 | ||
1397 | # CONFIG_DRM is not set | ||
1398 | # CONFIG_STUB_POULSBO is not set | ||
1399 | # CONFIG_VGASTATE is not set | ||
1400 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set | ||
1401 | CONFIG_FB=y | ||
1402 | # CONFIG_FIRMWARE_EDID is not set | ||
1403 | # CONFIG_FB_DDC is not set | ||
1404 | # CONFIG_FB_BOOT_VESA_SUPPORT is not set | ||
1405 | CONFIG_FB_CFB_FILLRECT=y | ||
1406 | CONFIG_FB_CFB_COPYAREA=y | ||
1407 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
1408 | # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set | ||
1409 | # CONFIG_FB_SYS_FILLRECT is not set | ||
1410 | # CONFIG_FB_SYS_COPYAREA is not set | ||
1411 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
1412 | # CONFIG_FB_FOREIGN_ENDIAN is not set | ||
1413 | # CONFIG_FB_SYS_FOPS is not set | ||
1414 | # CONFIG_FB_SVGALIB is not set | ||
1415 | # CONFIG_FB_MACMODES is not set | ||
1416 | # CONFIG_FB_BACKLIGHT is not set | ||
1417 | # CONFIG_FB_MODE_HELPERS is not set | ||
1418 | # CONFIG_FB_TILEBLITTING is not set | ||
1419 | |||
1420 | # | ||
1421 | # Frame buffer hardware drivers | ||
1422 | # | ||
1423 | # CONFIG_FB_CIRRUS is not set | ||
1424 | # CONFIG_FB_PM2 is not set | ||
1425 | # CONFIG_FB_CYBER2000 is not set | ||
1426 | # CONFIG_FB_ASILIANT is not set | ||
1427 | # CONFIG_FB_IMSTT is not set | ||
1428 | # CONFIG_FB_S1D13XXX is not set | ||
1429 | # CONFIG_FB_NVIDIA is not set | ||
1430 | # CONFIG_FB_RIVA is not set | ||
1431 | # CONFIG_FB_MATROX is not set | ||
1432 | # CONFIG_FB_RADEON is not set | ||
1433 | # CONFIG_FB_ATY128 is not set | ||
1434 | # CONFIG_FB_ATY is not set | ||
1435 | # CONFIG_FB_S3 is not set | ||
1436 | # CONFIG_FB_SAVAGE is not set | ||
1437 | # CONFIG_FB_SIS is not set | ||
1438 | # CONFIG_FB_NEOMAGIC is not set | ||
1439 | # CONFIG_FB_KYRO is not set | ||
1440 | # CONFIG_FB_3DFX is not set | ||
1441 | # CONFIG_FB_VOODOO1 is not set | ||
1442 | # CONFIG_FB_VT8623 is not set | ||
1443 | # CONFIG_FB_TRIDENT is not set | ||
1444 | # CONFIG_FB_ARK is not set | ||
1445 | # CONFIG_FB_PM3 is not set | ||
1446 | # CONFIG_FB_CARMINE is not set | ||
1447 | # CONFIG_FB_VIRTUAL is not set | ||
1448 | # CONFIG_FB_METRONOME is not set | ||
1449 | # CONFIG_FB_MB862XX is not set | ||
1450 | # CONFIG_FB_BROADSHEET is not set | ||
1451 | CONFIG_TI81XX_VPSS=m | ||
1452 | CONFIG_TI81XX_VPSS_VRAM_SIZE=50 | ||
1453 | CONFIG_TI81XX_VPSS_DEBUG_SUPPORT=y | ||
1454 | CONFIG_FB_TI81XX=m | ||
1455 | CONFIG_FB_TI81XX_DEBUG_SUPPORT=y | ||
1456 | CONFIG_FB_TI81XX_NUM_FBS=3 | ||
1457 | CONFIG_TI81XX_HDMI=m | ||
1458 | # CONFIG_SII9022a is not set | ||
1459 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
1460 | |||
1461 | # | ||
1462 | # Display device support | ||
1463 | # | ||
1464 | # CONFIG_DISPLAY_SUPPORT is not set | ||
1465 | |||
1466 | # | ||
1467 | # Console display driver support | ||
1468 | # | ||
1469 | CONFIG_DUMMY_CONSOLE=y | ||
1470 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
1471 | # CONFIG_LOGO is not set | ||
1472 | CONFIG_SOUND=y | ||
1473 | # CONFIG_SOUND_OSS_CORE is not set | ||
1474 | CONFIG_SND=y | ||
1475 | CONFIG_SND_TIMER=y | ||
1476 | CONFIG_SND_PCM=y | ||
1477 | CONFIG_SND_HWDEP=y | ||
1478 | CONFIG_SND_RAWMIDI=y | ||
1479 | CONFIG_SND_JACK=y | ||
1480 | # CONFIG_SND_SEQUENCER is not set | ||
1481 | # CONFIG_SND_MIXER_OSS is not set | ||
1482 | # CONFIG_SND_PCM_OSS is not set | ||
1483 | # CONFIG_SND_HRTIMER is not set | ||
1484 | # CONFIG_SND_DYNAMIC_MINORS is not set | ||
1485 | CONFIG_SND_SUPPORT_OLD_API=y | ||
1486 | CONFIG_SND_VERBOSE_PROCFS=y | ||
1487 | # CONFIG_SND_VERBOSE_PRINTK is not set | ||
1488 | # CONFIG_SND_DEBUG is not set | ||
1489 | # CONFIG_SND_RAWMIDI_SEQ is not set | ||
1490 | # CONFIG_SND_OPL3_LIB_SEQ is not set | ||
1491 | # CONFIG_SND_OPL4_LIB_SEQ is not set | ||
1492 | # CONFIG_SND_SBAWE_SEQ is not set | ||
1493 | # CONFIG_SND_EMU10K1_SEQ is not set | ||
1494 | # CONFIG_SND_DRIVERS is not set | ||
1495 | CONFIG_SND_PCI=y | ||
1496 | # CONFIG_SND_AD1889 is not set | ||
1497 | # CONFIG_SND_ALS300 is not set | ||
1498 | # CONFIG_SND_ALI5451 is not set | ||
1499 | # CONFIG_SND_ATIIXP is not set | ||
1500 | # CONFIG_SND_ATIIXP_MODEM is not set | ||
1501 | # CONFIG_SND_AU8810 is not set | ||
1502 | # CONFIG_SND_AU8820 is not set | ||
1503 | # CONFIG_SND_AU8830 is not set | ||
1504 | # CONFIG_SND_AW2 is not set | ||
1505 | # CONFIG_SND_AZT3328 is not set | ||
1506 | # CONFIG_SND_BT87X is not set | ||
1507 | # CONFIG_SND_CA0106 is not set | ||
1508 | # CONFIG_SND_CMIPCI is not set | ||
1509 | # CONFIG_SND_OXYGEN is not set | ||
1510 | # CONFIG_SND_CS4281 is not set | ||
1511 | # CONFIG_SND_CS46XX is not set | ||
1512 | # CONFIG_SND_CS5535AUDIO is not set | ||
1513 | # CONFIG_SND_CTXFI is not set | ||
1514 | # CONFIG_SND_DARLA20 is not set | ||
1515 | # CONFIG_SND_GINA20 is not set | ||
1516 | # CONFIG_SND_LAYLA20 is not set | ||
1517 | # CONFIG_SND_DARLA24 is not set | ||
1518 | # CONFIG_SND_GINA24 is not set | ||
1519 | # CONFIG_SND_LAYLA24 is not set | ||
1520 | # CONFIG_SND_MONA is not set | ||
1521 | # CONFIG_SND_MIA is not set | ||
1522 | # CONFIG_SND_ECHO3G is not set | ||
1523 | # CONFIG_SND_INDIGO is not set | ||
1524 | # CONFIG_SND_INDIGOIO is not set | ||
1525 | # CONFIG_SND_INDIGODJ is not set | ||
1526 | # CONFIG_SND_INDIGOIOX is not set | ||
1527 | # CONFIG_SND_INDIGODJX is not set | ||
1528 | # CONFIG_SND_EMU10K1 is not set | ||
1529 | # CONFIG_SND_EMU10K1X is not set | ||
1530 | # CONFIG_SND_ENS1370 is not set | ||
1531 | # CONFIG_SND_ENS1371 is not set | ||
1532 | # CONFIG_SND_ES1938 is not set | ||
1533 | # CONFIG_SND_ES1968 is not set | ||
1534 | # CONFIG_SND_FM801 is not set | ||
1535 | # CONFIG_SND_HDA_INTEL is not set | ||
1536 | # CONFIG_SND_HDSP is not set | ||
1537 | # CONFIG_SND_HDSPM is not set | ||
1538 | # CONFIG_SND_HIFIER is not set | ||
1539 | # CONFIG_SND_ICE1712 is not set | ||
1540 | # CONFIG_SND_ICE1724 is not set | ||
1541 | # CONFIG_SND_INTEL8X0 is not set | ||
1542 | # CONFIG_SND_INTEL8X0M is not set | ||
1543 | # CONFIG_SND_KORG1212 is not set | ||
1544 | # CONFIG_SND_LX6464ES is not set | ||
1545 | # CONFIG_SND_MAESTRO3 is not set | ||
1546 | # CONFIG_SND_MIXART is not set | ||
1547 | # CONFIG_SND_NM256 is not set | ||
1548 | # CONFIG_SND_PCXHR is not set | ||
1549 | # CONFIG_SND_RIPTIDE is not set | ||
1550 | # CONFIG_SND_RME32 is not set | ||
1551 | # CONFIG_SND_RME96 is not set | ||
1552 | # CONFIG_SND_RME9652 is not set | ||
1553 | # CONFIG_SND_SONICVIBES is not set | ||
1554 | # CONFIG_SND_TRIDENT is not set | ||
1555 | # CONFIG_SND_VIA82XX is not set | ||
1556 | # CONFIG_SND_VIA82XX_MODEM is not set | ||
1557 | # CONFIG_SND_VIRTUOSO is not set | ||
1558 | # CONFIG_SND_VX222 is not set | ||
1559 | # CONFIG_SND_YMFPCI is not set | ||
1560 | # CONFIG_SND_ARM is not set | ||
1561 | # CONFIG_SND_SPI is not set | ||
1562 | CONFIG_SND_USB=y | ||
1563 | CONFIG_SND_USB_AUDIO=y | ||
1564 | # CONFIG_SND_USB_UA101 is not set | ||
1565 | # CONFIG_SND_USB_CAIAQ is not set | ||
1566 | CONFIG_SND_SOC=y | ||
1567 | CONFIG_SND_TI81XX_SOC=y | ||
1568 | CONFIG_SND_DAVINCI_SOC_MCASP=y | ||
1569 | CONFIG_SND_TI81XX_SOC_EVM=y | ||
1570 | # CONFIG_SND_OMAP_SOC is not set | ||
1571 | CONFIG_SND_SOC_I2C_AND_SPI=y | ||
1572 | # CONFIG_SND_SOC_ALL_CODECS is not set | ||
1573 | CONFIG_SND_SOC_TLV320AIC3X=y | ||
1574 | # CONFIG_SOUND_PRIME is not set | ||
1575 | CONFIG_HID_SUPPORT=y | ||
1576 | CONFIG_HID=y | ||
1577 | # CONFIG_HIDRAW is not set | ||
1578 | |||
1579 | # | ||
1580 | # USB Input Devices | ||
1581 | # | ||
1582 | CONFIG_USB_HID=y | ||
1583 | # CONFIG_HID_PID is not set | ||
1584 | # CONFIG_USB_HIDDEV is not set | ||
1585 | |||
1586 | # | ||
1587 | # Special HID drivers | ||
1588 | # | ||
1589 | # CONFIG_HID_3M_PCT is not set | ||
1590 | CONFIG_HID_A4TECH=y | ||
1591 | # CONFIG_HID_ACRUX_FF is not set | ||
1592 | CONFIG_HID_APPLE=y | ||
1593 | CONFIG_HID_BELKIN=y | ||
1594 | # CONFIG_HID_CANDO is not set | ||
1595 | CONFIG_HID_CHERRY=y | ||
1596 | CONFIG_HID_CHICONY=y | ||
1597 | # CONFIG_HID_PRODIKEYS is not set | ||
1598 | CONFIG_HID_CYPRESS=y | ||
1599 | # CONFIG_HID_DRAGONRISE is not set | ||
1600 | # CONFIG_HID_EGALAX is not set | ||
1601 | CONFIG_HID_EZKEY=y | ||
1602 | CONFIG_HID_KYE=y | ||
1603 | # CONFIG_HID_UCLOGIC is not set | ||
1604 | # CONFIG_HID_WALTOP is not set | ||
1605 | # CONFIG_HID_GYRATION is not set | ||
1606 | # CONFIG_HID_TWINHAN is not set | ||
1607 | CONFIG_HID_KENSINGTON=y | ||
1608 | CONFIG_HID_LOGITECH=y | ||
1609 | # CONFIG_LOGITECH_FF is not set | ||
1610 | # CONFIG_LOGIRUMBLEPAD2_FF is not set | ||
1611 | # CONFIG_LOGIG940_FF is not set | ||
1612 | # CONFIG_LOGIWII_FF is not set | ||
1613 | CONFIG_HID_MICROSOFT=y | ||
1614 | # CONFIG_HID_MOSART is not set | ||
1615 | CONFIG_HID_MONTEREY=y | ||
1616 | # CONFIG_HID_NTRIG is not set | ||
1617 | # CONFIG_HID_ORTEK is not set | ||
1618 | # CONFIG_HID_PANTHERLORD is not set | ||
1619 | # CONFIG_HID_PETALYNX is not set | ||
1620 | # CONFIG_HID_PICOLCD is not set | ||
1621 | # CONFIG_HID_QUANTA is not set | ||
1622 | # CONFIG_HID_ROCCAT is not set | ||
1623 | # CONFIG_HID_ROCCAT_KONE is not set | ||
1624 | # CONFIG_HID_ROCCAT_PYRA is not set | ||
1625 | # CONFIG_HID_SAMSUNG is not set | ||
1626 | # CONFIG_HID_SONY is not set | ||
1627 | # CONFIG_HID_STANTUM is not set | ||
1628 | # CONFIG_HID_SUNPLUS is not set | ||
1629 | # CONFIG_HID_GREENASIA is not set | ||
1630 | # CONFIG_HID_SMARTJOYPLUS is not set | ||
1631 | # CONFIG_HID_TOPSEED is not set | ||
1632 | # CONFIG_HID_THRUSTMASTER is not set | ||
1633 | # CONFIG_HID_ZEROPLUS is not set | ||
1634 | # CONFIG_HID_ZYDACRON is not set | ||
1635 | CONFIG_USB_SUPPORT=y | ||
1636 | CONFIG_USB_ARCH_HAS_HCD=y | ||
1637 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
1638 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
1639 | CONFIG_USB=y | ||
1640 | # CONFIG_USB_DEBUG is not set | ||
1641 | CONFIG_USB_ANNOUNCE_NEW_DEVICES=y | ||
1642 | |||
1643 | # | ||
1644 | # Miscellaneous USB options | ||
1645 | # | ||
1646 | CONFIG_USB_DEVICEFS=y | ||
1647 | CONFIG_USB_DEVICE_CLASS=y | ||
1648 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
1649 | CONFIG_USB_SUSPEND=y | ||
1650 | # CONFIG_USB_OTG is not set | ||
1651 | # CONFIG_USB_MON is not set | ||
1652 | # CONFIG_USB_WUSB is not set | ||
1653 | # CONFIG_USB_WUSB_CBAF is not set | ||
1654 | |||
1655 | # | ||
1656 | # USB Host Controller Drivers | ||
1657 | # | ||
1658 | # CONFIG_USB_C67X00_HCD is not set | ||
1659 | # CONFIG_USB_XHCI_HCD is not set | ||
1660 | # CONFIG_USB_EHCI_HCD is not set | ||
1661 | # CONFIG_USB_OXU210HP_HCD is not set | ||
1662 | # CONFIG_USB_ISP116X_HCD is not set | ||
1663 | # CONFIG_USB_ISP1760_HCD is not set | ||
1664 | # CONFIG_USB_ISP1362_HCD is not set | ||
1665 | # CONFIG_USB_OHCI_HCD is not set | ||
1666 | # CONFIG_USB_UHCI_HCD is not set | ||
1667 | # CONFIG_USB_SL811_HCD is not set | ||
1668 | # CONFIG_USB_R8A66597_HCD is not set | ||
1669 | # CONFIG_USB_WHCI_HCD is not set | ||
1670 | # CONFIG_USB_HWA_HCD is not set | ||
1671 | CONFIG_USB_MUSB_HDRC=y | ||
1672 | |||
1673 | # | ||
1674 | # Platform Glue Layer | ||
1675 | # | ||
1676 | # CONFIG_USB_MUSB_TUSB6010_GLUE is not set | ||
1677 | # CONFIG_USB_MUSB_OMAP2PLUS_GLUE is not set | ||
1678 | # CONFIG_USB_MUSB_AM35X_GLUE is not set | ||
1679 | CONFIG_USB_MUSB_TI81XX_GLUE=y | ||
1680 | # CONFIG_USB_MUSB_DAVINCI is not set | ||
1681 | # CONFIG_USB_MUSB_DA8XX is not set | ||
1682 | # CONFIG_USB_MUSB_TUSB6010 is not set | ||
1683 | # CONFIG_USB_MUSB_OMAP2PLUS is not set | ||
1684 | # CONFIG_USB_MUSB_AM35X is not set | ||
1685 | CONFIG_USB_MUSB_TI81XX=y | ||
1686 | # CONFIG_USB_MUSB_BLACKFIN is not set | ||
1687 | # CONFIG_USB_MUSB_UX500 is not set | ||
1688 | CONFIG_USB_MUSB_HOST=y | ||
1689 | CONFIG_USB_MUSB_HDRC_HCD=y | ||
1690 | # CONFIG_MUSB_PIO_ONLY is not set | ||
1691 | # CONFIG_USB_INVENTRA_DMA_HW is not set | ||
1692 | # CONFIG_USB_TI_CPPI_DMA_HW is not set | ||
1693 | CONFIG_USB_TI_CPPI41_DMA_HW=y | ||
1694 | # CONFIG_USB_INVENTRA_DMA is not set | ||
1695 | # CONFIG_USB_TI_CPPI_DMA is not set | ||
1696 | CONFIG_USB_TI_CPPI41_DMA=y | ||
1697 | # CONFIG_USB_TUSB_OMAP_DMA is not set | ||
1698 | CONFIG_USB_MUSB_DEBUG=y | ||
1699 | |||
1700 | # | ||
1701 | # USB Device Class drivers | ||
1702 | # | ||
1703 | # CONFIG_USB_ACM is not set | ||
1704 | # CONFIG_USB_PRINTER is not set | ||
1705 | # CONFIG_USB_WDM is not set | ||
1706 | # CONFIG_USB_TMC is not set | ||
1707 | |||
1708 | # | ||
1709 | # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may | ||
1710 | # | ||
1711 | |||
1712 | # | ||
1713 | # also be needed; see USB_STORAGE Help for more info | ||
1714 | # | ||
1715 | CONFIG_USB_STORAGE=y | ||
1716 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
1717 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
1718 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
1719 | # CONFIG_USB_STORAGE_ISD200 is not set | ||
1720 | # CONFIG_USB_STORAGE_USBAT is not set | ||
1721 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
1722 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
1723 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
1724 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
1725 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
1726 | # CONFIG_USB_STORAGE_KARMA is not set | ||
1727 | # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set | ||
1728 | # CONFIG_USB_UAS is not set | ||
1729 | # CONFIG_USB_LIBUSUAL is not set | ||
1730 | |||
1731 | # | ||
1732 | # USB Imaging devices | ||
1733 | # | ||
1734 | # CONFIG_USB_MDC800 is not set | ||
1735 | # CONFIG_USB_MICROTEK is not set | ||
1736 | |||
1737 | # | ||
1738 | # USB port drivers | ||
1739 | # | ||
1740 | # CONFIG_USB_SERIAL is not set | ||
1741 | |||
1742 | # | ||
1743 | # USB Miscellaneous drivers | ||
1744 | # | ||
1745 | # CONFIG_USB_EMI62 is not set | ||
1746 | # CONFIG_USB_EMI26 is not set | ||
1747 | # CONFIG_USB_ADUTUX is not set | ||
1748 | # CONFIG_USB_SEVSEG is not set | ||
1749 | # CONFIG_USB_RIO500 is not set | ||
1750 | # CONFIG_USB_LEGOTOWER is not set | ||
1751 | # CONFIG_USB_LCD is not set | ||
1752 | # CONFIG_USB_LED is not set | ||
1753 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
1754 | # CONFIG_USB_CYTHERM is not set | ||
1755 | # CONFIG_USB_IDMOUSE is not set | ||
1756 | # CONFIG_USB_FTDI_ELAN is not set | ||
1757 | # CONFIG_USB_APPLEDISPLAY is not set | ||
1758 | # CONFIG_USB_SISUSBVGA is not set | ||
1759 | # CONFIG_USB_LD is not set | ||
1760 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
1761 | # CONFIG_USB_IOWARRIOR is not set | ||
1762 | # CONFIG_USB_TEST is not set | ||
1763 | # CONFIG_USB_ISIGHTFW is not set | ||
1764 | # CONFIG_USB_YUREX is not set | ||
1765 | # CONFIG_USB_GADGET is not set | ||
1766 | |||
1767 | # | ||
1768 | # OTG and related infrastructure | ||
1769 | # | ||
1770 | CONFIG_USB_OTG_UTILS=y | ||
1771 | # CONFIG_USB_GPIO_VBUS is not set | ||
1772 | # CONFIG_USB_ULPI is not set | ||
1773 | CONFIG_NOP_USB_XCEIV=y | ||
1774 | # CONFIG_UWB is not set | ||
1775 | CONFIG_MMC=y | ||
1776 | # CONFIG_MMC_DEBUG is not set | ||
1777 | # CONFIG_MMC_UNSAFE_RESUME is not set | ||
1778 | |||
1779 | # | ||
1780 | # MMC/SD/SDIO Card Drivers | ||
1781 | # | ||
1782 | CONFIG_MMC_BLOCK=y | ||
1783 | CONFIG_MMC_BLOCK_MINORS=8 | ||
1784 | CONFIG_MMC_BLOCK_BOUNCE=y | ||
1785 | # CONFIG_SDIO_UART is not set | ||
1786 | # CONFIG_MMC_TEST is not set | ||
1787 | |||
1788 | # | ||
1789 | # MMC/SD/SDIO Host Controller Drivers | ||
1790 | # | ||
1791 | # CONFIG_MMC_SDHCI is not set | ||
1792 | # CONFIG_MMC_OMAP is not set | ||
1793 | CONFIG_MMC_OMAP_HS=y | ||
1794 | # CONFIG_MMC_TIFM_SD is not set | ||
1795 | # CONFIG_MMC_SPI is not set | ||
1796 | # CONFIG_MMC_CB710 is not set | ||
1797 | # CONFIG_MMC_VIA_SDMMC is not set | ||
1798 | # CONFIG_MMC_USHC is not set | ||
1799 | # CONFIG_MEMSTICK is not set | ||
1800 | # CONFIG_NEW_LEDS is not set | ||
1801 | # CONFIG_ACCESSIBILITY is not set | ||
1802 | # CONFIG_INFINIBAND is not set | ||
1803 | CONFIG_RTC_LIB=y | ||
1804 | # CONFIG_RTC_CLASS is not set | ||
1805 | # CONFIG_DMADEVICES is not set | ||
1806 | # CONFIG_AUXDISPLAY is not set | ||
1807 | # CONFIG_UIO is not set | ||
1808 | # CONFIG_STAGING is not set | ||
1809 | CONFIG_Sys_Link=y | ||
1810 | CONFIG_SYSLINK_MULTIPROC=y | ||
1811 | CONFIG_SYSLINK_NOTIFY=y | ||
1812 | |||
1813 | # | ||
1814 | # File systems | ||
1815 | # | ||
1816 | CONFIG_EXT2_FS=y | ||
1817 | CONFIG_EXT2_FS_XATTR=y | ||
1818 | CONFIG_EXT2_FS_POSIX_ACL=y | ||
1819 | CONFIG_EXT2_FS_SECURITY=y | ||
1820 | # CONFIG_EXT2_FS_XIP is not set | ||
1821 | CONFIG_EXT3_FS=y | ||
1822 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | ||
1823 | CONFIG_EXT3_FS_XATTR=y | ||
1824 | CONFIG_EXT3_FS_POSIX_ACL=y | ||
1825 | CONFIG_EXT3_FS_SECURITY=y | ||
1826 | # CONFIG_EXT4_FS is not set | ||
1827 | CONFIG_JBD=y | ||
1828 | # CONFIG_JBD_DEBUG is not set | ||
1829 | CONFIG_FS_MBCACHE=y | ||
1830 | # CONFIG_REISERFS_FS is not set | ||
1831 | # CONFIG_JFS_FS is not set | ||
1832 | CONFIG_FS_POSIX_ACL=y | ||
1833 | # CONFIG_XFS_FS is not set | ||
1834 | # CONFIG_OCFS2_FS is not set | ||
1835 | # CONFIG_BTRFS_FS is not set | ||
1836 | # CONFIG_NILFS2_FS is not set | ||
1837 | CONFIG_FILE_LOCKING=y | ||
1838 | CONFIG_FSNOTIFY=y | ||
1839 | # CONFIG_DNOTIFY is not set | ||
1840 | CONFIG_INOTIFY_USER=y | ||
1841 | # CONFIG_FANOTIFY is not set | ||
1842 | # CONFIG_QUOTA is not set | ||
1843 | # CONFIG_QUOTACTL is not set | ||
1844 | CONFIG_AUTOFS4_FS=y | ||
1845 | CONFIG_FUSE_FS=y | ||
1846 | CONFIG_CUSE=y | ||
1847 | CONFIG_GENERIC_ACL=y | ||
1848 | |||
1849 | # | ||
1850 | # Caches | ||
1851 | # | ||
1852 | # CONFIG_FSCACHE is not set | ||
1853 | |||
1854 | # | ||
1855 | # CD-ROM/DVD Filesystems | ||
1856 | # | ||
1857 | CONFIG_ISO9660_FS=y | ||
1858 | # CONFIG_JOLIET is not set | ||
1859 | # CONFIG_ZISOFS is not set | ||
1860 | # CONFIG_UDF_FS is not set | ||
1861 | |||
1862 | # | ||
1863 | # DOS/FAT/NT Filesystems | ||
1864 | # | ||
1865 | CONFIG_FAT_FS=y | ||
1866 | CONFIG_MSDOS_FS=y | ||
1867 | CONFIG_VFAT_FS=y | ||
1868 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
1869 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
1870 | # CONFIG_NTFS_FS is not set | ||
1871 | |||
1872 | # | ||
1873 | # Pseudo filesystems | ||
1874 | # | ||
1875 | CONFIG_PROC_FS=y | ||
1876 | CONFIG_PROC_SYSCTL=y | ||
1877 | CONFIG_PROC_PAGE_MONITOR=y | ||
1878 | CONFIG_SYSFS=y | ||
1879 | CONFIG_TMPFS=y | ||
1880 | CONFIG_TMPFS_POSIX_ACL=y | ||
1881 | # CONFIG_HUGETLB_PAGE is not set | ||
1882 | # CONFIG_CONFIGFS_FS is not set | ||
1883 | CONFIG_MISC_FILESYSTEMS=y | ||
1884 | # CONFIG_ADFS_FS is not set | ||
1885 | # CONFIG_AFFS_FS is not set | ||
1886 | # CONFIG_ECRYPT_FS is not set | ||
1887 | # CONFIG_HFS_FS is not set | ||
1888 | # CONFIG_HFSPLUS_FS is not set | ||
1889 | # CONFIG_BEFS_FS is not set | ||
1890 | # CONFIG_BFS_FS is not set | ||
1891 | # CONFIG_EFS_FS is not set | ||
1892 | CONFIG_JFFS2_FS=y | ||
1893 | CONFIG_JFFS2_FS_DEBUG=0 | ||
1894 | CONFIG_JFFS2_FS_WRITEBUFFER=y | ||
1895 | CONFIG_JFFS2_FS_WBUF_VERIFY=y | ||
1896 | # CONFIG_JFFS2_SUMMARY is not set | ||
1897 | # CONFIG_JFFS2_FS_XATTR is not set | ||
1898 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
1899 | CONFIG_JFFS2_ZLIB=y | ||
1900 | # CONFIG_JFFS2_LZO is not set | ||
1901 | CONFIG_JFFS2_RTIME=y | ||
1902 | # CONFIG_JFFS2_RUBIN is not set | ||
1903 | # CONFIG_LOGFS is not set | ||
1904 | # CONFIG_CRAMFS is not set | ||
1905 | # CONFIG_SQUASHFS is not set | ||
1906 | # CONFIG_VXFS_FS is not set | ||
1907 | # CONFIG_MINIX_FS is not set | ||
1908 | # CONFIG_OMFS_FS is not set | ||
1909 | # CONFIG_HPFS_FS is not set | ||
1910 | # CONFIG_QNX4FS_FS is not set | ||
1911 | # CONFIG_ROMFS_FS is not set | ||
1912 | # CONFIG_SYSV_FS is not set | ||
1913 | # CONFIG_UFS_FS is not set | ||
1914 | CONFIG_NETWORK_FILESYSTEMS=y | ||
1915 | CONFIG_NFS_FS=y | ||
1916 | CONFIG_NFS_V3=y | ||
1917 | # CONFIG_NFS_V3_ACL is not set | ||
1918 | CONFIG_NFS_V4=y | ||
1919 | # CONFIG_NFS_V4_1 is not set | ||
1920 | CONFIG_ROOT_NFS=y | ||
1921 | # CONFIG_NFS_USE_LEGACY_DNS is not set | ||
1922 | CONFIG_NFS_USE_KERNEL_DNS=y | ||
1923 | # CONFIG_NFS_USE_NEW_IDMAPPER is not set | ||
1924 | # CONFIG_NFSD is not set | ||
1925 | CONFIG_LOCKD=y | ||
1926 | CONFIG_LOCKD_V4=y | ||
1927 | CONFIG_NFS_COMMON=y | ||
1928 | CONFIG_SUNRPC=y | ||
1929 | CONFIG_SUNRPC_GSS=y | ||
1930 | CONFIG_RPCSEC_GSS_KRB5=y | ||
1931 | # CONFIG_CEPH_FS is not set | ||
1932 | # CONFIG_CIFS is not set | ||
1933 | # CONFIG_NCP_FS is not set | ||
1934 | # CONFIG_CODA_FS is not set | ||
1935 | # CONFIG_AFS_FS is not set | ||
1936 | |||
1937 | # | ||
1938 | # Partition Types | ||
1939 | # | ||
1940 | # CONFIG_PARTITION_ADVANCED is not set | ||
1941 | CONFIG_MSDOS_PARTITION=y | ||
1942 | CONFIG_NLS=y | ||
1943 | CONFIG_NLS_DEFAULT="utf8" | ||
1944 | CONFIG_NLS_CODEPAGE_437=y | ||
1945 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
1946 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
1947 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
1948 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
1949 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
1950 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
1951 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
1952 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
1953 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
1954 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
1955 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
1956 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
1957 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
1958 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
1959 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
1960 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
1961 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
1962 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
1963 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
1964 | # CONFIG_NLS_ISO8859_8 is not set | ||
1965 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
1966 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
1967 | CONFIG_NLS_ASCII=y | ||
1968 | CONFIG_NLS_ISO8859_1=y | ||
1969 | # CONFIG_NLS_ISO8859_2 is not set | ||
1970 | # CONFIG_NLS_ISO8859_3 is not set | ||
1971 | # CONFIG_NLS_ISO8859_4 is not set | ||
1972 | # CONFIG_NLS_ISO8859_5 is not set | ||
1973 | # CONFIG_NLS_ISO8859_6 is not set | ||
1974 | # CONFIG_NLS_ISO8859_7 is not set | ||
1975 | # CONFIG_NLS_ISO8859_9 is not set | ||
1976 | # CONFIG_NLS_ISO8859_13 is not set | ||
1977 | # CONFIG_NLS_ISO8859_14 is not set | ||
1978 | # CONFIG_NLS_ISO8859_15 is not set | ||
1979 | # CONFIG_NLS_KOI8_R is not set | ||
1980 | # CONFIG_NLS_KOI8_U is not set | ||
1981 | CONFIG_NLS_UTF8=y | ||
1982 | # CONFIG_DLM is not set | ||
1983 | |||
1984 | # | ||
1985 | # Kernel hacking | ||
1986 | # | ||
1987 | # CONFIG_PRINTK_TIME is not set | ||
1988 | CONFIG_ENABLE_WARN_DEPRECATED=y | ||
1989 | CONFIG_ENABLE_MUST_CHECK=y | ||
1990 | CONFIG_FRAME_WARN=1024 | ||
1991 | # CONFIG_MAGIC_SYSRQ is not set | ||
1992 | # CONFIG_STRIP_ASM_SYMS is not set | ||
1993 | # CONFIG_UNUSED_SYMBOLS is not set | ||
1994 | CONFIG_DEBUG_FS=y | ||
1995 | # CONFIG_HEADERS_CHECK is not set | ||
1996 | CONFIG_DEBUG_KERNEL=y | ||
1997 | # CONFIG_DEBUG_SHIRQ is not set | ||
1998 | # CONFIG_LOCKUP_DETECTOR is not set | ||
1999 | # CONFIG_HARDLOCKUP_DETECTOR is not set | ||
2000 | # CONFIG_DETECT_HUNG_TASK is not set | ||
2001 | # CONFIG_SCHED_DEBUG is not set | ||
2002 | # CONFIG_SCHEDSTATS is not set | ||
2003 | # CONFIG_TIMER_STATS is not set | ||
2004 | # CONFIG_DEBUG_OBJECTS is not set | ||
2005 | # CONFIG_SLUB_DEBUG_ON is not set | ||
2006 | # CONFIG_SLUB_STATS is not set | ||
2007 | # CONFIG_DEBUG_KMEMLEAK is not set | ||
2008 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
2009 | # CONFIG_RT_MUTEX_TESTER is not set | ||
2010 | # CONFIG_DEBUG_SPINLOCK is not set | ||
2011 | # CONFIG_DEBUG_MUTEXES is not set | ||
2012 | CONFIG_BKL=y | ||
2013 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
2014 | # CONFIG_PROVE_LOCKING is not set | ||
2015 | # CONFIG_SPARSE_RCU_POINTER is not set | ||
2016 | # CONFIG_LOCK_STAT is not set | ||
2017 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
2018 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
2019 | # CONFIG_DEBUG_KOBJECT is not set | ||
2020 | CONFIG_DEBUG_BUGVERBOSE=y | ||
2021 | # CONFIG_DEBUG_INFO is not set | ||
2022 | # CONFIG_DEBUG_VM is not set | ||
2023 | # CONFIG_DEBUG_WRITECOUNT is not set | ||
2024 | CONFIG_DEBUG_MEMORY_INIT=y | ||
2025 | # CONFIG_DEBUG_LIST is not set | ||
2026 | # CONFIG_TEST_LIST_SORT is not set | ||
2027 | # CONFIG_DEBUG_SG is not set | ||
2028 | # CONFIG_DEBUG_NOTIFIERS is not set | ||
2029 | # CONFIG_DEBUG_CREDENTIALS is not set | ||
2030 | CONFIG_FRAME_POINTER=y | ||
2031 | # CONFIG_BOOT_PRINTK_DELAY is not set | ||
2032 | # CONFIG_RCU_TORTURE_TEST is not set | ||
2033 | # CONFIG_KPROBES_SANITY_TEST is not set | ||
2034 | # CONFIG_BACKTRACE_SELF_TEST is not set | ||
2035 | # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set | ||
2036 | # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set | ||
2037 | # CONFIG_LKDTM is not set | ||
2038 | # CONFIG_FAULT_INJECTION is not set | ||
2039 | # CONFIG_LATENCYTOP is not set | ||
2040 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
2041 | # CONFIG_PAGE_POISONING is not set | ||
2042 | CONFIG_HAVE_FUNCTION_TRACER=y | ||
2043 | CONFIG_HAVE_DYNAMIC_FTRACE=y | ||
2044 | CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y | ||
2045 | CONFIG_RING_BUFFER=y | ||
2046 | CONFIG_RING_BUFFER_ALLOW_SWAP=y | ||
2047 | CONFIG_TRACING_SUPPORT=y | ||
2048 | # CONFIG_FTRACE is not set | ||
2049 | # CONFIG_DYNAMIC_DEBUG is not set | ||
2050 | # CONFIG_ATOMIC64_SELFTEST is not set | ||
2051 | # CONFIG_SAMPLES is not set | ||
2052 | CONFIG_HAVE_ARCH_KGDB=y | ||
2053 | # CONFIG_KGDB is not set | ||
2054 | # CONFIG_STRICT_DEVMEM is not set | ||
2055 | # CONFIG_ARM_UNWIND is not set | ||
2056 | # CONFIG_DEBUG_USER is not set | ||
2057 | # CONFIG_DEBUG_ERRORS is not set | ||
2058 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
2059 | CONFIG_DEBUG_LL=y | ||
2060 | CONFIG_EARLY_PRINTK=y | ||
2061 | # CONFIG_DEBUG_ICEDCC is not set | ||
2062 | # CONFIG_OC_ETM is not set | ||
2063 | |||
2064 | # | ||
2065 | # Security options | ||
2066 | # | ||
2067 | CONFIG_KEYS=y | ||
2068 | CONFIG_KEYS_DEBUG_PROC_KEYS=y | ||
2069 | # CONFIG_SECURITY_DMESG_RESTRICT is not set | ||
2070 | CONFIG_SECURITY=y | ||
2071 | # CONFIG_SECURITYFS is not set | ||
2072 | CONFIG_SECURITY_NETWORK=y | ||
2073 | # CONFIG_SECURITY_NETWORK_XFRM is not set | ||
2074 | # CONFIG_SECURITY_PATH is not set | ||
2075 | # CONFIG_SECURITY_TOMOYO is not set | ||
2076 | # CONFIG_SECURITY_APPARMOR is not set | ||
2077 | # CONFIG_IMA is not set | ||
2078 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
2079 | CONFIG_DEFAULT_SECURITY="" | ||
2080 | CONFIG_CRYPTO=y | ||
2081 | |||
2082 | # | ||
2083 | # Crypto core or helper | ||
2084 | # | ||
2085 | CONFIG_CRYPTO_ALGAPI=y | ||
2086 | CONFIG_CRYPTO_ALGAPI2=y | ||
2087 | CONFIG_CRYPTO_AEAD2=y | ||
2088 | CONFIG_CRYPTO_BLKCIPHER=y | ||
2089 | CONFIG_CRYPTO_BLKCIPHER2=y | ||
2090 | CONFIG_CRYPTO_HASH=y | ||
2091 | CONFIG_CRYPTO_HASH2=y | ||
2092 | CONFIG_CRYPTO_RNG2=y | ||
2093 | CONFIG_CRYPTO_PCOMP2=y | ||
2094 | CONFIG_CRYPTO_MANAGER=y | ||
2095 | CONFIG_CRYPTO_MANAGER2=y | ||
2096 | CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y | ||
2097 | # CONFIG_CRYPTO_GF128MUL is not set | ||
2098 | # CONFIG_CRYPTO_NULL is not set | ||
2099 | CONFIG_CRYPTO_WORKQUEUE=y | ||
2100 | # CONFIG_CRYPTO_CRYPTD is not set | ||
2101 | # CONFIG_CRYPTO_AUTHENC is not set | ||
2102 | # CONFIG_CRYPTO_TEST is not set | ||
2103 | |||
2104 | # | ||
2105 | # Authenticated Encryption with Associated Data | ||
2106 | # | ||
2107 | # CONFIG_CRYPTO_CCM is not set | ||
2108 | # CONFIG_CRYPTO_GCM is not set | ||
2109 | # CONFIG_CRYPTO_SEQIV is not set | ||
2110 | |||
2111 | # | ||
2112 | # Block modes | ||
2113 | # | ||
2114 | CONFIG_CRYPTO_CBC=y | ||
2115 | # CONFIG_CRYPTO_CTR is not set | ||
2116 | # CONFIG_CRYPTO_CTS is not set | ||
2117 | # CONFIG_CRYPTO_ECB is not set | ||
2118 | # CONFIG_CRYPTO_LRW is not set | ||
2119 | # CONFIG_CRYPTO_PCBC is not set | ||
2120 | # CONFIG_CRYPTO_XTS is not set | ||
2121 | |||
2122 | # | ||
2123 | # Hash modes | ||
2124 | # | ||
2125 | # CONFIG_CRYPTO_HMAC is not set | ||
2126 | # CONFIG_CRYPTO_XCBC is not set | ||
2127 | # CONFIG_CRYPTO_VMAC is not set | ||
2128 | |||
2129 | # | ||
2130 | # Digest | ||
2131 | # | ||
2132 | # CONFIG_CRYPTO_CRC32C is not set | ||
2133 | # CONFIG_CRYPTO_GHASH is not set | ||
2134 | # CONFIG_CRYPTO_MD4 is not set | ||
2135 | CONFIG_CRYPTO_MD5=y | ||
2136 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
2137 | # CONFIG_CRYPTO_RMD128 is not set | ||
2138 | # CONFIG_CRYPTO_RMD160 is not set | ||
2139 | # CONFIG_CRYPTO_RMD256 is not set | ||
2140 | # CONFIG_CRYPTO_RMD320 is not set | ||
2141 | # CONFIG_CRYPTO_SHA1 is not set | ||
2142 | # CONFIG_CRYPTO_SHA256 is not set | ||
2143 | # CONFIG_CRYPTO_SHA512 is not set | ||
2144 | # CONFIG_CRYPTO_TGR192 is not set | ||
2145 | # CONFIG_CRYPTO_WP512 is not set | ||
2146 | |||
2147 | # | ||
2148 | # Ciphers | ||
2149 | # | ||
2150 | CONFIG_CRYPTO_AES=m | ||
2151 | # CONFIG_CRYPTO_ANUBIS is not set | ||
2152 | # CONFIG_CRYPTO_ARC4 is not set | ||
2153 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
2154 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
2155 | # CONFIG_CRYPTO_CAST5 is not set | ||
2156 | # CONFIG_CRYPTO_CAST6 is not set | ||
2157 | CONFIG_CRYPTO_DES=y | ||
2158 | # CONFIG_CRYPTO_FCRYPT is not set | ||
2159 | # CONFIG_CRYPTO_KHAZAD is not set | ||
2160 | # CONFIG_CRYPTO_SALSA20 is not set | ||
2161 | # CONFIG_CRYPTO_SEED is not set | ||
2162 | # CONFIG_CRYPTO_SERPENT is not set | ||
2163 | # CONFIG_CRYPTO_TEA is not set | ||
2164 | # CONFIG_CRYPTO_TWOFISH is not set | ||
2165 | |||
2166 | # | ||
2167 | # Compression | ||
2168 | # | ||
2169 | # CONFIG_CRYPTO_DEFLATE is not set | ||
2170 | # CONFIG_CRYPTO_ZLIB is not set | ||
2171 | # CONFIG_CRYPTO_LZO is not set | ||
2172 | |||
2173 | # | ||
2174 | # Random Number Generation | ||
2175 | # | ||
2176 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | ||
2177 | # CONFIG_CRYPTO_HW is not set | ||
2178 | # CONFIG_BINARY_PRINTF is not set | ||
2179 | |||
2180 | # | ||
2181 | # Library routines | ||
2182 | # | ||
2183 | CONFIG_BITREVERSE=y | ||
2184 | CONFIG_GENERIC_FIND_LAST_BIT=y | ||
2185 | # CONFIG_CRC_CCITT is not set | ||
2186 | # CONFIG_CRC16 is not set | ||
2187 | # CONFIG_CRC_T10DIF is not set | ||
2188 | # CONFIG_CRC_ITU_T is not set | ||
2189 | CONFIG_CRC32=y | ||
2190 | # CONFIG_CRC7 is not set | ||
2191 | # CONFIG_LIBCRC32C is not set | ||
2192 | CONFIG_ZLIB_INFLATE=y | ||
2193 | CONFIG_ZLIB_DEFLATE=y | ||
2194 | CONFIG_LZO_DECOMPRESS=y | ||
2195 | CONFIG_DECOMPRESS_GZIP=y | ||
2196 | CONFIG_DECOMPRESS_BZIP2=y | ||
2197 | CONFIG_DECOMPRESS_LZMA=y | ||
2198 | CONFIG_DECOMPRESS_LZO=y | ||
2199 | CONFIG_HAS_IOMEM=y | ||
2200 | CONFIG_HAS_IOPORT=y | ||
2201 | CONFIG_HAS_DMA=y | ||
2202 | CONFIG_NLATTR=y | ||
diff --git a/recipes-kernel/linux/linux-ti81xx-psp_2.6.37.bb b/recipes-kernel/linux/linux-ti81xx-psp_2.6.37.bb deleted file mode 100644 index e5a38363..00000000 --- a/recipes-kernel/linux/linux-ti81xx-psp_2.6.37.bb +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
1 | require multi-kernel.inc | ||
2 | |||
3 | DESCRIPTION = "Linux kernel for TI81xx processors" | ||
4 | KERNEL_IMAGETYPE = "uImage" | ||
5 | |||
6 | COMPATIBLE_MACHINE = "am387x-evm|am389x-evm|c6a814x-evm|c6a816x-evm|dm814x-evm" | ||
7 | |||
8 | # This is on the ti81xx-master branch | ||
9 | SRCREV = "745a06cb913ad7a9ab44855aa36d8c012cd5793b" | ||
10 | |||
11 | # The main PR is now using MACHINE_KERNEL_PR, for omap3 see conf/machine/include/omap3.inc | ||
12 | MACHINE_KERNEL_PR_append = "a+gitr${SRCREV}" | ||
13 | |||
14 | SRC_URI += "git://arago-project.org/git/projects/linux-omap3.git;protocol=git;branch=ti81xx-master \ | ||
15 | file://0001-ti814x-added-code-for-disabling-the-least-significan.patch \ | ||
16 | file://defconfig" | ||
17 | |||
18 | S = "${WORKDIR}/git" | ||
19 | |||
20 | # Perf in 2.6.37-psp doesn't build, so disable it | ||
21 | do_compile_perf() { | ||
22 | : | ||
23 | } | ||
24 | |||
25 | do_install_perf() { | ||
26 | : | ||
27 | } | ||
28 | |||