aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/configs/linkstation_defconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/powerpc/configs/linkstation_defconfig')
-rw-r--r--arch/powerpc/configs/linkstation_defconfig219
1 files changed, 68 insertions, 151 deletions
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig
index 78fd07c5f47..a4e3ee045a6 100644
--- a/arch/powerpc/configs/linkstation_defconfig
+++ b/arch/powerpc/configs/linkstation_defconfig
@@ -1,9 +1,24 @@
1# 1#
2# Automatically generated make config: don't edit 2# Automatically generated make config: don't edit
3# Linux kernel version: 2.6.22-rc6 3# Linux kernel version: 2.6.23-rc4
4# Tue Jun 26 13:25:19 2007 4# Tue Aug 28 21:24:38 2007
5# 5#
6# CONFIG_PPC64 is not set 6# CONFIG_PPC64 is not set
7
8#
9# Processor support
10#
11CONFIG_6xx=y
12# CONFIG_PPC_85xx is not set
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_PPC_FPU=y
18CONFIG_PPC_STD_MMU=y
19CONFIG_PPC_STD_MMU_32=y
20# CONFIG_PPC_MM_SLICES is not set
21# CONFIG_SMP is not set
7CONFIG_PPC32=y 22CONFIG_PPC32=y
8CONFIG_PPC_MERGE=y 23CONFIG_PPC_MERGE=y
9CONFIG_MMU=y 24CONFIG_MMU=y
@@ -14,61 +29,38 @@ CONFIG_ARCH_HAS_ILOG2_U32=y
14CONFIG_GENERIC_HWEIGHT=y 29CONFIG_GENERIC_HWEIGHT=y
15CONFIG_GENERIC_CALIBRATE_DELAY=y 30CONFIG_GENERIC_CALIBRATE_DELAY=y
16CONFIG_GENERIC_FIND_NEXT_BIT=y 31CONFIG_GENERIC_FIND_NEXT_BIT=y
32# CONFIG_ARCH_NO_VIRT_TO_BUS is not set
17CONFIG_PPC=y 33CONFIG_PPC=y
18CONFIG_EARLY_PRINTK=y 34CONFIG_EARLY_PRINTK=y
19CONFIG_GENERIC_NVRAM=y 35CONFIG_GENERIC_NVRAM=y
20CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y 36CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y
21CONFIG_ARCH_MAY_HAVE_PC_FDC=y 37CONFIG_ARCH_MAY_HAVE_PC_FDC=y
22CONFIG_PPC_OF=y 38CONFIG_PPC_OF=y
39CONFIG_OF=y
23CONFIG_PPC_UDBG_16550=y 40CONFIG_PPC_UDBG_16550=y
24# CONFIG_GENERIC_TBSYNC is not set 41# CONFIG_GENERIC_TBSYNC is not set
25CONFIG_AUDIT_ARCH=y 42CONFIG_AUDIT_ARCH=y
26CONFIG_GENERIC_BUG=y 43CONFIG_GENERIC_BUG=y
27CONFIG_DEFAULT_UIMAGE=y 44CONFIG_DEFAULT_UIMAGE=y
28
29#
30# Processor support
31#
32CONFIG_CLASSIC32=y
33# CONFIG_PPC_82xx is not set
34# CONFIG_PPC_83xx is not set
35# CONFIG_PPC_85xx is not set
36# CONFIG_PPC_86xx is not set
37# CONFIG_PPC_8xx is not set
38# CONFIG_40x is not set
39# CONFIG_44x is not set
40# CONFIG_E200 is not set
41CONFIG_6xx=y
42CONFIG_PPC_FPU=y
43# CONFIG_PPC_DCR_NATIVE is not set 45# CONFIG_PPC_DCR_NATIVE is not set
44# CONFIG_PPC_DCR_MMIO is not set 46# CONFIG_PPC_DCR_MMIO is not set
45# CONFIG_ALTIVEC is not set
46CONFIG_PPC_STD_MMU=y
47CONFIG_PPC_STD_MMU_32=y
48# CONFIG_PPC_MM_SLICES is not set
49# CONFIG_SMP is not set
50CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 47CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"
51 48
52# 49#
53# Code maturity level options 50# General setup
54# 51#
55CONFIG_EXPERIMENTAL=y 52CONFIG_EXPERIMENTAL=y
56CONFIG_BROKEN_ON_SMP=y 53CONFIG_BROKEN_ON_SMP=y
57CONFIG_INIT_ENV_ARG_LIMIT=32 54CONFIG_INIT_ENV_ARG_LIMIT=32
58
59#
60# General setup
61#
62CONFIG_LOCALVERSION="" 55CONFIG_LOCALVERSION=""
63CONFIG_LOCALVERSION_AUTO=y 56CONFIG_LOCALVERSION_AUTO=y
64CONFIG_SWAP=y 57CONFIG_SWAP=y
65CONFIG_SYSVIPC=y 58CONFIG_SYSVIPC=y
66# CONFIG_IPC_NS is not set
67CONFIG_SYSVIPC_SYSCTL=y 59CONFIG_SYSVIPC_SYSCTL=y
68CONFIG_POSIX_MQUEUE=y 60CONFIG_POSIX_MQUEUE=y
69# CONFIG_BSD_PROCESS_ACCT is not set 61# CONFIG_BSD_PROCESS_ACCT is not set
70# CONFIG_TASKSTATS is not set 62# CONFIG_TASKSTATS is not set
71# CONFIG_UTS_NS is not set 63# CONFIG_USER_NS is not set
72# CONFIG_AUDIT is not set 64# CONFIG_AUDIT is not set
73CONFIG_IKCONFIG=y 65CONFIG_IKCONFIG=y
74CONFIG_IKCONFIG_PROC=y 66CONFIG_IKCONFIG_PROC=y
@@ -103,24 +95,17 @@ CONFIG_SLAB=y
103CONFIG_RT_MUTEXES=y 95CONFIG_RT_MUTEXES=y
104# CONFIG_TINY_SHMEM is not set 96# CONFIG_TINY_SHMEM is not set
105CONFIG_BASE_SMALL=0 97CONFIG_BASE_SMALL=0
106
107#
108# Loadable module support
109#
110CONFIG_MODULES=y 98CONFIG_MODULES=y
111CONFIG_MODULE_UNLOAD=y 99CONFIG_MODULE_UNLOAD=y
112# CONFIG_MODULE_FORCE_UNLOAD is not set 100# CONFIG_MODULE_FORCE_UNLOAD is not set
113# CONFIG_MODVERSIONS is not set 101# CONFIG_MODVERSIONS is not set
114# CONFIG_MODULE_SRCVERSION_ALL is not set 102# CONFIG_MODULE_SRCVERSION_ALL is not set
115CONFIG_KMOD=y 103CONFIG_KMOD=y
116
117#
118# Block layer
119#
120CONFIG_BLOCK=y 104CONFIG_BLOCK=y
121# CONFIG_LBD is not set 105# CONFIG_LBD is not set
122# CONFIG_BLK_DEV_IO_TRACE is not set 106# CONFIG_BLK_DEV_IO_TRACE is not set
123# CONFIG_LSF is not set 107# CONFIG_LSF is not set
108# CONFIG_BLK_DEV_BSG is not set
124 109
125# 110#
126# IO Schedulers 111# IO Schedulers
@@ -140,7 +125,9 @@ CONFIG_DEFAULT_IOSCHED="anticipatory"
140# 125#
141# CONFIG_PPC_MULTIPLATFORM is not set 126# CONFIG_PPC_MULTIPLATFORM is not set
142CONFIG_EMBEDDED6xx=y 127CONFIG_EMBEDDED6xx=y
143# CONFIG_APUS is not set 128# CONFIG_PPC_82xx is not set
129# CONFIG_PPC_83xx is not set
130# CONFIG_PPC_86xx is not set
144# CONFIG_PPC_MPC52xx is not set 131# CONFIG_PPC_MPC52xx is not set
145# CONFIG_PPC_MPC5200 is not set 132# CONFIG_PPC_MPC5200 is not set
146# CONFIG_PPC_CELL is not set 133# CONFIG_PPC_CELL is not set
@@ -163,8 +150,8 @@ CONFIG_MPIC=y
163# CONFIG_PPC_INDIRECT_IO is not set 150# CONFIG_PPC_INDIRECT_IO is not set
164# CONFIG_GENERIC_IOMAP is not set 151# CONFIG_GENERIC_IOMAP is not set
165# CONFIG_CPU_FREQ is not set 152# CONFIG_CPU_FREQ is not set
166# CONFIG_TAU is not set
167# CONFIG_CPM2 is not set 153# CONFIG_CPM2 is not set
154# CONFIG_FSL_ULI1575 is not set
168 155
169# 156#
170# Kernel options 157# Kernel options
@@ -193,6 +180,8 @@ CONFIG_FLAT_NODE_MEM_MAP=y
193CONFIG_SPLIT_PTLOCK_CPUS=4 180CONFIG_SPLIT_PTLOCK_CPUS=4
194# CONFIG_RESOURCES_64BIT is not set 181# CONFIG_RESOURCES_64BIT is not set
195CONFIG_ZONE_DMA_FLAG=1 182CONFIG_ZONE_DMA_FLAG=1
183CONFIG_BOUNCE=y
184CONFIG_VIRT_TO_BUS=y
196CONFIG_PROC_DEVICETREE=y 185CONFIG_PROC_DEVICETREE=y
197# CONFIG_CMDLINE_BOOL is not set 186# CONFIG_CMDLINE_BOOL is not set
198# CONFIG_PM is not set 187# CONFIG_PM is not set
@@ -206,10 +195,10 @@ CONFIG_ISA_DMA_API=y
206CONFIG_ZONE_DMA=y 195CONFIG_ZONE_DMA=y
207CONFIG_GENERIC_ISA_DMA=y 196CONFIG_GENERIC_ISA_DMA=y
208CONFIG_PPC_INDIRECT_PCI=y 197CONFIG_PPC_INDIRECT_PCI=y
209# CONFIG_PPC_INDIRECT_PCI_BE is not set
210CONFIG_FSL_SOC=y 198CONFIG_FSL_SOC=y
211CONFIG_PCI=y 199CONFIG_PCI=y
212CONFIG_PCI_DOMAINS=y 200CONFIG_PCI_DOMAINS=y
201CONFIG_PCI_SYSCALL=y
213# CONFIG_PCIEPORTBUS is not set 202# CONFIG_PCIEPORTBUS is not set
214CONFIG_ARCH_SUPPORTS_MSI=y 203CONFIG_ARCH_SUPPORTS_MSI=y
215# CONFIG_PCI_MSI is not set 204# CONFIG_PCI_MSI is not set
@@ -297,6 +286,7 @@ CONFIG_NF_CONNTRACK=m
297# CONFIG_NF_CONNTRACK_EVENTS is not set 286# CONFIG_NF_CONNTRACK_EVENTS is not set
298CONFIG_NF_CT_PROTO_GRE=m 287CONFIG_NF_CT_PROTO_GRE=m
299CONFIG_NF_CT_PROTO_SCTP=m 288CONFIG_NF_CT_PROTO_SCTP=m
289# CONFIG_NF_CT_PROTO_UDPLITE is not set
300CONFIG_NF_CONNTRACK_AMANDA=m 290CONFIG_NF_CONNTRACK_AMANDA=m
301CONFIG_NF_CONNTRACK_FTP=m 291CONFIG_NF_CONNTRACK_FTP=m
302CONFIG_NF_CONNTRACK_H323=m 292CONFIG_NF_CONNTRACK_H323=m
@@ -314,9 +304,11 @@ CONFIG_NETFILTER_XTABLES=m
314# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set 304# CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set
315# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set 305# CONFIG_NETFILTER_XT_TARGET_NFLOG is not set
316# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set 306# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
307# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
317# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set 308# CONFIG_NETFILTER_XT_TARGET_TCPMSS is not set
318# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set 309# CONFIG_NETFILTER_XT_MATCH_COMMENT is not set
319# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set 310# CONFIG_NETFILTER_XT_MATCH_CONNBYTES is not set
311# CONFIG_NETFILTER_XT_MATCH_CONNLIMIT is not set
320# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set 312# CONFIG_NETFILTER_XT_MATCH_CONNMARK is not set
321# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set 313# CONFIG_NETFILTER_XT_MATCH_CONNTRACK is not set
322# CONFIG_NETFILTER_XT_MATCH_DCCP is not set 314# CONFIG_NETFILTER_XT_MATCH_DCCP is not set
@@ -337,6 +329,7 @@ CONFIG_NETFILTER_XT_MATCH_STATE=m
337# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set 329# CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set
338# CONFIG_NETFILTER_XT_MATCH_STRING is not set 330# CONFIG_NETFILTER_XT_MATCH_STRING is not set
339# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set 331# CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set
332# CONFIG_NETFILTER_XT_MATCH_U32 is not set
340# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set 333# CONFIG_NETFILTER_XT_MATCH_HASHLIMIT is not set
341 334
342# 335#
@@ -425,6 +418,7 @@ CONFIG_IEEE80211_CRYPT_TKIP=m
425CONFIG_IEEE80211_SOFTMAC=m 418CONFIG_IEEE80211_SOFTMAC=m
426CONFIG_IEEE80211_SOFTMAC_DEBUG=y 419CONFIG_IEEE80211_SOFTMAC_DEBUG=y
427# CONFIG_RFKILL is not set 420# CONFIG_RFKILL is not set
421# CONFIG_NET_9P is not set
428 422
429# 423#
430# Device Drivers 424# Device Drivers
@@ -439,10 +433,6 @@ CONFIG_FW_LOADER=m
439# CONFIG_DEBUG_DRIVER is not set 433# CONFIG_DEBUG_DRIVER is not set
440# CONFIG_DEBUG_DEVRES is not set 434# CONFIG_DEBUG_DEVRES is not set
441# CONFIG_SYS_HYPERVISOR is not set 435# CONFIG_SYS_HYPERVISOR is not set
442
443#
444# Connector - unified userspace <-> kernelspace linker
445#
446# CONFIG_CONNECTOR is not set 436# CONFIG_CONNECTOR is not set
447CONFIG_MTD=y 437CONFIG_MTD=y
448# CONFIG_MTD_DEBUG is not set 438# CONFIG_MTD_DEBUG is not set
@@ -526,20 +516,9 @@ CONFIG_MTD_PHYSMAP_BANKWIDTH=1
526# UBI - Unsorted block images 516# UBI - Unsorted block images
527# 517#
528# CONFIG_MTD_UBI is not set 518# CONFIG_MTD_UBI is not set
529 519CONFIG_OF_DEVICE=y
530#
531# Parallel port support
532#
533# CONFIG_PARPORT is not set 520# CONFIG_PARPORT is not set
534 521CONFIG_BLK_DEV=y
535#
536# Plug and Play support
537#
538# CONFIG_PNPACPI is not set
539
540#
541# Block devices
542#
543# CONFIG_BLK_DEV_FD is not set 522# CONFIG_BLK_DEV_FD is not set
544# CONFIG_BLK_CPQ_DA is not set 523# CONFIG_BLK_CPQ_DA is not set
545# CONFIG_BLK_CPQ_CISS_DA is not set 524# CONFIG_BLK_CPQ_CISS_DA is not set
@@ -557,14 +536,11 @@ CONFIG_BLK_DEV_RAM_SIZE=8192
557CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 536CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
558# CONFIG_CDROM_PKTCDVD is not set 537# CONFIG_CDROM_PKTCDVD is not set
559# CONFIG_ATA_OVER_ETH is not set 538# CONFIG_ATA_OVER_ETH is not set
560 539CONFIG_MISC_DEVICES=y
561#
562# Misc devices
563#
564# CONFIG_PHANTOM is not set 540# CONFIG_PHANTOM is not set
541# CONFIG_EEPROM_93CX6 is not set
565# CONFIG_SGI_IOC4 is not set 542# CONFIG_SGI_IOC4 is not set
566# CONFIG_TIFM_CORE is not set 543# CONFIG_TIFM_CORE is not set
567# CONFIG_BLINK is not set
568# CONFIG_IDE is not set 544# CONFIG_IDE is not set
569 545
570# 546#
@@ -572,6 +548,7 @@ CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024
572# 548#
573# CONFIG_RAID_ATTRS is not set 549# CONFIG_RAID_ATTRS is not set
574CONFIG_SCSI=y 550CONFIG_SCSI=y
551CONFIG_SCSI_DMA=y
575# CONFIG_SCSI_TGT is not set 552# CONFIG_SCSI_TGT is not set
576# CONFIG_SCSI_NETLINK is not set 553# CONFIG_SCSI_NETLINK is not set
577CONFIG_SCSI_PROC_FS=y 554CONFIG_SCSI_PROC_FS=y
@@ -601,12 +578,8 @@ CONFIG_SCSI_WAIT_SCAN=m
601# CONFIG_SCSI_SPI_ATTRS is not set 578# CONFIG_SCSI_SPI_ATTRS is not set
602# CONFIG_SCSI_FC_ATTRS is not set 579# CONFIG_SCSI_FC_ATTRS is not set
603# CONFIG_SCSI_ISCSI_ATTRS is not set 580# CONFIG_SCSI_ISCSI_ATTRS is not set
604# CONFIG_SCSI_SAS_ATTRS is not set
605# CONFIG_SCSI_SAS_LIBSAS is not set 581# CONFIG_SCSI_SAS_LIBSAS is not set
606 582CONFIG_SCSI_LOWLEVEL=y
607#
608# SCSI low-level drivers
609#
610# CONFIG_ISCSI_TCP is not set 583# CONFIG_ISCSI_TCP is not set
611# CONFIG_BLK_DEV_3W_XXXX_RAID is not set 584# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
612# CONFIG_SCSI_3W_9XXX is not set 585# CONFIG_SCSI_3W_9XXX is not set
@@ -696,10 +669,6 @@ CONFIG_PATA_SIL680=y
696# CONFIG_PATA_SIS is not set 669# CONFIG_PATA_SIS is not set
697# CONFIG_PATA_VIA is not set 670# CONFIG_PATA_VIA is not set
698# CONFIG_PATA_WINBOND is not set 671# CONFIG_PATA_WINBOND is not set
699
700#
701# Multi-device support (RAID and LVM)
702#
703# CONFIG_MD is not set 672# CONFIG_MD is not set
704 673
705# 674#
@@ -715,37 +684,23 @@ CONFIG_PATA_SIL680=y
715# 684#
716# CONFIG_FIREWIRE is not set 685# CONFIG_FIREWIRE is not set
717# CONFIG_IEEE1394 is not set 686# CONFIG_IEEE1394 is not set
718
719#
720# I2O device support
721#
722# CONFIG_I2O is not set 687# CONFIG_I2O is not set
723# CONFIG_MACINTOSH_DRIVERS is not set 688# CONFIG_MACINTOSH_DRIVERS is not set
724
725#
726# Network device support
727#
728CONFIG_NETDEVICES=y 689CONFIG_NETDEVICES=y
690# CONFIG_NETDEVICES_MULTIQUEUE is not set
729# CONFIG_DUMMY is not set 691# CONFIG_DUMMY is not set
730# CONFIG_BONDING is not set 692# CONFIG_BONDING is not set
693# CONFIG_MACVLAN is not set
731# CONFIG_EQUALIZER is not set 694# CONFIG_EQUALIZER is not set
732CONFIG_TUN=m 695CONFIG_TUN=m
733# CONFIG_ARCNET is not set 696# CONFIG_ARCNET is not set
734# CONFIG_PHYLIB is not set 697# CONFIG_PHYLIB is not set
735
736#
737# Ethernet (10 or 100Mbit)
738#
739CONFIG_NET_ETHERNET=y 698CONFIG_NET_ETHERNET=y
740# CONFIG_MII is not set 699# CONFIG_MII is not set
741# CONFIG_HAPPYMEAL is not set 700# CONFIG_HAPPYMEAL is not set
742# CONFIG_SUNGEM is not set 701# CONFIG_SUNGEM is not set
743# CONFIG_CASSINI is not set 702# CONFIG_CASSINI is not set
744# CONFIG_NET_VENDOR_3COM is not set 703# CONFIG_NET_VENDOR_3COM is not set
745
746#
747# Tulip family network device support
748#
749CONFIG_NET_TULIP=y 704CONFIG_NET_TULIP=y
750# CONFIG_DE2104X is not set 705# CONFIG_DE2104X is not set
751CONFIG_TULIP=y 706CONFIG_TULIP=y
@@ -770,7 +725,6 @@ CONFIG_R8169=y
770# CONFIG_SIS190 is not set 725# CONFIG_SIS190 is not set
771# CONFIG_SKGE is not set 726# CONFIG_SKGE is not set
772# CONFIG_SKY2 is not set 727# CONFIG_SKY2 is not set
773# CONFIG_SK98LIN is not set
774# CONFIG_VIA_VELOCITY is not set 728# CONFIG_VIA_VELOCITY is not set
775# CONFIG_TIGON3 is not set 729# CONFIG_TIGON3 is not set
776# CONFIG_BNX2 is not set 730# CONFIG_BNX2 is not set
@@ -812,15 +766,7 @@ CONFIG_NETCONSOLE=y
812CONFIG_NETPOLL=y 766CONFIG_NETPOLL=y
813# CONFIG_NETPOLL_TRAP is not set 767# CONFIG_NETPOLL_TRAP is not set
814CONFIG_NET_POLL_CONTROLLER=y 768CONFIG_NET_POLL_CONTROLLER=y
815
816#
817# ISDN subsystem
818#
819# CONFIG_ISDN is not set 769# CONFIG_ISDN is not set
820
821#
822# Telephony Support
823#
824# CONFIG_PHONE is not set 770# CONFIG_PHONE is not set
825 771
826# 772#
@@ -898,10 +844,6 @@ CONFIG_SERIAL_OF_PLATFORM=y
898CONFIG_UNIX98_PTYS=y 844CONFIG_UNIX98_PTYS=y
899CONFIG_LEGACY_PTYS=y 845CONFIG_LEGACY_PTYS=y
900CONFIG_LEGACY_PTY_COUNT=256 846CONFIG_LEGACY_PTY_COUNT=256
901
902#
903# IPMI
904#
905# CONFIG_IPMI_HANDLER is not set 847# CONFIG_IPMI_HANDLER is not set
906# CONFIG_WATCHDOG is not set 848# CONFIG_WATCHDOG is not set
907CONFIG_HW_RANDOM=y 849CONFIG_HW_RANDOM=y
@@ -912,10 +854,6 @@ CONFIG_HW_RANDOM=y
912# CONFIG_AGP is not set 854# CONFIG_AGP is not set
913# CONFIG_DRM is not set 855# CONFIG_DRM is not set
914# CONFIG_RAW_DRIVER is not set 856# CONFIG_RAW_DRIVER is not set
915
916#
917# TPM devices
918#
919# CONFIG_TCG_TPM is not set 857# CONFIG_TCG_TPM is not set
920CONFIG_DEVPORT=y 858CONFIG_DEVPORT=y
921CONFIG_I2C=y 859CONFIG_I2C=y
@@ -950,6 +888,7 @@ CONFIG_I2C_MPC=y
950# CONFIG_I2C_SIS5595 is not set 888# CONFIG_I2C_SIS5595 is not set
951# CONFIG_I2C_SIS630 is not set 889# CONFIG_I2C_SIS630 is not set
952# CONFIG_I2C_SIS96X is not set 890# CONFIG_I2C_SIS96X is not set
891# CONFIG_I2C_TAOS_EVM is not set
953# CONFIG_I2C_STUB is not set 892# CONFIG_I2C_STUB is not set
954# CONFIG_I2C_TINY_USB is not set 893# CONFIG_I2C_TINY_USB is not set
955# CONFIG_I2C_VIA is not set 894# CONFIG_I2C_VIA is not set
@@ -961,12 +900,14 @@ CONFIG_I2C_MPC=y
961# 900#
962# CONFIG_SENSORS_DS1337 is not set 901# CONFIG_SENSORS_DS1337 is not set
963# CONFIG_SENSORS_DS1374 is not set 902# CONFIG_SENSORS_DS1374 is not set
903# CONFIG_DS1682 is not set
964CONFIG_SENSORS_EEPROM=m 904CONFIG_SENSORS_EEPROM=m
965# CONFIG_SENSORS_PCF8574 is not set 905# CONFIG_SENSORS_PCF8574 is not set
966# CONFIG_SENSORS_PCA9539 is not set 906# CONFIG_SENSORS_PCA9539 is not set
967# CONFIG_SENSORS_PCF8591 is not set 907# CONFIG_SENSORS_PCF8591 is not set
968# CONFIG_SENSORS_M41T00 is not set 908# CONFIG_SENSORS_M41T00 is not set
969# CONFIG_SENSORS_MAX6875 is not set 909# CONFIG_SENSORS_MAX6875 is not set
910# CONFIG_SENSORS_TSL2550 is not set
970# CONFIG_I2C_DEBUG_CORE is not set 911# CONFIG_I2C_DEBUG_CORE is not set
971# CONFIG_I2C_DEBUG_ALGO is not set 912# CONFIG_I2C_DEBUG_ALGO is not set
972# CONFIG_I2C_DEBUG_BUS is not set 913# CONFIG_I2C_DEBUG_BUS is not set
@@ -977,14 +918,12 @@ CONFIG_SENSORS_EEPROM=m
977# 918#
978# CONFIG_SPI is not set 919# CONFIG_SPI is not set
979# CONFIG_SPI_MASTER is not set 920# CONFIG_SPI_MASTER is not set
980
981#
982# Dallas's 1-wire bus
983#
984# CONFIG_W1 is not set 921# CONFIG_W1 is not set
922# CONFIG_POWER_SUPPLY is not set
985CONFIG_HWMON=y 923CONFIG_HWMON=y
986# CONFIG_HWMON_VID is not set 924# CONFIG_HWMON_VID is not set
987# CONFIG_SENSORS_ABITUGURU is not set 925# CONFIG_SENSORS_ABITUGURU is not set
926# CONFIG_SENSORS_ABITUGURU3 is not set
988# CONFIG_SENSORS_AD7418 is not set 927# CONFIG_SENSORS_AD7418 is not set
989# CONFIG_SENSORS_ADM1021 is not set 928# CONFIG_SENSORS_ADM1021 is not set
990# CONFIG_SENSORS_ADM1025 is not set 929# CONFIG_SENSORS_ADM1025 is not set
@@ -1011,14 +950,17 @@ CONFIG_HWMON=y
1011# CONFIG_SENSORS_LM87 is not set 950# CONFIG_SENSORS_LM87 is not set
1012# CONFIG_SENSORS_LM90 is not set 951# CONFIG_SENSORS_LM90 is not set
1013# CONFIG_SENSORS_LM92 is not set 952# CONFIG_SENSORS_LM92 is not set
953# CONFIG_SENSORS_LM93 is not set
1014# CONFIG_SENSORS_MAX1619 is not set 954# CONFIG_SENSORS_MAX1619 is not set
1015# CONFIG_SENSORS_MAX6650 is not set 955# CONFIG_SENSORS_MAX6650 is not set
1016# CONFIG_SENSORS_PC87360 is not set 956# CONFIG_SENSORS_PC87360 is not set
1017# CONFIG_SENSORS_PC87427 is not set 957# CONFIG_SENSORS_PC87427 is not set
1018# CONFIG_SENSORS_SIS5595 is not set 958# CONFIG_SENSORS_SIS5595 is not set
959# CONFIG_SENSORS_DME1737 is not set
1019# CONFIG_SENSORS_SMSC47M1 is not set 960# CONFIG_SENSORS_SMSC47M1 is not set
1020# CONFIG_SENSORS_SMSC47M192 is not set 961# CONFIG_SENSORS_SMSC47M192 is not set
1021# CONFIG_SENSORS_SMSC47B397 is not set 962# CONFIG_SENSORS_SMSC47B397 is not set
963# CONFIG_SENSORS_THMC50 is not set
1022# CONFIG_SENSORS_VIA686A is not set 964# CONFIG_SENSORS_VIA686A is not set
1023# CONFIG_SENSORS_VT1211 is not set 965# CONFIG_SENSORS_VT1211 is not set
1024# CONFIG_SENSORS_VT8231 is not set 966# CONFIG_SENSORS_VT8231 is not set
@@ -1053,6 +995,7 @@ CONFIG_HWMON=y
1053# 995#
1054# CONFIG_DISPLAY_SUPPORT is not set 996# CONFIG_DISPLAY_SUPPORT is not set
1055# CONFIG_VGASTATE is not set 997# CONFIG_VGASTATE is not set
998CONFIG_VIDEO_OUTPUT_CONTROL=m
1056# CONFIG_FB is not set 999# CONFIG_FB is not set
1057# CONFIG_FB_IBM_GXT4500 is not set 1000# CONFIG_FB_IBM_GXT4500 is not set
1058 1001
@@ -1066,10 +1009,7 @@ CONFIG_DUMMY_CONSOLE=y
1066# Sound 1009# Sound
1067# 1010#
1068# CONFIG_SOUND is not set 1011# CONFIG_SOUND is not set
1069 1012CONFIG_HID_SUPPORT=y
1070#
1071# HID Devices
1072#
1073CONFIG_HID=m 1013CONFIG_HID=m
1074# CONFIG_HID_DEBUG is not set 1014# CONFIG_HID_DEBUG is not set
1075 1015
@@ -1083,10 +1023,7 @@ CONFIG_HID=m
1083# 1023#
1084# CONFIG_USB_KBD is not set 1024# CONFIG_USB_KBD is not set
1085# CONFIG_USB_MOUSE is not set 1025# CONFIG_USB_MOUSE is not set
1086 1026CONFIG_USB_SUPPORT=y
1087#
1088# USB support
1089#
1090CONFIG_USB_ARCH_HAS_HCD=y 1027CONFIG_USB_ARCH_HAS_HCD=y
1091CONFIG_USB_ARCH_HAS_OHCI=y 1028CONFIG_USB_ARCH_HAS_OHCI=y
1092CONFIG_USB_ARCH_HAS_EHCI=y 1029CONFIG_USB_ARCH_HAS_EHCI=y
@@ -1108,7 +1045,6 @@ CONFIG_USB_EHCI_HCD=y
1108# CONFIG_USB_EHCI_SPLIT_ISO is not set 1045# CONFIG_USB_EHCI_SPLIT_ISO is not set
1109# CONFIG_USB_EHCI_ROOT_HUB_TT is not set 1046# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
1110# CONFIG_USB_EHCI_TT_NEWSCHED is not set 1047# CONFIG_USB_EHCI_TT_NEWSCHED is not set
1111# CONFIG_USB_EHCI_BIG_ENDIAN_MMIO is not set
1112# CONFIG_USB_ISP116X_HCD is not set 1048# CONFIG_USB_ISP116X_HCD is not set
1113CONFIG_USB_OHCI_HCD=y 1049CONFIG_USB_OHCI_HCD=y
1114CONFIG_USB_OHCI_HCD_PPC_OF=y 1050CONFIG_USB_OHCI_HCD_PPC_OF=y
@@ -1120,6 +1056,7 @@ CONFIG_USB_OHCI_BIG_ENDIAN_MMIO=y
1120CONFIG_USB_OHCI_LITTLE_ENDIAN=y 1056CONFIG_USB_OHCI_LITTLE_ENDIAN=y
1121# CONFIG_USB_UHCI_HCD is not set 1057# CONFIG_USB_UHCI_HCD is not set
1122# CONFIG_USB_SL811_HCD is not set 1058# CONFIG_USB_SL811_HCD is not set
1059# CONFIG_USB_R8A66597_HCD is not set
1123 1060
1124# 1061#
1125# USB Device Class drivers 1062# USB Device Class drivers
@@ -1192,6 +1129,7 @@ CONFIG_USB_SERIAL_FTDI_SIO=y
1192# CONFIG_USB_SERIAL_MOS7840 is not set 1129# CONFIG_USB_SERIAL_MOS7840 is not set
1193# CONFIG_USB_SERIAL_NAVMAN is not set 1130# CONFIG_USB_SERIAL_NAVMAN is not set
1194# CONFIG_USB_SERIAL_PL2303 is not set 1131# CONFIG_USB_SERIAL_PL2303 is not set
1132# CONFIG_USB_SERIAL_OTI6858 is not set
1195# CONFIG_USB_SERIAL_HP4X is not set 1133# CONFIG_USB_SERIAL_HP4X is not set
1196# CONFIG_USB_SERIAL_SAFE is not set 1134# CONFIG_USB_SERIAL_SAFE is not set
1197# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set 1135# CONFIG_USB_SERIAL_SIERRAWIRELESS is not set
@@ -1235,32 +1173,9 @@ CONFIG_USB_SERIAL_FTDI_SIO=y
1235# 1173#
1236# CONFIG_USB_GADGET is not set 1174# CONFIG_USB_GADGET is not set
1237# CONFIG_MMC is not set 1175# CONFIG_MMC is not set
1238
1239#
1240# LED devices
1241#
1242# CONFIG_NEW_LEDS is not set 1176# CONFIG_NEW_LEDS is not set
1243
1244#
1245# LED drivers
1246#
1247
1248#
1249# LED Triggers
1250#
1251
1252#
1253# InfiniBand support
1254#
1255# CONFIG_INFINIBAND is not set 1177# CONFIG_INFINIBAND is not set
1256 1178# CONFIG_EDAC is not set
1257#
1258# EDAC - error detection and reporting (RAS) (EXPERIMENTAL)
1259#
1260
1261#
1262# Real Time Clock
1263#
1264CONFIG_RTC_LIB=y 1179CONFIG_RTC_LIB=y
1265CONFIG_RTC_CLASS=y 1180CONFIG_RTC_CLASS=y
1266CONFIG_RTC_HCTOSYS=y 1181CONFIG_RTC_HCTOSYS=y
@@ -1287,6 +1202,7 @@ CONFIG_RTC_DRV_RS5C372=y
1287# CONFIG_RTC_DRV_X1205 is not set 1202# CONFIG_RTC_DRV_X1205 is not set
1288# CONFIG_RTC_DRV_PCF8563 is not set 1203# CONFIG_RTC_DRV_PCF8563 is not set
1289# CONFIG_RTC_DRV_PCF8583 is not set 1204# CONFIG_RTC_DRV_PCF8583 is not set
1205# CONFIG_RTC_DRV_M41T80 is not set
1290 1206
1291# 1207#
1292# SPI RTC drivers 1208# SPI RTC drivers
@@ -1295,9 +1211,12 @@ CONFIG_RTC_DRV_RS5C372=y
1295# 1211#
1296# Platform RTC drivers 1212# Platform RTC drivers
1297# 1213#
1214# CONFIG_RTC_DRV_CMOS is not set
1298# CONFIG_RTC_DRV_DS1553 is not set 1215# CONFIG_RTC_DRV_DS1553 is not set
1216# CONFIG_RTC_DRV_STK17TA8 is not set
1299# CONFIG_RTC_DRV_DS1742 is not set 1217# CONFIG_RTC_DRV_DS1742 is not set
1300# CONFIG_RTC_DRV_M48T86 is not set 1218# CONFIG_RTC_DRV_M48T86 is not set
1219# CONFIG_RTC_DRV_M48T59 is not set
1301# CONFIG_RTC_DRV_V3020 is not set 1220# CONFIG_RTC_DRV_V3020 is not set
1302 1221
1303# 1222#
@@ -1318,6 +1237,11 @@ CONFIG_RTC_DRV_RS5C372=y
1318# 1237#
1319 1238
1320# 1239#
1240# Userspace I/O
1241#
1242# CONFIG_UIO is not set
1243
1244#
1321# File systems 1245# File systems
1322# 1246#
1323CONFIG_EXT2_FS=y 1247CONFIG_EXT2_FS=y
@@ -1437,7 +1361,6 @@ CONFIG_CIFS=m
1437# CONFIG_NCP_FS is not set 1361# CONFIG_NCP_FS is not set
1438# CONFIG_CODA_FS is not set 1362# CONFIG_CODA_FS is not set
1439# CONFIG_AFS_FS is not set 1363# CONFIG_AFS_FS is not set
1440# CONFIG_9P_FS is not set
1441 1364
1442# 1365#
1443# Partition Types 1366# Partition Types
@@ -1503,6 +1426,7 @@ CONFIG_CRC_CCITT=m
1503# CONFIG_CRC16 is not set 1426# CONFIG_CRC16 is not set
1504# CONFIG_CRC_ITU_T is not set 1427# CONFIG_CRC_ITU_T is not set
1505CONFIG_CRC32=y 1428CONFIG_CRC32=y
1429# CONFIG_CRC7 is not set
1506CONFIG_LIBCRC32C=m 1430CONFIG_LIBCRC32C=m
1507CONFIG_ZLIB_INFLATE=m 1431CONFIG_ZLIB_INFLATE=m
1508CONFIG_ZLIB_DEFLATE=m 1432CONFIG_ZLIB_DEFLATE=m
@@ -1532,6 +1456,7 @@ CONFIG_MAGIC_SYSRQ=y
1532CONFIG_DEBUG_KERNEL=y 1456CONFIG_DEBUG_KERNEL=y
1533# CONFIG_DEBUG_SHIRQ is not set 1457# CONFIG_DEBUG_SHIRQ is not set
1534CONFIG_DETECT_SOFTLOCKUP=y 1458CONFIG_DETECT_SOFTLOCKUP=y
1459CONFIG_SCHED_DEBUG=y
1535# CONFIG_SCHEDSTATS is not set 1460# CONFIG_SCHEDSTATS is not set
1536# CONFIG_TIMER_STATS is not set 1461# CONFIG_TIMER_STATS is not set
1537# CONFIG_DEBUG_SLAB is not set 1462# CONFIG_DEBUG_SLAB is not set
@@ -1554,7 +1479,6 @@ CONFIG_FORCED_INLINING=y
1554# CONFIG_DEBUG_PAGEALLOC is not set 1479# CONFIG_DEBUG_PAGEALLOC is not set
1555# CONFIG_DEBUGGER is not set 1480# CONFIG_DEBUGGER is not set
1556# CONFIG_BDI_SWITCH is not set 1481# CONFIG_BDI_SWITCH is not set
1557# CONFIG_BOOTX_TEXT is not set
1558# CONFIG_PPC_EARLY_DEBUG is not set 1482# CONFIG_PPC_EARLY_DEBUG is not set
1559 1483
1560# 1484#
@@ -1562,10 +1486,6 @@ CONFIG_FORCED_INLINING=y
1562# 1486#
1563# CONFIG_KEYS is not set 1487# CONFIG_KEYS is not set
1564# CONFIG_SECURITY is not set 1488# CONFIG_SECURITY is not set
1565
1566#
1567# Cryptographic options
1568#
1569CONFIG_CRYPTO=y 1489CONFIG_CRYPTO=y
1570CONFIG_CRYPTO_ALGAPI=y 1490CONFIG_CRYPTO_ALGAPI=y
1571CONFIG_CRYPTO_BLKCIPHER=y 1491CONFIG_CRYPTO_BLKCIPHER=y
@@ -1604,7 +1524,4 @@ CONFIG_CRYPTO_MICHAEL_MIC=m
1604CONFIG_CRYPTO_CRC32C=m 1524CONFIG_CRYPTO_CRC32C=m
1605# CONFIG_CRYPTO_CAMELLIA is not set 1525# CONFIG_CRYPTO_CAMELLIA is not set
1606# CONFIG_CRYPTO_TEST is not set 1526# CONFIG_CRYPTO_TEST is not set
1607 1527CONFIG_CRYPTO_HW=y
1608#
1609# Hardware crypto devices
1610#