diff options
Diffstat (limited to 'arch/sh/configs/r7785rp_defconfig')
-rw-r--r-- | arch/sh/configs/r7785rp_defconfig | 98 |
1 files changed, 73 insertions, 25 deletions
diff --git a/arch/sh/configs/r7785rp_defconfig b/arch/sh/configs/r7785rp_defconfig index 27ff46c13a87..f4b00451dcee 100644 --- a/arch/sh/configs/r7785rp_defconfig +++ b/arch/sh/configs/r7785rp_defconfig | |||
@@ -1,7 +1,7 @@ | |||
1 | # | 1 | # |
2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
3 | # Linux kernel version: 2.6.31 | 3 | # Linux kernel version: 2.6.33-rc2 |
4 | # Thu Sep 24 18:29:23 2009 | 4 | # Mon Jan 4 13:19:35 2010 |
5 | # | 5 | # |
6 | CONFIG_SUPERH=y | 6 | CONFIG_SUPERH=y |
7 | CONFIG_SUPERH32=y | 7 | CONFIG_SUPERH32=y |
@@ -20,6 +20,7 @@ CONFIG_GENERIC_TIME=y | |||
20 | CONFIG_GENERIC_CLOCKEVENTS=y | 20 | CONFIG_GENERIC_CLOCKEVENTS=y |
21 | # CONFIG_ARCH_SUSPEND_POSSIBLE is not set | 21 | # CONFIG_ARCH_SUSPEND_POSSIBLE is not set |
22 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y | 22 | CONFIG_ARCH_HIBERNATION_POSSIBLE=y |
23 | CONFIG_SYS_SUPPORTS_HUGETLBFS=y | ||
23 | CONFIG_SYS_SUPPORTS_NUMA=y | 24 | CONFIG_SYS_SUPPORTS_NUMA=y |
24 | CONFIG_SYS_SUPPORTS_PCI=y | 25 | CONFIG_SYS_SUPPORTS_PCI=y |
25 | CONFIG_SYS_SUPPORTS_TMU=y | 26 | CONFIG_SYS_SUPPORTS_TMU=y |
@@ -32,6 +33,7 @@ CONFIG_ARCH_NO_VIRT_TO_BUS=y | |||
32 | CONFIG_ARCH_HAS_DEFAULT_IDLE=y | 33 | CONFIG_ARCH_HAS_DEFAULT_IDLE=y |
33 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | 34 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y |
34 | CONFIG_IO_TRAPPED=y | 35 | CONFIG_IO_TRAPPED=y |
36 | CONFIG_DMA_NONCOHERENT=y | ||
35 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 37 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
36 | CONFIG_CONSTRUCTORS=y | 38 | CONFIG_CONSTRUCTORS=y |
37 | 39 | ||
@@ -67,6 +69,7 @@ CONFIG_AUDIT_TREE=y | |||
67 | # | 69 | # |
68 | CONFIG_TREE_RCU=y | 70 | CONFIG_TREE_RCU=y |
69 | # CONFIG_TREE_PREEMPT_RCU is not set | 71 | # CONFIG_TREE_PREEMPT_RCU is not set |
72 | # CONFIG_TINY_RCU is not set | ||
70 | CONFIG_RCU_TRACE=y | 73 | CONFIG_RCU_TRACE=y |
71 | CONFIG_RCU_FANOUT=32 | 74 | CONFIG_RCU_FANOUT=32 |
72 | # CONFIG_RCU_FANOUT_EXACT is not set | 75 | # CONFIG_RCU_FANOUT_EXACT is not set |
@@ -103,6 +106,7 @@ CONFIG_EVENTFD=y | |||
103 | CONFIG_SHMEM=y | 106 | CONFIG_SHMEM=y |
104 | CONFIG_AIO=y | 107 | CONFIG_AIO=y |
105 | CONFIG_HAVE_PERF_EVENTS=y | 108 | CONFIG_HAVE_PERF_EVENTS=y |
109 | CONFIG_PERF_USE_VMALLOC=y | ||
106 | 110 | ||
107 | # | 111 | # |
108 | # Kernel Performance Events And Counters | 112 | # Kernel Performance Events And Counters |
@@ -110,6 +114,7 @@ CONFIG_HAVE_PERF_EVENTS=y | |||
110 | CONFIG_PERF_EVENTS=y | 114 | CONFIG_PERF_EVENTS=y |
111 | CONFIG_EVENT_PROFILE=y | 115 | CONFIG_EVENT_PROFILE=y |
112 | # CONFIG_PERF_COUNTERS is not set | 116 | # CONFIG_PERF_COUNTERS is not set |
117 | # CONFIG_DEBUG_PERF_USE_VMALLOC is not set | ||
113 | CONFIG_VM_EVENT_COUNTERS=y | 118 | CONFIG_VM_EVENT_COUNTERS=y |
114 | CONFIG_PCI_QUIRKS=y | 119 | CONFIG_PCI_QUIRKS=y |
115 | CONFIG_COMPAT_BRK=y | 120 | CONFIG_COMPAT_BRK=y |
@@ -126,6 +131,7 @@ CONFIG_HAVE_IOREMAP_PROT=y | |||
126 | CONFIG_HAVE_KPROBES=y | 131 | CONFIG_HAVE_KPROBES=y |
127 | CONFIG_HAVE_KRETPROBES=y | 132 | CONFIG_HAVE_KRETPROBES=y |
128 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 133 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
134 | CONFIG_HAVE_DMA_ATTRS=y | ||
129 | CONFIG_HAVE_CLK=y | 135 | CONFIG_HAVE_CLK=y |
130 | CONFIG_HAVE_DMA_API_DEBUG=y | 136 | CONFIG_HAVE_DMA_API_DEBUG=y |
131 | 137 | ||
@@ -153,14 +159,41 @@ CONFIG_LBDAF=y | |||
153 | # IO Schedulers | 159 | # IO Schedulers |
154 | # | 160 | # |
155 | CONFIG_IOSCHED_NOOP=y | 161 | CONFIG_IOSCHED_NOOP=y |
156 | # CONFIG_IOSCHED_AS is not set | ||
157 | # CONFIG_IOSCHED_DEADLINE is not set | 162 | # CONFIG_IOSCHED_DEADLINE is not set |
158 | # CONFIG_IOSCHED_CFQ is not set | 163 | # CONFIG_IOSCHED_CFQ is not set |
159 | # CONFIG_DEFAULT_AS is not set | ||
160 | # CONFIG_DEFAULT_DEADLINE is not set | 164 | # CONFIG_DEFAULT_DEADLINE is not set |
161 | # CONFIG_DEFAULT_CFQ is not set | 165 | # CONFIG_DEFAULT_CFQ is not set |
162 | CONFIG_DEFAULT_NOOP=y | 166 | CONFIG_DEFAULT_NOOP=y |
163 | CONFIG_DEFAULT_IOSCHED="noop" | 167 | CONFIG_DEFAULT_IOSCHED="noop" |
168 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
169 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
170 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
171 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
172 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
173 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
174 | # CONFIG_INLINE_SPIN_UNLOCK is not set | ||
175 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
176 | # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set | ||
177 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
178 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
179 | # CONFIG_INLINE_READ_LOCK is not set | ||
180 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
181 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
182 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
183 | # CONFIG_INLINE_READ_UNLOCK is not set | ||
184 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
185 | # CONFIG_INLINE_READ_UNLOCK_IRQ is not set | ||
186 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
187 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
188 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
189 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
190 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
191 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
192 | # CONFIG_INLINE_WRITE_UNLOCK is not set | ||
193 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
194 | # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set | ||
195 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
196 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
164 | # CONFIG_FREEZER is not set | 197 | # CONFIG_FREEZER is not set |
165 | 198 | ||
166 | # | 199 | # |
@@ -248,13 +281,11 @@ CONFIG_SPARSEMEM=y | |||
248 | CONFIG_HAVE_MEMORY_PRESENT=y | 281 | CONFIG_HAVE_MEMORY_PRESENT=y |
249 | CONFIG_SPARSEMEM_STATIC=y | 282 | CONFIG_SPARSEMEM_STATIC=y |
250 | # CONFIG_MEMORY_HOTPLUG is not set | 283 | # CONFIG_MEMORY_HOTPLUG is not set |
251 | CONFIG_SPLIT_PTLOCK_CPUS=4 | 284 | CONFIG_SPLIT_PTLOCK_CPUS=999999 |
252 | CONFIG_MIGRATION=y | 285 | CONFIG_MIGRATION=y |
253 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 286 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
254 | CONFIG_ZONE_DMA_FLAG=0 | 287 | CONFIG_ZONE_DMA_FLAG=0 |
255 | CONFIG_NR_QUICK=2 | 288 | CONFIG_NR_QUICK=2 |
256 | CONFIG_HAVE_MLOCK=y | ||
257 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
258 | # CONFIG_KSM is not set | 289 | # CONFIG_KSM is not set |
259 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 290 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
260 | 291 | ||
@@ -289,7 +320,6 @@ CONFIG_SH_R7785RP=y | |||
289 | # Timer and clock configuration | 320 | # Timer and clock configuration |
290 | # | 321 | # |
291 | CONFIG_SH_TIMER_TMU=y | 322 | CONFIG_SH_TIMER_TMU=y |
292 | CONFIG_SH_PCLK_FREQ=33333333 | ||
293 | CONFIG_SH_CLK_CPG=y | 323 | CONFIG_SH_CLK_CPG=y |
294 | CONFIG_TICK_ONESHOT=y | 324 | CONFIG_TICK_ONESHOT=y |
295 | CONFIG_NO_HZ=y | 325 | CONFIG_NO_HZ=y |
@@ -363,7 +393,6 @@ CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/sda1" | |||
363 | # Bus options | 393 | # Bus options |
364 | # | 394 | # |
365 | CONFIG_PCI=y | 395 | CONFIG_PCI=y |
366 | CONFIG_SH_PCIDMA_NONCOHERENT=y | ||
367 | # CONFIG_PCIEPORTBUS is not set | 396 | # CONFIG_PCIEPORTBUS is not set |
368 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 397 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
369 | # CONFIG_PCI_LEGACY is not set | 398 | # CONFIG_PCI_LEGACY is not set |
@@ -471,10 +500,6 @@ CONFIG_LLC=m | |||
471 | # CONFIG_AF_RXRPC is not set | 500 | # CONFIG_AF_RXRPC is not set |
472 | CONFIG_WIRELESS=y | 501 | CONFIG_WIRELESS=y |
473 | # CONFIG_CFG80211 is not set | 502 | # CONFIG_CFG80211 is not set |
474 | CONFIG_CFG80211_DEFAULT_PS_VALUE=0 | ||
475 | # CONFIG_WIRELESS_OLD_REGULATORY is not set | ||
476 | CONFIG_WIRELESS_EXT=y | ||
477 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
478 | # CONFIG_LIB80211 is not set | 503 | # CONFIG_LIB80211 is not set |
479 | 504 | ||
480 | # | 505 | # |
@@ -510,6 +535,10 @@ CONFIG_BLK_DEV=y | |||
510 | # CONFIG_BLK_DEV_UMEM is not set | 535 | # CONFIG_BLK_DEV_UMEM is not set |
511 | # CONFIG_BLK_DEV_COW_COMMON is not set | 536 | # CONFIG_BLK_DEV_COW_COMMON is not set |
512 | # CONFIG_BLK_DEV_LOOP is not set | 537 | # CONFIG_BLK_DEV_LOOP is not set |
538 | |||
539 | # | ||
540 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
541 | # | ||
513 | # CONFIG_BLK_DEV_NBD is not set | 542 | # CONFIG_BLK_DEV_NBD is not set |
514 | # CONFIG_BLK_DEV_SX8 is not set | 543 | # CONFIG_BLK_DEV_SX8 is not set |
515 | CONFIG_BLK_DEV_RAM=y | 544 | CONFIG_BLK_DEV_RAM=y |
@@ -520,6 +549,7 @@ CONFIG_BLK_DEV_RAM_SIZE=4096 | |||
520 | # CONFIG_ATA_OVER_ETH is not set | 549 | # CONFIG_ATA_OVER_ETH is not set |
521 | # CONFIG_BLK_DEV_HD is not set | 550 | # CONFIG_BLK_DEV_HD is not set |
522 | CONFIG_MISC_DEVICES=y | 551 | CONFIG_MISC_DEVICES=y |
552 | # CONFIG_AD525X_DPOT is not set | ||
523 | # CONFIG_PHANTOM is not set | 553 | # CONFIG_PHANTOM is not set |
524 | # CONFIG_SGI_IOC4 is not set | 554 | # CONFIG_SGI_IOC4 is not set |
525 | # CONFIG_TIFM_CORE is not set | 555 | # CONFIG_TIFM_CORE is not set |
@@ -527,6 +557,7 @@ CONFIG_MISC_DEVICES=y | |||
527 | # CONFIG_ENCLOSURE_SERVICES is not set | 557 | # CONFIG_ENCLOSURE_SERVICES is not set |
528 | # CONFIG_HP_ILO is not set | 558 | # CONFIG_HP_ILO is not set |
529 | # CONFIG_ISL29003 is not set | 559 | # CONFIG_ISL29003 is not set |
560 | # CONFIG_DS1682 is not set | ||
530 | # CONFIG_C2PORT is not set | 561 | # CONFIG_C2PORT is not set |
531 | 562 | ||
532 | # | 563 | # |
@@ -577,8 +608,11 @@ CONFIG_SCSI_LOWLEVEL=y | |||
577 | # CONFIG_ISCSI_TCP is not set | 608 | # CONFIG_ISCSI_TCP is not set |
578 | # CONFIG_SCSI_CXGB3_ISCSI is not set | 609 | # CONFIG_SCSI_CXGB3_ISCSI is not set |
579 | # CONFIG_SCSI_BNX2_ISCSI is not set | 610 | # CONFIG_SCSI_BNX2_ISCSI is not set |
611 | # CONFIG_BE2ISCSI is not set | ||
580 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 612 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
613 | # CONFIG_SCSI_HPSA is not set | ||
581 | # CONFIG_SCSI_3W_9XXX is not set | 614 | # CONFIG_SCSI_3W_9XXX is not set |
615 | # CONFIG_SCSI_3W_SAS is not set | ||
582 | # CONFIG_SCSI_ACARD is not set | 616 | # CONFIG_SCSI_ACARD is not set |
583 | # CONFIG_SCSI_AACRAID is not set | 617 | # CONFIG_SCSI_AACRAID is not set |
584 | # CONFIG_SCSI_AIC7XXX is not set | 618 | # CONFIG_SCSI_AIC7XXX is not set |
@@ -612,7 +646,9 @@ CONFIG_SCSI_LOWLEVEL=y | |||
612 | # CONFIG_SCSI_NSP32 is not set | 646 | # CONFIG_SCSI_NSP32 is not set |
613 | # CONFIG_SCSI_DEBUG is not set | 647 | # CONFIG_SCSI_DEBUG is not set |
614 | # CONFIG_SCSI_PMCRAID is not set | 648 | # CONFIG_SCSI_PMCRAID is not set |
649 | # CONFIG_SCSI_PM8001 is not set | ||
615 | # CONFIG_SCSI_SRP is not set | 650 | # CONFIG_SCSI_SRP is not set |
651 | # CONFIG_SCSI_BFA_FC is not set | ||
616 | # CONFIG_SCSI_DH is not set | 652 | # CONFIG_SCSI_DH is not set |
617 | # CONFIG_SCSI_OSD_INITIATOR is not set | 653 | # CONFIG_SCSI_OSD_INITIATOR is not set |
618 | CONFIG_ATA=y | 654 | CONFIG_ATA=y |
@@ -665,15 +701,16 @@ CONFIG_SATA_SIL=y | |||
665 | # CONFIG_PATA_NS87415 is not set | 701 | # CONFIG_PATA_NS87415 is not set |
666 | # CONFIG_PATA_OPTI is not set | 702 | # CONFIG_PATA_OPTI is not set |
667 | # CONFIG_PATA_OPTIDMA is not set | 703 | # CONFIG_PATA_OPTIDMA is not set |
704 | # CONFIG_PATA_PDC2027X is not set | ||
668 | # CONFIG_PATA_PDC_OLD is not set | 705 | # CONFIG_PATA_PDC_OLD is not set |
669 | # CONFIG_PATA_RADISYS is not set | 706 | # CONFIG_PATA_RADISYS is not set |
670 | # CONFIG_PATA_RDC is not set | 707 | # CONFIG_PATA_RDC is not set |
671 | # CONFIG_PATA_RZ1000 is not set | 708 | # CONFIG_PATA_RZ1000 is not set |
672 | # CONFIG_PATA_SC1200 is not set | 709 | # CONFIG_PATA_SC1200 is not set |
673 | # CONFIG_PATA_SERVERWORKS is not set | 710 | # CONFIG_PATA_SERVERWORKS is not set |
674 | # CONFIG_PATA_PDC2027X is not set | ||
675 | # CONFIG_PATA_SIL680 is not set | 711 | # CONFIG_PATA_SIL680 is not set |
676 | # CONFIG_PATA_SIS is not set | 712 | # CONFIG_PATA_SIS is not set |
713 | # CONFIG_PATA_TOSHIBA is not set | ||
677 | # CONFIG_PATA_VIA is not set | 714 | # CONFIG_PATA_VIA is not set |
678 | # CONFIG_PATA_WINBOND is not set | 715 | # CONFIG_PATA_WINBOND is not set |
679 | CONFIG_PATA_PLATFORM=y | 716 | CONFIG_PATA_PLATFORM=y |
@@ -730,6 +767,7 @@ CONFIG_AX88796_93CX6=y | |||
730 | # CONFIG_NET_PCI is not set | 767 | # CONFIG_NET_PCI is not set |
731 | # CONFIG_B44 is not set | 768 | # CONFIG_B44 is not set |
732 | # CONFIG_KS8842 is not set | 769 | # CONFIG_KS8842 is not set |
770 | # CONFIG_KS8851_MLL is not set | ||
733 | # CONFIG_ATL2 is not set | 771 | # CONFIG_ATL2 is not set |
734 | CONFIG_NETDEV_1000=y | 772 | CONFIG_NETDEV_1000=y |
735 | # CONFIG_ACENIC is not set | 773 | # CONFIG_ACENIC is not set |
@@ -776,8 +814,9 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
776 | # CONFIG_BE2NET is not set | 814 | # CONFIG_BE2NET is not set |
777 | # CONFIG_TR is not set | 815 | # CONFIG_TR is not set |
778 | CONFIG_WLAN=y | 816 | CONFIG_WLAN=y |
779 | # CONFIG_WLAN_PRE80211 is not set | 817 | # CONFIG_ATMEL is not set |
780 | # CONFIG_WLAN_80211 is not set | 818 | # CONFIG_PRISM54 is not set |
819 | # CONFIG_HOSTAP is not set | ||
781 | 820 | ||
782 | # | 821 | # |
783 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 822 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -791,6 +830,7 @@ CONFIG_WLAN=y | |||
791 | # CONFIG_NETCONSOLE is not set | 830 | # CONFIG_NETCONSOLE is not set |
792 | # CONFIG_NETPOLL is not set | 831 | # CONFIG_NETPOLL is not set |
793 | # CONFIG_NET_POLL_CONTROLLER is not set | 832 | # CONFIG_NET_POLL_CONTROLLER is not set |
833 | # CONFIG_VMXNET3 is not set | ||
794 | # CONFIG_ISDN is not set | 834 | # CONFIG_ISDN is not set |
795 | # CONFIG_PHONE is not set | 835 | # CONFIG_PHONE is not set |
796 | 836 | ||
@@ -800,6 +840,7 @@ CONFIG_WLAN=y | |||
800 | CONFIG_INPUT=y | 840 | CONFIG_INPUT=y |
801 | # CONFIG_INPUT_FF_MEMLESS is not set | 841 | # CONFIG_INPUT_FF_MEMLESS is not set |
802 | # CONFIG_INPUT_POLLDEV is not set | 842 | # CONFIG_INPUT_POLLDEV is not set |
843 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
803 | 844 | ||
804 | # | 845 | # |
805 | # Userland interfaces | 846 | # Userland interfaces |
@@ -844,6 +885,7 @@ CONFIG_SERIO=y | |||
844 | # CONFIG_SERIO_PCIPS2 is not set | 885 | # CONFIG_SERIO_PCIPS2 is not set |
845 | CONFIG_SERIO_LIBPS2=y | 886 | CONFIG_SERIO_LIBPS2=y |
846 | # CONFIG_SERIO_RAW is not set | 887 | # CONFIG_SERIO_RAW is not set |
888 | # CONFIG_SERIO_ALTERA_PS2 is not set | ||
847 | # CONFIG_GAMEPORT is not set | 889 | # CONFIG_GAMEPORT is not set |
848 | 890 | ||
849 | # | 891 | # |
@@ -925,11 +967,6 @@ CONFIG_I2C_HIGHLANDER=y | |||
925 | # CONFIG_I2C_TAOS_EVM is not set | 967 | # CONFIG_I2C_TAOS_EVM is not set |
926 | 968 | ||
927 | # | 969 | # |
928 | # Graphics adapter I2C/DDC channel drivers | ||
929 | # | ||
930 | # CONFIG_I2C_VOODOO3 is not set | ||
931 | |||
932 | # | ||
933 | # Other I2C/SMBus bus drivers | 970 | # Other I2C/SMBus bus drivers |
934 | # | 971 | # |
935 | # CONFIG_I2C_PCA_PLATFORM is not set | 972 | # CONFIG_I2C_PCA_PLATFORM is not set |
@@ -938,7 +975,6 @@ CONFIG_I2C_HIGHLANDER=y | |||
938 | # | 975 | # |
939 | # Miscellaneous I2C Chip support | 976 | # Miscellaneous I2C Chip support |
940 | # | 977 | # |
941 | # CONFIG_DS1682 is not set | ||
942 | # CONFIG_SENSORS_TSL2550 is not set | 978 | # CONFIG_SENSORS_TSL2550 is not set |
943 | # CONFIG_I2C_DEBUG_CORE is not set | 979 | # CONFIG_I2C_DEBUG_CORE is not set |
944 | # CONFIG_I2C_DEBUG_ALGO is not set | 980 | # CONFIG_I2C_DEBUG_ALGO is not set |
@@ -969,6 +1005,7 @@ CONFIG_GPIOLIB=y | |||
969 | # | 1005 | # |
970 | # PCI GPIO expanders: | 1006 | # PCI GPIO expanders: |
971 | # | 1007 | # |
1008 | # CONFIG_GPIO_CS5535 is not set | ||
972 | # CONFIG_GPIO_BT8XX is not set | 1009 | # CONFIG_GPIO_BT8XX is not set |
973 | # CONFIG_GPIO_LANGWELL is not set | 1010 | # CONFIG_GPIO_LANGWELL is not set |
974 | 1011 | ||
@@ -1011,6 +1048,7 @@ CONFIG_HWMON=y | |||
1011 | # CONFIG_SENSORS_GL520SM is not set | 1048 | # CONFIG_SENSORS_GL520SM is not set |
1012 | # CONFIG_SENSORS_IT87 is not set | 1049 | # CONFIG_SENSORS_IT87 is not set |
1013 | # CONFIG_SENSORS_LM63 is not set | 1050 | # CONFIG_SENSORS_LM63 is not set |
1051 | # CONFIG_SENSORS_LM73 is not set | ||
1014 | # CONFIG_SENSORS_LM75 is not set | 1052 | # CONFIG_SENSORS_LM75 is not set |
1015 | # CONFIG_SENSORS_LM77 is not set | 1053 | # CONFIG_SENSORS_LM77 is not set |
1016 | # CONFIG_SENSORS_LM78 is not set | 1054 | # CONFIG_SENSORS_LM78 is not set |
@@ -1050,6 +1088,7 @@ CONFIG_HWMON=y | |||
1050 | # CONFIG_SENSORS_W83L786NG is not set | 1088 | # CONFIG_SENSORS_W83L786NG is not set |
1051 | # CONFIG_SENSORS_W83627HF is not set | 1089 | # CONFIG_SENSORS_W83627HF is not set |
1052 | # CONFIG_SENSORS_W83627EHF is not set | 1090 | # CONFIG_SENSORS_W83627EHF is not set |
1091 | # CONFIG_SENSORS_LIS3_I2C is not set | ||
1053 | # CONFIG_THERMAL is not set | 1092 | # CONFIG_THERMAL is not set |
1054 | # CONFIG_WATCHDOG is not set | 1093 | # CONFIG_WATCHDOG is not set |
1055 | CONFIG_SSB_POSSIBLE=y | 1094 | CONFIG_SSB_POSSIBLE=y |
@@ -1064,16 +1103,19 @@ CONFIG_SSB_POSSIBLE=y | |||
1064 | # | 1103 | # |
1065 | # CONFIG_MFD_CORE is not set | 1104 | # CONFIG_MFD_CORE is not set |
1066 | # CONFIG_MFD_SM501 is not set | 1105 | # CONFIG_MFD_SM501 is not set |
1106 | # CONFIG_MFD_SH_MOBILE_SDHI is not set | ||
1067 | # CONFIG_HTC_PASIC3 is not set | 1107 | # CONFIG_HTC_PASIC3 is not set |
1068 | # CONFIG_TPS65010 is not set | 1108 | # CONFIG_TPS65010 is not set |
1069 | # CONFIG_TWL4030_CORE is not set | 1109 | # CONFIG_TWL4030_CORE is not set |
1070 | # CONFIG_MFD_TMIO is not set | 1110 | # CONFIG_MFD_TMIO is not set |
1071 | # CONFIG_PMIC_DA903X is not set | 1111 | # CONFIG_PMIC_DA903X is not set |
1112 | # CONFIG_PMIC_ADP5520 is not set | ||
1072 | # CONFIG_MFD_WM8400 is not set | 1113 | # CONFIG_MFD_WM8400 is not set |
1073 | # CONFIG_MFD_WM831X is not set | 1114 | # CONFIG_MFD_WM831X is not set |
1074 | # CONFIG_MFD_WM8350_I2C is not set | 1115 | # CONFIG_MFD_WM8350_I2C is not set |
1075 | # CONFIG_MFD_PCF50633 is not set | 1116 | # CONFIG_MFD_PCF50633 is not set |
1076 | # CONFIG_AB3100_CORE is not set | 1117 | # CONFIG_AB3100_CORE is not set |
1118 | # CONFIG_MFD_88PM8607 is not set | ||
1077 | # CONFIG_REGULATOR is not set | 1119 | # CONFIG_REGULATOR is not set |
1078 | # CONFIG_MEDIA_SUPPORT is not set | 1120 | # CONFIG_MEDIA_SUPPORT is not set |
1079 | 1121 | ||
@@ -1211,6 +1253,7 @@ CONFIG_RTC_DRV_RS5C372=y | |||
1211 | # CONFIG_RTC_DRV_PCF8563 is not set | 1253 | # CONFIG_RTC_DRV_PCF8563 is not set |
1212 | # CONFIG_RTC_DRV_PCF8583 is not set | 1254 | # CONFIG_RTC_DRV_PCF8583 is not set |
1213 | # CONFIG_RTC_DRV_M41T80 is not set | 1255 | # CONFIG_RTC_DRV_M41T80 is not set |
1256 | # CONFIG_RTC_DRV_BQ32K is not set | ||
1214 | # CONFIG_RTC_DRV_S35390A is not set | 1257 | # CONFIG_RTC_DRV_S35390A is not set |
1215 | # CONFIG_RTC_DRV_FM3130 is not set | 1258 | # CONFIG_RTC_DRV_FM3130 is not set |
1216 | # CONFIG_RTC_DRV_RX8581 is not set | 1259 | # CONFIG_RTC_DRV_RX8581 is not set |
@@ -1231,7 +1274,9 @@ CONFIG_RTC_DRV_RS5C372=y | |||
1231 | # CONFIG_RTC_DRV_M48T86 is not set | 1274 | # CONFIG_RTC_DRV_M48T86 is not set |
1232 | # CONFIG_RTC_DRV_M48T35 is not set | 1275 | # CONFIG_RTC_DRV_M48T35 is not set |
1233 | # CONFIG_RTC_DRV_M48T59 is not set | 1276 | # CONFIG_RTC_DRV_M48T59 is not set |
1277 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
1234 | # CONFIG_RTC_DRV_BQ4802 is not set | 1278 | # CONFIG_RTC_DRV_BQ4802 is not set |
1279 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
1235 | # CONFIG_RTC_DRV_V3020 is not set | 1280 | # CONFIG_RTC_DRV_V3020 is not set |
1236 | 1281 | ||
1237 | # | 1282 | # |
@@ -1463,6 +1508,7 @@ CONFIG_FRAME_POINTER=y | |||
1463 | # CONFIG_LKDTM is not set | 1508 | # CONFIG_LKDTM is not set |
1464 | # CONFIG_FAULT_INJECTION is not set | 1509 | # CONFIG_FAULT_INJECTION is not set |
1465 | # CONFIG_LATENCYTOP is not set | 1510 | # CONFIG_LATENCYTOP is not set |
1511 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1466 | # CONFIG_PAGE_POISONING is not set | 1512 | # CONFIG_PAGE_POISONING is not set |
1467 | CONFIG_NOP_TRACER=y | 1513 | CONFIG_NOP_TRACER=y |
1468 | CONFIG_HAVE_FUNCTION_TRACER=y | 1514 | CONFIG_HAVE_FUNCTION_TRACER=y |
@@ -1499,8 +1545,6 @@ CONFIG_BRANCH_PROFILE_NONE=y | |||
1499 | CONFIG_HAVE_ARCH_KGDB=y | 1545 | CONFIG_HAVE_ARCH_KGDB=y |
1500 | # CONFIG_KGDB is not set | 1546 | # CONFIG_KGDB is not set |
1501 | CONFIG_SH_STANDARD_BIOS=y | 1547 | CONFIG_SH_STANDARD_BIOS=y |
1502 | # CONFIG_EARLY_SCIF_CONSOLE is not set | ||
1503 | CONFIG_EARLY_PRINTK=y | ||
1504 | # CONFIG_STACK_DEBUG is not set | 1548 | # CONFIG_STACK_DEBUG is not set |
1505 | CONFIG_DEBUG_STACK_USAGE=y | 1549 | CONFIG_DEBUG_STACK_USAGE=y |
1506 | CONFIG_4KSTACKS=y | 1550 | CONFIG_4KSTACKS=y |
@@ -1514,7 +1558,11 @@ CONFIG_DUMP_CODE=y | |||
1514 | # CONFIG_KEYS is not set | 1558 | # CONFIG_KEYS is not set |
1515 | # CONFIG_SECURITY is not set | 1559 | # CONFIG_SECURITY is not set |
1516 | # CONFIG_SECURITYFS is not set | 1560 | # CONFIG_SECURITYFS is not set |
1517 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1561 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
1562 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
1563 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
1564 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1565 | CONFIG_DEFAULT_SECURITY="" | ||
1518 | CONFIG_CRYPTO=y | 1566 | CONFIG_CRYPTO=y |
1519 | 1567 | ||
1520 | # | 1568 | # |