blob: 9788b3c2d563435dfaae3fc4dc0e294f1e8c931f [file] [log] [blame]
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +11001CONFIG_PPC64=y
Paul Mackerras43af66e2007-12-06 16:53:35 +11002CONFIG_TUNE_CELL=y
Arnd Bergmannb22ddc72007-08-23 03:09:17 +10003CONFIG_ALTIVEC=y
Arnd Bergmannb22ddc72007-08-23 03:09:17 +10004CONFIG_SMP=y
5CONFIG_NR_CPUS=4
Michael Ellerman60d4f4c2005-11-03 15:24:57 +11006CONFIG_SYSVIPC=y
Cyril Burd11dfd12014-09-05 11:16:43 +10007CONFIG_FHANDLE=y
Michael Ellermana85cade2015-01-20 17:36:53 +11008CONFIG_NO_HZ=y
9CONFIG_HIGH_RES_TIMERS=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +010010CONFIG_IKCONFIG=y
11CONFIG_IKCONFIG_PROC=y
Paul Mackerrasca74c012007-06-26 14:19:35 +100012CONFIG_LOG_BUF_SHIFT=15
Paul Jacksonc2e2c7f2007-10-18 23:39:43 -070013CONFIG_CGROUPS=y
arnd@arndb.de0f0f90c2006-06-19 20:33:18 +020014CONFIG_CPUSETS=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +010015CONFIG_BLK_DEV_INITRD=y
Paul Mackerras93ce4e22008-03-20 11:21:32 +110016# CONFIG_COMPAT_BRK is not set
Paul Mackerras93ce4e22008-03-20 11:21:32 +110017CONFIG_PROFILING=y
Paul Mackerras93ce4e22008-03-20 11:21:32 +110018CONFIG_OPROFILE=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110019CONFIG_MODULES=y
20CONFIG_MODULE_UNLOAD=y
Michael Ellermana85cade2015-01-20 17:36:53 +110021CONFIG_PARTITION_ADVANCED=y
Michael Ellermand3b94e42014-09-24 15:57:10 +100022# CONFIG_PPC_POWERNV is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110023# CONFIG_PPC_PSERIES is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110024# CONFIG_PPC_PMAC is not set
Arnd Bergmannc6d34482007-04-23 21:35:48 +020025CONFIG_PPC_PS3=y
Arnd Bergmannb22ddc72007-08-23 03:09:17 +100026CONFIG_PS3_DISK=y
27CONFIG_PS3_ROM=m
28CONFIG_PS3_FLASH=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +110029CONFIG_PS3_LPM=m
Geoff Levandc01ea722006-06-19 20:33:28 +020030CONFIG_PPC_IBM_CELL_BLADE=y
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +100031CONFIG_PPC_CELLEB=y
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110032CONFIG_RTAS_FLASH=y
Paul Mackerrasca74c012007-06-26 14:19:35 +100033CONFIG_CPU_FREQ=y
Paul Mackerrasca74c012007-06-26 14:19:35 +100034CONFIG_CPU_FREQ_GOV_POWERSAVE=y
35CONFIG_CPU_FREQ_GOV_USERSPACE=y
36CONFIG_CPU_FREQ_GOV_ONDEMAND=y
37CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +010038CONFIG_BINFMT_MISC=m
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +110039CONFIG_IRQ_ALL_CPUS=y
arnd@arndb.de0f0f90c2006-06-19 20:33:18 +020040CONFIG_NUMA=y
Paul Mackerras93ce4e22008-03-20 11:21:32 +110041CONFIG_MEMORY_HOTREMOVE=y
Arnd Bergmann68272042006-10-04 17:26:22 +020042CONFIG_PPC_64K_PAGES=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110043CONFIG_SCHED_SMT=y
arnd@arndb.de0f0f90c2006-06-19 20:33:18 +020044CONFIG_PCIEPORTBUS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110045CONFIG_NET=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110046CONFIG_PACKET=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110047CONFIG_UNIX=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110048CONFIG_INET=y
49CONFIG_IP_MULTICAST=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010050CONFIG_IP_PNP=y
51CONFIG_IP_PNP_DHCP=y
52CONFIG_IP_PNP_BOOTP=y
53CONFIG_IP_PNP_RARP=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110054CONFIG_NET_IPIP=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110055CONFIG_SYN_COOKIES=y
Arnd Bergmannb910ecf2006-10-24 18:01:43 +020056# CONFIG_INET_XFRM_MODE_BEET is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110057CONFIG_IPV6=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110058CONFIG_INET6_AH=m
59CONFIG_INET6_ESP=m
60CONFIG_INET6_IPCOMP=m
Arnd Bergmannb910ecf2006-10-24 18:01:43 +020061# CONFIG_INET6_XFRM_MODE_BEET is not set
Arnd Bergmannb910ecf2006-10-24 18:01:43 +020062# CONFIG_IPV6_SIT is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +110063CONFIG_IPV6_TUNNEL=m
64CONFIG_NETFILTER=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010065CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
66CONFIG_NETFILTER_XT_TARGET_DSCP=m
67CONFIG_NETFILTER_XT_TARGET_MARK=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010068CONFIG_NETFILTER_XT_TARGET_NFLOG=m
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +100069CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
Arnd Bergmannc886c2b2007-03-10 00:05:39 +010070CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +110071CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010072CONFIG_NETFILTER_XT_MATCH_COMMENT=m
73CONFIG_NETFILTER_XT_MATCH_DCCP=m
74CONFIG_NETFILTER_XT_MATCH_DSCP=m
75CONFIG_NETFILTER_XT_MATCH_ESP=m
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +100076CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +110077CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010078CONFIG_NETFILTER_XT_MATCH_LENGTH=m
79CONFIG_NETFILTER_XT_MATCH_LIMIT=m
80CONFIG_NETFILTER_XT_MATCH_MAC=m
81CONFIG_NETFILTER_XT_MATCH_MARK=m
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +100082CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +110083CONFIG_NETFILTER_XT_MATCH_OWNER=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010084CONFIG_NETFILTER_XT_MATCH_POLICY=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010085CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
86CONFIG_NETFILTER_XT_MATCH_QUOTA=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +110087CONFIG_NETFILTER_XT_MATCH_RATEEST=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010088CONFIG_NETFILTER_XT_MATCH_REALM=m
89CONFIG_NETFILTER_XT_MATCH_SCTP=m
90CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
91CONFIG_NETFILTER_XT_MATCH_STRING=m
92CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
Paul Mackerras43af66e2007-12-06 16:53:35 +110093CONFIG_NETFILTER_XT_MATCH_TIME=m
Arnd Bergmannb22ddc72007-08-23 03:09:17 +100094CONFIG_NETFILTER_XT_MATCH_U32=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010095CONFIG_IP_NF_IPTABLES=m
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +100096CONFIG_IP_NF_MATCH_AH=m
97CONFIG_IP_NF_MATCH_ECN=m
98CONFIG_IP_NF_MATCH_TTL=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +010099CONFIG_IP_NF_FILTER=m
100CONFIG_IP_NF_TARGET_REJECT=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100101CONFIG_IP_NF_MANGLE=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100102CONFIG_IP_NF_TARGET_ECN=m
103CONFIG_IP_NF_TARGET_TTL=m
104CONFIG_IP_NF_RAW=m
105CONFIG_IP_NF_ARPTABLES=m
106CONFIG_IP_NF_ARPFILTER=m
107CONFIG_IP_NF_ARP_MANGLE=m
Paul Mackerras43af66e2007-12-06 16:53:35 +1100108CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100109CONFIG_BLK_DEV_LOOP=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100110CONFIG_BLK_DEV_RAM=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100111CONFIG_BLK_DEV_RAM_SIZE=131072
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100112CONFIG_IDE=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100113CONFIG_BLK_DEV_GENERIC=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100114CONFIG_BLK_DEV_AEC62XX=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100115CONFIG_BLK_DEV_SIIMAGE=y
Arnd Bergmannc6d34482007-04-23 21:35:48 +0200116CONFIG_BLK_DEV_CELLEB=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100117CONFIG_BLK_DEV_SD=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100118CONFIG_BLK_DEV_SR=m
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100119CONFIG_CHR_DEV_SG=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100120CONFIG_ATA=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100121CONFIG_SATA_PROMISE=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100122CONFIG_PATA_PDC2027X=m
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100123CONFIG_MD=y
124CONFIG_BLK_DEV_MD=m
125CONFIG_MD_LINEAR=m
126CONFIG_MD_RAID0=m
127CONFIG_MD_RAID1=m
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100128CONFIG_BLK_DEV_DM=m
129CONFIG_DM_CRYPT=m
130CONFIG_DM_SNAPSHOT=m
131CONFIG_DM_MIRROR=m
132CONFIG_DM_ZERO=m
133CONFIG_DM_MULTIPATH=m
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100134CONFIG_FUSION=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100135CONFIG_FUSION_SAS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100136CONFIG_NETDEVICES=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100137CONFIG_BONDING=m
Arnd Bergmannb22ddc72007-08-23 03:09:17 +1000138CONFIG_MACVLAN=m
Arnd Bergmann68272042006-10-04 17:26:22 +0200139CONFIG_TUN=y
Michael Ellermana85cade2015-01-20 17:36:53 +1100140CONFIG_TIGON3=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100141CONFIG_E1000=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100142CONFIG_SKGE=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100143CONFIG_SKY2=m
Arnd Bergmannb22ddc72007-08-23 03:09:17 +1000144CONFIG_GELIC_NET=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +1100145CONFIG_GELIC_WIRELESS=y
Michael Ellermana85cade2015-01-20 17:36:53 +1100146CONFIG_SPIDER_NET=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100147# CONFIG_INPUT_MOUSEDEV_PSAUX is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100148# CONFIG_INPUT_KEYBOARD is not set
149# CONFIG_INPUT_MOUSE is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100150# CONFIG_SERIO_I8042 is not set
Michael Ellermana85cade2015-01-20 17:36:53 +1100151# CONFIG_LEGACY_PTYS is not set
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100152CONFIG_SERIAL_NONSTANDARD=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100153CONFIG_SERIAL_8250=y
154CONFIG_SERIAL_8250_CONSOLE=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100155CONFIG_SERIAL_TXX9_NR_UARTS=2
156CONFIG_SERIAL_TXX9_CONSOLE=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100157CONFIG_SERIAL_OF_PLATFORM=y
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100158CONFIG_HVC_RTAS=y
Arnd Bergmannc6d34482007-04-23 21:35:48 +0200159CONFIG_HVC_BEAT=y
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100160CONFIG_IPMI_HANDLER=m
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100161CONFIG_IPMI_DEVICE_INTERFACE=m
162CONFIG_IPMI_SI=m
163CONFIG_IPMI_WATCHDOG=m
164CONFIG_IPMI_POWEROFF=m
Paul Mackerrasfb7d5272006-09-10 11:04:36 +1000165# CONFIG_HW_RANDOM is not set
Benjamin Herrenschmidt5444a5e2005-11-15 14:40:25 +1100166CONFIG_GEN_RTC=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100167CONFIG_I2C=y
Paul Mackerras43af66e2007-12-06 16:53:35 +1100168CONFIG_WATCHDOG=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100169# CONFIG_VGA_CONSOLE is not set
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100170CONFIG_HID=m
Paul Mackerrasca74c012007-06-26 14:19:35 +1000171# CONFIG_USB_HID is not set
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100172CONFIG_USB=m
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +1000173CONFIG_USB_MON=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100174CONFIG_USB_EHCI_HCD=m
Paul Mackerras93ce4e22008-03-20 11:21:32 +1100175# CONFIG_USB_EHCI_HCD_PPC_OF is not set
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100176CONFIG_USB_OHCI_HCD=m
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100177CONFIG_USB_OHCI_HCD_PPC_OF_BE=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100178CONFIG_USB_STORAGE=m
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100179CONFIG_INFINIBAND=m
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100180CONFIG_INFINIBAND_USER_MAD=m
181CONFIG_INFINIBAND_USER_ACCESS=m
182CONFIG_INFINIBAND_MTHCA=m
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100183CONFIG_INFINIBAND_IPOIB=m
Arnd Bergmann1a19f852006-03-23 00:00:05 +0100184CONFIG_INFINIBAND_IPOIB_DEBUG_DATA=y
Arnd Bergmannb22ddc72007-08-23 03:09:17 +1000185CONFIG_EDAC=y
Arnd Bergmannb22ddc72007-08-23 03:09:17 +1000186CONFIG_EDAC_MM_EDAC=y
Paul Mackerras93ce4e22008-03-20 11:21:32 +1100187CONFIG_EDAC_CELL=y
Arnd Bergmannb22ddc72007-08-23 03:09:17 +1000188CONFIG_UIO=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100189CONFIG_EXT2_FS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100190CONFIG_EXT3_FS=y
Arnd Bergmann68272042006-10-04 17:26:22 +0200191CONFIG_AUTOFS4_FS=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100192CONFIG_ISO9660_FS=m
193CONFIG_JOLIET=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100194CONFIG_UDF_FS=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100195CONFIG_MSDOS_FS=m
196CONFIG_VFAT_FS=m
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100197CONFIG_PROC_KCORE=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100198CONFIG_TMPFS=y
199CONFIG_HUGETLBFS=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100200CONFIG_NFS_FS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100201CONFIG_NFS_V3_ACL=y
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100202CONFIG_ROOT_NFS=y
Michael Ellerman60d4f4c2005-11-03 15:24:57 +1100203CONFIG_NLS_ISO8859_1=m
204CONFIG_NLS_ISO8859_2=m
205CONFIG_NLS_ISO8859_3=m
206CONFIG_NLS_ISO8859_4=m
207CONFIG_NLS_ISO8859_5=m
208CONFIG_NLS_ISO8859_6=m
209CONFIG_NLS_ISO8859_7=m
210CONFIG_NLS_ISO8859_9=m
211CONFIG_NLS_ISO8859_13=m
212CONFIG_NLS_ISO8859_14=m
213CONFIG_NLS_ISO8859_15=m
Arnd Bergmann68272042006-10-04 17:26:22 +0200214# CONFIG_ENABLE_MUST_CHECK is not set
Arnd Bergmanned8ed9a2006-12-19 15:32:41 +0100215CONFIG_DEBUG_FS=y
Michael Ellermana85cade2015-01-20 17:36:53 +1100216CONFIG_MAGIC_SYSRQ=y
Paul Mackerras1ae5db32006-03-15 16:22:54 +1100217CONFIG_DEBUG_KERNEL=y
Paul Mackerrasfb7d5272006-09-10 11:04:36 +1000218CONFIG_DEBUG_MUTEXES=y
Michael Ellerman6b7290b2006-06-23 18:20:24 +1000219CONFIG_XMON=y
220CONFIG_XMON_DEFAULT=y
Arnd Bergmann68272042006-10-04 17:26:22 +0200221CONFIG_CRYPTO_ECB=m
Arnd Bergmannc886c2b2007-03-10 00:05:39 +0100222CONFIG_CRYPTO_PCBC=m
Benjamin Herrenschmidt61a3e162010-08-09 11:19:16 +1000223CONFIG_CRYPTO_HMAC=y