diff options
author | David S. Miller <davem@davemloft.net> | 2010-01-23 03:31:06 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2010-01-23 03:31:06 -0500 |
commit | 51c24aaacaea90c8e87f1dec75a2ac7622b593f8 (patch) | |
tree | 9f54936c87764bef75e97395cb56b7d1e0df24c6 /arch/sh/configs/rts7751r2d1_defconfig | |
parent | 4276e47e2d1c85a2477caf0d22b91c4f2377fba8 (diff) | |
parent | 6be325719b3e54624397e413efd4b33a997e55a3 (diff) |
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
Diffstat (limited to 'arch/sh/configs/rts7751r2d1_defconfig')
-rw-r--r-- | arch/sh/configs/rts7751r2d1_defconfig | 95 |
1 files changed, 73 insertions, 22 deletions
diff --git a/arch/sh/configs/rts7751r2d1_defconfig b/arch/sh/configs/rts7751r2d1_defconfig index 6f1126b3e487..fba1f62d56e7 100644 --- a/arch/sh/configs/rts7751r2d1_defconfig +++ b/arch/sh/configs/rts7751r2d1_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:36:25 2009 | 4 | # Mon Jan 4 13:25:36 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_PCI=y | 24 | CONFIG_SYS_SUPPORTS_PCI=y |
24 | CONFIG_SYS_SUPPORTS_TMU=y | 25 | CONFIG_SYS_SUPPORTS_TMU=y |
25 | CONFIG_STACKTRACE_SUPPORT=y | 26 | CONFIG_STACKTRACE_SUPPORT=y |
@@ -31,6 +32,7 @@ CONFIG_ARCH_NO_VIRT_TO_BUS=y | |||
31 | CONFIG_ARCH_HAS_DEFAULT_IDLE=y | 32 | CONFIG_ARCH_HAS_DEFAULT_IDLE=y |
32 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y | 33 | CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y |
33 | CONFIG_IO_TRAPPED=y | 34 | CONFIG_IO_TRAPPED=y |
35 | CONFIG_DMA_NONCOHERENT=y | ||
34 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | 36 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
35 | CONFIG_CONSTRUCTORS=y | 37 | CONFIG_CONSTRUCTORS=y |
36 | 38 | ||
@@ -61,6 +63,7 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
61 | # | 63 | # |
62 | CONFIG_TREE_RCU=y | 64 | CONFIG_TREE_RCU=y |
63 | # CONFIG_TREE_PREEMPT_RCU is not set | 65 | # CONFIG_TREE_PREEMPT_RCU is not set |
66 | # CONFIG_TINY_RCU is not set | ||
64 | # CONFIG_RCU_TRACE is not set | 67 | # CONFIG_RCU_TRACE is not set |
65 | CONFIG_RCU_FANOUT=32 | 68 | CONFIG_RCU_FANOUT=32 |
66 | # CONFIG_RCU_FANOUT_EXACT is not set | 69 | # CONFIG_RCU_FANOUT_EXACT is not set |
@@ -95,6 +98,7 @@ CONFIG_EVENTFD=y | |||
95 | CONFIG_SHMEM=y | 98 | CONFIG_SHMEM=y |
96 | CONFIG_AIO=y | 99 | CONFIG_AIO=y |
97 | CONFIG_HAVE_PERF_EVENTS=y | 100 | CONFIG_HAVE_PERF_EVENTS=y |
101 | CONFIG_PERF_USE_VMALLOC=y | ||
98 | 102 | ||
99 | # | 103 | # |
100 | # Kernel Performance Events And Counters | 104 | # Kernel Performance Events And Counters |
@@ -117,6 +121,7 @@ CONFIG_HAVE_IOREMAP_PROT=y | |||
117 | CONFIG_HAVE_KPROBES=y | 121 | CONFIG_HAVE_KPROBES=y |
118 | CONFIG_HAVE_KRETPROBES=y | 122 | CONFIG_HAVE_KRETPROBES=y |
119 | CONFIG_HAVE_ARCH_TRACEHOOK=y | 123 | CONFIG_HAVE_ARCH_TRACEHOOK=y |
124 | CONFIG_HAVE_DMA_ATTRS=y | ||
120 | CONFIG_HAVE_CLK=y | 125 | CONFIG_HAVE_CLK=y |
121 | CONFIG_HAVE_DMA_API_DEBUG=y | 126 | CONFIG_HAVE_DMA_API_DEBUG=y |
122 | 127 | ||
@@ -143,14 +148,41 @@ CONFIG_LBDAF=y | |||
143 | # IO Schedulers | 148 | # IO Schedulers |
144 | # | 149 | # |
145 | CONFIG_IOSCHED_NOOP=y | 150 | CONFIG_IOSCHED_NOOP=y |
146 | CONFIG_IOSCHED_AS=y | ||
147 | CONFIG_IOSCHED_DEADLINE=y | 151 | CONFIG_IOSCHED_DEADLINE=y |
148 | CONFIG_IOSCHED_CFQ=y | 152 | CONFIG_IOSCHED_CFQ=y |
149 | CONFIG_DEFAULT_AS=y | ||
150 | # CONFIG_DEFAULT_DEADLINE is not set | 153 | # CONFIG_DEFAULT_DEADLINE is not set |
151 | # CONFIG_DEFAULT_CFQ is not set | 154 | CONFIG_DEFAULT_CFQ=y |
152 | # CONFIG_DEFAULT_NOOP is not set | 155 | # CONFIG_DEFAULT_NOOP is not set |
153 | CONFIG_DEFAULT_IOSCHED="anticipatory" | 156 | CONFIG_DEFAULT_IOSCHED="cfq" |
157 | # CONFIG_INLINE_SPIN_TRYLOCK is not set | ||
158 | # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set | ||
159 | # CONFIG_INLINE_SPIN_LOCK is not set | ||
160 | # CONFIG_INLINE_SPIN_LOCK_BH is not set | ||
161 | # CONFIG_INLINE_SPIN_LOCK_IRQ is not set | ||
162 | # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set | ||
163 | CONFIG_INLINE_SPIN_UNLOCK=y | ||
164 | # CONFIG_INLINE_SPIN_UNLOCK_BH is not set | ||
165 | CONFIG_INLINE_SPIN_UNLOCK_IRQ=y | ||
166 | # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set | ||
167 | # CONFIG_INLINE_READ_TRYLOCK is not set | ||
168 | # CONFIG_INLINE_READ_LOCK is not set | ||
169 | # CONFIG_INLINE_READ_LOCK_BH is not set | ||
170 | # CONFIG_INLINE_READ_LOCK_IRQ is not set | ||
171 | # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set | ||
172 | CONFIG_INLINE_READ_UNLOCK=y | ||
173 | # CONFIG_INLINE_READ_UNLOCK_BH is not set | ||
174 | CONFIG_INLINE_READ_UNLOCK_IRQ=y | ||
175 | # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set | ||
176 | # CONFIG_INLINE_WRITE_TRYLOCK is not set | ||
177 | # CONFIG_INLINE_WRITE_LOCK is not set | ||
178 | # CONFIG_INLINE_WRITE_LOCK_BH is not set | ||
179 | # CONFIG_INLINE_WRITE_LOCK_IRQ is not set | ||
180 | # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set | ||
181 | CONFIG_INLINE_WRITE_UNLOCK=y | ||
182 | # CONFIG_INLINE_WRITE_UNLOCK_BH is not set | ||
183 | CONFIG_INLINE_WRITE_UNLOCK_IRQ=y | ||
184 | # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set | ||
185 | # CONFIG_MUTEX_SPIN_ON_OWNER is not set | ||
154 | # CONFIG_FREEZER is not set | 186 | # CONFIG_FREEZER is not set |
155 | 187 | ||
156 | # | 188 | # |
@@ -226,8 +258,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
226 | # CONFIG_PHYS_ADDR_T_64BIT is not set | 258 | # CONFIG_PHYS_ADDR_T_64BIT is not set |
227 | CONFIG_ZONE_DMA_FLAG=0 | 259 | CONFIG_ZONE_DMA_FLAG=0 |
228 | CONFIG_NR_QUICK=2 | 260 | CONFIG_NR_QUICK=2 |
229 | CONFIG_HAVE_MLOCK=y | ||
230 | CONFIG_HAVE_MLOCKED_PAGE_BIT=y | ||
231 | # CONFIG_KSM is not set | 261 | # CONFIG_KSM is not set |
232 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 | 262 | CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 |
233 | 263 | ||
@@ -321,7 +351,6 @@ CONFIG_GUSA=y | |||
321 | CONFIG_ZERO_PAGE_OFFSET=0x00010000 | 351 | CONFIG_ZERO_PAGE_OFFSET=0x00010000 |
322 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | 352 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
323 | CONFIG_ENTRY_OFFSET=0x00001000 | 353 | CONFIG_ENTRY_OFFSET=0x00001000 |
324 | # CONFIG_UBC_WAKEUP is not set | ||
325 | CONFIG_CMDLINE_OVERWRITE=y | 354 | CONFIG_CMDLINE_OVERWRITE=y |
326 | # CONFIG_CMDLINE_EXTEND is not set | 355 | # CONFIG_CMDLINE_EXTEND is not set |
327 | CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 root=/dev/sda1" | 356 | CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 root=/dev/sda1" |
@@ -330,7 +359,6 @@ CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 root=/dev/sda1" | |||
330 | # Bus options | 359 | # Bus options |
331 | # | 360 | # |
332 | CONFIG_PCI=y | 361 | CONFIG_PCI=y |
333 | CONFIG_SH_PCIDMA_NONCOHERENT=y | ||
334 | # CONFIG_PCIEPORTBUS is not set | 362 | # CONFIG_PCIEPORTBUS is not set |
335 | # CONFIG_ARCH_SUPPORTS_MSI is not set | 363 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
336 | CONFIG_PCI_LEGACY=y | 364 | CONFIG_PCI_LEGACY=y |
@@ -429,10 +457,6 @@ CONFIG_DEFAULT_TCP_CONG="cubic" | |||
429 | # CONFIG_AF_RXRPC is not set | 457 | # CONFIG_AF_RXRPC is not set |
430 | CONFIG_WIRELESS=y | 458 | CONFIG_WIRELESS=y |
431 | # CONFIG_CFG80211 is not set | 459 | # CONFIG_CFG80211 is not set |
432 | CONFIG_CFG80211_DEFAULT_PS_VALUE=0 | ||
433 | # CONFIG_WIRELESS_OLD_REGULATORY is not set | ||
434 | CONFIG_WIRELESS_EXT=y | ||
435 | CONFIG_WIRELESS_EXT_SYSFS=y | ||
436 | # CONFIG_LIB80211 is not set | 460 | # CONFIG_LIB80211 is not set |
437 | 461 | ||
438 | # | 462 | # |
@@ -466,6 +490,10 @@ CONFIG_BLK_DEV=y | |||
466 | # CONFIG_BLK_DEV_UMEM is not set | 490 | # CONFIG_BLK_DEV_UMEM is not set |
467 | # CONFIG_BLK_DEV_COW_COMMON is not set | 491 | # CONFIG_BLK_DEV_COW_COMMON is not set |
468 | # CONFIG_BLK_DEV_LOOP is not set | 492 | # CONFIG_BLK_DEV_LOOP is not set |
493 | |||
494 | # | ||
495 | # DRBD disabled because PROC_FS, INET or CONNECTOR not selected | ||
496 | # | ||
469 | # CONFIG_BLK_DEV_NBD is not set | 497 | # CONFIG_BLK_DEV_NBD is not set |
470 | # CONFIG_BLK_DEV_SX8 is not set | 498 | # CONFIG_BLK_DEV_SX8 is not set |
471 | # CONFIG_BLK_DEV_UB is not set | 499 | # CONFIG_BLK_DEV_UB is not set |
@@ -482,6 +510,7 @@ CONFIG_MISC_DEVICES=y | |||
482 | # CONFIG_TIFM_CORE is not set | 510 | # CONFIG_TIFM_CORE is not set |
483 | # CONFIG_ENCLOSURE_SERVICES is not set | 511 | # CONFIG_ENCLOSURE_SERVICES is not set |
484 | # CONFIG_HP_ILO is not set | 512 | # CONFIG_HP_ILO is not set |
513 | # CONFIG_TI_DAC7512 is not set | ||
485 | # CONFIG_C2PORT is not set | 514 | # CONFIG_C2PORT is not set |
486 | 515 | ||
487 | # | 516 | # |
@@ -530,8 +559,11 @@ CONFIG_SCSI_LOWLEVEL=y | |||
530 | # CONFIG_ISCSI_TCP is not set | 559 | # CONFIG_ISCSI_TCP is not set |
531 | # CONFIG_SCSI_CXGB3_ISCSI is not set | 560 | # CONFIG_SCSI_CXGB3_ISCSI is not set |
532 | # CONFIG_SCSI_BNX2_ISCSI is not set | 561 | # CONFIG_SCSI_BNX2_ISCSI is not set |
562 | # CONFIG_BE2ISCSI is not set | ||
533 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | 563 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set |
564 | # CONFIG_SCSI_HPSA is not set | ||
534 | # CONFIG_SCSI_3W_9XXX is not set | 565 | # CONFIG_SCSI_3W_9XXX is not set |
566 | # CONFIG_SCSI_3W_SAS is not set | ||
535 | # CONFIG_SCSI_ACARD is not set | 567 | # CONFIG_SCSI_ACARD is not set |
536 | # CONFIG_SCSI_AACRAID is not set | 568 | # CONFIG_SCSI_AACRAID is not set |
537 | # CONFIG_SCSI_AIC7XXX is not set | 569 | # CONFIG_SCSI_AIC7XXX is not set |
@@ -565,7 +597,9 @@ CONFIG_SCSI_LOWLEVEL=y | |||
565 | # CONFIG_SCSI_NSP32 is not set | 597 | # CONFIG_SCSI_NSP32 is not set |
566 | # CONFIG_SCSI_DEBUG is not set | 598 | # CONFIG_SCSI_DEBUG is not set |
567 | # CONFIG_SCSI_PMCRAID is not set | 599 | # CONFIG_SCSI_PMCRAID is not set |
600 | # CONFIG_SCSI_PM8001 is not set | ||
568 | # CONFIG_SCSI_SRP is not set | 601 | # CONFIG_SCSI_SRP is not set |
602 | # CONFIG_SCSI_BFA_FC is not set | ||
569 | # CONFIG_SCSI_DH is not set | 603 | # CONFIG_SCSI_DH is not set |
570 | # CONFIG_SCSI_OSD_INITIATOR is not set | 604 | # CONFIG_SCSI_OSD_INITIATOR is not set |
571 | CONFIG_ATA=y | 605 | CONFIG_ATA=y |
@@ -618,15 +652,16 @@ CONFIG_ATA_SFF=y | |||
618 | # CONFIG_PATA_NS87415 is not set | 652 | # CONFIG_PATA_NS87415 is not set |
619 | # CONFIG_PATA_OPTI is not set | 653 | # CONFIG_PATA_OPTI is not set |
620 | # CONFIG_PATA_OPTIDMA is not set | 654 | # CONFIG_PATA_OPTIDMA is not set |
655 | # CONFIG_PATA_PDC2027X is not set | ||
621 | # CONFIG_PATA_PDC_OLD is not set | 656 | # CONFIG_PATA_PDC_OLD is not set |
622 | # CONFIG_PATA_RADISYS is not set | 657 | # CONFIG_PATA_RADISYS is not set |
623 | # CONFIG_PATA_RDC is not set | 658 | # CONFIG_PATA_RDC is not set |
624 | # CONFIG_PATA_RZ1000 is not set | 659 | # CONFIG_PATA_RZ1000 is not set |
625 | # CONFIG_PATA_SC1200 is not set | 660 | # CONFIG_PATA_SC1200 is not set |
626 | # CONFIG_PATA_SERVERWORKS is not set | 661 | # CONFIG_PATA_SERVERWORKS is not set |
627 | # CONFIG_PATA_PDC2027X is not set | ||
628 | # CONFIG_PATA_SIL680 is not set | 662 | # CONFIG_PATA_SIL680 is not set |
629 | # CONFIG_PATA_SIS is not set | 663 | # CONFIG_PATA_SIS is not set |
664 | # CONFIG_PATA_TOSHIBA is not set | ||
630 | # CONFIG_PATA_VIA is not set | 665 | # CONFIG_PATA_VIA is not set |
631 | # CONFIG_PATA_WINBOND is not set | 666 | # CONFIG_PATA_WINBOND is not set |
632 | CONFIG_PATA_PLATFORM=y | 667 | CONFIG_PATA_PLATFORM=y |
@@ -704,6 +739,7 @@ CONFIG_8139TOO=y | |||
704 | # CONFIG_TLAN is not set | 739 | # CONFIG_TLAN is not set |
705 | # CONFIG_KS8842 is not set | 740 | # CONFIG_KS8842 is not set |
706 | # CONFIG_KS8851 is not set | 741 | # CONFIG_KS8851 is not set |
742 | # CONFIG_KS8851_MLL is not set | ||
707 | # CONFIG_VIA_RHINE is not set | 743 | # CONFIG_VIA_RHINE is not set |
708 | # CONFIG_SC92031 is not set | 744 | # CONFIG_SC92031 is not set |
709 | # CONFIG_ATL2 is not set | 745 | # CONFIG_ATL2 is not set |
@@ -752,8 +788,10 @@ CONFIG_CHELSIO_T3_DEPENDS=y | |||
752 | # CONFIG_BE2NET is not set | 788 | # CONFIG_BE2NET is not set |
753 | # CONFIG_TR is not set | 789 | # CONFIG_TR is not set |
754 | CONFIG_WLAN=y | 790 | CONFIG_WLAN=y |
755 | # CONFIG_WLAN_PRE80211 is not set | 791 | # CONFIG_ATMEL is not set |
756 | # CONFIG_WLAN_80211 is not set | 792 | # CONFIG_PRISM54 is not set |
793 | # CONFIG_USB_ZD1201 is not set | ||
794 | # CONFIG_HOSTAP is not set | ||
757 | 795 | ||
758 | # | 796 | # |
759 | # Enable WiMAX (Networking options) to see the WiMAX drivers | 797 | # Enable WiMAX (Networking options) to see the WiMAX drivers |
@@ -776,6 +814,7 @@ CONFIG_WLAN=y | |||
776 | # CONFIG_NETCONSOLE is not set | 814 | # CONFIG_NETCONSOLE is not set |
777 | # CONFIG_NETPOLL is not set | 815 | # CONFIG_NETPOLL is not set |
778 | # CONFIG_NET_POLL_CONTROLLER is not set | 816 | # CONFIG_NET_POLL_CONTROLLER is not set |
817 | # CONFIG_VMXNET3 is not set | ||
779 | # CONFIG_ISDN is not set | 818 | # CONFIG_ISDN is not set |
780 | # CONFIG_PHONE is not set | 819 | # CONFIG_PHONE is not set |
781 | 820 | ||
@@ -785,6 +824,7 @@ CONFIG_WLAN=y | |||
785 | CONFIG_INPUT=y | 824 | CONFIG_INPUT=y |
786 | CONFIG_INPUT_FF_MEMLESS=m | 825 | CONFIG_INPUT_FF_MEMLESS=m |
787 | # CONFIG_INPUT_POLLDEV is not set | 826 | # CONFIG_INPUT_POLLDEV is not set |
827 | # CONFIG_INPUT_SPARSEKMAP is not set | ||
788 | 828 | ||
789 | # | 829 | # |
790 | # Userland interfaces | 830 | # Userland interfaces |
@@ -862,7 +902,10 @@ CONFIG_SPI_MASTER=y | |||
862 | # SPI Master Controller Drivers | 902 | # SPI Master Controller Drivers |
863 | # | 903 | # |
864 | CONFIG_SPI_BITBANG=y | 904 | CONFIG_SPI_BITBANG=y |
905 | # CONFIG_SPI_SH_MSIOF is not set | ||
865 | CONFIG_SPI_SH_SCI=y | 906 | CONFIG_SPI_SH_SCI=y |
907 | # CONFIG_SPI_XILINX is not set | ||
908 | # CONFIG_SPI_DESIGNWARE is not set | ||
866 | 909 | ||
867 | # | 910 | # |
868 | # SPI Protocol Masters | 911 | # SPI Protocol Masters |
@@ -915,10 +958,12 @@ CONFIG_SSB_POSSIBLE=y | |||
915 | # | 958 | # |
916 | # CONFIG_MFD_CORE is not set | 959 | # CONFIG_MFD_CORE is not set |
917 | CONFIG_MFD_SM501=y | 960 | CONFIG_MFD_SM501=y |
961 | # CONFIG_MFD_SH_MOBILE_SDHI is not set | ||
918 | # CONFIG_HTC_PASIC3 is not set | 962 | # CONFIG_HTC_PASIC3 is not set |
919 | # CONFIG_MFD_TMIO is not set | 963 | # CONFIG_MFD_TMIO is not set |
920 | # CONFIG_MFD_MC13783 is not set | 964 | # CONFIG_MFD_MC13783 is not set |
921 | # CONFIG_EZX_PCAP is not set | 965 | # CONFIG_EZX_PCAP is not set |
966 | # CONFIG_AB4500_CORE is not set | ||
922 | # CONFIG_REGULATOR is not set | 967 | # CONFIG_REGULATOR is not set |
923 | # CONFIG_MEDIA_SUPPORT is not set | 968 | # CONFIG_MEDIA_SUPPORT is not set |
924 | 969 | ||
@@ -1055,6 +1100,7 @@ CONFIG_SND_PCI=y | |||
1055 | # CONFIG_SND_OXYGEN is not set | 1100 | # CONFIG_SND_OXYGEN is not set |
1056 | # CONFIG_SND_CS4281 is not set | 1101 | # CONFIG_SND_CS4281 is not set |
1057 | # CONFIG_SND_CS46XX is not set | 1102 | # CONFIG_SND_CS46XX is not set |
1103 | # CONFIG_SND_CS5535AUDIO is not set | ||
1058 | # CONFIG_SND_CTXFI is not set | 1104 | # CONFIG_SND_CTXFI is not set |
1059 | # CONFIG_SND_DARLA20 is not set | 1105 | # CONFIG_SND_DARLA20 is not set |
1060 | # CONFIG_SND_GINA20 is not set | 1106 | # CONFIG_SND_GINA20 is not set |
@@ -1308,7 +1354,9 @@ CONFIG_RTC_DRV_R9701=y | |||
1308 | # CONFIG_RTC_DRV_M48T86 is not set | 1354 | # CONFIG_RTC_DRV_M48T86 is not set |
1309 | # CONFIG_RTC_DRV_M48T35 is not set | 1355 | # CONFIG_RTC_DRV_M48T35 is not set |
1310 | # CONFIG_RTC_DRV_M48T59 is not set | 1356 | # CONFIG_RTC_DRV_M48T59 is not set |
1357 | # CONFIG_RTC_DRV_MSM6242 is not set | ||
1311 | # CONFIG_RTC_DRV_BQ4802 is not set | 1358 | # CONFIG_RTC_DRV_BQ4802 is not set |
1359 | # CONFIG_RTC_DRV_RP5C01 is not set | ||
1312 | # CONFIG_RTC_DRV_V3020 is not set | 1360 | # CONFIG_RTC_DRV_V3020 is not set |
1313 | 1361 | ||
1314 | # | 1362 | # |
@@ -1333,6 +1381,7 @@ CONFIG_EXT2_FS=y | |||
1333 | # CONFIG_EXT2_FS_XIP is not set | 1381 | # CONFIG_EXT2_FS_XIP is not set |
1334 | # CONFIG_EXT3_FS is not set | 1382 | # CONFIG_EXT3_FS is not set |
1335 | # CONFIG_EXT4_FS is not set | 1383 | # CONFIG_EXT4_FS is not set |
1384 | CONFIG_EXT4_USE_FOR_EXT23=y | ||
1336 | # CONFIG_REISERFS_FS is not set | 1385 | # CONFIG_REISERFS_FS is not set |
1337 | # CONFIG_JFS_FS is not set | 1386 | # CONFIG_JFS_FS is not set |
1338 | # CONFIG_FS_POSIX_ACL is not set | 1387 | # CONFIG_FS_POSIX_ACL is not set |
@@ -1474,10 +1523,11 @@ CONFIG_DEBUG_FS=y | |||
1474 | # CONFIG_HEADERS_CHECK is not set | 1523 | # CONFIG_HEADERS_CHECK is not set |
1475 | # CONFIG_DEBUG_KERNEL is not set | 1524 | # CONFIG_DEBUG_KERNEL is not set |
1476 | CONFIG_STACKTRACE=y | 1525 | CONFIG_STACKTRACE=y |
1477 | # CONFIG_DEBUG_BUGVERBOSE is not set | 1526 | CONFIG_DEBUG_BUGVERBOSE=y |
1478 | # CONFIG_DEBUG_MEMORY_INIT is not set | 1527 | # CONFIG_DEBUG_MEMORY_INIT is not set |
1479 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | 1528 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set |
1480 | # CONFIG_LATENCYTOP is not set | 1529 | # CONFIG_LATENCYTOP is not set |
1530 | # CONFIG_SYSCTL_SYSCALL_CHECK is not set | ||
1481 | CONFIG_NOP_TRACER=y | 1531 | CONFIG_NOP_TRACER=y |
1482 | CONFIG_HAVE_FUNCTION_TRACER=y | 1532 | CONFIG_HAVE_FUNCTION_TRACER=y |
1483 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y | 1533 | CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y |
@@ -1497,9 +1547,6 @@ CONFIG_TRACING_SUPPORT=y | |||
1497 | # CONFIG_SAMPLES is not set | 1547 | # CONFIG_SAMPLES is not set |
1498 | CONFIG_HAVE_ARCH_KGDB=y | 1548 | CONFIG_HAVE_ARCH_KGDB=y |
1499 | # CONFIG_SH_STANDARD_BIOS is not set | 1549 | # CONFIG_SH_STANDARD_BIOS is not set |
1500 | CONFIG_EARLY_SCIF_CONSOLE=y | ||
1501 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe80000 | ||
1502 | CONFIG_EARLY_PRINTK=y | ||
1503 | # CONFIG_DWARF_UNWINDER is not set | 1550 | # CONFIG_DWARF_UNWINDER is not set |
1504 | 1551 | ||
1505 | # | 1552 | # |
@@ -1508,7 +1555,11 @@ CONFIG_EARLY_PRINTK=y | |||
1508 | # CONFIG_KEYS is not set | 1555 | # CONFIG_KEYS is not set |
1509 | # CONFIG_SECURITY is not set | 1556 | # CONFIG_SECURITY is not set |
1510 | # CONFIG_SECURITYFS is not set | 1557 | # CONFIG_SECURITYFS is not set |
1511 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set | 1558 | # CONFIG_DEFAULT_SECURITY_SELINUX is not set |
1559 | # CONFIG_DEFAULT_SECURITY_SMACK is not set | ||
1560 | # CONFIG_DEFAULT_SECURITY_TOMOYO is not set | ||
1561 | CONFIG_DEFAULT_SECURITY_DAC=y | ||
1562 | CONFIG_DEFAULT_SECURITY="" | ||
1512 | CONFIG_CRYPTO=y | 1563 | CONFIG_CRYPTO=y |
1513 | 1564 | ||
1514 | # | 1565 | # |