diff options
author | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 17:26:23 +0000 |
---|---|---|
committer | Marcin Juszkiewicz <hrw@openedhand.com> | 2008-02-06 17:26:23 +0000 |
commit | da5bdff35e3ea50f2a1d11bf02d5aca6a081d139 (patch) | |
tree | e52cb588c6674deab2d7f4c65e8d16628622c8af | |
parent | f5718978fcba5fc4ef6294d16e40dba0c75be661 (diff) | |
download | poky-da5bdff35e3ea50f2a1d11bf02d5aca6a081d139.tar.gz |
linux-rp: enable userspace VESA framebuffer for bootcdx86 machine
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@3679 311d38ba-8fff-0310-9ca6-ca027cbcb966
-rw-r--r-- | meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 | 481 | ||||
-rw-r--r-- | meta/packages/linux/linux-rp_2.6.23.bb | 2 |
2 files changed, 196 insertions, 287 deletions
diff --git a/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 b/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 index e8852205e5..d45dba1b2f 100644 --- a/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 +++ b/meta/packages/linux/linux-rp-2.6.23/defconfig-bootcdx86 | |||
@@ -1,10 +1,11 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.21 | 3 | # Linux kernel version: 2.6.23 |
4 | # Mon Jun 11 12:01:43 2007 | 4 | # Wed Feb 6 18:24:38 2008 |
5 | # | 5 | # |
6 | CONFIG_X86_32=y | 6 | CONFIG_X86_32=y |
7 | CONFIG_GENERIC_TIME=y | 7 | CONFIG_GENERIC_TIME=y |
8 | CONFIG_GENERIC_CMOS_UPDATE=y | ||
8 | CONFIG_CLOCKSOURCE_WATCHDOG=y | 9 | CONFIG_CLOCKSOURCE_WATCHDOG=y |
9 | CONFIG_GENERIC_CLOCKEVENTS=y | 10 | CONFIG_GENERIC_CLOCKEVENTS=y |
10 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y | 11 | CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y |
@@ -14,6 +15,7 @@ CONFIG_SEMAPHORE_SLEEPERS=y | |||
14 | CONFIG_X86=y | 15 | CONFIG_X86=y |
15 | CONFIG_MMU=y | 16 | CONFIG_MMU=y |
16 | CONFIG_ZONE_DMA=y | 17 | CONFIG_ZONE_DMA=y |
18 | CONFIG_QUICKLIST=y | ||
17 | CONFIG_GENERIC_ISA_DMA=y | 19 | CONFIG_GENERIC_ISA_DMA=y |
18 | CONFIG_GENERIC_IOMAP=y | 20 | CONFIG_GENERIC_IOMAP=y |
19 | CONFIG_GENERIC_BUG=y | 21 | CONFIG_GENERIC_BUG=y |
@@ -23,28 +25,24 @@ CONFIG_DMI=y | |||
23 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 25 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
24 | 26 | ||
25 | # | 27 | # |
26 | # Code maturity level options | 28 | # General setup |
27 | # | 29 | # |
28 | CONFIG_EXPERIMENTAL=y | 30 | CONFIG_EXPERIMENTAL=y |
29 | CONFIG_LOCK_KERNEL=y | 31 | CONFIG_LOCK_KERNEL=y |
30 | CONFIG_INIT_ENV_ARG_LIMIT=32 | 32 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
31 | |||
32 | # | ||
33 | # General setup | ||
34 | # | ||
35 | CONFIG_LOCALVERSION="" | 33 | CONFIG_LOCALVERSION="" |
36 | CONFIG_LOCALVERSION_AUTO=y | 34 | CONFIG_LOCALVERSION_AUTO=y |
37 | CONFIG_SWAP=y | 35 | CONFIG_SWAP=y |
38 | CONFIG_SYSVIPC=y | 36 | CONFIG_SYSVIPC=y |
39 | # CONFIG_IPC_NS is not set | ||
40 | CONFIG_SYSVIPC_SYSCTL=y | 37 | CONFIG_SYSVIPC_SYSCTL=y |
41 | CONFIG_POSIX_MQUEUE=y | 38 | CONFIG_POSIX_MQUEUE=y |
42 | # CONFIG_BSD_PROCESS_ACCT is not set | 39 | # CONFIG_BSD_PROCESS_ACCT is not set |
43 | # CONFIG_TASKSTATS is not set | 40 | # CONFIG_TASKSTATS is not set |
44 | # CONFIG_UTS_NS is not set | 41 | # CONFIG_USER_NS is not set |
45 | CONFIG_AUDIT=y | 42 | CONFIG_AUDIT=y |
46 | CONFIG_AUDITSYSCALL=y | 43 | CONFIG_AUDITSYSCALL=y |
47 | # CONFIG_IKCONFIG is not set | 44 | # CONFIG_IKCONFIG is not set |
45 | CONFIG_LOG_BUF_SHIFT=15 | ||
48 | # CONFIG_CPUSETS is not set | 46 | # CONFIG_CPUSETS is not set |
49 | # CONFIG_SYSFS_DEPRECATED is not set | 47 | # CONFIG_SYSFS_DEPRECATED is not set |
50 | # CONFIG_RELAY is not set | 48 | # CONFIG_RELAY is not set |
@@ -63,31 +61,29 @@ CONFIG_BUG=y | |||
63 | CONFIG_ELF_CORE=y | 61 | CONFIG_ELF_CORE=y |
64 | CONFIG_BASE_FULL=y | 62 | CONFIG_BASE_FULL=y |
65 | CONFIG_FUTEX=y | 63 | CONFIG_FUTEX=y |
64 | CONFIG_ANON_INODES=y | ||
66 | CONFIG_EPOLL=y | 65 | CONFIG_EPOLL=y |
66 | CONFIG_SIGNALFD=y | ||
67 | CONFIG_EVENTFD=y | ||
67 | CONFIG_SHMEM=y | 68 | CONFIG_SHMEM=y |
68 | CONFIG_SLAB=y | ||
69 | CONFIG_VM_EVENT_COUNTERS=y | 69 | CONFIG_VM_EVENT_COUNTERS=y |
70 | CONFIG_SLAB=y | ||
71 | # CONFIG_SLUB is not set | ||
72 | # CONFIG_SLOB is not set | ||
70 | CONFIG_RT_MUTEXES=y | 73 | CONFIG_RT_MUTEXES=y |
71 | # CONFIG_TINY_SHMEM is not set | 74 | # CONFIG_TINY_SHMEM is not set |
72 | CONFIG_BASE_SMALL=0 | 75 | CONFIG_BASE_SMALL=0 |
73 | # CONFIG_SLOB is not set | ||
74 | |||
75 | # | ||
76 | # Loadable module support | ||
77 | # | ||
78 | CONFIG_MODULES=y | 76 | CONFIG_MODULES=y |
79 | # CONFIG_MODULE_UNLOAD is not set | 77 | # CONFIG_MODULE_UNLOAD is not set |
80 | # CONFIG_MODVERSIONS is not set | 78 | # CONFIG_MODVERSIONS is not set |
81 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 79 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
82 | CONFIG_KMOD=y | 80 | CONFIG_KMOD=y |
83 | 81 | CONFIG_STOP_MACHINE=y | |
84 | # | ||
85 | # Block layer | ||
86 | # | ||
87 | CONFIG_BLOCK=y | 82 | CONFIG_BLOCK=y |
88 | # CONFIG_LBD is not set | 83 | # CONFIG_LBD is not set |
89 | # CONFIG_BLK_DEV_IO_TRACE is not set | 84 | # CONFIG_BLK_DEV_IO_TRACE is not set |
90 | # CONFIG_LSF is not set | 85 | # CONFIG_LSF is not set |
86 | # CONFIG_BLK_DEV_BSG is not set | ||
91 | 87 | ||
92 | # | 88 | # |
93 | # IO Schedulers | 89 | # IO Schedulers |
@@ -142,9 +138,11 @@ CONFIG_MPENTIUMII=y | |||
142 | # CONFIG_MGEODE_LX is not set | 138 | # CONFIG_MGEODE_LX is not set |
143 | # CONFIG_MCYRIXIII is not set | 139 | # CONFIG_MCYRIXIII is not set |
144 | # CONFIG_MVIAC3_2 is not set | 140 | # CONFIG_MVIAC3_2 is not set |
141 | # CONFIG_MVIAC7 is not set | ||
145 | CONFIG_X86_GENERIC=y | 142 | CONFIG_X86_GENERIC=y |
146 | CONFIG_X86_CMPXCHG=y | 143 | CONFIG_X86_CMPXCHG=y |
147 | CONFIG_X86_L1_CACHE_SHIFT=7 | 144 | CONFIG_X86_L1_CACHE_SHIFT=7 |
145 | CONFIG_X86_XADD=y | ||
148 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | 146 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y |
149 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | 147 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
150 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | 148 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
@@ -153,11 +151,12 @@ CONFIG_X86_WP_WORKS_OK=y | |||
153 | CONFIG_X86_INVLPG=y | 151 | CONFIG_X86_INVLPG=y |
154 | CONFIG_X86_BSWAP=y | 152 | CONFIG_X86_BSWAP=y |
155 | CONFIG_X86_POPAD_OK=y | 153 | CONFIG_X86_POPAD_OK=y |
156 | CONFIG_X86_CMPXCHG64=y | ||
157 | CONFIG_X86_GOOD_APIC=y | 154 | CONFIG_X86_GOOD_APIC=y |
158 | CONFIG_X86_INTEL_USERCOPY=y | 155 | CONFIG_X86_INTEL_USERCOPY=y |
159 | CONFIG_X86_USE_PPRO_CHECKSUM=y | 156 | CONFIG_X86_USE_PPRO_CHECKSUM=y |
160 | CONFIG_X86_TSC=y | 157 | CONFIG_X86_TSC=y |
158 | CONFIG_X86_CMOV=y | ||
159 | CONFIG_X86_MINIMUM_CPU_FAMILY=4 | ||
161 | CONFIG_HPET_TIMER=y | 160 | CONFIG_HPET_TIMER=y |
162 | CONFIG_NR_CPUS=8 | 161 | CONFIG_NR_CPUS=8 |
163 | CONFIG_SCHED_SMT=y | 162 | CONFIG_SCHED_SMT=y |
@@ -185,14 +184,17 @@ CONFIG_VM86=y | |||
185 | # CONFIG_EDD is not set | 184 | # CONFIG_EDD is not set |
186 | # CONFIG_DELL_RBU is not set | 185 | # CONFIG_DELL_RBU is not set |
187 | # CONFIG_DCDBAS is not set | 186 | # CONFIG_DCDBAS is not set |
187 | CONFIG_DMIID=y | ||
188 | CONFIG_NOHIGHMEM=y | 188 | CONFIG_NOHIGHMEM=y |
189 | # CONFIG_HIGHMEM4G is not set | 189 | # CONFIG_HIGHMEM4G is not set |
190 | # CONFIG_HIGHMEM64G is not set | 190 | # CONFIG_HIGHMEM64G is not set |
191 | CONFIG_VMSPLIT_3G=y | 191 | CONFIG_VMSPLIT_3G=y |
192 | # CONFIG_VMSPLIT_3G_OPT is not set | 192 | # CONFIG_VMSPLIT_3G_OPT is not set |
193 | # CONFIG_VMSPLIT_2G is not set | 193 | # CONFIG_VMSPLIT_2G is not set |
194 | # CONFIG_VMSPLIT_2G_OPT is not set | ||
194 | # CONFIG_VMSPLIT_1G is not set | 195 | # CONFIG_VMSPLIT_1G is not set |
195 | CONFIG_PAGE_OFFSET=0xC0000000 | 196 | CONFIG_PAGE_OFFSET=0xC0000000 |
197 | # CONFIG_X86_PAE is not set | ||
196 | CONFIG_ARCH_FLATMEM_ENABLE=y | 198 | CONFIG_ARCH_FLATMEM_ENABLE=y |
197 | CONFIG_ARCH_SPARSEMEM_ENABLE=y | 199 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
198 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y | 200 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
@@ -207,6 +209,9 @@ CONFIG_SPARSEMEM_STATIC=y | |||
207 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 209 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
208 | # CONFIG_RESOURCES_64BIT is not set | 210 | # CONFIG_RESOURCES_64BIT is not set |
209 | CONFIG_ZONE_DMA_FLAG=1 | 211 | CONFIG_ZONE_DMA_FLAG=1 |
212 | CONFIG_BOUNCE=y | ||
213 | CONFIG_NR_QUICK=1 | ||
214 | CONFIG_VIRT_TO_BUS=y | ||
210 | # CONFIG_MATH_EMULATION is not set | 215 | # CONFIG_MATH_EMULATION is not set |
211 | CONFIG_MTRR=y | 216 | CONFIG_MTRR=y |
212 | # CONFIG_EFI is not set | 217 | # CONFIG_EFI is not set |
@@ -218,11 +223,10 @@ CONFIG_HZ_250=y | |||
218 | # CONFIG_HZ_1000 is not set | 223 | # CONFIG_HZ_1000 is not set |
219 | CONFIG_HZ=250 | 224 | CONFIG_HZ=250 |
220 | CONFIG_KEXEC=y | 225 | CONFIG_KEXEC=y |
221 | CONFIG_ATAGS_PROC=y | ||
222 | CONFIG_PHYSICAL_START=0x100000 | 226 | CONFIG_PHYSICAL_START=0x100000 |
223 | # CONFIG_RELOCATABLE is not set | 227 | # CONFIG_RELOCATABLE is not set |
224 | CONFIG_PHYSICAL_ALIGN=0x100000 | 228 | CONFIG_PHYSICAL_ALIGN=0x100000 |
225 | # CONFIG_HOTPLUG_CPU is not set | 229 | CONFIG_HOTPLUG_CPU=y |
226 | # CONFIG_COMPAT_VDSO is not set | 230 | # CONFIG_COMPAT_VDSO is not set |
227 | 231 | ||
228 | # | 232 | # |
@@ -231,22 +235,25 @@ CONFIG_PHYSICAL_ALIGN=0x100000 | |||
231 | CONFIG_PM=y | 235 | CONFIG_PM=y |
232 | CONFIG_PM_LEGACY=y | 236 | CONFIG_PM_LEGACY=y |
233 | # CONFIG_PM_DEBUG is not set | 237 | # CONFIG_PM_DEBUG is not set |
234 | # CONFIG_PM_SYSFS_DEPRECATED is not set | 238 | CONFIG_PM_SLEEP_SMP=y |
235 | 239 | CONFIG_PM_SLEEP=y | |
236 | # | 240 | CONFIG_SUSPEND_SMP_POSSIBLE=y |
237 | # ACPI (Advanced Configuration and Power Interface) Support | 241 | CONFIG_SUSPEND=y |
238 | # | 242 | CONFIG_HIBERNATION_SMP_POSSIBLE=y |
243 | # CONFIG_HIBERNATION is not set | ||
239 | CONFIG_ACPI=y | 244 | CONFIG_ACPI=y |
245 | CONFIG_ACPI_SLEEP=y | ||
240 | CONFIG_ACPI_PROCFS=y | 246 | CONFIG_ACPI_PROCFS=y |
247 | CONFIG_ACPI_PROC_EVENT=y | ||
241 | CONFIG_ACPI_AC=y | 248 | CONFIG_ACPI_AC=y |
242 | CONFIG_ACPI_BATTERY=y | 249 | CONFIG_ACPI_BATTERY=y |
243 | CONFIG_ACPI_BUTTON=y | 250 | CONFIG_ACPI_BUTTON=y |
244 | CONFIG_ACPI_FAN=y | 251 | CONFIG_ACPI_FAN=y |
245 | # CONFIG_ACPI_DOCK is not set | 252 | # CONFIG_ACPI_DOCK is not set |
246 | CONFIG_ACPI_PROCESSOR=y | 253 | CONFIG_ACPI_PROCESSOR=y |
254 | CONFIG_ACPI_HOTPLUG_CPU=y | ||
247 | CONFIG_ACPI_THERMAL=y | 255 | CONFIG_ACPI_THERMAL=y |
248 | # CONFIG_ACPI_ASUS is not set | 256 | # CONFIG_ACPI_ASUS is not set |
249 | # CONFIG_ACPI_IBM is not set | ||
250 | # CONFIG_ACPI_TOSHIBA is not set | 257 | # CONFIG_ACPI_TOSHIBA is not set |
251 | CONFIG_ACPI_BLACKLIST_YEAR=0 | 258 | CONFIG_ACPI_BLACKLIST_YEAR=0 |
252 | # CONFIG_ACPI_DEBUG is not set | 259 | # CONFIG_ACPI_DEBUG is not set |
@@ -254,11 +261,8 @@ CONFIG_ACPI_EC=y | |||
254 | CONFIG_ACPI_POWER=y | 261 | CONFIG_ACPI_POWER=y |
255 | CONFIG_ACPI_SYSTEM=y | 262 | CONFIG_ACPI_SYSTEM=y |
256 | CONFIG_X86_PM_TIMER=y | 263 | CONFIG_X86_PM_TIMER=y |
257 | # CONFIG_ACPI_CONTAINER is not set | 264 | CONFIG_ACPI_CONTAINER=y |
258 | 265 | # CONFIG_ACPI_SBS is not set | |
259 | # | ||
260 | # APM (Advanced Power Management) BIOS Support | ||
261 | # | ||
262 | # CONFIG_APM is not set | 266 | # CONFIG_APM is not set |
263 | 267 | ||
264 | # | 268 | # |
@@ -279,6 +283,7 @@ CONFIG_PCI_DIRECT=y | |||
279 | CONFIG_PCI_MMCONFIG=y | 283 | CONFIG_PCI_MMCONFIG=y |
280 | CONFIG_PCIEPORTBUS=y | 284 | CONFIG_PCIEPORTBUS=y |
281 | CONFIG_PCIEAER=y | 285 | CONFIG_PCIEAER=y |
286 | CONFIG_ARCH_SUPPORTS_MSI=y | ||
282 | CONFIG_PCI_MSI=y | 287 | CONFIG_PCI_MSI=y |
283 | CONFIG_HT_IRQ=y | 288 | CONFIG_HT_IRQ=y |
284 | CONFIG_ISA_DMA_API=y | 289 | CONFIG_ISA_DMA_API=y |
@@ -292,10 +297,6 @@ CONFIG_K8_NB=y | |||
292 | # PCCARD (PCMCIA/CardBus) support | 297 | # PCCARD (PCMCIA/CardBus) support |
293 | # | 298 | # |
294 | # CONFIG_PCCARD is not set | 299 | # CONFIG_PCCARD is not set |
295 | |||
296 | # | ||
297 | # PCI Hotplug Support | ||
298 | # | ||
299 | # CONFIG_HOTPLUG_PCI is not set | 300 | # CONFIG_HOTPLUG_PCI is not set |
300 | 301 | ||
301 | # | 302 | # |
@@ -313,7 +314,6 @@ CONFIG_NET=y | |||
313 | # | 314 | # |
314 | # Networking options | 315 | # Networking options |
315 | # | 316 | # |
316 | # CONFIG_NETDEBUG is not set | ||
317 | CONFIG_PACKET=m | 317 | CONFIG_PACKET=m |
318 | # CONFIG_PACKET_MMAP is not set | 318 | # CONFIG_PACKET_MMAP is not set |
319 | CONFIG_UNIX=y | 319 | CONFIG_UNIX=y |
@@ -345,6 +345,7 @@ CONFIG_INET_TCP_DIAG=y | |||
345 | CONFIG_TCP_CONG_CUBIC=y | 345 | CONFIG_TCP_CONG_CUBIC=y |
346 | CONFIG_DEFAULT_TCP_CONG="cubic" | 346 | CONFIG_DEFAULT_TCP_CONG="cubic" |
347 | # CONFIG_TCP_MD5SIG is not set | 347 | # CONFIG_TCP_MD5SIG is not set |
348 | # CONFIG_IP_VS is not set | ||
348 | # CONFIG_IPV6 is not set | 349 | # CONFIG_IPV6 is not set |
349 | # CONFIG_INET6_XFRM_TUNNEL is not set | 350 | # CONFIG_INET6_XFRM_TUNNEL is not set |
350 | # CONFIG_INET6_TUNNEL is not set | 351 | # CONFIG_INET6_TUNNEL is not set |
@@ -374,7 +375,6 @@ CONFIG_NETFILTER_XTABLES=m | |||
374 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set | 375 | # CONFIG_NETFILTER_XT_MATCH_LIMIT is not set |
375 | # CONFIG_NETFILTER_XT_MATCH_MAC is not set | 376 | # CONFIG_NETFILTER_XT_MATCH_MAC is not set |
376 | # CONFIG_NETFILTER_XT_MATCH_MARK is not set | 377 | # CONFIG_NETFILTER_XT_MATCH_MARK is not set |
377 | # CONFIG_NETFILTER_XT_MATCH_POLICY is not set | ||
378 | # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set | 378 | # CONFIG_NETFILTER_XT_MATCH_MULTIPORT is not set |
379 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set | 379 | # CONFIG_NETFILTER_XT_MATCH_PKTTYPE is not set |
380 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set | 380 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set |
@@ -411,21 +411,8 @@ CONFIG_IP_NF_RAW=m | |||
411 | CONFIG_IP_NF_ARPTABLES=m | 411 | CONFIG_IP_NF_ARPTABLES=m |
412 | CONFIG_IP_NF_ARPFILTER=m | 412 | CONFIG_IP_NF_ARPFILTER=m |
413 | CONFIG_IP_NF_ARP_MANGLE=m | 413 | CONFIG_IP_NF_ARP_MANGLE=m |
414 | |||
415 | |||
416 | # | ||
417 | # DCCP Configuration (EXPERIMENTAL) | ||
418 | # | ||
419 | # CONFIG_IP_DCCP is not set | 414 | # CONFIG_IP_DCCP is not set |
420 | |||
421 | # | ||
422 | # SCTP Configuration (EXPERIMENTAL) | ||
423 | # | ||
424 | # CONFIG_IP_SCTP is not set | 415 | # CONFIG_IP_SCTP is not set |
425 | |||
426 | # | ||
427 | # TIPC Configuration (EXPERIMENTAL) | ||
428 | # | ||
429 | # CONFIG_TIPC is not set | 416 | # CONFIG_TIPC is not set |
430 | # CONFIG_ATM is not set | 417 | # CONFIG_ATM is not set |
431 | # CONFIG_BRIDGE is not set | 418 | # CONFIG_BRIDGE is not set |
@@ -451,7 +438,17 @@ CONFIG_IP_NF_ARP_MANGLE=m | |||
451 | # CONFIG_HAMRADIO is not set | 438 | # CONFIG_HAMRADIO is not set |
452 | # CONFIG_IRDA is not set | 439 | # CONFIG_IRDA is not set |
453 | # CONFIG_BT is not set | 440 | # CONFIG_BT is not set |
441 | # CONFIG_AF_RXRPC is not set | ||
442 | |||
443 | # | ||
444 | # Wireless | ||
445 | # | ||
446 | # CONFIG_CFG80211 is not set | ||
447 | # CONFIG_WIRELESS_EXT is not set | ||
448 | # CONFIG_MAC80211 is not set | ||
454 | # CONFIG_IEEE80211 is not set | 449 | # CONFIG_IEEE80211 is not set |
450 | # CONFIG_RFKILL is not set | ||
451 | # CONFIG_NET_9P is not set | ||
455 | 452 | ||
456 | # | 453 | # |
457 | # Device Drivers | 454 | # Device Drivers |
@@ -464,25 +461,10 @@ CONFIG_STANDALONE=y | |||
464 | CONFIG_PREVENT_FIRMWARE_BUILD=y | 461 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
465 | CONFIG_FW_LOADER=m | 462 | CONFIG_FW_LOADER=m |
466 | # CONFIG_SYS_HYPERVISOR is not set | 463 | # CONFIG_SYS_HYPERVISOR is not set |
467 | 464 | CONFIG_CONNECTOR=y | |
468 | # | 465 | CONFIG_PROC_EVENTS=y |
469 | # Connector - unified userspace <-> kernelspace linker | ||
470 | # | ||
471 | # CONFIG_CONNECTOR is not set | ||
472 | |||
473 | # | ||
474 | # Memory Technology Devices (MTD) | ||
475 | # | ||
476 | # CONFIG_MTD is not set | 466 | # CONFIG_MTD is not set |
477 | |||
478 | # | ||
479 | # Parallel port support | ||
480 | # | ||
481 | # CONFIG_PARPORT is not set | 467 | # CONFIG_PARPORT is not set |
482 | |||
483 | # | ||
484 | # Plug and Play support | ||
485 | # | ||
486 | CONFIG_PNP=y | 468 | CONFIG_PNP=y |
487 | # CONFIG_PNP_DEBUG is not set | 469 | # CONFIG_PNP_DEBUG is not set |
488 | 470 | ||
@@ -492,10 +474,7 @@ CONFIG_PNP=y | |||
492 | # CONFIG_ISAPNP is not set | 474 | # CONFIG_ISAPNP is not set |
493 | # CONFIG_PNPBIOS is not set | 475 | # CONFIG_PNPBIOS is not set |
494 | CONFIG_PNPACPI=y | 476 | CONFIG_PNPACPI=y |
495 | 477 | CONFIG_BLK_DEV=y | |
496 | # | ||
497 | # Block devices | ||
498 | # | ||
499 | # CONFIG_BLK_DEV_FD is not set | 478 | # CONFIG_BLK_DEV_FD is not set |
500 | # CONFIG_BLK_DEV_XD is not set | 479 | # CONFIG_BLK_DEV_XD is not set |
501 | # CONFIG_BLK_CPQ_DA is not set | 480 | # CONFIG_BLK_CPQ_DA is not set |
@@ -513,18 +492,14 @@ CONFIG_BLK_DEV_RAM_SIZE=65536 | |||
513 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | 492 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 |
514 | # CONFIG_CDROM_PKTCDVD is not set | 493 | # CONFIG_CDROM_PKTCDVD is not set |
515 | # CONFIG_ATA_OVER_ETH is not set | 494 | # CONFIG_ATA_OVER_ETH is not set |
516 | 495 | CONFIG_MISC_DEVICES=y | |
517 | # | ||
518 | # Misc devices | ||
519 | # | ||
520 | # CONFIG_IBM_ASM is not set | 496 | # CONFIG_IBM_ASM is not set |
497 | # CONFIG_PHANTOM is not set | ||
498 | # CONFIG_EEPROM_93CX6 is not set | ||
521 | # CONFIG_SGI_IOC4 is not set | 499 | # CONFIG_SGI_IOC4 is not set |
522 | # CONFIG_TIFM_CORE is not set | 500 | # CONFIG_TIFM_CORE is not set |
523 | # CONFIG_SONY_LAPTOP is not set | 501 | # CONFIG_SONY_LAPTOP is not set |
524 | 502 | # CONFIG_THINKPAD_ACPI is not set | |
525 | # | ||
526 | # ATA/ATAPI/MFM/RLL support | ||
527 | # | ||
528 | # CONFIG_IDE is not set | 503 | # CONFIG_IDE is not set |
529 | 504 | ||
530 | # | 505 | # |
@@ -532,6 +507,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | |||
532 | # | 507 | # |
533 | # CONFIG_RAID_ATTRS is not set | 508 | # CONFIG_RAID_ATTRS is not set |
534 | CONFIG_SCSI=y | 509 | CONFIG_SCSI=y |
510 | CONFIG_SCSI_DMA=y | ||
535 | # CONFIG_SCSI_TGT is not set | 511 | # CONFIG_SCSI_TGT is not set |
536 | # CONFIG_SCSI_NETLINK is not set | 512 | # CONFIG_SCSI_NETLINK is not set |
537 | CONFIG_SCSI_PROC_FS=y | 513 | CONFIG_SCSI_PROC_FS=y |
@@ -553,6 +529,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
553 | # CONFIG_SCSI_CONSTANTS is not set | 529 | # CONFIG_SCSI_CONSTANTS is not set |
554 | # CONFIG_SCSI_LOGGING is not set | 530 | # CONFIG_SCSI_LOGGING is not set |
555 | # CONFIG_SCSI_SCAN_ASYNC is not set | 531 | # CONFIG_SCSI_SCAN_ASYNC is not set |
532 | CONFIG_SCSI_WAIT_SCAN=m | ||
556 | 533 | ||
557 | # | 534 | # |
558 | # SCSI Transports | 535 | # SCSI Transports |
@@ -560,12 +537,8 @@ CONFIG_SCSI_MULTI_LUN=y | |||
560 | # CONFIG_SCSI_SPI_ATTRS is not set | 537 | # CONFIG_SCSI_SPI_ATTRS is not set |
561 | # CONFIG_SCSI_FC_ATTRS is not set | 538 | # CONFIG_SCSI_FC_ATTRS is not set |
562 | # CONFIG_SCSI_ISCSI_ATTRS is not set | 539 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
563 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
564 | # CONFIG_SCSI_SAS_LIBSAS is not set | 540 | # CONFIG_SCSI_SAS_LIBSAS is not set |
565 | 541 | CONFIG_SCSI_LOWLEVEL=y | |
566 | # | ||
567 | # SCSI low-level drivers | ||
568 | # | ||
569 | # CONFIG_ISCSI_TCP is not set | 542 | # CONFIG_ISCSI_TCP is not set |
570 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 543 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
571 | # CONFIG_SCSI_3W_9XXX is not set | 544 | # CONFIG_SCSI_3W_9XXX is not set |
@@ -617,20 +590,7 @@ CONFIG_SCSI_MULTI_LUN=y | |||
617 | # CONFIG_SCSI_NSP32 is not set | 590 | # CONFIG_SCSI_NSP32 is not set |
618 | # CONFIG_SCSI_DEBUG is not set | 591 | # CONFIG_SCSI_DEBUG is not set |
619 | # CONFIG_SCSI_SRP is not set | 592 | # CONFIG_SCSI_SRP is not set |
620 | |||
621 | # | ||
622 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
623 | # | ||
624 | # CONFIG_ATA is not set | 593 | # CONFIG_ATA is not set |
625 | |||
626 | # | ||
627 | # Old CD-ROM drivers (not SCSI, not IDE) | ||
628 | # | ||
629 | # CONFIG_CD_NO_IDESCSI is not set | ||
630 | |||
631 | # | ||
632 | # Multi-device support (RAID and LVM) | ||
633 | # | ||
634 | # CONFIG_MD is not set | 594 | # CONFIG_MD is not set |
635 | 595 | ||
636 | # | 596 | # |
@@ -644,41 +604,20 @@ CONFIG_SCSI_MULTI_LUN=y | |||
644 | # | 604 | # |
645 | # IEEE 1394 (FireWire) support | 605 | # IEEE 1394 (FireWire) support |
646 | # | 606 | # |
607 | # CONFIG_FIREWIRE is not set | ||
647 | # CONFIG_IEEE1394 is not set | 608 | # CONFIG_IEEE1394 is not set |
648 | |||
649 | # | ||
650 | # I2O device support | ||
651 | # | ||
652 | # CONFIG_I2O is not set | 609 | # CONFIG_I2O is not set |
653 | 610 | # CONFIG_MACINTOSH_DRIVERS is not set | |
654 | # | ||
655 | # Macintosh device drivers | ||
656 | # | ||
657 | # CONFIG_MAC_EMUMOUSEBTN is not set | ||
658 | |||
659 | # | ||
660 | # Network device support | ||
661 | # | ||
662 | CONFIG_NETDEVICES=y | 611 | CONFIG_NETDEVICES=y |
612 | # CONFIG_NETDEVICES_MULTIQUEUE is not set | ||
663 | # CONFIG_DUMMY is not set | 613 | # CONFIG_DUMMY is not set |
664 | # CONFIG_BONDING is not set | 614 | # CONFIG_BONDING is not set |
615 | # CONFIG_MACVLAN is not set | ||
665 | # CONFIG_EQUALIZER is not set | 616 | # CONFIG_EQUALIZER is not set |
666 | # CONFIG_TUN is not set | 617 | # CONFIG_TUN is not set |
667 | # CONFIG_NET_SB1000 is not set | 618 | # CONFIG_NET_SB1000 is not set |
668 | |||
669 | # | ||
670 | # ARCnet devices | ||
671 | # | ||
672 | # CONFIG_ARCNET is not set | 619 | # CONFIG_ARCNET is not set |
673 | |||
674 | # | ||
675 | # PHY device support | ||
676 | # | ||
677 | # CONFIG_PHYLIB is not set | 620 | # CONFIG_PHYLIB is not set |
678 | |||
679 | # | ||
680 | # Ethernet (10 or 100Mbit) | ||
681 | # | ||
682 | CONFIG_NET_ETHERNET=y | 621 | CONFIG_NET_ETHERNET=y |
683 | CONFIG_MII=y | 622 | CONFIG_MII=y |
684 | # CONFIG_HAPPYMEAL is not set | 623 | # CONFIG_HAPPYMEAL is not set |
@@ -699,10 +638,6 @@ CONFIG_WD80x3=m | |||
699 | CONFIG_ULTRA=m | 638 | CONFIG_ULTRA=m |
700 | CONFIG_SMC9194=m | 639 | CONFIG_SMC9194=m |
701 | # CONFIG_NET_VENDOR_RACAL is not set | 640 | # CONFIG_NET_VENDOR_RACAL is not set |
702 | |||
703 | # | ||
704 | # Tulip family network device support | ||
705 | # | ||
706 | CONFIG_NET_TULIP=y | 641 | CONFIG_NET_TULIP=y |
707 | # CONFIG_DE2104X is not set | 642 | # CONFIG_DE2104X is not set |
708 | CONFIG_TULIP=m | 643 | CONFIG_TULIP=m |
@@ -763,10 +698,7 @@ CONFIG_VIA_RHINE=m | |||
763 | CONFIG_VIA_RHINE_MMIO=y | 698 | CONFIG_VIA_RHINE_MMIO=y |
764 | CONFIG_VIA_RHINE_NAPI=y | 699 | CONFIG_VIA_RHINE_NAPI=y |
765 | CONFIG_SC92031=m | 700 | CONFIG_SC92031=m |
766 | 701 | CONFIG_NETDEV_1000=y | |
767 | # | ||
768 | # Ethernet (1000 Mbit) | ||
769 | # | ||
770 | CONFIG_ACENIC=m | 702 | CONFIG_ACENIC=m |
771 | CONFIG_ACENIC_OMIT_TIGON_I=y | 703 | CONFIG_ACENIC_OMIT_TIGON_I=y |
772 | CONFIG_DL2K=m | 704 | CONFIG_DL2K=m |
@@ -787,30 +719,31 @@ CONFIG_TIGON3=m | |||
787 | CONFIG_BNX2=m | 719 | CONFIG_BNX2=m |
788 | CONFIG_QLA3XXX=m | 720 | CONFIG_QLA3XXX=m |
789 | CONFIG_ATL1=m | 721 | CONFIG_ATL1=m |
790 | 722 | CONFIG_NETDEV_10000=y | |
791 | # | ||
792 | # Ethernet (10000 Mbit) | ||
793 | # | ||
794 | # CONFIG_CHELSIO_T1 is not set | 723 | # CONFIG_CHELSIO_T1 is not set |
795 | # CONFIG_CHELSIO_T3 is not set | 724 | # CONFIG_CHELSIO_T3 is not set |
796 | # CONFIG_IXGB is not set | 725 | # CONFIG_IXGB is not set |
797 | # CONFIG_S2IO is not set | 726 | # CONFIG_S2IO is not set |
798 | # CONFIG_MYRI10GE is not set | 727 | # CONFIG_MYRI10GE is not set |
799 | # CONFIG_NETXEN_NIC is not set | 728 | # CONFIG_NETXEN_NIC is not set |
800 | 729 | # CONFIG_MLX4_CORE is not set | |
801 | # | ||
802 | # Token Ring devices | ||
803 | # | ||
804 | # CONFIG_TR is not set | 730 | # CONFIG_TR is not set |
805 | 731 | ||
806 | # | 732 | # |
807 | # Wireless LAN (non-hamradio) | 733 | # Wireless LAN |
808 | # | 734 | # |
809 | # CONFIG_NET_RADIO is not set | 735 | # CONFIG_WLAN_PRE80211 is not set |
736 | # CONFIG_WLAN_80211 is not set | ||
810 | 737 | ||
811 | # | 738 | # |
812 | # Wan interfaces | 739 | # USB Network Adapters |
813 | # | 740 | # |
741 | # CONFIG_USB_CATC is not set | ||
742 | # CONFIG_USB_KAWETH is not set | ||
743 | # CONFIG_USB_PEGASUS is not set | ||
744 | # CONFIG_USB_RTL8150 is not set | ||
745 | # CONFIG_USB_USBNET_MII is not set | ||
746 | # CONFIG_USB_USBNET is not set | ||
814 | # CONFIG_WAN is not set | 747 | # CONFIG_WAN is not set |
815 | # CONFIG_FDDI is not set | 748 | # CONFIG_FDDI is not set |
816 | # CONFIG_HIPPI is not set | 749 | # CONFIG_HIPPI is not set |
@@ -821,15 +754,7 @@ CONFIG_ATL1=m | |||
821 | # CONFIG_NETCONSOLE is not set | 754 | # CONFIG_NETCONSOLE is not set |
822 | # CONFIG_NETPOLL is not set | 755 | # CONFIG_NETPOLL is not set |
823 | # CONFIG_NET_POLL_CONTROLLER is not set | 756 | # CONFIG_NET_POLL_CONTROLLER is not set |
824 | |||
825 | # | ||
826 | # ISDN subsystem | ||
827 | # | ||
828 | # CONFIG_ISDN is not set | 757 | # CONFIG_ISDN is not set |
829 | |||
830 | # | ||
831 | # Telephony Support | ||
832 | # | ||
833 | # CONFIG_PHONE is not set | 758 | # CONFIG_PHONE is not set |
834 | 759 | ||
835 | # | 760 | # |
@@ -837,6 +762,7 @@ CONFIG_ATL1=m | |||
837 | # | 762 | # |
838 | CONFIG_INPUT=y | 763 | CONFIG_INPUT=y |
839 | # CONFIG_INPUT_FF_MEMLESS is not set | 764 | # CONFIG_INPUT_FF_MEMLESS is not set |
765 | # CONFIG_INPUT_POLLDEV is not set | ||
840 | 766 | ||
841 | # | 767 | # |
842 | # Userland interfaces | 768 | # Userland interfaces |
@@ -863,12 +789,20 @@ CONFIG_KEYBOARD_ATKBD=y | |||
863 | # CONFIG_KEYBOARD_STOWAWAY is not set | 789 | # CONFIG_KEYBOARD_STOWAWAY is not set |
864 | CONFIG_INPUT_MOUSE=y | 790 | CONFIG_INPUT_MOUSE=y |
865 | CONFIG_MOUSE_PS2=y | 791 | CONFIG_MOUSE_PS2=y |
792 | CONFIG_MOUSE_PS2_ALPS=y | ||
793 | CONFIG_MOUSE_PS2_LOGIPS2PP=y | ||
794 | CONFIG_MOUSE_PS2_SYNAPTICS=y | ||
795 | CONFIG_MOUSE_PS2_LIFEBOOK=y | ||
796 | CONFIG_MOUSE_PS2_TRACKPOINT=y | ||
797 | # CONFIG_MOUSE_PS2_TOUCHKIT is not set | ||
866 | # CONFIG_MOUSE_SERIAL is not set | 798 | # CONFIG_MOUSE_SERIAL is not set |
799 | # CONFIG_MOUSE_APPLETOUCH is not set | ||
867 | # CONFIG_MOUSE_INPORT is not set | 800 | # CONFIG_MOUSE_INPORT is not set |
868 | # CONFIG_MOUSE_LOGIBM is not set | 801 | # CONFIG_MOUSE_LOGIBM is not set |
869 | # CONFIG_MOUSE_PC110PAD is not set | 802 | # CONFIG_MOUSE_PC110PAD is not set |
870 | # CONFIG_MOUSE_VSXXXAA is not set | 803 | # CONFIG_MOUSE_VSXXXAA is not set |
871 | # CONFIG_INPUT_JOYSTICK is not set | 804 | # CONFIG_INPUT_JOYSTICK is not set |
805 | # CONFIG_INPUT_TABLET is not set | ||
872 | # CONFIG_INPUT_TOUCHSCREEN is not set | 806 | # CONFIG_INPUT_TOUCHSCREEN is not set |
873 | # CONFIG_INPUT_MISC is not set | 807 | # CONFIG_INPUT_MISC is not set |
874 | 808 | ||
@@ -898,6 +832,7 @@ CONFIG_HW_CONSOLE=y | |||
898 | # | 832 | # |
899 | CONFIG_SERIAL_8250=y | 833 | CONFIG_SERIAL_8250=y |
900 | # CONFIG_SERIAL_8250_CONSOLE is not set | 834 | # CONFIG_SERIAL_8250_CONSOLE is not set |
835 | CONFIG_FIX_EARLYCON_MEM=y | ||
901 | CONFIG_SERIAL_8250_PCI=y | 836 | CONFIG_SERIAL_8250_PCI=y |
902 | CONFIG_SERIAL_8250_PNP=y | 837 | CONFIG_SERIAL_8250_PNP=y |
903 | CONFIG_SERIAL_8250_NR_UARTS=4 | 838 | CONFIG_SERIAL_8250_NR_UARTS=4 |
@@ -911,15 +846,7 @@ CONFIG_SERIAL_CORE=y | |||
911 | # CONFIG_SERIAL_JSM is not set | 846 | # CONFIG_SERIAL_JSM is not set |
912 | CONFIG_UNIX98_PTYS=y | 847 | CONFIG_UNIX98_PTYS=y |
913 | # CONFIG_LEGACY_PTYS is not set | 848 | # CONFIG_LEGACY_PTYS is not set |
914 | |||
915 | # | ||
916 | # IPMI | ||
917 | # | ||
918 | # CONFIG_IPMI_HANDLER is not set | 849 | # CONFIG_IPMI_HANDLER is not set |
919 | |||
920 | # | ||
921 | # Watchdog Cards | ||
922 | # | ||
923 | # CONFIG_WATCHDOG is not set | 850 | # CONFIG_WATCHDOG is not set |
924 | # CONFIG_HW_RANDOM is not set | 851 | # CONFIG_HW_RANDOM is not set |
925 | # CONFIG_NVRAM is not set | 852 | # CONFIG_NVRAM is not set |
@@ -941,8 +868,6 @@ CONFIG_AGP_SWORKS=m | |||
941 | CONFIG_AGP_VIA=m | 868 | CONFIG_AGP_VIA=m |
942 | CONFIG_AGP_EFFICEON=m | 869 | CONFIG_AGP_EFFICEON=m |
943 | # CONFIG_DRM is not set | 870 | # CONFIG_DRM is not set |
944 | # CONFIG_DRM_I830 is not set | ||
945 | # CONFIG_DRM_I915 is not set | ||
946 | # CONFIG_MWAVE is not set | 871 | # CONFIG_MWAVE is not set |
947 | # CONFIG_PC8736x_GPIO is not set | 872 | # CONFIG_PC8736x_GPIO is not set |
948 | # CONFIG_NSC_GPIO is not set | 873 | # CONFIG_NSC_GPIO is not set |
@@ -950,16 +875,9 @@ CONFIG_AGP_EFFICEON=m | |||
950 | # CONFIG_RAW_DRIVER is not set | 875 | # CONFIG_RAW_DRIVER is not set |
951 | # CONFIG_HPET is not set | 876 | # CONFIG_HPET is not set |
952 | # CONFIG_HANGCHECK_TIMER is not set | 877 | # CONFIG_HANGCHECK_TIMER is not set |
953 | |||
954 | # | ||
955 | # TPM devices | ||
956 | # | ||
957 | # CONFIG_TCG_TPM is not set | 878 | # CONFIG_TCG_TPM is not set |
958 | # CONFIG_TELCLOCK is not set | 879 | # CONFIG_TELCLOCK is not set |
959 | 880 | CONFIG_DEVPORT=y | |
960 | # | ||
961 | # I2C support | ||
962 | # | ||
963 | # CONFIG_I2C is not set | 881 | # CONFIG_I2C is not set |
964 | 882 | ||
965 | # | 883 | # |
@@ -967,22 +885,16 @@ CONFIG_AGP_EFFICEON=m | |||
967 | # | 885 | # |
968 | # CONFIG_SPI is not set | 886 | # CONFIG_SPI is not set |
969 | # CONFIG_SPI_MASTER is not set | 887 | # CONFIG_SPI_MASTER is not set |
970 | |||
971 | # | ||
972 | # Dallas's 1-wire bus | ||
973 | # | ||
974 | # CONFIG_W1 is not set | 888 | # CONFIG_W1 is not set |
975 | 889 | # CONFIG_POWER_SUPPLY is not set | |
976 | # | ||
977 | # Hardware Monitoring support | ||
978 | # | ||
979 | # CONFIG_HWMON is not set | 890 | # CONFIG_HWMON is not set |
980 | # CONFIG_HWMON_VID is not set | ||
981 | 891 | ||
982 | # | 892 | # |
983 | # Multifunction device drivers | 893 | # Multifunction device drivers |
984 | # | 894 | # |
985 | # CONFIG_MFD_SM501 is not set | 895 | # CONFIG_MFD_SM501 is not set |
896 | # CONFIG_HTC_ASIC3 is not set | ||
897 | # CONFIG_HTC_ASIC3_DS1WM is not set | ||
986 | 898 | ||
987 | # | 899 | # |
988 | # Multi-Function Devices | 900 | # Multi-Function Devices |
@@ -995,28 +907,74 @@ CONFIG_VIDEO_DEV=m | |||
995 | CONFIG_VIDEO_V4L1=y | 907 | CONFIG_VIDEO_V4L1=y |
996 | CONFIG_VIDEO_V4L1_COMPAT=y | 908 | CONFIG_VIDEO_V4L1_COMPAT=y |
997 | CONFIG_VIDEO_V4L2=y | 909 | CONFIG_VIDEO_V4L2=y |
998 | 910 | CONFIG_VIDEO_CAPTURE_DRIVERS=y | |
999 | # | 911 | # CONFIG_VIDEO_ADV_DEBUG is not set |
1000 | # Digital Video Broadcasting Devices | 912 | CONFIG_VIDEO_HELPER_CHIPS_AUTO=y |
1001 | # | 913 | # CONFIG_VIDEO_VIVI is not set |
1002 | # CONFIG_DVB is not set | 914 | # CONFIG_VIDEO_PMS is not set |
915 | # CONFIG_VIDEO_CPIA is not set | ||
916 | # CONFIG_VIDEO_CPIA2 is not set | ||
917 | # CONFIG_VIDEO_STRADIS is not set | ||
918 | CONFIG_V4L_USB_DRIVERS=y | ||
919 | # CONFIG_USB_VICAM is not set | ||
920 | # CONFIG_USB_IBMCAM is not set | ||
921 | # CONFIG_USB_KONICAWC is not set | ||
922 | # CONFIG_USB_QUICKCAM_MESSENGER is not set | ||
923 | # CONFIG_USB_ET61X251 is not set | ||
924 | # CONFIG_USB_OV511 is not set | ||
925 | # CONFIG_USB_SE401 is not set | ||
926 | # CONFIG_USB_SN9C102 is not set | ||
927 | # CONFIG_USB_STV680 is not set | ||
928 | # CONFIG_USB_ZC0301 is not set | ||
929 | # CONFIG_USB_PWC is not set | ||
930 | # CONFIG_USB_ZR364XX is not set | ||
931 | CONFIG_RADIO_ADAPTERS=y | ||
932 | # CONFIG_RADIO_CADET is not set | ||
933 | # CONFIG_RADIO_RTRACK is not set | ||
934 | # CONFIG_RADIO_RTRACK2 is not set | ||
935 | # CONFIG_RADIO_AZTECH is not set | ||
936 | # CONFIG_RADIO_GEMTEK is not set | ||
937 | # CONFIG_RADIO_GEMTEK_PCI is not set | ||
938 | # CONFIG_RADIO_MAXIRADIO is not set | ||
939 | # CONFIG_RADIO_MAESTRO is not set | ||
940 | # CONFIG_RADIO_SF16FMI is not set | ||
941 | # CONFIG_RADIO_SF16FMR2 is not set | ||
942 | # CONFIG_RADIO_TERRATEC is not set | ||
943 | # CONFIG_RADIO_TRUST is not set | ||
944 | # CONFIG_RADIO_TYPHOON is not set | ||
945 | # CONFIG_RADIO_ZOLTRIX is not set | ||
946 | # CONFIG_USB_DSBR is not set | ||
947 | # CONFIG_DVB_CORE is not set | ||
948 | CONFIG_DAB=y | ||
1003 | # CONFIG_USB_DABUSB is not set | 949 | # CONFIG_USB_DABUSB is not set |
1004 | 950 | ||
1005 | # | 951 | # |
1006 | # Graphics support | 952 | # Graphics support |
1007 | # | 953 | # |
1008 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | 954 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
955 | |||
956 | # | ||
957 | # Display device support | ||
958 | # | ||
959 | # CONFIG_DISPLAY_SUPPORT is not set | ||
960 | CONFIG_VGASTATE=y | ||
961 | CONFIG_VIDEO_OUTPUT_CONTROL=m | ||
1009 | CONFIG_FB=y | 962 | CONFIG_FB=y |
1010 | # CONFIG_FIRMWARE_EDID is not set | 963 | CONFIG_FIRMWARE_EDID=y |
1011 | # CONFIG_FB_DDC is not set | 964 | # CONFIG_FB_DDC is not set |
1012 | CONFIG_FB_CFB_FILLRECT=y | 965 | CONFIG_FB_CFB_FILLRECT=y |
1013 | CONFIG_FB_CFB_COPYAREA=y | 966 | CONFIG_FB_CFB_COPYAREA=y |
1014 | CONFIG_FB_CFB_IMAGEBLIT=y | 967 | CONFIG_FB_CFB_IMAGEBLIT=y |
968 | # CONFIG_FB_SYS_FILLRECT is not set | ||
969 | # CONFIG_FB_SYS_COPYAREA is not set | ||
970 | # CONFIG_FB_SYS_IMAGEBLIT is not set | ||
971 | # CONFIG_FB_SYS_FOPS is not set | ||
972 | CONFIG_FB_DEFERRED_IO=y | ||
1015 | # CONFIG_FB_SVGALIB is not set | 973 | # CONFIG_FB_SVGALIB is not set |
1016 | # CONFIG_FB_MACMODES is not set | 974 | # CONFIG_FB_MACMODES is not set |
1017 | # CONFIG_FB_BACKLIGHT is not set | 975 | # CONFIG_FB_BACKLIGHT is not set |
1018 | CONFIG_FB_MODE_HELPERS=y | 976 | CONFIG_FB_MODE_HELPERS=y |
1019 | # CONFIG_FB_TILEBLITTING is not set | 977 | CONFIG_FB_TILEBLITTING=y |
1020 | 978 | ||
1021 | # | 979 | # |
1022 | # Frame buffer hardware drivers | 980 | # Frame buffer hardware drivers |
@@ -1028,16 +986,15 @@ CONFIG_FB_MODE_HELPERS=y | |||
1028 | # CONFIG_FB_ASILIANT is not set | 986 | # CONFIG_FB_ASILIANT is not set |
1029 | # CONFIG_FB_IMSTT is not set | 987 | # CONFIG_FB_IMSTT is not set |
1030 | CONFIG_FB_VGA16=y | 988 | CONFIG_FB_VGA16=y |
1031 | CONFIG_FB_VESA=y | 989 | CONFIG_FB_UVESA=m |
1032 | # CONFIG_FB_VESA_STD is not set | 990 | # CONFIG_FB_VESA is not set |
1033 | CONFIG_FB_VESA_TNG=y | 991 | # CONFIG_FB_HECUBA is not set |
1034 | CONFIG_FB_VESA_DEFAULT_MODE="640x480-16@60" | ||
1035 | CONFIG_VIDEO_SELECT=y | ||
1036 | # CONFIG_FB_HGA is not set | 992 | # CONFIG_FB_HGA is not set |
1037 | # CONFIG_FB_S1D13XXX is not set | 993 | # CONFIG_FB_S1D13XXX is not set |
1038 | # CONFIG_FB_NVIDIA is not set | 994 | # CONFIG_FB_NVIDIA is not set |
1039 | # CONFIG_FB_RIVA is not set | 995 | # CONFIG_FB_RIVA is not set |
1040 | # CONFIG_FB_I810 is not set | 996 | # CONFIG_FB_I810 is not set |
997 | # CONFIG_FB_LE80578 is not set | ||
1041 | # CONFIG_FB_INTEL is not set | 998 | # CONFIG_FB_INTEL is not set |
1042 | # CONFIG_FB_MATROX is not set | 999 | # CONFIG_FB_MATROX is not set |
1043 | # CONFIG_FB_RADEON is not set | 1000 | # CONFIG_FB_RADEON is not set |
@@ -1050,8 +1007,11 @@ CONFIG_VIDEO_SELECT=y | |||
1050 | # CONFIG_FB_KYRO is not set | 1007 | # CONFIG_FB_KYRO is not set |
1051 | # CONFIG_FB_3DFX is not set | 1008 | # CONFIG_FB_3DFX is not set |
1052 | # CONFIG_FB_VOODOO1 is not set | 1009 | # CONFIG_FB_VOODOO1 is not set |
1010 | # CONFIG_FB_VT8623 is not set | ||
1053 | # CONFIG_FB_CYBLA is not set | 1011 | # CONFIG_FB_CYBLA is not set |
1054 | # CONFIG_FB_TRIDENT is not set | 1012 | # CONFIG_FB_TRIDENT is not set |
1013 | # CONFIG_FB_ARK is not set | ||
1014 | # CONFIG_FB_PM3 is not set | ||
1055 | # CONFIG_FB_GEODE is not set | 1015 | # CONFIG_FB_GEODE is not set |
1056 | # CONFIG_FB_VIRTUAL is not set | 1016 | # CONFIG_FB_VIRTUAL is not set |
1057 | 1017 | ||
@@ -1060,9 +1020,11 @@ CONFIG_VIDEO_SELECT=y | |||
1060 | # | 1020 | # |
1061 | CONFIG_VGA_CONSOLE=y | 1021 | CONFIG_VGA_CONSOLE=y |
1062 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set | 1022 | # CONFIG_VGACON_SOFT_SCROLLBACK is not set |
1023 | CONFIG_VIDEO_SELECT=y | ||
1063 | # CONFIG_MDA_CONSOLE is not set | 1024 | # CONFIG_MDA_CONSOLE is not set |
1064 | CONFIG_DUMMY_CONSOLE=y | 1025 | CONFIG_DUMMY_CONSOLE=y |
1065 | CONFIG_FRAMEBUFFER_CONSOLE=y | 1026 | CONFIG_FRAMEBUFFER_CONSOLE=y |
1027 | # CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set | ||
1066 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set | 1028 | # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set |
1067 | CONFIG_FONTS=y | 1029 | CONFIG_FONTS=y |
1068 | CONFIG_FONT_8x8=y | 1030 | CONFIG_FONT_8x8=y |
@@ -1075,18 +1037,11 @@ CONFIG_FONT_8x16=y | |||
1075 | # CONFIG_FONT_SUN8x16 is not set | 1037 | # CONFIG_FONT_SUN8x16 is not set |
1076 | # CONFIG_FONT_SUN12x22 is not set | 1038 | # CONFIG_FONT_SUN12x22 is not set |
1077 | # CONFIG_FONT_10x18 is not set | 1039 | # CONFIG_FONT_10x18 is not set |
1078 | |||
1079 | # | ||
1080 | # Logo configuration | ||
1081 | # | ||
1082 | CONFIG_LOGO=y | 1040 | CONFIG_LOGO=y |
1083 | # CONFIG_LOGO_LINUX_MONO is not set | 1041 | # CONFIG_LOGO_LINUX_MONO is not set |
1084 | # CONFIG_LOGO_LINUX_VGA16 is not set | 1042 | # CONFIG_LOGO_LINUX_VGA16 is not set |
1085 | # CONFIG_LOGO_LINUX_CLUT224 is not set | 1043 | # CONFIG_LOGO_LINUX_CLUT224 is not set |
1086 | CONFIG_LOGO_OHAND_CLUT224=y | 1044 | CONFIG_LOGO_OHAND_CLUT224=y |
1087 | # CONFIG_LOGO_OZ240_CLUT224 is not set | ||
1088 | # CONFIG_LOGO_OZ480_CLUT224 is not set | ||
1089 | # CONFIG_LOGO_OZ640_CLUT224 is not set | ||
1090 | 1045 | ||
1091 | # | 1046 | # |
1092 | # Sound | 1047 | # Sound |
@@ -1173,6 +1128,7 @@ CONFIG_SND_AC97_CODEC=y | |||
1173 | # CONFIG_SND_CMIPCI is not set | 1128 | # CONFIG_SND_CMIPCI is not set |
1174 | # CONFIG_SND_CS4281 is not set | 1129 | # CONFIG_SND_CS4281 is not set |
1175 | # CONFIG_SND_CS46XX is not set | 1130 | # CONFIG_SND_CS46XX is not set |
1131 | # CONFIG_SND_CS5530 is not set | ||
1176 | # CONFIG_SND_CS5535AUDIO is not set | 1132 | # CONFIG_SND_CS5535AUDIO is not set |
1177 | # CONFIG_SND_DARLA20 is not set | 1133 | # CONFIG_SND_DARLA20 is not set |
1178 | # CONFIG_SND_GINA20 is not set | 1134 | # CONFIG_SND_GINA20 is not set |
@@ -1222,27 +1178,34 @@ CONFIG_SND_AC97_POWER_SAVE=y | |||
1222 | # | 1178 | # |
1223 | # CONFIG_SND_USB_AUDIO is not set | 1179 | # CONFIG_SND_USB_AUDIO is not set |
1224 | # CONFIG_SND_USB_USX2Y is not set | 1180 | # CONFIG_SND_USB_USX2Y is not set |
1181 | # CONFIG_SND_USB_CAIAQ is not set | ||
1225 | 1182 | ||
1226 | # | 1183 | # |
1227 | # SoC audio support | 1184 | # System on Chip audio support |
1228 | # | 1185 | # |
1229 | # CONFIG_SND_SOC is not set | 1186 | # CONFIG_SND_SOC is not set |
1230 | 1187 | ||
1231 | # | 1188 | # |
1232 | # Open Sound System | 1189 | # SoC Audio support for SuperH |
1233 | # | 1190 | # |
1234 | # CONFIG_SOUND_PRIME is not set | ||
1235 | CONFIG_AC97_BUS=y | ||
1236 | 1191 | ||
1237 | # | 1192 | # |
1238 | # HID Devices | 1193 | # Open Sound System |
1239 | # | 1194 | # |
1195 | # CONFIG_SOUND_PRIME is not set | ||
1196 | CONFIG_AC97_BUS=y | ||
1197 | CONFIG_HID_SUPPORT=y | ||
1240 | CONFIG_HID=y | 1198 | CONFIG_HID=y |
1241 | # CONFIG_HID_DEBUG is not set | 1199 | # CONFIG_HID_DEBUG is not set |
1242 | 1200 | ||
1243 | # | 1201 | # |
1244 | # USB support | 1202 | # USB Input Devices |
1245 | # | 1203 | # |
1204 | CONFIG_USB_HID=y | ||
1205 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1206 | # CONFIG_HID_FF is not set | ||
1207 | # CONFIG_USB_HIDDEV is not set | ||
1208 | CONFIG_USB_SUPPORT=y | ||
1246 | CONFIG_USB_ARCH_HAS_HCD=y | 1209 | CONFIG_USB_ARCH_HAS_HCD=y |
1247 | CONFIG_USB_ARCH_HAS_OHCI=y | 1210 | CONFIG_USB_ARCH_HAS_OHCI=y |
1248 | CONFIG_USB_ARCH_HAS_EHCI=y | 1211 | CONFIG_USB_ARCH_HAS_EHCI=y |
@@ -1253,8 +1216,10 @@ CONFIG_USB=y | |||
1253 | # Miscellaneous USB options | 1216 | # Miscellaneous USB options |
1254 | # | 1217 | # |
1255 | CONFIG_USB_DEVICEFS=y | 1218 | CONFIG_USB_DEVICEFS=y |
1219 | CONFIG_USB_DEVICE_CLASS=y | ||
1256 | # CONFIG_USB_DYNAMIC_MINORS is not set | 1220 | # CONFIG_USB_DYNAMIC_MINORS is not set |
1257 | CONFIG_USB_SUSPEND=y | 1221 | CONFIG_USB_SUSPEND=y |
1222 | # CONFIG_USB_PERSIST is not set | ||
1258 | # CONFIG_USB_OTG is not set | 1223 | # CONFIG_USB_OTG is not set |
1259 | 1224 | ||
1260 | # | 1225 | # |
@@ -1264,7 +1229,6 @@ CONFIG_USB_EHCI_HCD=y | |||
1264 | CONFIG_USB_EHCI_SPLIT_ISO=y | 1229 | CONFIG_USB_EHCI_SPLIT_ISO=y |
1265 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | 1230 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set |
1266 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | 1231 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set |
1267 | # CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set | ||
1268 | # CONFIG_USB_ISP116X_HCD is not set | 1232 | # CONFIG_USB_ISP116X_HCD is not set |
1269 | CONFIG_USB_OHCI_HCD=y | 1233 | CONFIG_USB_OHCI_HCD=y |
1270 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set | 1234 | # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set |
@@ -1272,6 +1236,7 @@ CONFIG_USB_OHCI_HCD=y | |||
1272 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | 1236 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y |
1273 | CONFIG_USB_UHCI_HCD=y | 1237 | CONFIG_USB_UHCI_HCD=y |
1274 | # CONFIG_USB_SL811_HCD is not set | 1238 | # CONFIG_USB_SL811_HCD is not set |
1239 | # CONFIG_USB_R8A66597_HCD is not set | ||
1275 | 1240 | ||
1276 | # | 1241 | # |
1277 | # USB Device Class drivers | 1242 | # USB Device Class drivers |
@@ -1290,41 +1255,10 @@ CONFIG_USB_UHCI_HCD=y | |||
1290 | # CONFIG_USB_LIBUSUAL is not set | 1255 | # CONFIG_USB_LIBUSUAL is not set |
1291 | 1256 | ||
1292 | # | 1257 | # |
1293 | # USB Input Devices | ||
1294 | # | ||
1295 | CONFIG_USB_HID=y | ||
1296 | # CONFIG_USB_HIDINPUT_POWERBOOK is not set | ||
1297 | # CONFIG_HID_FF is not set | ||
1298 | # CONFIG_USB_HIDDEV is not set | ||
1299 | # CONFIG_USB_AIPTEK is not set | ||
1300 | CONFIG_USB_WACOM=y | ||
1301 | # CONFIG_USB_ACECAD is not set | ||
1302 | # CONFIG_USB_KBTAB is not set | ||
1303 | # CONFIG_USB_POWERMATE is not set | ||
1304 | # CONFIG_USB_TOUCHSCREEN is not set | ||
1305 | # CONFIG_USB_YEALINK is not set | ||
1306 | # CONFIG_USB_XPAD is not set | ||
1307 | # CONFIG_USB_ATI_REMOTE is not set | ||
1308 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
1309 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
1310 | # CONFIG_USB_APPLETOUCH is not set | ||
1311 | # CONFIG_USB_GTCO is not set | ||
1312 | |||
1313 | # | ||
1314 | # USB Imaging devices | 1258 | # USB Imaging devices |
1315 | # | 1259 | # |
1316 | # CONFIG_USB_MDC800 is not set | 1260 | # CONFIG_USB_MDC800 is not set |
1317 | # CONFIG_USB_MICROTEK is not set | 1261 | # CONFIG_USB_MICROTEK is not set |
1318 | |||
1319 | # | ||
1320 | # USB Network Adapters | ||
1321 | # | ||
1322 | # CONFIG_USB_CATC is not set | ||
1323 | # CONFIG_USB_KAWETH is not set | ||
1324 | # CONFIG_USB_PEGASUS is not set | ||
1325 | # CONFIG_USB_RTL8150 is not set | ||
1326 | # CONFIG_USB_USBNET_MII is not set | ||
1327 | # CONFIG_USB_USBNET is not set | ||
1328 | # CONFIG_USB_MON is not set | 1262 | # CONFIG_USB_MON is not set |
1329 | 1263 | ||
1330 | # | 1264 | # |
@@ -1368,38 +1302,10 @@ CONFIG_USB_WACOM=y | |||
1368 | # USB Gadget Support | 1302 | # USB Gadget Support |
1369 | # | 1303 | # |
1370 | # CONFIG_USB_GADGET is not set | 1304 | # CONFIG_USB_GADGET is not set |
1371 | |||
1372 | # | ||
1373 | # MMC/SD Card support | ||
1374 | # | ||
1375 | # CONFIG_MMC is not set | 1305 | # CONFIG_MMC is not set |
1376 | |||
1377 | # | ||
1378 | # LED devices | ||
1379 | # | ||
1380 | # CONFIG_NEW_LEDS is not set | 1306 | # CONFIG_NEW_LEDS is not set |
1381 | |||
1382 | # | ||
1383 | # LED drivers | ||
1384 | # | ||
1385 | |||
1386 | # | ||
1387 | # LED Triggers | ||
1388 | # | ||
1389 | |||
1390 | # | ||
1391 | # InfiniBand support | ||
1392 | # | ||
1393 | # CONFIG_INFINIBAND is not set | 1307 | # CONFIG_INFINIBAND is not set |
1394 | |||
1395 | # | ||
1396 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
1397 | # | ||
1398 | # CONFIG_EDAC is not set | 1308 | # CONFIG_EDAC is not set |
1399 | |||
1400 | # | ||
1401 | # Real Time Clock | ||
1402 | # | ||
1403 | # CONFIG_RTC_CLASS is not set | 1309 | # CONFIG_RTC_CLASS is not set |
1404 | 1310 | ||
1405 | # | 1311 | # |
@@ -1414,15 +1320,13 @@ CONFIG_USB_WACOM=y | |||
1414 | # | 1320 | # |
1415 | # DMA Devices | 1321 | # DMA Devices |
1416 | # | 1322 | # |
1323 | CONFIG_VIRTUALIZATION=y | ||
1324 | # CONFIG_KVM is not set | ||
1417 | 1325 | ||
1418 | # | 1326 | # |
1419 | # Auxiliary Display support | 1327 | # Userspace I/O |
1420 | # | ||
1421 | |||
1422 | # | ||
1423 | # Virtualization | ||
1424 | # | 1328 | # |
1425 | # CONFIG_KVM is not set | 1329 | # CONFIG_UIO is not set |
1426 | 1330 | ||
1427 | # | 1331 | # |
1428 | # File systems | 1332 | # File systems |
@@ -1431,7 +1335,13 @@ CONFIG_EXT2_FS=y | |||
1431 | # CONFIG_EXT2_FS_XATTR is not set | 1335 | # CONFIG_EXT2_FS_XATTR is not set |
1432 | # CONFIG_EXT2_FS_XIP is not set | 1336 | # CONFIG_EXT2_FS_XIP is not set |
1433 | CONFIG_EXT3_FS=m | 1337 | CONFIG_EXT3_FS=m |
1338 | CONFIG_EXT3_FS_XATTR=y | ||
1339 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
1340 | # CONFIG_EXT3_FS_SECURITY is not set | ||
1434 | # CONFIG_EXT4DEV_FS is not set | 1341 | # CONFIG_EXT4DEV_FS is not set |
1342 | CONFIG_JBD=m | ||
1343 | # CONFIG_JBD_DEBUG is not set | ||
1344 | CONFIG_FS_MBCACHE=y | ||
1435 | # CONFIG_REISERFS_FS is not set | 1345 | # CONFIG_REISERFS_FS is not set |
1436 | # CONFIG_JFS_FS is not set | 1346 | # CONFIG_JFS_FS is not set |
1437 | # CONFIG_FS_POSIX_ACL is not set | 1347 | # CONFIG_FS_POSIX_ACL is not set |
@@ -1499,13 +1409,22 @@ CONFIG_RAMFS=y | |||
1499 | # Network File Systems | 1409 | # Network File Systems |
1500 | # | 1410 | # |
1501 | CONFIG_NFS_FS=y | 1411 | CONFIG_NFS_FS=y |
1412 | # CONFIG_NFS_V3 is not set | ||
1413 | # CONFIG_NFS_V4 is not set | ||
1414 | # CONFIG_NFS_DIRECTIO is not set | ||
1502 | # CONFIG_NFSD is not set | 1415 | # CONFIG_NFSD is not set |
1416 | # CONFIG_ROOT_NFS is not set | ||
1417 | CONFIG_LOCKD=y | ||
1418 | CONFIG_NFS_COMMON=y | ||
1419 | CONFIG_SUNRPC=y | ||
1420 | # CONFIG_SUNRPC_BIND34 is not set | ||
1421 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
1422 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
1503 | # CONFIG_SMB_FS is not set | 1423 | # CONFIG_SMB_FS is not set |
1504 | # CONFIG_CIFS is not set | 1424 | # CONFIG_CIFS is not set |
1505 | # CONFIG_NCP_FS is not set | 1425 | # CONFIG_NCP_FS is not set |
1506 | # CONFIG_CODA_FS is not set | 1426 | # CONFIG_CODA_FS is not set |
1507 | # CONFIG_AFS_FS is not set | 1427 | # CONFIG_AFS_FS is not set |
1508 | # CONFIG_9P_FS is not set | ||
1509 | 1428 | ||
1510 | # | 1429 | # |
1511 | # Partition Types | 1430 | # Partition Types |
@@ -1561,10 +1480,7 @@ CONFIG_NLS_UTF8=y | |||
1561 | # Distributed Lock Manager | 1480 | # Distributed Lock Manager |
1562 | # | 1481 | # |
1563 | # CONFIG_DLM is not set | 1482 | # CONFIG_DLM is not set |
1564 | 1483 | CONFIG_INSTRUMENTATION=y | |
1565 | # | ||
1566 | # Instrumentation Support | ||
1567 | # | ||
1568 | CONFIG_PROFILING=y | 1484 | CONFIG_PROFILING=y |
1569 | CONFIG_OPROFILE=y | 1485 | CONFIG_OPROFILE=y |
1570 | # CONFIG_KPROBES is not set | 1486 | # CONFIG_KPROBES is not set |
@@ -1580,8 +1496,6 @@ CONFIG_MAGIC_SYSRQ=y | |||
1580 | # CONFIG_DEBUG_FS is not set | 1496 | # CONFIG_DEBUG_FS is not set |
1581 | # CONFIG_HEADERS_CHECK is not set | 1497 | # CONFIG_HEADERS_CHECK is not set |
1582 | # CONFIG_DEBUG_KERNEL is not set | 1498 | # CONFIG_DEBUG_KERNEL is not set |
1583 | CONFIG_LOG_BUF_SHIFT=15 | ||
1584 | CONFIG_TIMER_STATS=y | ||
1585 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1499 | # CONFIG_DEBUG_BUGVERBOSE is not set |
1586 | CONFIG_EARLY_PRINTK=y | 1500 | CONFIG_EARLY_PRINTK=y |
1587 | CONFIG_X86_FIND_SMP_CONFIG=y | 1501 | CONFIG_X86_FIND_SMP_CONFIG=y |
@@ -1593,10 +1507,6 @@ CONFIG_DOUBLEFAULT=y | |||
1593 | # | 1507 | # |
1594 | # CONFIG_KEYS is not set | 1508 | # CONFIG_KEYS is not set |
1595 | # CONFIG_SECURITY is not set | 1509 | # CONFIG_SECURITY is not set |
1596 | |||
1597 | # | ||
1598 | # Cryptographic options | ||
1599 | # | ||
1600 | CONFIG_CRYPTO=y | 1510 | CONFIG_CRYPTO=y |
1601 | CONFIG_CRYPTO_ALGAPI=m | 1511 | CONFIG_CRYPTO_ALGAPI=m |
1602 | CONFIG_CRYPTO_BLKCIPHER=m | 1512 | CONFIG_CRYPTO_BLKCIPHER=m |
@@ -1616,6 +1526,7 @@ CONFIG_CRYPTO_ECB=m | |||
1616 | CONFIG_CRYPTO_CBC=m | 1526 | CONFIG_CRYPTO_CBC=m |
1617 | CONFIG_CRYPTO_PCBC=m | 1527 | CONFIG_CRYPTO_PCBC=m |
1618 | # CONFIG_CRYPTO_LRW is not set | 1528 | # CONFIG_CRYPTO_LRW is not set |
1529 | # CONFIG_CRYPTO_CRYPTD is not set | ||
1619 | # CONFIG_CRYPTO_DES is not set | 1530 | # CONFIG_CRYPTO_DES is not set |
1620 | # CONFIG_CRYPTO_FCRYPT is not set | 1531 | # CONFIG_CRYPTO_FCRYPT is not set |
1621 | # CONFIG_CRYPTO_BLOWFISH is not set | 1532 | # CONFIG_CRYPTO_BLOWFISH is not set |
@@ -1636,10 +1547,7 @@ CONFIG_CRYPTO_PCBC=m | |||
1636 | # CONFIG_CRYPTO_CRC32C is not set | 1547 | # CONFIG_CRYPTO_CRC32C is not set |
1637 | # CONFIG_CRYPTO_CAMELLIA is not set | 1548 | # CONFIG_CRYPTO_CAMELLIA is not set |
1638 | # CONFIG_CRYPTO_TEST is not set | 1549 | # CONFIG_CRYPTO_TEST is not set |
1639 | 1550 | CONFIG_CRYPTO_HW=y | |
1640 | # | ||
1641 | # Hardware crypto devices | ||
1642 | # | ||
1643 | CONFIG_CRYPTO_DEV_PADLOCK=m | 1551 | CONFIG_CRYPTO_DEV_PADLOCK=m |
1644 | CONFIG_CRYPTO_DEV_PADLOCK_AES=m | 1552 | CONFIG_CRYPTO_DEV_PADLOCK_AES=m |
1645 | CONFIG_CRYPTO_DEV_PADLOCK_SHA=m | 1553 | CONFIG_CRYPTO_DEV_PADLOCK_SHA=m |
@@ -1651,14 +1559,16 @@ CONFIG_CRYPTO_DEV_GEODE=m | |||
1651 | CONFIG_BITREVERSE=y | 1559 | CONFIG_BITREVERSE=y |
1652 | CONFIG_CRC_CCITT=m | 1560 | CONFIG_CRC_CCITT=m |
1653 | # CONFIG_CRC16 is not set | 1561 | # CONFIG_CRC16 is not set |
1562 | # CONFIG_CRC_ITU_T is not set | ||
1654 | CONFIG_CRC32=y | 1563 | CONFIG_CRC32=y |
1564 | # CONFIG_CRC7 is not set | ||
1655 | CONFIG_LIBCRC32C=m | 1565 | CONFIG_LIBCRC32C=m |
1656 | CONFIG_AUDIT_GENERIC=y | 1566 | CONFIG_AUDIT_GENERIC=y |
1657 | # CONFIG_LZO is not set | ||
1658 | CONFIG_ZLIB_INFLATE=m | 1567 | CONFIG_ZLIB_INFLATE=m |
1659 | CONFIG_PLIST=y | 1568 | CONFIG_PLIST=y |
1660 | CONFIG_HAS_IOMEM=y | 1569 | CONFIG_HAS_IOMEM=y |
1661 | CONFIG_HAS_IOPORT=y | 1570 | CONFIG_HAS_IOPORT=y |
1571 | CONFIG_HAS_DMA=y | ||
1662 | CONFIG_GENERIC_HARDIRQS=y | 1572 | CONFIG_GENERIC_HARDIRQS=y |
1663 | CONFIG_GENERIC_IRQ_PROBE=y | 1573 | CONFIG_GENERIC_IRQ_PROBE=y |
1664 | CONFIG_GENERIC_PENDING_IRQ=y | 1574 | CONFIG_GENERIC_PENDING_IRQ=y |
@@ -1667,4 +1577,3 @@ CONFIG_X86_HT=y | |||
1667 | CONFIG_X86_BIOS_REBOOT=y | 1577 | CONFIG_X86_BIOS_REBOOT=y |
1668 | CONFIG_X86_TRAMPOLINE=y | 1578 | CONFIG_X86_TRAMPOLINE=y |
1669 | CONFIG_KTIME_SCALAR=y | 1579 | CONFIG_KTIME_SCALAR=y |
1670 | # CONFIG_SHARPSL_RC is not set | ||
diff --git a/meta/packages/linux/linux-rp_2.6.23.bb b/meta/packages/linux/linux-rp_2.6.23.bb index 49f183a778..303243b0c7 100644 --- a/meta/packages/linux/linux-rp_2.6.23.bb +++ b/meta/packages/linux/linux-rp_2.6.23.bb | |||
@@ -1,6 +1,6 @@ | |||
1 | require linux-rp.inc | 1 | require linux-rp.inc |
2 | 2 | ||
3 | PR = "r27" | 3 | PR = "r28" |
4 | 4 | ||
5 | # Handy URLs | 5 | # Handy URLs |
6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 | 6 | # git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git;protocol=git;tag=ef7d1b244fa6c94fb76d5f787b8629df64ea4046 |