aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc
diff options
context:
space:
mode:
authorKumar Gala <galak@kernel.crashing.org>2008-01-28 11:24:30 -0500
committerKumar Gala <galak@kernel.crashing.org>2008-01-28 14:13:12 -0500
commit3a83156bd857f31ed264816321b78466bed8e4f4 (patch)
tree9b863a0a0c2444a823cb24ae7c9797cc76c1b64b /arch/powerpc
parentb9d3f259147d28f559cab3a7d0471cc4d411c511 (diff)
[POWERPC] 85xx: rework platform Kconfig
* Allow multiple boards to be selected in a single build * Removed Kconfig option '85xx' which existed only for compat with arch/ppc * Added a multiplatform 85xx defconfig (mpc85xx_defconfig). This builds all 85xx boards except sbc8560 and stx_gp3 since these to boards have board specific ifdef in driver code that may break all other boards Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
Diffstat (limited to 'arch/powerpc')
-rw-r--r--arch/powerpc/configs/mpc85xx_defconfig1523
-rw-r--r--arch/powerpc/platforms/85xx/Kconfig32
-rw-r--r--arch/powerpc/platforms/Kconfig.cputype6
3 files changed, 1535 insertions, 26 deletions
diff --git a/arch/powerpc/configs/mpc85xx_defconfig b/arch/powerpc/configs/mpc85xx_defconfig
new file mode 100644
index 000000000000..90e38ba3832b
--- /dev/null
+++ b/arch/powerpc/configs/mpc85xx_defconfig
@@ -0,0 +1,1523 @@
1#
2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.24-rc8
4# Mon Jan 28 13:12:07 2008
5#
6# CONFIG_PPC64 is not set
7
8#
9# Processor support
10#
11# CONFIG_6xx is not set
12CONFIG_PPC_85xx=y
13# CONFIG_PPC_8xx is not set
14# CONFIG_40x is not set
15# CONFIG_44x is not set
16# CONFIG_E200 is not set
17CONFIG_E500=y
18CONFIG_BOOKE=y
19CONFIG_FSL_BOOKE=y
20# CONFIG_PHYS_64BIT is not set
21CONFIG_SPE=y
22# CONFIG_PPC_MM_SLICES is not set
23CONFIG_PPC32=y
24CONFIG_WORD_SIZE=32
25CONFIG_PPC_MERGE=y
26CONFIG_MMU=y
27CONFIG_GENERIC_CMOS_UPDATE=y
28CONFIG_GENERIC_TIME=y
29CONFIG_GENERIC_TIME_VSYSCALL=y
30CONFIG_GENERIC_CLOCKEVENTS=y
31CONFIG_GENERIC_HARDIRQS=y
32CONFIG_IRQ_PER_CPU=y
33CONFIG_RWSEM_XCHGADD_ALGORITHM=y
34CONFIG_ARCH_HAS_ILOG2_U32=y
35CONFIG_GENERIC_HWEIGHT=y
36CONFIG_GENERIC_CALIBRATE_DELAY=y
37CONFIG_GENERIC_FIND_NEXT_BIT=y
38# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
39CONFIG_PPC=y
40CONFIG_EARLY_PRINTK=y
41CONFIG_GENERIC_NVRAM=y
42CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
43CONFIG_ARCH_MAY_HAVE_PC_FDC=y
44CONFIG_PPC_OF=y
45CONFIG_OF=y
46CONFIG_PPC_UDBG_16550=y
47# CONFIG_GENERIC_TBSYNC is not set
48CONFIG_AUDIT_ARCH=y
49CONFIG_GENERIC_BUG=y
50CONFIG_DEFAULT_UIMAGE=y
51# CONFIG_PPC_DCR_NATIVE is not set
52# CONFIG_PPC_DCR_MMIO is not set
53CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
54
55#
56# General setup
57#
58CONFIG_EXPERIMENTAL=y
59CONFIG_BROKEN_ON_SMP=y
60CONFIG_INIT_ENV_ARG_LIMIT=32
61CONFIG_LOCALVERSION=""
62CONFIG_LOCALVERSION_AUTO=y
63CONFIG_SWAP=y
64CONFIG_SYSVIPC=y
65CONFIG_SYSVIPC_SYSCTL=y
66CONFIG_POSIX_MQUEUE=y
67CONFIG_BSD_PROCESS_ACCT=y
68# CONFIG_BSD_PROCESS_ACCT_V3 is not set
69# CONFIG_TASKSTATS is not set
70# CONFIG_USER_NS is not set
71# CONFIG_PID_NS is not set
72CONFIG_AUDIT=y
73# CONFIG_AUDITSYSCALL is not set
74CONFIG_IKCONFIG=y
75CONFIG_IKCONFIG_PROC=y
76CONFIG_LOG_BUF_SHIFT=14
77# CONFIG_CGROUPS is not set
78# CONFIG_FAIR_GROUP_SCHED is not set
79CONFIG_SYSFS_DEPRECATED=y
80# CONFIG_RELAY is not set
81CONFIG_BLK_DEV_INITRD=y
82CONFIG_INITRAMFS_SOURCE=""
83# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set
84CONFIG_SYSCTL=y
85CONFIG_EMBEDDED=y
86CONFIG_SYSCTL_SYSCALL=y
87CONFIG_KALLSYMS=y
88CONFIG_KALLSYMS_ALL=y
89CONFIG_KALLSYMS_EXTRA_PASS=y
90CONFIG_HOTPLUG=y
91CONFIG_PRINTK=y
92CONFIG_BUG=y
93CONFIG_ELF_CORE=y
94CONFIG_BASE_FULL=y
95CONFIG_FUTEX=y
96CONFIG_ANON_INODES=y
97CONFIG_EPOLL=y
98CONFIG_SIGNALFD=y
99CONFIG_EVENTFD=y
100CONFIG_SHMEM=y
101CONFIG_VM_EVENT_COUNTERS=y
102CONFIG_SLUB_DEBUG=y
103# CONFIG_SLAB is not set
104CONFIG_SLUB=y
105# CONFIG_SLOB is not set
106CONFIG_SLABINFO=y
107CONFIG_RT_MUTEXES=y
108# CONFIG_TINY_SHMEM is not set
109CONFIG_BASE_SMALL=0
110CONFIG_MODULES=y
111CONFIG_MODULE_UNLOAD=y
112CONFIG_MODULE_FORCE_UNLOAD=y
113CONFIG_MODVERSIONS=y
114# CONFIG_MODULE_SRCVERSION_ALL is not set
115CONFIG_KMOD=y
116CONFIG_BLOCK=y
117CONFIG_LBD=y
118# CONFIG_BLK_DEV_IO_TRACE is not set
119# CONFIG_LSF is not set
120# CONFIG_BLK_DEV_BSG is not set
121
122#
123# IO Schedulers
124#
125CONFIG_IOSCHED_NOOP=y
126CONFIG_IOSCHED_AS=y
127CONFIG_IOSCHED_DEADLINE=y
128CONFIG_IOSCHED_CFQ=y
129# CONFIG_DEFAULT_AS is not set
130# CONFIG_DEFAULT_DEADLINE is not set
131CONFIG_DEFAULT_CFQ=y
132# CONFIG_DEFAULT_NOOP is not set
133CONFIG_DEFAULT_IOSCHED="cfq"
134
135#
136# Platform support
137#
138# CONFIG_PPC_MPC52xx is not set
139# CONFIG_PPC_MPC5200 is not set
140# CONFIG_PPC_CELL is not set
141# CONFIG_PPC_CELL_NATIVE is not set
142# CONFIG_PQ2ADS is not set
143CONFIG_MPC85xx=y
144CONFIG_MPC8540_ADS=y
145CONFIG_MPC8560_ADS=y
146CONFIG_MPC85xx_CDS=y
147CONFIG_MPC85xx_MDS=y
148CONFIG_MPC85xx_DS=y
149# CONFIG_STX_GP3 is not set
150CONFIG_TQM8540=y
151CONFIG_TQM8541=y
152CONFIG_TQM8555=y
153CONFIG_TQM8560=y
154CONFIG_SBC8548=y
155# CONFIG_SBC8560 is not set
156CONFIG_TQM85xx=y
157# CONFIG_IPIC is not set
158CONFIG_MPIC=y
159# CONFIG_MPIC_WEIRD is not set
160CONFIG_PPC_I8259=y
161# CONFIG_PPC_RTAS is not set
162# CONFIG_MMIO_NVRAM is not set
163# CONFIG_PPC_MPC106 is not set
164# CONFIG_PPC_970_NAP is not set
165# CONFIG_PPC_INDIRECT_IO is not set
166# CONFIG_GENERIC_IOMAP is not set
167# CONFIG_CPU_FREQ is not set
168CONFIG_QUICC_ENGINE=y
169CONFIG_CPM2=y
170CONFIG_PPC_CPM_NEW_BINDING=y
171CONFIG_FSL_ULI1575=y
172CONFIG_CPM=y
173
174#
175# Kernel options
176#
177CONFIG_HIGHMEM=y
178CONFIG_TICK_ONESHOT=y
179CONFIG_NO_HZ=y
180CONFIG_HIGH_RES_TIMERS=y
181CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
182# CONFIG_HZ_100 is not set
183CONFIG_HZ_250=y
184# CONFIG_HZ_300 is not set
185# CONFIG_HZ_1000 is not set
186CONFIG_HZ=250
187CONFIG_PREEMPT_NONE=y
188# CONFIG_PREEMPT_VOLUNTARY is not set
189# CONFIG_PREEMPT is not set
190CONFIG_BINFMT_ELF=y
191CONFIG_BINFMT_MISC=m
192CONFIG_MATH_EMULATION=y
193CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
194CONFIG_ARCH_FLATMEM_ENABLE=y
195CONFIG_ARCH_POPULATES_NODE_MAP=y
196CONFIG_SELECT_MEMORY_MODEL=y
197CONFIG_FLATMEM_MANUAL=y
198# CONFIG_DISCONTIGMEM_MANUAL is not set
199# CONFIG_SPARSEMEM_MANUAL is not set
200CONFIG_FLATMEM=y
201CONFIG_FLAT_NODE_MEM_MAP=y
202# CONFIG_SPARSEMEM_STATIC is not set
203# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
204CONFIG_SPLIT_PTLOCK_CPUS=4
205# CONFIG_RESOURCES_64BIT is not set
206CONFIG_ZONE_DMA_FLAG=1
207CONFIG_BOUNCE=y
208CONFIG_VIRT_TO_BUS=y
209CONFIG_PROC_DEVICETREE=y
210# CONFIG_CMDLINE_BOOL is not set
211# CONFIG_PM is not set
212CONFIG_SUSPEND_UP_POSSIBLE=y
213CONFIG_HIBERNATION_UP_POSSIBLE=y
214CONFIG_SECCOMP=y
215CONFIG_WANT_DEVICE_TREE=y
216CONFIG_DEVICE_TREE=""
217CONFIG_ISA_DMA_API=y
218
219#
220# Bus options
221#
222CONFIG_ZONE_DMA=y
223CONFIG_GENERIC_ISA_DMA=y
224CONFIG_PPC_INDIRECT_PCI=y
225CONFIG_FSL_SOC=y
226CONFIG_FSL_PCI=y
227CONFIG_PCI=y
228CONFIG_PCI_DOMAINS=y
229CONFIG_PCI_SYSCALL=y
230# CONFIG_PCIEPORTBUS is not set
231CONFIG_ARCH_SUPPORTS_MSI=y
232# CONFIG_PCI_MSI is not set
233CONFIG_PCI_LEGACY=y
234# CONFIG_PCI_DEBUG is not set
235# CONFIG_PCCARD is not set
236# CONFIG_HOTPLUG_PCI is not set
237
238#
239# Advanced setup
240#
241# CONFIG_ADVANCED_OPTIONS is not set
242
243#
244# Default settings for advanced configuration options are used
245#
246CONFIG_HIGHMEM_START=0xfe000000
247CONFIG_LOWMEM_SIZE=0x30000000
248CONFIG_KERNEL_START=0xc0000000
249CONFIG_TASK_SIZE=0xc0000000
250CONFIG_BOOT_LOAD=0x00800000
251
252#
253# Networking
254#
255CONFIG_NET=y
256
257#
258# Networking options
259#
260CONFIG_PACKET=y
261# CONFIG_PACKET_MMAP is not set
262CONFIG_UNIX=y
263CONFIG_XFRM=y
264CONFIG_XFRM_USER=y
265# CONFIG_XFRM_SUB_POLICY is not set
266# CONFIG_XFRM_MIGRATE is not set
267CONFIG_NET_KEY=m
268# CONFIG_NET_KEY_MIGRATE is not set
269CONFIG_INET=y
270CONFIG_IP_MULTICAST=y
271CONFIG_IP_ADVANCED_ROUTER=y
272CONFIG_ASK_IP_FIB_HASH=y
273# CONFIG_IP_FIB_TRIE is not set
274CONFIG_IP_FIB_HASH=y
275CONFIG_IP_MULTIPLE_TABLES=y
276CONFIG_IP_ROUTE_MULTIPATH=y
277CONFIG_IP_ROUTE_VERBOSE=y
278CONFIG_IP_PNP=y
279CONFIG_IP_PNP_DHCP=y
280CONFIG_IP_PNP_BOOTP=y
281CONFIG_IP_PNP_RARP=y
282CONFIG_NET_IPIP=y
283CONFIG_NET_IPGRE=y
284CONFIG_NET_IPGRE_BROADCAST=y
285CONFIG_IP_MROUTE=y
286CONFIG_IP_PIMSM_V1=y
287CONFIG_IP_PIMSM_V2=y
288CONFIG_ARPD=y
289# CONFIG_SYN_COOKIES is not set
290# CONFIG_INET_AH is not set
291# CONFIG_INET_ESP is not set
292# CONFIG_INET_IPCOMP is not set
293# CONFIG_INET_XFRM_TUNNEL is not set
294CONFIG_INET_TUNNEL=y
295# CONFIG_INET_XFRM_MODE_TRANSPORT is not set
296# CONFIG_INET_XFRM_MODE_TUNNEL is not set
297# CONFIG_INET_XFRM_MODE_BEET is not set
298# CONFIG_INET_LRO is not set
299CONFIG_INET_DIAG=y
300CONFIG_INET_TCP_DIAG=y
301# CONFIG_TCP_CONG_ADVANCED is not set
302CONFIG_TCP_CONG_CUBIC=y
303CONFIG_DEFAULT_TCP_CONG="cubic"
304# CONFIG_TCP_MD5SIG is not set
305CONFIG_IPV6=y
306# CONFIG_IPV6_PRIVACY is not set
307# CONFIG_IPV6_ROUTER_PREF is not set
308# CONFIG_IPV6_OPTIMISTIC_DAD is not set
309# CONFIG_INET6_AH is not set
310# CONFIG_INET6_ESP is not set
311# CONFIG_INET6_IPCOMP is not set
312# CONFIG_IPV6_MIP6 is not set
313# CONFIG_INET6_XFRM_TUNNEL is not set
314# CONFIG_INET6_TUNNEL is not set
315CONFIG_INET6_XFRM_MODE_TRANSPORT=y
316CONFIG_INET6_XFRM_MODE_TUNNEL=y
317CONFIG_INET6_XFRM_MODE_BEET=y
318# CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set
319CONFIG_IPV6_SIT=y
320# CONFIG_IPV6_TUNNEL is not set
321# CONFIG_IPV6_MULTIPLE_TABLES is not set
322# CONFIG_NETWORK_SECMARK is not set
323# CONFIG_NETFILTER is not set
324# CONFIG_IP_DCCP is not set
325CONFIG_IP_SCTP=m
326# CONFIG_SCTP_DBG_MSG is not set
327# CONFIG_SCTP_DBG_OBJCNT is not set
328# CONFIG_SCTP_HMAC_NONE is not set
329# CONFIG_SCTP_HMAC_SHA1 is not set
330CONFIG_SCTP_HMAC_MD5=y
331# CONFIG_TIPC is not set
332# CONFIG_ATM is not set
333# CONFIG_BRIDGE is not set
334# CONFIG_VLAN_8021Q is not set
335# CONFIG_DECNET is not set
336# CONFIG_LLC2 is not set
337# CONFIG_IPX is not set
338# CONFIG_ATALK is not set
339# CONFIG_X25 is not set
340# CONFIG_LAPB is not set
341# CONFIG_ECONET is not set
342# CONFIG_WAN_ROUTER is not set
343# CONFIG_NET_SCHED is not set
344
345#
346# Network testing
347#
348# CONFIG_NET_PKTGEN is not set
349# CONFIG_HAMRADIO is not set
350# CONFIG_IRDA is not set
351# CONFIG_BT is not set
352# CONFIG_AF_RXRPC is not set
353CONFIG_FIB_RULES=y
354
355#
356# Wireless
357#
358# CONFIG_CFG80211 is not set
359# CONFIG_WIRELESS_EXT is not set
360# CONFIG_MAC80211 is not set
361# CONFIG_IEEE80211 is not set
362# CONFIG_RFKILL is not set
363# CONFIG_NET_9P is not set
364
365#
366# Device Drivers
367#
368
369#
370# Generic Driver Options
371#
372CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
373CONFIG_STANDALONE=y
374CONFIG_PREVENT_FIRMWARE_BUILD=y
375CONFIG_FW_LOADER=y
376# CONFIG_DEBUG_DRIVER is not set
377# CONFIG_DEBUG_DEVRES is not set
378# CONFIG_SYS_HYPERVISOR is not set
379# CONFIG_CONNECTOR is not set
380# CONFIG_MTD is not set
381CONFIG_OF_DEVICE=y
382# CONFIG_PARPORT is not set
383CONFIG_BLK_DEV=y
384# CONFIG_BLK_DEV_FD is not set
385# CONFIG_BLK_CPQ_DA is not set
386# CONFIG_BLK_CPQ_CISS_DA is not set
387# CONFIG_BLK_DEV_DAC960 is not set
388# CONFIG_BLK_DEV_UMEM is not set
389# CONFIG_BLK_DEV_COW_COMMON is not set
390CONFIG_BLK_DEV_LOOP=y
391# CONFIG_BLK_DEV_CRYPTOLOOP is not set
392CONFIG_BLK_DEV_NBD=y
393# CONFIG_BLK_DEV_SX8 is not set
394# CONFIG_BLK_DEV_UB is not set
395CONFIG_BLK_DEV_RAM=y
396CONFIG_BLK_DEV_RAM_COUNT=16
397CONFIG_BLK_DEV_RAM_SIZE=131072
398CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
399# CONFIG_CDROM_PKTCDVD is not set
400# CONFIG_ATA_OVER_ETH is not set
401CONFIG_MISC_DEVICES=y
402# CONFIG_PHANTOM is not set
403# CONFIG_EEPROM_93CX6 is not set
404# CONFIG_SGI_IOC4 is not set
405# CONFIG_TIFM_CORE is not set
406# CONFIG_IDE is not set
407
408#
409# SCSI device support
410#
411# CONFIG_RAID_ATTRS is not set
412CONFIG_SCSI=y
413CONFIG_SCSI_DMA=y
414# CONFIG_SCSI_TGT is not set
415# CONFIG_SCSI_NETLINK is not set
416CONFIG_SCSI_PROC_FS=y
417
418#
419# SCSI support type (disk, tape, CD-ROM)
420#
421CONFIG_BLK_DEV_SD=y
422CONFIG_CHR_DEV_ST=y
423# CONFIG_CHR_DEV_OSST is not set
424CONFIG_BLK_DEV_SR=y
425# CONFIG_BLK_DEV_SR_VENDOR is not set
426CONFIG_CHR_DEV_SG=y
427# CONFIG_CHR_DEV_SCH is not set
428
429#
430# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
431#
432CONFIG_SCSI_MULTI_LUN=y
433# CONFIG_SCSI_CONSTANTS is not set
434CONFIG_SCSI_LOGGING=y
435# CONFIG_SCSI_SCAN_ASYNC is not set
436CONFIG_SCSI_WAIT_SCAN=m
437
438#
439# SCSI Transports
440#
441# CONFIG_SCSI_SPI_ATTRS is not set
442# CONFIG_SCSI_FC_ATTRS is not set
443# CONFIG_SCSI_ISCSI_ATTRS is not set
444# CONFIG_SCSI_SAS_LIBSAS is not set
445# CONFIG_SCSI_SRP_ATTRS is not set
446CONFIG_SCSI_LOWLEVEL=y
447# CONFIG_ISCSI_TCP is not set
448# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
449# CONFIG_SCSI_3W_9XXX is not set
450# CONFIG_SCSI_ACARD is not set
451# CONFIG_SCSI_AACRAID is not set
452# CONFIG_SCSI_AIC7XXX is not set
453# CONFIG_SCSI_AIC7XXX_OLD is not set
454# CONFIG_SCSI_AIC79XX is not set
455# CONFIG_SCSI_AIC94XX is not set
456# CONFIG_SCSI_DPT_I2O is not set
457# CONFIG_SCSI_ADVANSYS is not set
458# CONFIG_SCSI_ARCMSR is not set
459# CONFIG_MEGARAID_NEWGEN is not set
460# CONFIG_MEGARAID_LEGACY is not set
461# CONFIG_MEGARAID_SAS is not set
462# CONFIG_SCSI_HPTIOP is not set
463# CONFIG_SCSI_BUSLOGIC is not set
464# CONFIG_SCSI_DMX3191D is not set
465# CONFIG_SCSI_EATA is not set
466# CONFIG_SCSI_FUTURE_DOMAIN is not set
467# CONFIG_SCSI_GDTH is not set
468# CONFIG_SCSI_IPS is not set
469# CONFIG_SCSI_INITIO is not set
470# CONFIG_SCSI_INIA100 is not set
471# CONFIG_SCSI_STEX is not set
472# CONFIG_SCSI_SYM53C8XX_2 is not set
473# CONFIG_SCSI_IPR is not set
474# CONFIG_SCSI_QLOGIC_1280 is not set
475# CONFIG_SCSI_QLA_FC is not set
476# CONFIG_SCSI_QLA_ISCSI is not set
477# CONFIG_SCSI_LPFC is not set
478# CONFIG_SCSI_DC395x is not set
479# CONFIG_SCSI_DC390T is not set
480# CONFIG_SCSI_NSP32 is not set
481# CONFIG_SCSI_DEBUG is not set
482# CONFIG_SCSI_SRP is not set
483CONFIG_ATA=y
484# CONFIG_ATA_NONSTANDARD is not set
485CONFIG_SATA_AHCI=y
486# CONFIG_SATA_SVW is not set
487# CONFIG_ATA_PIIX is not set
488# CONFIG_SATA_MV is not set
489# CONFIG_SATA_NV is not set
490# CONFIG_PDC_ADMA is not set
491# CONFIG_SATA_QSTOR is not set
492# CONFIG_SATA_PROMISE is not set
493# CONFIG_SATA_SX4 is not set
494# CONFIG_SATA_SIL is not set
495# CONFIG_SATA_SIL24 is not set
496# CONFIG_SATA_SIS is not set
497# CONFIG_SATA_ULI is not set
498# CONFIG_SATA_VIA is not set
499# CONFIG_SATA_VITESSE is not set
500# CONFIG_SATA_INIC162X is not set
501# CONFIG_SATA_FSL is not set
502CONFIG_PATA_ALI=y
503# CONFIG_PATA_AMD is not set
504# CONFIG_PATA_ARTOP is not set
505# CONFIG_PATA_ATIIXP is not set
506# CONFIG_PATA_CMD640_PCI is not set
507# CONFIG_PATA_CMD64X is not set
508# CONFIG_PATA_CS5520 is not set
509# CONFIG_PATA_CS5530 is not set
510# CONFIG_PATA_CYPRESS is not set
511# CONFIG_PATA_EFAR is not set
512# CONFIG_ATA_GENERIC is not set
513# CONFIG_PATA_HPT366 is not set
514# CONFIG_PATA_HPT37X is not set
515# CONFIG_PATA_HPT3X2N is not set
516# CONFIG_PATA_HPT3X3 is not set
517# CONFIG_PATA_IT821X is not set
518# CONFIG_PATA_IT8213 is not set
519# CONFIG_PATA_JMICRON is not set
520# CONFIG_PATA_TRIFLEX is not set
521# CONFIG_PATA_MARVELL is not set
522# CONFIG_PATA_MPIIX is not set
523# CONFIG_PATA_OLDPIIX is not set
524# CONFIG_PATA_NETCELL is not set
525# CONFIG_PATA_NS87410 is not set
526# CONFIG_PATA_NS87415 is not set
527# CONFIG_PATA_OPTI is not set
528# CONFIG_PATA_OPTIDMA is not set
529# CONFIG_PATA_PDC_OLD is not set
530# CONFIG_PATA_RADISYS is not set
531# CONFIG_PATA_RZ1000 is not set
532# CONFIG_PATA_SC1200 is not set
533# CONFIG_PATA_SERVERWORKS is not set
534# CONFIG_PATA_PDC2027X is not set
535# CONFIG_PATA_SIL680 is not set
536# CONFIG_PATA_SIS is not set
537# CONFIG_PATA_VIA is not set
538# CONFIG_PATA_WINBOND is not set
539# CONFIG_PATA_PLATFORM is not set
540# CONFIG_MD is not set
541# CONFIG_FUSION is not set
542
543#
544# IEEE 1394 (FireWire) support
545#
546# CONFIG_FIREWIRE is not set
547# CONFIG_IEEE1394 is not set
548# CONFIG_I2O is not set
549# CONFIG_MACINTOSH_DRIVERS is not set
550CONFIG_NETDEVICES=y
551# CONFIG_NETDEVICES_MULTIQUEUE is not set
552CONFIG_DUMMY=y
553# CONFIG_BONDING is not set
554# CONFIG_MACVLAN is not set
555# CONFIG_EQUALIZER is not set
556# CONFIG_TUN is not set
557# CONFIG_VETH is not set
558# CONFIG_ARCNET is not set
559CONFIG_PHYLIB=y
560
561#
562# MII PHY device drivers
563#
564# CONFIG_MARVELL_PHY is not set
565# CONFIG_DAVICOM_PHY is not set
566# CONFIG_QSEMI_PHY is not set
567# CONFIG_LXT_PHY is not set
568# CONFIG_CICADA_PHY is not set
569CONFIG_VITESSE_PHY=y
570# CONFIG_SMSC_PHY is not set
571# CONFIG_BROADCOM_PHY is not set
572# CONFIG_ICPLUS_PHY is not set
573# CONFIG_FIXED_PHY is not set
574# CONFIG_MDIO_BITBANG is not set
575CONFIG_NET_ETHERNET=y
576CONFIG_MII=y
577# CONFIG_HAPPYMEAL is not set
578# CONFIG_SUNGEM is not set
579# CONFIG_CASSINI is not set
580# CONFIG_NET_VENDOR_3COM is not set
581# CONFIG_NET_TULIP is not set
582# CONFIG_HP100 is not set
583# CONFIG_IBM_NEW_EMAC_ZMII is not set
584# CONFIG_IBM_NEW_EMAC_RGMII is not set
585# CONFIG_IBM_NEW_EMAC_TAH is not set
586# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
587# CONFIG_NET_PCI is not set
588# CONFIG_B44 is not set
589# CONFIG_FS_ENET is not set
590CONFIG_NETDEV_1000=y
591# CONFIG_ACENIC is not set
592# CONFIG_DL2K is not set
593# CONFIG_E1000 is not set
594# CONFIG_E1000E is not set
595# CONFIG_IP1000 is not set
596# CONFIG_NS83820 is not set
597# CONFIG_HAMACHI is not set
598# CONFIG_YELLOWFIN is not set
599# CONFIG_R8169 is not set
600# CONFIG_SIS190 is not set
601# CONFIG_SKGE is not set
602# CONFIG_SKY2 is not set
603# CONFIG_SK98LIN is not set
604# CONFIG_VIA_VELOCITY is not set
605# CONFIG_TIGON3 is not set
606# CONFIG_BNX2 is not set
607CONFIG_GIANFAR=y
608CONFIG_GFAR_NAPI=y
609# CONFIG_UCC_GETH is not set
610# CONFIG_QLA3XXX is not set
611# CONFIG_ATL1 is not set
612CONFIG_NETDEV_10000=y
613# CONFIG_CHELSIO_T1 is not set
614# CONFIG_CHELSIO_T3 is not set
615# CONFIG_IXGBE is not set
616# CONFIG_IXGB is not set
617# CONFIG_S2IO is not set
618# CONFIG_MYRI10GE is not set
619# CONFIG_NETXEN_NIC is not set
620# CONFIG_NIU is not set
621# CONFIG_MLX4_CORE is not set
622# CONFIG_TEHUTI is not set
623# CONFIG_TR is not set
624
625#
626# Wireless LAN
627#
628# CONFIG_WLAN_PRE80211 is not set
629# CONFIG_WLAN_80211 is not set
630
631#
632# USB Network Adapters
633#
634# CONFIG_USB_CATC is not set
635# CONFIG_USB_KAWETH is not set
636# CONFIG_USB_PEGASUS is not set
637# CONFIG_USB_RTL8150 is not set
638# CONFIG_USB_USBNET is not set
639# CONFIG_WAN is not set
640# CONFIG_FDDI is not set
641# CONFIG_HIPPI is not set
642# CONFIG_PPP is not set
643# CONFIG_SLIP is not set
644# CONFIG_NET_FC is not set
645# CONFIG_SHAPER is not set
646# CONFIG_NETCONSOLE is not set
647# CONFIG_NETPOLL is not set
648# CONFIG_NET_POLL_CONTROLLER is not set
649# CONFIG_ISDN is not set
650# CONFIG_PHONE is not set
651
652#
653# Input device support
654#
655CONFIG_INPUT=y
656# CONFIG_INPUT_FF_MEMLESS is not set
657# CONFIG_INPUT_POLLDEV is not set
658
659#
660# Userland interfaces
661#
662# CONFIG_INPUT_MOUSEDEV is not set
663# CONFIG_INPUT_JOYDEV is not set
664# CONFIG_INPUT_EVDEV is not set
665# CONFIG_INPUT_EVBUG is not set
666
667#
668# Input Device Drivers
669#
670# CONFIG_INPUT_KEYBOARD is not set
671# CONFIG_INPUT_MOUSE is not set
672# CONFIG_INPUT_JOYSTICK is not set
673# CONFIG_INPUT_TABLET is not set
674# CONFIG_INPUT_TOUCHSCREEN is not set
675# CONFIG_INPUT_MISC is not set
676
677#
678# Hardware I/O ports
679#
680CONFIG_SERIO=y
681CONFIG_SERIO_I8042=y
682CONFIG_SERIO_SERPORT=y
683# CONFIG_SERIO_PCIPS2 is not set
684CONFIG_SERIO_LIBPS2=y
685# CONFIG_SERIO_RAW is not set
686# CONFIG_GAMEPORT is not set
687
688#
689# Character devices
690#
691CONFIG_VT=y
692CONFIG_VT_CONSOLE=y
693CONFIG_HW_CONSOLE=y
694# CONFIG_VT_HW_CONSOLE_BINDING is not set
695# CONFIG_SERIAL_NONSTANDARD is not set
696
697#
698# Serial drivers
699#
700CONFIG_SERIAL_8250=y
701CONFIG_SERIAL_8250_CONSOLE=y
702CONFIG_SERIAL_8250_PCI=y
703CONFIG_SERIAL_8250_NR_UARTS=2
704CONFIG_SERIAL_8250_RUNTIME_UARTS=2
705CONFIG_SERIAL_8250_EXTENDED=y
706CONFIG_SERIAL_8250_MANY_PORTS=y
707CONFIG_SERIAL_8250_SHARE_IRQ=y
708CONFIG_SERIAL_8250_DETECT_IRQ=y
709CONFIG_SERIAL_8250_RSA=y
710
711#
712# Non-8250 serial port support
713#
714# CONFIG_SERIAL_UARTLITE is not set
715CONFIG_SERIAL_CORE=y
716CONFIG_SERIAL_CORE_CONSOLE=y
717# CONFIG_SERIAL_CPM is not set
718# CONFIG_SERIAL_JSM is not set
719# CONFIG_SERIAL_OF_PLATFORM is not set
720# CONFIG_SERIAL_QE is not set
721CONFIG_UNIX98_PTYS=y
722CONFIG_LEGACY_PTYS=y
723CONFIG_LEGACY_PTY_COUNT=256
724# CONFIG_IPMI_HANDLER is not set
725# CONFIG_HW_RANDOM is not set
726CONFIG_NVRAM=y
727CONFIG_GEN_RTC=y
728CONFIG_GEN_RTC_X=y
729# CONFIG_R3964 is not set
730# CONFIG_APPLICOM is not set
731# CONFIG_RAW_DRIVER is not set
732# CONFIG_TCG_TPM is not set
733CONFIG_DEVPORT=y
734CONFIG_I2C=y
735CONFIG_I2C_BOARDINFO=y
736# CONFIG_I2C_CHARDEV is not set
737
738#
739# I2C Algorithms
740#
741# CONFIG_I2C_ALGOBIT is not set
742# CONFIG_I2C_ALGOPCF is not set
743# CONFIG_I2C_ALGOPCA is not set
744
745#
746# I2C Hardware Bus support
747#
748# CONFIG_I2C_ALI1535 is not set
749# CONFIG_I2C_ALI1563 is not set
750# CONFIG_I2C_ALI15X3 is not set
751# CONFIG_I2C_AMD756 is not set
752# CONFIG_I2C_AMD8111 is not set
753# CONFIG_I2C_I801 is not set
754# CONFIG_I2C_I810 is not set
755# CONFIG_I2C_PIIX4 is not set
756CONFIG_I2C_MPC=y
757# CONFIG_I2C_NFORCE2 is not set
758# CONFIG_I2C_OCORES is not set
759# CONFIG_I2C_PARPORT_LIGHT is not set
760# CONFIG_I2C_PROSAVAGE is not set
761# CONFIG_I2C_SAVAGE4 is not set
762# CONFIG_I2C_SIMTEC is not set
763# CONFIG_I2C_SIS5595 is not set
764# CONFIG_I2C_SIS630 is not set
765# CONFIG_I2C_SIS96X is not set
766# CONFIG_I2C_TAOS_EVM is not set
767# CONFIG_I2C_STUB is not set
768# CONFIG_I2C_TINY_USB is not set
769# CONFIG_I2C_VIA is not set
770# CONFIG_I2C_VIAPRO is not set
771# CONFIG_I2C_VOODOO3 is not set
772
773#
774# Miscellaneous I2C Chip support
775#
776# CONFIG_SENSORS_DS1337 is not set
777# CONFIG_SENSORS_DS1374 is not set
778# CONFIG_DS1682 is not set
779CONFIG_SENSORS_EEPROM=y
780# CONFIG_SENSORS_PCF8574 is not set
781# CONFIG_SENSORS_PCA9539 is not set
782# CONFIG_SENSORS_PCF8591 is not set
783# CONFIG_SENSORS_M41T00 is not set
784# CONFIG_SENSORS_MAX6875 is not set
785# CONFIG_SENSORS_TSL2550 is not set
786# CONFIG_I2C_DEBUG_CORE is not set
787# CONFIG_I2C_DEBUG_ALGO is not set
788# CONFIG_I2C_DEBUG_BUS is not set
789# CONFIG_I2C_DEBUG_CHIP is not set
790
791#
792# SPI support
793#
794# CONFIG_SPI is not set
795# CONFIG_SPI_MASTER is not set
796# CONFIG_W1 is not set
797# CONFIG_POWER_SUPPLY is not set
798# CONFIG_HWMON is not set
799# CONFIG_WATCHDOG is not set
800
801#
802# Sonics Silicon Backplane
803#
804CONFIG_SSB_POSSIBLE=y
805# CONFIG_SSB is not set
806
807#
808# Multifunction device drivers
809#
810# CONFIG_MFD_SM501 is not set
811
812#
813# Multimedia devices
814#
815# CONFIG_VIDEO_DEV is not set
816CONFIG_DVB_CORE=m
817# CONFIG_DVB_CORE_ATTACH is not set
818CONFIG_DVB_CAPTURE_DRIVERS=y
819
820#
821# Supported SAA7146 based PCI Adapters
822#
823
824#
825# Supported USB Adapters
826#
827# CONFIG_DVB_USB is not set
828# CONFIG_DVB_TTUSB_BUDGET is not set
829# CONFIG_DVB_TTUSB_DEC is not set
830# CONFIG_DVB_CINERGYT2 is not set
831
832#
833# Supported FlexCopII (B2C2) Adapters
834#
835# CONFIG_DVB_B2C2_FLEXCOP is not set
836
837#
838# Supported BT878 Adapters
839#
840
841#
842# Supported Pluto2 Adapters
843#
844# CONFIG_DVB_PLUTO2 is not set
845
846#
847# Supported DVB Frontends
848#
849
850#
851# Customise DVB Frontends
852#
853# CONFIG_DVB_FE_CUSTOMISE is not set
854
855#
856# DVB-S (satellite) frontends
857#
858# CONFIG_DVB_STV0299 is not set
859# CONFIG_DVB_CX24110 is not set
860# CONFIG_DVB_CX24123 is not set
861# CONFIG_DVB_TDA8083 is not set
862# CONFIG_DVB_MT312 is not set
863# CONFIG_DVB_VES1X93 is not set
864# CONFIG_DVB_S5H1420 is not set
865# CONFIG_DVB_TDA10086 is not set
866
867#
868# DVB-T (terrestrial) frontends
869#
870# CONFIG_DVB_SP8870 is not set
871# CONFIG_DVB_SP887X is not set
872# CONFIG_DVB_CX22700 is not set
873# CONFIG_DVB_CX22702 is not set
874# CONFIG_DVB_L64781 is not set
875# CONFIG_DVB_TDA1004X is not set
876# CONFIG_DVB_NXT6000 is not set
877# CONFIG_DVB_MT352 is not set
878# CONFIG_DVB_ZL10353 is not set
879# CONFIG_DVB_DIB3000MB is not set
880# CONFIG_DVB_DIB3000MC is not set
881# CONFIG_DVB_DIB7000M is not set
882# CONFIG_DVB_DIB7000P is not set
883
884#
885# DVB-C (cable) frontends
886#
887# CONFIG_DVB_VES1820 is not set
888# CONFIG_DVB_TDA10021 is not set
889# CONFIG_DVB_TDA10023 is not set
890# CONFIG_DVB_STV0297 is not set
891
892#
893# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
894#
895# CONFIG_DVB_NXT200X is not set
896# CONFIG_DVB_OR51211 is not set
897# CONFIG_DVB_OR51132 is not set
898# CONFIG_DVB_BCM3510 is not set
899# CONFIG_DVB_LGDT330X is not set
900# CONFIG_DVB_S5H1409 is not set
901
902#
903# Tuners/PLL support
904#
905# CONFIG_DVB_PLL is not set
906# CONFIG_DVB_TDA826X is not set
907# CONFIG_DVB_TDA827X is not set
908# CONFIG_DVB_TUNER_QT1010 is not set
909# CONFIG_DVB_TUNER_MT2060 is not set
910# CONFIG_DVB_TUNER_MT2266 is not set
911# CONFIG_DVB_TUNER_MT2131 is not set
912# CONFIG_DVB_TUNER_DIB0070 is not set
913
914#
915# Miscellaneous devices
916#
917# CONFIG_DVB_LNBP21 is not set
918# CONFIG_DVB_ISL6421 is not set
919# CONFIG_DVB_TUA6100 is not set
920CONFIG_DAB=y
921# CONFIG_USB_DABUSB is not set
922
923#
924# Graphics support
925#
926# CONFIG_AGP is not set
927# CONFIG_DRM is not set
928# CONFIG_VGASTATE is not set
929CONFIG_VIDEO_OUTPUT_CONTROL=y
930# CONFIG_FB is not set
931# CONFIG_BACKLIGHT_LCD_SUPPORT is not set
932
933#
934# Display device support
935#
936# CONFIG_DISPLAY_SUPPORT is not set
937
938#
939# Console display driver support
940#
941CONFIG_VGA_CONSOLE=y
942# CONFIG_VGACON_SOFT_SCROLLBACK is not set
943CONFIG_DUMMY_CONSOLE=y
944
945#
946# Sound
947#
948CONFIG_SOUND=y
949
950#
951# Advanced Linux Sound Architecture
952#
953CONFIG_SND=y
954CONFIG_SND_TIMER=y
955CONFIG_SND_PCM=y
956# CONFIG_SND_SEQUENCER is not set
957# CONFIG_SND_MIXER_OSS is not set
958# CONFIG_SND_PCM_OSS is not set
959# CONFIG_SND_DYNAMIC_MINORS is not set
960CONFIG_SND_SUPPORT_OLD_API=y
961CONFIG_SND_VERBOSE_PROCFS=y
962# CONFIG_SND_VERBOSE_PRINTK is not set
963# CONFIG_SND_DEBUG is not set
964
965#
966# Generic devices
967#
968CONFIG_SND_AC97_CODEC=y
969# CONFIG_SND_DUMMY is not set
970# CONFIG_SND_MTPAV is not set
971# CONFIG_SND_SERIAL_U16550 is not set
972# CONFIG_SND_MPU401 is not set
973
974#
975# PCI devices
976#
977# CONFIG_SND_AD1889 is not set
978# CONFIG_SND_ALS300 is not set
979# CONFIG_SND_ALS4000 is not set
980# CONFIG_SND_ALI5451 is not set
981# CONFIG_SND_ATIIXP is not set
982# CONFIG_SND_ATIIXP_MODEM is not set
983# CONFIG_SND_AU8810 is not set
984# CONFIG_SND_AU8820 is not set
985# CONFIG_SND_AU8830 is not set
986# CONFIG_SND_AZT3328 is not set
987# CONFIG_SND_BT87X is not set
988# CONFIG_SND_CA0106 is not set
989# CONFIG_SND_CMIPCI is not set
990# CONFIG_SND_CS4281 is not set
991# CONFIG_SND_CS46XX is not set
992# CONFIG_SND_CS5530 is not set
993# CONFIG_SND_DARLA20 is not set
994# CONFIG_SND_GINA20 is not set
995# CONFIG_SND_LAYLA20 is not set
996# CONFIG_SND_DARLA24 is not set
997# CONFIG_SND_GINA24 is not set
998# CONFIG_SND_LAYLA24 is not set
999# CONFIG_SND_MONA is not set
1000# CONFIG_SND_MIA is not set
1001# CONFIG_SND_ECHO3G is not set
1002# CONFIG_SND_INDIGO is not set
1003# CONFIG_SND_INDIGOIO is not set
1004# CONFIG_SND_INDIGODJ is not set
1005# CONFIG_SND_EMU10K1 is not set
1006# CONFIG_SND_EMU10K1X is not set
1007# CONFIG_SND_ENS1370 is not set
1008# CONFIG_SND_ENS1371 is not set
1009# CONFIG_SND_ES1938 is not set
1010# CONFIG_SND_ES1968 is not set
1011# CONFIG_SND_FM801 is not set
1012# CONFIG_SND_HDA_INTEL is not set
1013# CONFIG_SND_HDSP is not set
1014# CONFIG_SND_HDSPM is not set
1015# CONFIG_SND_ICE1712 is not set
1016# CONFIG_SND_ICE1724 is not set
1017CONFIG_SND_INTEL8X0=y
1018# CONFIG_SND_INTEL8X0M is not set
1019# CONFIG_SND_KORG1212 is not set
1020# CONFIG_SND_MAESTRO3 is not set
1021# CONFIG_SND_MIXART is not set
1022# CONFIG_SND_NM256 is not set
1023# CONFIG_SND_PCXHR is not set
1024# CONFIG_SND_RIPTIDE is not set
1025# CONFIG_SND_RME32 is not set
1026# CONFIG_SND_RME96 is not set
1027# CONFIG_SND_RME9652 is not set
1028# CONFIG_SND_SONICVIBES is not set
1029# CONFIG_SND_TRIDENT is not set
1030# CONFIG_SND_VIA82XX is not set
1031# CONFIG_SND_VIA82XX_MODEM is not set
1032# CONFIG_SND_VX222 is not set
1033# CONFIG_SND_YMFPCI is not set
1034# CONFIG_SND_AC97_POWER_SAVE is not set
1035
1036#
1037# ALSA PowerMac devices
1038#
1039
1040#
1041# ALSA PowerPC devices
1042#
1043
1044#
1045# USB devices
1046#
1047# CONFIG_SND_USB_AUDIO is not set
1048# CONFIG_SND_USB_USX2Y is not set
1049# CONFIG_SND_USB_CAIAQ is not set
1050
1051#
1052# System on Chip audio support
1053#
1054# CONFIG_SND_SOC is not set
1055
1056#
1057# SoC Audio support for SuperH
1058#
1059
1060#
1061# Open Sound System
1062#
1063# CONFIG_SOUND_PRIME is not set
1064CONFIG_AC97_BUS=y
1065CONFIG_HID_SUPPORT=y
1066CONFIG_HID=y
1067# CONFIG_HID_DEBUG is not set
1068# CONFIG_HIDRAW is not set
1069
1070#
1071# USB Input Devices
1072#
1073CONFIG_USB_HID=y
1074# CONFIG_USB_HIDINPUT_POWERBOOK is not set
1075# CONFIG_HID_FF is not set
1076# CONFIG_USB_HIDDEV is not set
1077CONFIG_USB_SUPPORT=y
1078CONFIG_USB_ARCH_HAS_HCD=y
1079CONFIG_USB_ARCH_HAS_OHCI=y
1080CONFIG_USB_ARCH_HAS_EHCI=y
1081CONFIG_USB=y
1082# CONFIG_USB_DEBUG is not set
1083
1084#
1085# Miscellaneous USB options
1086#
1087CONFIG_USB_DEVICEFS=y
1088CONFIG_USB_DEVICE_CLASS=y
1089# CONFIG_USB_DYNAMIC_MINORS is not set
1090# CONFIG_USB_OTG is not set
1091
1092#
1093# USB Host Controller Drivers
1094#
1095CONFIG_USB_EHCI_HCD=y
1096# CONFIG_USB_EHCI_SPLIT_ISO is not set
1097# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1098# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1099# CONFIG_USB_ISP116X_HCD is not set
1100CONFIG_USB_OHCI_HCD=y
1101CONFIG_USB_OHCI_HCD_PPC_OF=y
1102CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
1103CONFIG_USB_OHCI_HCD_PPC_OF_LE=y
1104CONFIG_USB_OHCI_HCD_PCI=y
1105CONFIG_USB_OHCI_BIG_ENDIAN_DESC=y
1106CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
1107CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1108# CONFIG_USB_UHCI_HCD is not set
1109# CONFIG_USB_SL811_HCD is not set
1110# CONFIG_USB_R8A66597_HCD is not set
1111
1112#
1113# USB Device Class drivers
1114#
1115# CONFIG_USB_ACM is not set
1116# CONFIG_USB_PRINTER is not set
1117
1118#
1119# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
1120#
1121
1122#
1123# may also be needed; see USB_STORAGE Help for more information
1124#
1125CONFIG_USB_STORAGE=y
1126# CONFIG_USB_STORAGE_DEBUG is not set
1127# CONFIG_USB_STORAGE_DATAFAB is not set
1128# CONFIG_USB_STORAGE_FREECOM is not set
1129# CONFIG_USB_STORAGE_ISD200 is not set
1130# CONFIG_USB_STORAGE_DPCM is not set
1131# CONFIG_USB_STORAGE_USBAT is not set
1132# CONFIG_USB_STORAGE_SDDR09 is not set
1133# CONFIG_USB_STORAGE_SDDR55 is not set
1134# CONFIG_USB_STORAGE_JUMPSHOT is not set
1135# CONFIG_USB_STORAGE_ALAUDA is not set
1136# CONFIG_USB_STORAGE_KARMA is not set
1137# CONFIG_USB_LIBUSUAL is not set
1138
1139#
1140# USB Imaging devices
1141#
1142# CONFIG_USB_MDC800 is not set
1143# CONFIG_USB_MICROTEK is not set
1144CONFIG_USB_MON=y
1145
1146#
1147# USB port drivers
1148#
1149
1150#
1151# USB Serial Converter support
1152#
1153# CONFIG_USB_SERIAL is not set
1154
1155#
1156# USB Miscellaneous drivers
1157#
1158# CONFIG_USB_EMI62 is not set
1159# CONFIG_USB_EMI26 is not set
1160# CONFIG_USB_ADUTUX is not set
1161# CONFIG_USB_AUERSWALD is not set
1162# CONFIG_USB_RIO500 is not set
1163# CONFIG_USB_LEGOTOWER is not set
1164# CONFIG_USB_LCD is not set
1165# CONFIG_USB_BERRY_CHARGE is not set
1166# CONFIG_USB_LED is not set
1167# CONFIG_USB_CYPRESS_CY7C63 is not set
1168# CONFIG_USB_CYTHERM is not set
1169# CONFIG_USB_PHIDGET is not set
1170# CONFIG_USB_IDMOUSE is not set
1171# CONFIG_USB_FTDI_ELAN is not set
1172# CONFIG_USB_APPLEDISPLAY is not set
1173# CONFIG_USB_SISUSBVGA is not set
1174# CONFIG_USB_LD is not set
1175# CONFIG_USB_TRANCEVIBRATOR is not set
1176# CONFIG_USB_IOWARRIOR is not set
1177# CONFIG_USB_TEST is not set
1178
1179#
1180# USB DSL modem support
1181#
1182
1183#
1184# USB Gadget Support
1185#
1186# CONFIG_USB_GADGET is not set
1187# CONFIG_MMC is not set
1188# CONFIG_NEW_LEDS is not set
1189# CONFIG_INFINIBAND is not set
1190# CONFIG_EDAC is not set
1191CONFIG_RTC_LIB=y
1192CONFIG_RTC_CLASS=y
1193CONFIG_RTC_HCTOSYS=y
1194CONFIG_RTC_HCTOSYS_DEVICE="rtc0"
1195# CONFIG_RTC_DEBUG is not set
1196
1197#
1198# RTC interfaces
1199#
1200CONFIG_RTC_INTF_SYSFS=y
1201CONFIG_RTC_INTF_PROC=y
1202CONFIG_RTC_INTF_DEV=y
1203# CONFIG_RTC_INTF_DEV_UIE_EMUL is not set
1204# CONFIG_RTC_DRV_TEST is not set
1205
1206#
1207# I2C RTC drivers
1208#
1209# CONFIG_RTC_DRV_DS1307 is not set
1210# CONFIG_RTC_DRV_DS1374 is not set
1211# CONFIG_RTC_DRV_DS1672 is not set
1212# CONFIG_RTC_DRV_MAX6900 is not set
1213# CONFIG_RTC_DRV_RS5C372 is not set
1214# CONFIG_RTC_DRV_ISL1208 is not set
1215# CONFIG_RTC_DRV_X1205 is not set
1216# CONFIG_RTC_DRV_PCF8563 is not set
1217# CONFIG_RTC_DRV_PCF8583 is not set
1218# CONFIG_RTC_DRV_M41T80 is not set
1219
1220#
1221# SPI RTC drivers
1222#
1223
1224#
1225# Platform RTC drivers
1226#
1227CONFIG_RTC_DRV_CMOS=y
1228# CONFIG_RTC_DRV_DS1553 is not set
1229# CONFIG_RTC_DRV_STK17TA8 is not set
1230# CONFIG_RTC_DRV_DS1742 is not set
1231# CONFIG_RTC_DRV_M48T86 is not set
1232# CONFIG_RTC_DRV_M48T59 is not set
1233# CONFIG_RTC_DRV_V3020 is not set
1234
1235#
1236# on-CPU RTC drivers
1237#
1238
1239#
1240# Userspace I/O
1241#
1242# CONFIG_UIO is not set
1243
1244#
1245# File systems
1246#
1247CONFIG_EXT2_FS=y
1248# CONFIG_EXT2_FS_XATTR is not set
1249# CONFIG_EXT2_FS_XIP is not set
1250CONFIG_EXT3_FS=y
1251CONFIG_EXT3_FS_XATTR=y
1252# CONFIG_EXT3_FS_POSIX_ACL is not set
1253# CONFIG_EXT3_FS_SECURITY is not set
1254# CONFIG_EXT4DEV_FS is not set
1255CONFIG_JBD=y
1256CONFIG_FS_MBCACHE=y
1257# CONFIG_REISERFS_FS is not set
1258# CONFIG_JFS_FS is not set
1259# CONFIG_FS_POSIX_ACL is not set
1260# CONFIG_XFS_FS is not set
1261# CONFIG_GFS2_FS is not set
1262# CONFIG_OCFS2_FS is not set
1263# CONFIG_MINIX_FS is not set
1264# CONFIG_ROMFS_FS is not set
1265CONFIG_INOTIFY=y
1266CONFIG_INOTIFY_USER=y
1267# CONFIG_QUOTA is not set
1268CONFIG_DNOTIFY=y
1269# CONFIG_AUTOFS_FS is not set
1270# CONFIG_AUTOFS4_FS is not set
1271# CONFIG_FUSE_FS is not set
1272
1273#
1274# CD-ROM/DVD Filesystems
1275#
1276CONFIG_ISO9660_FS=m
1277CONFIG_JOLIET=y
1278CONFIG_ZISOFS=y
1279CONFIG_UDF_FS=m
1280CONFIG_UDF_NLS=y
1281
1282#
1283# DOS/FAT/NT Filesystems
1284#
1285CONFIG_FAT_FS=y
1286CONFIG_MSDOS_FS=m
1287CONFIG_VFAT_FS=y
1288CONFIG_FAT_DEFAULT_CODEPAGE=437
1289CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
1290CONFIG_NTFS_FS=y
1291# CONFIG_NTFS_DEBUG is not set
1292# CONFIG_NTFS_RW is not set
1293
1294#
1295# Pseudo filesystems
1296#
1297CONFIG_PROC_FS=y
1298CONFIG_PROC_KCORE=y
1299CONFIG_PROC_SYSCTL=y
1300CONFIG_SYSFS=y
1301CONFIG_TMPFS=y
1302# CONFIG_TMPFS_POSIX_ACL is not set
1303# CONFIG_HUGETLB_PAGE is not set
1304# CONFIG_CONFIGFS_FS is not set
1305
1306#
1307# Miscellaneous filesystems
1308#
1309CONFIG_ADFS_FS=m
1310# CONFIG_ADFS_FS_RW is not set
1311CONFIG_AFFS_FS=m
1312CONFIG_HFS_FS=m
1313CONFIG_HFSPLUS_FS=m
1314CONFIG_BEFS_FS=m
1315# CONFIG_BEFS_DEBUG is not set
1316CONFIG_BFS_FS=m
1317CONFIG_EFS_FS=m
1318CONFIG_CRAMFS=y
1319CONFIG_VXFS_FS=m
1320CONFIG_HPFS_FS=m
1321CONFIG_QNX4FS_FS=m
1322CONFIG_SYSV_FS=m
1323CONFIG_UFS_FS=m
1324# CONFIG_UFS_FS_WRITE is not set
1325# CONFIG_UFS_DEBUG is not set
1326CONFIG_NETWORK_FILESYSTEMS=y
1327CONFIG_NFS_FS=y
1328CONFIG_NFS_V3=y
1329# CONFIG_NFS_V3_ACL is not set
1330CONFIG_NFS_V4=y
1331# CONFIG_NFS_DIRECTIO is not set
1332CONFIG_NFSD=y
1333# CONFIG_NFSD_V3 is not set
1334CONFIG_NFSD_TCP=y
1335CONFIG_ROOT_NFS=y
1336CONFIG_LOCKD=y
1337CONFIG_LOCKD_V4=y
1338CONFIG_EXPORTFS=y
1339CONFIG_NFS_COMMON=y
1340CONFIG_SUNRPC=y
1341CONFIG_SUNRPC_GSS=y
1342# CONFIG_SUNRPC_BIND34 is not set
1343CONFIG_RPCSEC_GSS_KRB5=y
1344# CONFIG_RPCSEC_GSS_SPKM3 is not set
1345# CONFIG_SMB_FS is not set
1346# CONFIG_CIFS is not set
1347# CONFIG_NCP_FS is not set
1348# CONFIG_CODA_FS is not set
1349# CONFIG_AFS_FS is not set
1350
1351#
1352# Partition Types
1353#
1354CONFIG_PARTITION_ADVANCED=y
1355# CONFIG_ACORN_PARTITION is not set
1356# CONFIG_OSF_PARTITION is not set
1357# CONFIG_AMIGA_PARTITION is not set
1358# CONFIG_ATARI_PARTITION is not set
1359CONFIG_MAC_PARTITION=y
1360CONFIG_MSDOS_PARTITION=y
1361# CONFIG_BSD_DISKLABEL is not set
1362# CONFIG_MINIX_SUBPARTITION is not set
1363# CONFIG_SOLARIS_X86_PARTITION is not set
1364# CONFIG_UNIXWARE_DISKLABEL is not set
1365# CONFIG_LDM_PARTITION is not set
1366# CONFIG_SGI_PARTITION is not set
1367# CONFIG_ULTRIX_PARTITION is not set
1368# CONFIG_SUN_PARTITION is not set
1369# CONFIG_KARMA_PARTITION is not set
1370# CONFIG_EFI_PARTITION is not set
1371# CONFIG_SYSV68_PARTITION is not set
1372CONFIG_NLS=y
1373CONFIG_NLS_DEFAULT="iso8859-1"
1374# CONFIG_NLS_CODEPAGE_437 is not set
1375# CONFIG_NLS_CODEPAGE_737 is not set
1376# CONFIG_NLS_CODEPAGE_775 is not set
1377# CONFIG_NLS_CODEPAGE_850 is not set
1378# CONFIG_NLS_CODEPAGE_852 is not set
1379# CONFIG_NLS_CODEPAGE_855 is not set
1380# CONFIG_NLS_CODEPAGE_857 is not set
1381# CONFIG_NLS_CODEPAGE_860 is not set
1382# CONFIG_NLS_CODEPAGE_861 is not set
1383# CONFIG_NLS_CODEPAGE_862 is not set
1384# CONFIG_NLS_CODEPAGE_863 is not set
1385# CONFIG_NLS_CODEPAGE_864 is not set
1386# CONFIG_NLS_CODEPAGE_865 is not set
1387# CONFIG_NLS_CODEPAGE_866 is not set
1388# CONFIG_NLS_CODEPAGE_869 is not set
1389# CONFIG_NLS_CODEPAGE_936 is not set
1390# CONFIG_NLS_CODEPAGE_950 is not set
1391# CONFIG_NLS_CODEPAGE_932 is not set
1392# CONFIG_NLS_CODEPAGE_949 is not set
1393# CONFIG_NLS_CODEPAGE_874 is not set
1394# CONFIG_NLS_ISO8859_8 is not set
1395# CONFIG_NLS_CODEPAGE_1250 is not set
1396# CONFIG_NLS_CODEPAGE_1251 is not set
1397# CONFIG_NLS_ASCII is not set
1398# CONFIG_NLS_ISO8859_1 is not set
1399# CONFIG_NLS_ISO8859_2 is not set
1400# CONFIG_NLS_ISO8859_3 is not set
1401# CONFIG_NLS_ISO8859_4 is not set
1402# CONFIG_NLS_ISO8859_5 is not set
1403# CONFIG_NLS_ISO8859_6 is not set
1404# CONFIG_NLS_ISO8859_7 is not set
1405# CONFIG_NLS_ISO8859_9 is not set
1406# CONFIG_NLS_ISO8859_13 is not set
1407# CONFIG_NLS_ISO8859_14 is not set
1408# CONFIG_NLS_ISO8859_15 is not set
1409# CONFIG_NLS_KOI8_R is not set
1410# CONFIG_NLS_KOI8_U is not set
1411CONFIG_NLS_UTF8=m
1412# CONFIG_DLM is not set
1413
1414#
1415# Library routines
1416#
1417CONFIG_BITREVERSE=y
1418# CONFIG_CRC_CCITT is not set
1419# CONFIG_CRC16 is not set
1420# CONFIG_CRC_ITU_T is not set
1421CONFIG_CRC32=y
1422# CONFIG_CRC7 is not set
1423CONFIG_LIBCRC32C=m
1424CONFIG_ZLIB_INFLATE=y
1425CONFIG_PLIST=y
1426CONFIG_HAS_IOMEM=y
1427CONFIG_HAS_IOPORT=y
1428CONFIG_HAS_DMA=y
1429# CONFIG_INSTRUMENTATION is not set
1430
1431#
1432# Kernel hacking
1433#
1434# CONFIG_PRINTK_TIME is not set
1435CONFIG_ENABLE_WARN_DEPRECATED=y
1436CONFIG_ENABLE_MUST_CHECK=y
1437# CONFIG_MAGIC_SYSRQ is not set
1438# CONFIG_UNUSED_SYMBOLS is not set
1439# CONFIG_DEBUG_FS is not set
1440# CONFIG_HEADERS_CHECK is not set
1441CONFIG_DEBUG_KERNEL=y
1442# CONFIG_DEBUG_SHIRQ is not set
1443CONFIG_DETECT_SOFTLOCKUP=y
1444CONFIG_SCHED_DEBUG=y
1445# CONFIG_SCHEDSTATS is not set
1446# CONFIG_TIMER_STATS is not set
1447# CONFIG_SLUB_DEBUG_ON is not set
1448# CONFIG_DEBUG_RT_MUTEXES is not set
1449# CONFIG_RT_MUTEX_TESTER is not set
1450# CONFIG_DEBUG_SPINLOCK is not set
1451# CONFIG_DEBUG_MUTEXES is not set
1452# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
1453# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
1454# CONFIG_DEBUG_KOBJECT is not set
1455# CONFIG_DEBUG_HIGHMEM is not set
1456# CONFIG_DEBUG_BUGVERBOSE is not set
1457CONFIG_DEBUG_INFO=y
1458# CONFIG_DEBUG_VM is not set
1459# CONFIG_DEBUG_LIST is not set
1460# CONFIG_DEBUG_SG is not set
1461CONFIG_FORCED_INLINING=y
1462# CONFIG_BOOT_PRINTK_DELAY is not set
1463# CONFIG_RCU_TORTURE_TEST is not set
1464# CONFIG_FAULT_INJECTION is not set
1465# CONFIG_SAMPLES is not set
1466# CONFIG_DEBUG_STACKOVERFLOW is not set
1467# CONFIG_DEBUG_STACK_USAGE is not set
1468# CONFIG_DEBUG_PAGEALLOC is not set
1469# CONFIG_DEBUGGER is not set
1470# CONFIG_KGDB_CONSOLE is not set
1471# CONFIG_BDI_SWITCH is not set
1472# CONFIG_PPC_EARLY_DEBUG is not set
1473
1474#
1475# Security options
1476#
1477# CONFIG_KEYS is not set
1478# CONFIG_SECURITY is not set
1479# CONFIG_SECURITY_FILE_CAPABILITIES is not set
1480CONFIG_CRYPTO=y
1481CONFIG_CRYPTO_ALGAPI=y
1482CONFIG_CRYPTO_BLKCIPHER=y
1483CONFIG_CRYPTO_HASH=y
1484CONFIG_CRYPTO_MANAGER=y
1485CONFIG_CRYPTO_HMAC=y
1486# CONFIG_CRYPTO_XCBC is not set
1487# CONFIG_CRYPTO_NULL is not set
1488# CONFIG_CRYPTO_MD4 is not set
1489CONFIG_CRYPTO_MD5=y
1490CONFIG_CRYPTO_SHA1=m
1491# CONFIG_CRYPTO_SHA256 is not set
1492# CONFIG_CRYPTO_SHA512 is not set
1493# CONFIG_CRYPTO_WP512 is not set
1494# CONFIG_CRYPTO_TGR192 is not set
1495# CONFIG_CRYPTO_GF128MUL is not set
1496# CONFIG_CRYPTO_ECB is not set
1497CONFIG_CRYPTO_CBC=y
1498CONFIG_CRYPTO_PCBC=m
1499# CONFIG_CRYPTO_LRW is not set
1500# CONFIG_CRYPTO_XTS is not set
1501# CONFIG_CRYPTO_CRYPTD is not set
1502CONFIG_CRYPTO_DES=y
1503# CONFIG_CRYPTO_FCRYPT is not set
1504# CONFIG_CRYPTO_BLOWFISH is not set
1505# CONFIG_CRYPTO_TWOFISH is not set
1506# CONFIG_CRYPTO_SERPENT is not set
1507# CONFIG_CRYPTO_AES is not set
1508# CONFIG_CRYPTO_CAST5 is not set
1509# CONFIG_CRYPTO_CAST6 is not set
1510# CONFIG_CRYPTO_TEA is not set
1511# CONFIG_CRYPTO_ARC4 is not set
1512# CONFIG_CRYPTO_KHAZAD is not set
1513# CONFIG_CRYPTO_ANUBIS is not set
1514# CONFIG_CRYPTO_SEED is not set
1515# CONFIG_CRYPTO_DEFLATE is not set
1516# CONFIG_CRYPTO_MICHAEL_MIC is not set
1517# CONFIG_CRYPTO_CRC32C is not set
1518# CONFIG_CRYPTO_CAMELLIA is not set
1519# CONFIG_CRYPTO_TEST is not set
1520# CONFIG_CRYPTO_AUTHENC is not set
1521CONFIG_CRYPTO_HW=y
1522# CONFIG_PPC_CLOCK is not set
1523CONFIG_PPC_LIB_RHEAP=y
diff --git a/arch/powerpc/platforms/85xx/Kconfig b/arch/powerpc/platforms/85xx/Kconfig
index 74779b92ff36..7e76ddbd5821 100644
--- a/arch/powerpc/platforms/85xx/Kconfig
+++ b/arch/powerpc/platforms/85xx/Kconfig
@@ -1,7 +1,14 @@
1choice 1menuconfig MPC85xx
2 prompt "Machine Type" 2 bool "Machine Type"
3 depends on PPC_85xx 3 depends on PPC_85xx
4 default MPC8540_ADS 4 select PPC_UDBG_16550
5 select PPC_INDIRECT_PCI if PCI
6 select MPIC
7 select FSL_PCI if PCI
8 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
9 default y
10
11if MPC85xx
5 12
6config MPC8540_ADS 13config MPC8540_ADS
7 bool "Freescale MPC8540 ADS" 14 bool "Freescale MPC8540 ADS"
@@ -96,24 +103,7 @@ config SBC8560
96 help 103 help
97 This option enables support for the Wind River SBC8560 board 104 This option enables support for the Wind River SBC8560 board
98 105
99endchoice 106endif # MPC85xx
100 107
101config TQM85xx 108config TQM85xx
102 bool 109 bool
103 select MPC85xx
104
105config MPC8540
106 bool
107 select PPC_UDBG_16550
108 select PPC_INDIRECT_PCI
109 default y if MPC8540_ADS || MPC85xx_CDS || SBC8548
110
111config MPC85xx
112 bool
113 select PPC_UDBG_16550
114 select PPC_INDIRECT_PCI if PCI
115 select MPIC
116 select FSL_PCI if PCI
117 select SERIAL_8250_SHARE_IRQ if SERIAL_8250
118 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \
119 || MPC85xx_MDS || MPC85xx_DS || STX_GP3 || SBC8560 || SBC8548
diff --git a/arch/powerpc/platforms/Kconfig.cputype b/arch/powerpc/platforms/Kconfig.cputype
index c3ee0b58d539..f6bf0257b780 100644
--- a/arch/powerpc/platforms/Kconfig.cputype
+++ b/arch/powerpc/platforms/Kconfig.cputype
@@ -29,8 +29,8 @@ config PPC_85xx
29 bool "Freescale 85xx" 29 bool "Freescale 85xx"
30 select E500 30 select E500
31 select FSL_SOC 31 select FSL_SOC
32 select 85xx
33 select WANT_DEVICE_TREE 32 select WANT_DEVICE_TREE
33 select MPC85xx
34 34
35config PPC_8xx 35config PPC_8xx
36 bool "Freescale 8xx" 36 bool "Freescale 8xx"
@@ -97,10 +97,6 @@ config 8xx
97config 83xx 97config 83xx
98 bool 98 bool
99 99
100# this is temp to handle compat with arch=ppc
101config 85xx
102 bool
103
104config E500 100config E500
105 bool 101 bool
106 102