Merge branch 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6

* 'sh/for-2.6.33' of git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6:
binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.
sh: update defconfigs.
sh: Don't default enable PMB support.
sh: Disable PMB for SH4AL-DSP CPUs.
sh: Only provide a PCLK definition for legacy CPG CPUs.

+3029 -884
+9 -7
arch/sh/Kconfig
··· 540 540 541 541 config SH_PCLK_FREQ 542 542 int "Peripheral clock frequency (in Hz)" 543 - default "27000000" if CPU_SUBTYPE_SH7343 543 + depends on SH_CLK_CPG_LEGACY 544 544 default "31250000" if CPU_SUBTYPE_SH7619 545 - default "32000000" if CPU_SUBTYPE_SH7722 546 - default "33333333" if CPU_SUBTYPE_SH7770 || CPU_SUBTYPE_SH7723 || \ 547 - CPU_SUBTYPE_SH7760 || CPU_SUBTYPE_SH7705 || \ 548 - CPU_SUBTYPE_SH7203 || CPU_SUBTYPE_SH7206 || \ 549 - CPU_SUBTYPE_SH7263 || CPU_SUBTYPE_MXG || \ 550 - CPU_SUBTYPE_SH7786 || CPU_SUBTYPE_SH7724 545 + default "33333333" if CPU_SUBTYPE_SH7770 || \ 546 + CPU_SUBTYPE_SH7760 || \ 547 + CPU_SUBTYPE_SH7705 || \ 548 + CPU_SUBTYPE_SH7203 || \ 549 + CPU_SUBTYPE_SH7206 || \ 550 + CPU_SUBTYPE_SH7263 || \ 551 + CPU_SUBTYPE_MXG || \ 552 + CPU_SUBTYPE_SH7786 551 553 default "60000000" if CPU_SUBTYPE_SH7751 || CPU_SUBTYPE_SH7751R 552 554 default "66000000" if CPU_SUBTYPE_SH4_202 553 555 default "50000000"
+71 -16
arch/sh/configs/ap325rxa_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Fri Sep 25 11:22:50 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:10:59 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 64 62 # 65 63 CONFIG_TREE_RCU=y 66 64 # CONFIG_TREE_PREEMPT_RCU is not set 65 + # CONFIG_TINY_RCU is not set 67 66 # CONFIG_RCU_TRACE is not set 68 67 CONFIG_RCU_FANOUT=32 69 68 # CONFIG_RCU_FANOUT_EXACT is not set ··· 102 99 CONFIG_SHMEM=y 103 100 CONFIG_AIO=y 104 101 CONFIG_HAVE_PERF_EVENTS=y 102 + CONFIG_PERF_USE_VMALLOC=y 105 103 106 104 # 107 105 # Kernel Performance Events And Counters ··· 120 116 CONFIG_HAVE_KPROBES=y 121 117 CONFIG_HAVE_KRETPROBES=y 122 118 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 + CONFIG_HAVE_DMA_ATTRS=y 123 120 CONFIG_HAVE_CLK=y 124 121 CONFIG_HAVE_DMA_API_DEBUG=y 125 122 ··· 147 142 # IO Schedulers 148 143 # 149 144 CONFIG_IOSCHED_NOOP=y 150 - CONFIG_IOSCHED_AS=y 151 145 CONFIG_IOSCHED_DEADLINE=y 152 146 CONFIG_IOSCHED_CFQ=y 153 - # CONFIG_DEFAULT_AS is not set 154 147 # CONFIG_DEFAULT_DEADLINE is not set 155 148 CONFIG_DEFAULT_CFQ=y 156 149 # CONFIG_DEFAULT_NOOP is not set 157 150 CONFIG_DEFAULT_IOSCHED="cfq" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + # CONFIG_INLINE_SPIN_UNLOCK is not set 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + # CONFIG_INLINE_READ_UNLOCK is not set 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + # CONFIG_INLINE_WRITE_UNLOCK is not set 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 158 180 CONFIG_FREEZER=y 159 181 160 182 # ··· 237 205 CONFIG_MEMORY_START=0x08000000 238 206 CONFIG_MEMORY_SIZE=0x08000000 239 207 CONFIG_29BIT=y 208 + # CONFIG_PMB_ENABLE is not set 240 209 # CONFIG_X2TLB is not set 241 210 CONFIG_VSYSCALL=y 242 211 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 262 229 # CONFIG_PHYS_ADDR_T_64BIT is not set 263 230 CONFIG_ZONE_DMA_FLAG=0 264 231 CONFIG_NR_QUICK=2 265 - CONFIG_HAVE_MLOCK=y 266 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 267 232 # CONFIG_KSM is not set 268 233 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 269 234 ··· 293 262 # 294 263 CONFIG_SH_TIMER_TMU=y 295 264 # CONFIG_SH_TIMER_CMT is not set 296 - CONFIG_SH_PCLK_FREQ=33333333 297 265 CONFIG_SH_CLK_CPG=y 298 266 CONFIG_TICK_ONESHOT=y 299 267 # CONFIG_NO_HZ is not set ··· 448 418 # CONFIG_AF_RXRPC is not set 449 419 CONFIG_WIRELESS=y 450 420 # CONFIG_CFG80211 is not set 451 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 452 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 453 - # CONFIG_WIRELESS_EXT is not set 454 421 # CONFIG_LIB80211 is not set 455 422 456 423 # ··· 577 550 CONFIG_BLK_DEV=y 578 551 # CONFIG_BLK_DEV_COW_COMMON is not set 579 552 # CONFIG_BLK_DEV_LOOP is not set 553 + 554 + # 555 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 556 + # 580 557 # CONFIG_BLK_DEV_NBD is not set 581 558 CONFIG_BLK_DEV_RAM=y 582 559 CONFIG_BLK_DEV_RAM_COUNT=4 ··· 590 559 # CONFIG_ATA_OVER_ETH is not set 591 560 # CONFIG_BLK_DEV_HD is not set 592 561 CONFIG_MISC_DEVICES=y 562 + # CONFIG_AD525X_DPOT is not set 593 563 # CONFIG_ICS932S401 is not set 594 564 # CONFIG_ENCLOSURE_SERVICES is not set 595 565 # CONFIG_ISL29003 is not set 566 + # CONFIG_DS1682 is not set 567 + # CONFIG_TI_DAC7512 is not set 596 568 # CONFIG_C2PORT is not set 597 569 598 570 # ··· 606 572 # CONFIG_EEPROM_LEGACY is not set 607 573 # CONFIG_EEPROM_MAX6875 is not set 608 574 # CONFIG_EEPROM_93CX6 is not set 575 + # CONFIG_IWMC3200TOP is not set 609 576 CONFIG_HAVE_IDE=y 610 577 # CONFIG_IDE is not set 611 578 ··· 699 664 # CONFIG_B44 is not set 700 665 # CONFIG_KS8842 is not set 701 666 # CONFIG_KS8851 is not set 667 + # CONFIG_KS8851_MLL is not set 702 668 # CONFIG_NETDEV_1000 is not set 703 669 # CONFIG_NETDEV_10000 is not set 704 670 CONFIG_WLAN=y 705 - # CONFIG_WLAN_PRE80211 is not set 706 - # CONFIG_WLAN_80211 is not set 671 + # CONFIG_HOSTAP is not set 707 672 708 673 # 709 674 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 723 688 CONFIG_INPUT=y 724 689 # CONFIG_INPUT_FF_MEMLESS is not set 725 690 # CONFIG_INPUT_POLLDEV is not set 691 + # CONFIG_INPUT_SPARSEKMAP is not set 726 692 727 693 # 728 694 # Userland interfaces ··· 818 782 # 819 783 # Miscellaneous I2C Chip support 820 784 # 821 - # CONFIG_DS1682 is not set 822 785 # CONFIG_SENSORS_TSL2550 is not set 823 786 # CONFIG_I2C_DEBUG_CORE is not set 824 787 # CONFIG_I2C_DEBUG_ALGO is not set ··· 831 796 # 832 797 CONFIG_SPI_BITBANG=y 833 798 CONFIG_SPI_GPIO=y 799 + # CONFIG_SPI_SH_MSIOF is not set 834 800 # CONFIG_SPI_SH_SCI is not set 801 + # CONFIG_SPI_XILINX is not set 802 + # CONFIG_SPI_DESIGNWARE is not set 835 803 836 804 # 837 805 # SPI Protocol Masters ··· 892 854 # 893 855 # CONFIG_MFD_CORE is not set 894 856 # CONFIG_MFD_SM501 is not set 857 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 895 858 # CONFIG_HTC_PASIC3 is not set 896 859 # CONFIG_TPS65010 is not set 897 860 # CONFIG_TWL4030_CORE is not set 898 861 # CONFIG_MFD_TMIO is not set 899 862 # CONFIG_PMIC_DA903X is not set 863 + # CONFIG_PMIC_ADP5520 is not set 900 864 # CONFIG_MFD_WM8400 is not set 901 865 # CONFIG_MFD_WM831X is not set 902 866 # CONFIG_MFD_WM8350_I2C is not set ··· 906 866 # CONFIG_MFD_MC13783 is not set 907 867 # CONFIG_AB3100_CORE is not set 908 868 # CONFIG_EZX_PCAP is not set 869 + # CONFIG_MFD_88PM8607 is not set 870 + # CONFIG_AB4500_CORE is not set 909 871 # CONFIG_REGULATOR is not set 910 872 CONFIG_MEDIA_SUPPORT=y 911 873 ··· 924 882 # 925 883 # Multimedia drivers 926 884 # 885 + CONFIG_IR_CORE=y 886 + CONFIG_VIDEO_IR=y 927 887 # CONFIG_MEDIA_ATTACH is not set 928 888 CONFIG_MEDIA_TUNER=y 929 889 # CONFIG_MEDIA_TUNER_CUSTOMISE is not set ··· 945 901 # CONFIG_VIDEO_ADV_DEBUG is not set 946 902 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set 947 903 CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 904 + CONFIG_VIDEO_IR_I2C=y 948 905 # CONFIG_VIDEO_VIVI is not set 949 906 # CONFIG_VIDEO_SAA5246A is not set 950 907 # CONFIG_VIDEO_SAA5249 is not set ··· 953 908 # CONFIG_SOC_CAMERA_MT9M001 is not set 954 909 # CONFIG_SOC_CAMERA_MT9M111 is not set 955 910 # CONFIG_SOC_CAMERA_MT9T031 is not set 911 + # CONFIG_SOC_CAMERA_MT9T112 is not set 956 912 # CONFIG_SOC_CAMERA_MT9V022 is not set 913 + # CONFIG_SOC_CAMERA_RJ54N1 is not set 957 914 # CONFIG_SOC_CAMERA_TW9910 is not set 958 915 CONFIG_SOC_CAMERA_PLATFORM=y 959 916 CONFIG_SOC_CAMERA_OV772X=y 917 + # CONFIG_SOC_CAMERA_OV9640 is not set 960 918 CONFIG_VIDEO_SH_MOBILE_CEU=y 961 919 # CONFIG_RADIO_ADAPTERS is not set 962 920 # CONFIG_DAB is not set ··· 1044 996 # CONFIG_MMC_AT91 is not set 1045 997 # CONFIG_MMC_ATMELMCI is not set 1046 998 CONFIG_MMC_SPI=y 999 + # CONFIG_MMC_TMIO is not set 1047 1000 # CONFIG_MEMSTICK is not set 1048 1001 # CONFIG_NEW_LEDS is not set 1049 1002 # CONFIG_ACCESSIBILITY is not set ··· 1076 1027 CONFIG_RTC_DRV_PCF8563=y 1077 1028 # CONFIG_RTC_DRV_PCF8583 is not set 1078 1029 # CONFIG_RTC_DRV_M41T80 is not set 1030 + # CONFIG_RTC_DRV_BQ32K is not set 1079 1031 # CONFIG_RTC_DRV_S35390A is not set 1080 1032 # CONFIG_RTC_DRV_FM3130 is not set 1081 1033 # CONFIG_RTC_DRV_RX8581 is not set ··· 1105 1055 # CONFIG_RTC_DRV_M48T86 is not set 1106 1056 # CONFIG_RTC_DRV_M48T35 is not set 1107 1057 # CONFIG_RTC_DRV_M48T59 is not set 1058 + # CONFIG_RTC_DRV_MSM6242 is not set 1108 1059 # CONFIG_RTC_DRV_BQ4802 is not set 1060 + # CONFIG_RTC_DRV_RP5C01 is not set 1109 1061 # CONFIG_RTC_DRV_V3020 is not set 1110 1062 1111 1063 # ··· 1300 1248 # CONFIG_DEBUG_FS is not set 1301 1249 # CONFIG_HEADERS_CHECK is not set 1302 1250 # CONFIG_DEBUG_KERNEL is not set 1303 - # CONFIG_DEBUG_BUGVERBOSE is not set 1251 + CONFIG_DEBUG_BUGVERBOSE=y 1304 1252 # CONFIG_DEBUG_MEMORY_INIT is not set 1305 1253 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1306 1254 # CONFIG_LATENCYTOP is not set ··· 1317 1265 # CONFIG_SAMPLES is not set 1318 1266 CONFIG_HAVE_ARCH_KGDB=y 1319 1267 # CONFIG_SH_STANDARD_BIOS is not set 1320 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1321 1268 # CONFIG_DWARF_UNWINDER is not set 1322 1269 1323 1270 # ··· 1325 1274 # CONFIG_KEYS is not set 1326 1275 # CONFIG_SECURITY is not set 1327 1276 # CONFIG_SECURITYFS is not set 1328 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1277 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1278 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1279 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1280 + CONFIG_DEFAULT_SECURITY_DAC=y 1281 + CONFIG_DEFAULT_SECURITY="" 1329 1282 CONFIG_CRYPTO=y 1330 1283 1331 1284 #
+124 -44
arch/sh/configs/cayman_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.30 4 - # Thu Jun 18 12:21:54 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:14:50 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 # CONFIG_SUPERH32 is not set ··· 14 14 CONFIG_GENERIC_HARDIRQS=y 15 15 CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y 16 16 CONFIG_GENERIC_IRQ_PROBE=y 17 + CONFIG_IRQ_PER_CPU=y 17 18 # CONFIG_GENERIC_GPIO is not set 18 19 CONFIG_GENERIC_TIME=y 19 20 CONFIG_GENERIC_CLOCKEVENTS=y 20 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 21 22 # CONFIG_ARCH_HIBERNATION_POSSIBLE is not set 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 22 24 CONFIG_SYS_SUPPORTS_PCI=y 23 25 CONFIG_SYS_SUPPORTS_TMU=y 24 26 CONFIG_STACKTRACE_SUPPORT=y ··· 30 28 # CONFIG_ARCH_HAS_ILOG2_U64 is not set 31 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 + CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 + CONFIG_CONSTRUCTORS=y 34 35 35 36 # 36 37 # General setup ··· 44 39 CONFIG_INIT_ENV_ARG_LIMIT=32 45 40 CONFIG_LOCALVERSION="" 46 41 CONFIG_LOCALVERSION_AUTO=y 42 + CONFIG_HAVE_KERNEL_GZIP=y 43 + CONFIG_HAVE_KERNEL_BZIP2=y 44 + CONFIG_HAVE_KERNEL_LZMA=y 45 + CONFIG_KERNEL_GZIP=y 46 + # CONFIG_KERNEL_BZIP2 is not set 47 + # CONFIG_KERNEL_LZMA is not set 47 48 CONFIG_SWAP=y 48 49 # CONFIG_SYSVIPC is not set 49 50 CONFIG_POSIX_MQUEUE=y ··· 61 50 # 62 51 # RCU Subsystem 63 52 # 64 - CONFIG_CLASSIC_RCU=y 65 - # CONFIG_TREE_RCU is not set 66 - # CONFIG_PREEMPT_RCU is not set 53 + CONFIG_TREE_RCU=y 54 + # CONFIG_TREE_PREEMPT_RCU is not set 55 + # CONFIG_TINY_RCU is not set 56 + # CONFIG_RCU_TRACE is not set 57 + CONFIG_RCU_FANOUT=32 58 + # CONFIG_RCU_FANOUT_EXACT is not set 67 59 # CONFIG_TREE_RCU_TRACE is not set 68 - # CONFIG_PREEMPT_RCU_TRACE is not set 69 60 # CONFIG_IKCONFIG is not set 70 61 CONFIG_LOG_BUF_SHIFT=14 71 62 # CONFIG_GROUP_SCHED is not set ··· 98 85 CONFIG_EVENTFD=y 99 86 CONFIG_SHMEM=y 100 87 CONFIG_AIO=y 88 + CONFIG_HAVE_PERF_EVENTS=y 89 + CONFIG_PERF_USE_VMALLOC=y 101 90 102 91 # 103 - # Performance Counters 92 + # Kernel Performance Events And Counters 104 93 # 94 + # CONFIG_PERF_EVENTS is not set 95 + # CONFIG_PERF_COUNTERS is not set 105 96 CONFIG_VM_EVENT_COUNTERS=y 106 97 CONFIG_PCI_QUIRKS=y 107 - # CONFIG_STRIP_ASM_SYMS is not set 108 98 CONFIG_COMPAT_BRK=y 109 99 CONFIG_SLAB=y 110 100 # CONFIG_SLUB is not set 111 101 # CONFIG_SLOB is not set 112 102 # CONFIG_PROFILING is not set 113 - # CONFIG_MARKERS is not set 114 103 CONFIG_HAVE_OPROFILE=y 115 104 CONFIG_HAVE_IOREMAP_PROT=y 116 105 CONFIG_HAVE_ARCH_TRACEHOOK=y 106 + CONFIG_HAVE_DMA_ATTRS=y 117 107 CONFIG_HAVE_CLK=y 118 108 CONFIG_HAVE_DMA_API_DEBUG=y 109 + 110 + # 111 + # GCOV-based kernel profiling 112 + # 113 + # CONFIG_GCOV_KERNEL is not set 119 114 # CONFIG_SLOW_WORK is not set 120 115 CONFIG_HAVE_GENERIC_DMA_COHERENT=y 121 116 CONFIG_SLABINFO=y ··· 136 115 # CONFIG_MODVERSIONS is not set 137 116 # CONFIG_MODULE_SRCVERSION_ALL is not set 138 117 CONFIG_BLOCK=y 139 - # CONFIG_LBD is not set 118 + CONFIG_LBDAF=y 140 119 # CONFIG_BLK_DEV_BSG is not set 141 120 # CONFIG_BLK_DEV_INTEGRITY is not set 142 121 ··· 144 123 # IO Schedulers 145 124 # 146 125 CONFIG_IOSCHED_NOOP=y 147 - CONFIG_IOSCHED_AS=y 148 126 CONFIG_IOSCHED_DEADLINE=y 149 127 CONFIG_IOSCHED_CFQ=y 150 - # CONFIG_DEFAULT_AS is not set 151 128 # CONFIG_DEFAULT_DEADLINE is not set 152 129 CONFIG_DEFAULT_CFQ=y 153 130 # CONFIG_DEFAULT_NOOP is not set 154 131 CONFIG_DEFAULT_IOSCHED="cfq" 132 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 133 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 134 + # CONFIG_INLINE_SPIN_LOCK is not set 135 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 136 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 137 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 138 + # CONFIG_INLINE_SPIN_UNLOCK is not set 139 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 140 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 141 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 142 + # CONFIG_INLINE_READ_TRYLOCK is not set 143 + # CONFIG_INLINE_READ_LOCK is not set 144 + # CONFIG_INLINE_READ_LOCK_BH is not set 145 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 146 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 147 + # CONFIG_INLINE_READ_UNLOCK is not set 148 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 149 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 150 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 151 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 152 + # CONFIG_INLINE_WRITE_LOCK is not set 153 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 154 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 155 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 156 + # CONFIG_INLINE_WRITE_UNLOCK is not set 157 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 158 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 159 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 160 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 155 161 # CONFIG_FREEZER is not set 156 162 157 163 # ··· 226 178 # CONFIG_PHYS_ADDR_T_64BIT is not set 227 179 CONFIG_ZONE_DMA_FLAG=0 228 180 CONFIG_NR_QUICK=2 229 - CONFIG_HAVE_MLOCK=y 230 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 181 + # CONFIG_KSM is not set 231 182 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 232 183 233 184 # ··· 302 255 CONFIG_ZERO_PAGE_OFFSET=0x00001000 303 256 CONFIG_BOOT_LINK_OFFSET=0x00400000 304 257 CONFIG_ENTRY_OFFSET=0x00001000 305 - # CONFIG_CMDLINE_BOOL is not set 258 + # CONFIG_CMDLINE_OVERWRITE is not set 259 + # CONFIG_CMDLINE_EXTEND is not set 306 260 307 261 # 308 262 # Bus options 309 263 # 310 264 CONFIG_PCI=y 311 - CONFIG_SH_PCIDMA_NONCOHERENT=y 312 265 # CONFIG_PCIEPORTBUS is not set 313 266 # CONFIG_ARCH_SUPPORTS_MSI is not set 314 267 CONFIG_PCI_LEGACY=y ··· 377 330 # CONFIG_NETFILTER is not set 378 331 # CONFIG_IP_DCCP is not set 379 332 # CONFIG_IP_SCTP is not set 333 + # CONFIG_RDS is not set 380 334 # CONFIG_TIPC is not set 381 335 # CONFIG_ATM is not set 382 336 # CONFIG_BRIDGE is not set ··· 407 359 # CONFIG_AF_RXRPC is not set 408 360 CONFIG_WIRELESS=y 409 361 # CONFIG_CFG80211 is not set 410 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 411 - # CONFIG_WIRELESS_EXT is not set 412 362 # CONFIG_LIB80211 is not set 413 363 414 364 # 415 365 # CFG80211 needs to be enabled for MAC80211 416 366 # 417 - CONFIG_MAC80211_DEFAULT_PS_VALUE=0 418 367 # CONFIG_WIMAX is not set 419 368 # CONFIG_RFKILL is not set 420 369 # CONFIG_NET_9P is not set ··· 424 379 # Generic Driver Options 425 380 # 426 381 CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" 382 + # CONFIG_DEVTMPFS is not set 427 383 CONFIG_STANDALONE=y 428 384 CONFIG_PREVENT_FIRMWARE_BUILD=y 429 385 # CONFIG_FW_LOADER is not set ··· 441 395 # CONFIG_BLK_DEV_COW_COMMON is not set 442 396 CONFIG_BLK_DEV_LOOP=y 443 397 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 398 + 399 + # 400 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 401 + # 444 402 # CONFIG_BLK_DEV_NBD is not set 445 403 # CONFIG_BLK_DEV_SX8 is not set 446 404 CONFIG_BLK_DEV_RAM=y ··· 455 405 # CONFIG_ATA_OVER_ETH is not set 456 406 # CONFIG_BLK_DEV_HD is not set 457 407 CONFIG_MISC_DEVICES=y 408 + # CONFIG_AD525X_DPOT is not set 458 409 # CONFIG_PHANTOM is not set 459 410 # CONFIG_SGI_IOC4 is not set 460 411 # CONFIG_TIFM_CORE is not set ··· 463 412 # CONFIG_ENCLOSURE_SERVICES is not set 464 413 # CONFIG_HP_ILO is not set 465 414 # CONFIG_ISL29003 is not set 415 + # CONFIG_DS1682 is not set 466 416 # CONFIG_C2PORT is not set 467 417 468 418 # ··· 514 462 # CONFIG_ISCSI_TCP is not set 515 463 # CONFIG_SCSI_CXGB3_ISCSI is not set 516 464 # CONFIG_SCSI_BNX2_ISCSI is not set 465 + # CONFIG_BE2ISCSI is not set 517 466 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 467 + # CONFIG_SCSI_HPSA is not set 518 468 # CONFIG_SCSI_3W_9XXX is not set 469 + # CONFIG_SCSI_3W_SAS is not set 519 470 # CONFIG_SCSI_ACARD is not set 520 471 # CONFIG_SCSI_AACRAID is not set 521 472 # CONFIG_SCSI_AIC7XXX is not set ··· 550 495 # CONFIG_SCSI_DC390T is not set 551 496 # CONFIG_SCSI_NSP32 is not set 552 497 # CONFIG_SCSI_DEBUG is not set 498 + # CONFIG_SCSI_PMCRAID is not set 499 + # CONFIG_SCSI_PM8001 is not set 553 500 # CONFIG_SCSI_SRP is not set 501 + # CONFIG_SCSI_BFA_FC is not set 554 502 # CONFIG_SCSI_DH is not set 555 503 # CONFIG_SCSI_OSD_INITIATOR is not set 556 504 # CONFIG_ATA is not set ··· 565 507 # 566 508 567 509 # 568 - # Enable only one of the two stacks, unless you know what you are doing 510 + # You can enable one or both FireWire driver stacks. 511 + # 512 + 513 + # 514 + # See the help texts for more information. 569 515 # 570 516 # CONFIG_FIREWIRE is not set 571 517 # CONFIG_IEEE1394 is not set ··· 608 546 # CONFIG_NET_PCI is not set 609 547 # CONFIG_B44 is not set 610 548 # CONFIG_KS8842 is not set 549 + # CONFIG_KS8851_MLL is not set 611 550 # CONFIG_ATL2 is not set 612 551 CONFIG_NETDEV_1000=y 613 552 # CONFIG_ACENIC is not set ··· 628 565 # CONFIG_VIA_VELOCITY is not set 629 566 # CONFIG_TIGON3 is not set 630 567 # CONFIG_BNX2 is not set 568 + # CONFIG_CNIC is not set 631 569 # CONFIG_QLA3XXX is not set 632 570 # CONFIG_ATL1 is not set 633 571 # CONFIG_ATL1E is not set ··· 654 590 # CONFIG_SFC is not set 655 591 # CONFIG_BE2NET is not set 656 592 # CONFIG_TR is not set 657 - 658 - # 659 - # Wireless LAN 660 - # 661 - # CONFIG_WLAN_PRE80211 is not set 662 - # CONFIG_WLAN_80211 is not set 593 + CONFIG_WLAN=y 594 + # CONFIG_ATMEL is not set 595 + # CONFIG_PRISM54 is not set 596 + # CONFIG_HOSTAP is not set 663 597 664 598 # 665 599 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 671 609 # CONFIG_NETCONSOLE is not set 672 610 # CONFIG_NETPOLL is not set 673 611 # CONFIG_NET_POLL_CONTROLLER is not set 612 + # CONFIG_VMXNET3 is not set 674 613 # CONFIG_ISDN is not set 675 614 # CONFIG_PHONE is not set 676 615 ··· 681 618 CONFIG_INPUT=y 682 619 # CONFIG_INPUT_FF_MEMLESS is not set 683 620 # CONFIG_INPUT_POLLDEV is not set 621 + # CONFIG_INPUT_SPARSEKMAP is not set 684 622 685 623 # 686 624 # Userland interfaces ··· 746 682 CONFIG_DEVPORT=y 747 683 CONFIG_I2C=m 748 684 CONFIG_I2C_BOARDINFO=y 685 + CONFIG_I2C_COMPAT=y 749 686 # CONFIG_I2C_CHARDEV is not set 750 687 CONFIG_I2C_HELPER_AUTO=y 751 688 ··· 775 710 # 776 711 # I2C system bus drivers (mostly embedded / system-on-chip) 777 712 # 713 + # CONFIG_I2C_DESIGNWARE is not set 778 714 # CONFIG_I2C_OCORES is not set 779 715 # CONFIG_I2C_SH_MOBILE is not set 780 716 # CONFIG_I2C_SIMTEC is not set ··· 787 721 # CONFIG_I2C_TAOS_EVM is not set 788 722 789 723 # 790 - # Graphics adapter I2C/DDC channel drivers 791 - # 792 - # CONFIG_I2C_VOODOO3 is not set 793 - 794 - # 795 724 # Other I2C/SMBus bus drivers 796 725 # 797 726 # CONFIG_I2C_PCA_PLATFORM is not set ··· 795 734 # 796 735 # Miscellaneous I2C Chip support 797 736 # 798 - # CONFIG_DS1682 is not set 799 - # CONFIG_SENSORS_PCF8574 is not set 800 - # CONFIG_PCF8575 is not set 801 - # CONFIG_SENSORS_PCA9539 is not set 802 737 # CONFIG_SENSORS_TSL2550 is not set 803 738 # CONFIG_I2C_DEBUG_CORE is not set 804 739 # CONFIG_I2C_DEBUG_ALGO is not set 805 740 # CONFIG_I2C_DEBUG_BUS is not set 806 741 # CONFIG_I2C_DEBUG_CHIP is not set 807 742 # CONFIG_SPI is not set 743 + 744 + # 745 + # PPS support 746 + # 747 + # CONFIG_PPS is not set 808 748 # CONFIG_W1 is not set 809 749 # CONFIG_POWER_SUPPLY is not set 810 750 CONFIG_HWMON=y 811 751 # CONFIG_HWMON_VID is not set 752 + # CONFIG_HWMON_DEBUG_CHIP is not set 753 + 754 + # 755 + # Native drivers 756 + # 812 757 # CONFIG_SENSORS_AD7414 is not set 813 758 # CONFIG_SENSORS_AD7418 is not set 814 759 # CONFIG_SENSORS_ADM1021 is not set ··· 838 771 # CONFIG_SENSORS_GL520SM is not set 839 772 # CONFIG_SENSORS_IT87 is not set 840 773 # CONFIG_SENSORS_LM63 is not set 774 + # CONFIG_SENSORS_LM73 is not set 841 775 # CONFIG_SENSORS_LM75 is not set 842 776 # CONFIG_SENSORS_LM77 is not set 843 777 # CONFIG_SENSORS_LM78 is not set ··· 865 797 # CONFIG_SENSORS_ADS7828 is not set 866 798 # CONFIG_SENSORS_THMC50 is not set 867 799 # CONFIG_SENSORS_TMP401 is not set 800 + # CONFIG_SENSORS_TMP421 is not set 868 801 # CONFIG_SENSORS_VIA686A is not set 869 802 # CONFIG_SENSORS_VT1211 is not set 870 803 # CONFIG_SENSORS_VT8231 is not set ··· 877 808 # CONFIG_SENSORS_W83L786NG is not set 878 809 # CONFIG_SENSORS_W83627HF is not set 879 810 # CONFIG_SENSORS_W83627EHF is not set 880 - # CONFIG_HWMON_DEBUG_CHIP is not set 811 + # CONFIG_SENSORS_LIS3_I2C is not set 881 812 # CONFIG_THERMAL is not set 882 - # CONFIG_THERMAL_HWMON is not set 883 813 CONFIG_WATCHDOG=y 884 814 # CONFIG_WATCHDOG_NOWAYOUT is not set 885 815 ··· 905 837 # 906 838 # CONFIG_MFD_CORE is not set 907 839 # CONFIG_MFD_SM501 is not set 840 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 908 841 # CONFIG_HTC_PASIC3 is not set 909 842 # CONFIG_MFD_TMIO is not set 910 843 # CONFIG_MFD_WM8400 is not set 911 844 # CONFIG_MFD_WM8350_I2C is not set 912 845 # CONFIG_MFD_PCF50633 is not set 846 + # CONFIG_AB3100_CORE is not set 913 847 # CONFIG_REGULATOR is not set 914 848 # CONFIG_MEDIA_SUPPORT is not set 915 849 916 850 # 917 851 # Graphics support 918 852 # 853 + CONFIG_VGA_ARB=y 919 854 # CONFIG_DRM is not set 920 855 # CONFIG_VGASTATE is not set 921 856 CONFIG_VIDEO_OUTPUT_CONTROL=y ··· 1010 939 # CONFIG_SOUND is not set 1011 940 CONFIG_HID_SUPPORT=y 1012 941 CONFIG_HID=y 1013 - # CONFIG_HID_DEBUG is not set 1014 942 # CONFIG_HIDRAW is not set 1015 943 # CONFIG_HID_PID is not set 1016 944 ··· 1072 1002 # CONFIG_JFS_FS is not set 1073 1003 # CONFIG_FS_POSIX_ACL is not set 1074 1004 # CONFIG_XFS_FS is not set 1005 + # CONFIG_GFS2_FS is not set 1075 1006 # CONFIG_OCFS2_FS is not set 1076 1007 # CONFIG_BTRFS_FS is not set 1008 + # CONFIG_NILFS2_FS is not set 1077 1009 CONFIG_FILE_LOCKING=y 1078 1010 CONFIG_FSNOTIFY=y 1079 1011 CONFIG_DNOTIFY=y ··· 1139 1067 CONFIG_ROMFS_ON_BLOCK=y 1140 1068 # CONFIG_SYSV_FS is not set 1141 1069 # CONFIG_UFS_FS is not set 1142 - # CONFIG_NILFS2_FS is not set 1143 1070 CONFIG_NETWORK_FILESYSTEMS=y 1144 1071 CONFIG_NFS_FS=y 1145 1072 CONFIG_NFS_V3=y ··· 1191 1120 CONFIG_ENABLE_MUST_CHECK=y 1192 1121 CONFIG_FRAME_WARN=1024 1193 1122 CONFIG_MAGIC_SYSRQ=y 1123 + # CONFIG_STRIP_ASM_SYMS is not set 1194 1124 # CONFIG_UNUSED_SYMBOLS is not set 1195 1125 CONFIG_DEBUG_FS=y 1196 1126 # CONFIG_HEADERS_CHECK is not set ··· 1227 1155 # CONFIG_DEBUG_LIST is not set 1228 1156 # CONFIG_DEBUG_SG is not set 1229 1157 # CONFIG_DEBUG_NOTIFIERS is not set 1158 + # CONFIG_DEBUG_CREDENTIALS is not set 1230 1159 CONFIG_FRAME_POINTER=y 1231 1160 # CONFIG_RCU_TORTURE_TEST is not set 1232 1161 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1233 1162 # CONFIG_BACKTRACE_SELF_TEST is not set 1234 1163 # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set 1164 + # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1235 1165 # CONFIG_FAULT_INJECTION is not set 1236 1166 # CONFIG_LATENCYTOP is not set 1237 1167 # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1238 1168 # CONFIG_PAGE_POISONING is not set 1169 + CONFIG_HAVE_SYSCALL_TRACEPOINTS=y 1239 1170 CONFIG_TRACING_SUPPORT=y 1240 1171 CONFIG_FTRACE=y 1241 1172 # CONFIG_IRQSOFF_TRACER is not set 1242 1173 # CONFIG_PREEMPT_TRACER is not set 1243 1174 # CONFIG_SCHED_TRACER is not set 1244 1175 # CONFIG_ENABLE_DEFAULT_TRACERS is not set 1176 + # CONFIG_FTRACE_SYSCALLS is not set 1245 1177 # CONFIG_BOOT_TRACER is not set 1246 1178 CONFIG_BRANCH_PROFILE_NONE=y 1247 1179 # CONFIG_PROFILE_ANNOTATED_BRANCHES is not set ··· 1256 1180 # CONFIG_DYNAMIC_DEBUG is not set 1257 1181 # CONFIG_DMA_API_DEBUG is not set 1258 1182 # CONFIG_SAMPLES is not set 1259 - # CONFIG_KMEMCHECK is not set 1260 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1261 - # CONFIG_DEBUG_BOOTMEM is not set 1262 1183 # CONFIG_DEBUG_STACK_USAGE is not set 1263 1184 # CONFIG_4KSTACKS is not set 1185 + # CONFIG_DWARF_UNWINDER is not set 1264 1186 # CONFIG_SH_NO_BSS_INIT is not set 1265 1187 CONFIG_SH64_SR_WATCH=y 1266 1188 ··· 1268 1194 # CONFIG_KEYS is not set 1269 1195 # CONFIG_SECURITY is not set 1270 1196 # CONFIG_SECURITYFS is not set 1271 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1197 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1198 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1199 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1200 + CONFIG_DEFAULT_SECURITY_DAC=y 1201 + CONFIG_DEFAULT_SECURITY="" 1272 1202 CONFIG_CRYPTO=y 1273 1203 1274 1204 # 1275 1205 # Crypto core or helper 1276 1206 # 1277 - # CONFIG_CRYPTO_FIPS is not set 1278 1207 # CONFIG_CRYPTO_MANAGER is not set 1279 1208 # CONFIG_CRYPTO_MANAGER2 is not set 1280 1209 # CONFIG_CRYPTO_GF128MUL is not set ··· 1309 1232 # 1310 1233 # CONFIG_CRYPTO_HMAC is not set 1311 1234 # CONFIG_CRYPTO_XCBC is not set 1235 + # CONFIG_CRYPTO_VMAC is not set 1312 1236 1313 1237 # 1314 1238 # Digest 1315 1239 # 1316 1240 # CONFIG_CRYPTO_CRC32C is not set 1241 + # CONFIG_CRYPTO_GHASH is not set 1317 1242 # CONFIG_CRYPTO_MD4 is not set 1318 1243 # CONFIG_CRYPTO_MD5 is not set 1319 1244 # CONFIG_CRYPTO_MICHAEL_MIC is not set ··· 1378 1299 CONFIG_HAS_IOMEM=y 1379 1300 CONFIG_HAS_IOPORT=y 1380 1301 CONFIG_HAS_DMA=y 1302 + CONFIG_HAVE_LMB=y 1381 1303 CONFIG_NLATTR=y 1382 1304 CONFIG_GENERIC_ATOMIC64=y
+59 -19
arch/sh/configs/dreamcast_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:56:07 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:17:35 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 21 21 CONFIG_GENERIC_CMOS_UPDATE=y 22 22 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 23 23 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 24 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 24 25 CONFIG_SYS_SUPPORTS_PCI=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y 26 27 CONFIG_STACKTRACE_SUPPORT=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 65 63 # 66 64 CONFIG_TREE_RCU=y 67 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 68 67 # CONFIG_RCU_TRACE is not set 69 68 CONFIG_RCU_FANOUT=32 70 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 100 97 CONFIG_SHMEM=y 101 98 CONFIG_AIO=y 102 99 CONFIG_HAVE_PERF_EVENTS=y 100 + CONFIG_PERF_USE_VMALLOC=y 103 101 104 102 # 105 103 # Kernel Performance Events And Counters ··· 121 117 CONFIG_HAVE_KPROBES=y 122 118 CONFIG_HAVE_KRETPROBES=y 123 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 120 + CONFIG_HAVE_DMA_ATTRS=y 124 121 CONFIG_HAVE_CLK=y 125 122 CONFIG_HAVE_DMA_API_DEBUG=y 126 123 ··· 148 143 # IO Schedulers 149 144 # 150 145 CONFIG_IOSCHED_NOOP=y 151 - CONFIG_IOSCHED_AS=y 152 146 CONFIG_IOSCHED_DEADLINE=y 153 147 CONFIG_IOSCHED_CFQ=y 154 - CONFIG_DEFAULT_AS=y 155 148 # CONFIG_DEFAULT_DEADLINE is not set 156 - # CONFIG_DEFAULT_CFQ is not set 149 + CONFIG_DEFAULT_CFQ=y 157 150 # CONFIG_DEFAULT_NOOP is not set 158 - CONFIG_DEFAULT_IOSCHED="anticipatory" 151 + CONFIG_DEFAULT_IOSCHED="cfq" 152 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 153 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK is not set 155 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 157 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 158 + # CONFIG_INLINE_SPIN_UNLOCK is not set 159 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 161 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 162 + # CONFIG_INLINE_READ_TRYLOCK is not set 163 + # CONFIG_INLINE_READ_LOCK is not set 164 + # CONFIG_INLINE_READ_LOCK_BH is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 166 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 167 + # CONFIG_INLINE_READ_UNLOCK is not set 168 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 169 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 170 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 171 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK is not set 173 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 175 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 176 + # CONFIG_INLINE_WRITE_UNLOCK is not set 177 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 179 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 159 181 # CONFIG_FREEZER is not set 160 182 161 183 # ··· 264 232 # CONFIG_PHYS_ADDR_T_64BIT is not set 265 233 CONFIG_ZONE_DMA_FLAG=0 266 234 CONFIG_NR_QUICK=2 267 - CONFIG_HAVE_MLOCK=y 268 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 269 235 # CONFIG_KSM is not set 270 236 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 271 237 ··· 324 294 # 325 295 # DMA support 326 296 # 327 - CONFIG_SH_DMA_API=y 328 297 CONFIG_SH_DMA=y 329 298 CONFIG_SH_DMA_IRQ_MULTI=y 299 + CONFIG_SH_DMA_API=y 330 300 CONFIG_NR_ONCHIP_DMA_CHANNELS=4 331 301 CONFIG_NR_DMA_CHANNELS_BOOL=y 332 302 CONFIG_NR_DMA_CHANNELS=9 ··· 368 338 CONFIG_ZERO_PAGE_OFFSET=0x00001000 369 339 CONFIG_BOOT_LINK_OFFSET=0x00800000 370 340 CONFIG_ENTRY_OFFSET=0x00001000 371 - # CONFIG_UBC_WAKEUP is not set 372 341 CONFIG_CMDLINE_OVERWRITE=y 373 342 # CONFIG_CMDLINE_EXTEND is not set 374 343 CONFIG_CMDLINE="console=ttySC1,115200 panic=3" ··· 377 348 # 378 349 CONFIG_MAPLE=y 379 350 CONFIG_PCI=y 380 - CONFIG_SH_PCIDMA_NONCOHERENT=y 381 351 # CONFIG_PCIEPORTBUS is not set 382 352 # CONFIG_ARCH_SUPPORTS_MSI is not set 383 353 CONFIG_PCI_LEGACY=y ··· 471 443 # CONFIG_AF_RXRPC is not set 472 444 CONFIG_WIRELESS=y 473 445 # CONFIG_CFG80211 is not set 474 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 475 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 476 - # CONFIG_WIRELESS_EXT is not set 477 446 # CONFIG_LIB80211 is not set 478 447 479 448 # ··· 503 478 # CONFIG_BLK_DEV_UMEM is not set 504 479 # CONFIG_BLK_DEV_COW_COMMON is not set 505 480 # CONFIG_BLK_DEV_LOOP is not set 481 + 482 + # 483 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 484 + # 506 485 # CONFIG_BLK_DEV_NBD is not set 507 486 # CONFIG_BLK_DEV_SX8 is not set 508 487 # CONFIG_BLK_DEV_RAM is not set ··· 608 579 # CONFIG_SUNDANCE is not set 609 580 # CONFIG_TLAN is not set 610 581 # CONFIG_KS8842 is not set 582 + # CONFIG_KS8851_MLL is not set 611 583 # CONFIG_VIA_RHINE is not set 612 584 # CONFIG_SC92031 is not set 613 585 # CONFIG_ATL2 is not set ··· 616 586 # CONFIG_NETDEV_10000 is not set 617 587 # CONFIG_TR is not set 618 588 CONFIG_WLAN=y 619 - # CONFIG_WLAN_PRE80211 is not set 620 - # CONFIG_WLAN_80211 is not set 589 + # CONFIG_ATMEL is not set 590 + # CONFIG_PRISM54 is not set 591 + # CONFIG_HOSTAP is not set 621 592 622 593 # 623 594 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 631 600 # CONFIG_NETCONSOLE is not set 632 601 # CONFIG_NETPOLL is not set 633 602 # CONFIG_NET_POLL_CONTROLLER is not set 603 + # CONFIG_VMXNET3 is not set 634 604 # CONFIG_ISDN is not set 635 605 # CONFIG_PHONE is not set 636 606 ··· 641 609 CONFIG_INPUT=y 642 610 # CONFIG_INPUT_FF_MEMLESS is not set 643 611 # CONFIG_INPUT_POLLDEV is not set 612 + # CONFIG_INPUT_SPARSEKMAP is not set 644 613 645 614 # 646 615 # Userland interfaces ··· 688 655 # CONFIG_SERIO_PCIPS2 is not set 689 656 CONFIG_SERIO_LIBPS2=y 690 657 # CONFIG_SERIO_RAW is not set 658 + # CONFIG_SERIO_ALTERA_PS2 is not set 691 659 # CONFIG_GAMEPORT is not set 692 660 693 661 # ··· 768 734 # 769 735 # CONFIG_MFD_CORE is not set 770 736 # CONFIG_MFD_SM501 is not set 737 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 771 738 # CONFIG_HTC_PASIC3 is not set 772 739 # CONFIG_MFD_TMIO is not set 773 740 # CONFIG_REGULATOR is not set ··· 918 883 # CONFIG_EXT2_FS is not set 919 884 # CONFIG_EXT3_FS is not set 920 885 # CONFIG_EXT4_FS is not set 886 + CONFIG_EXT4_USE_FOR_EXT23=y 921 887 # CONFIG_REISERFS_FS is not set 922 888 # CONFIG_JFS_FS is not set 923 889 # CONFIG_FS_POSIX_ACL is not set ··· 1017 981 # CONFIG_DEBUG_FS is not set 1018 982 # CONFIG_HEADERS_CHECK is not set 1019 983 # CONFIG_DEBUG_KERNEL is not set 1020 - # CONFIG_DEBUG_BUGVERBOSE is not set 984 + CONFIG_DEBUG_BUGVERBOSE=y 1021 985 # CONFIG_DEBUG_MEMORY_INIT is not set 1022 986 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1023 987 # CONFIG_LATENCYTOP is not set 988 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1024 989 CONFIG_HAVE_FUNCTION_TRACER=y 1025 990 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1026 991 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 1034 997 # CONFIG_SAMPLES is not set 1035 998 CONFIG_HAVE_ARCH_KGDB=y 1036 999 # CONFIG_SH_STANDARD_BIOS is not set 1037 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1038 1000 # CONFIG_DWARF_UNWINDER is not set 1039 1001 1040 1002 # ··· 1042 1006 # CONFIG_KEYS is not set 1043 1007 # CONFIG_SECURITY is not set 1044 1008 # CONFIG_SECURITYFS is not set 1045 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1009 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1010 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1011 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1012 + CONFIG_DEFAULT_SECURITY_DAC=y 1013 + CONFIG_DEFAULT_SECURITY="" 1046 1014 CONFIG_CRYPTO=y 1047 1015 1048 1016 #
+62 -14
arch/sh/configs/ecovec24-romimage_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:56:41 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:18:17 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 63 61 # 64 62 CONFIG_TREE_RCU=y 65 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 66 65 # CONFIG_RCU_TRACE is not set 67 66 CONFIG_RCU_FANOUT=32 68 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters ··· 124 120 CONFIG_HAVE_KPROBES=y 125 121 CONFIG_HAVE_KRETPROBES=y 126 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 + CONFIG_HAVE_DMA_ATTRS=y 127 124 CONFIG_HAVE_CLK=y 128 125 CONFIG_HAVE_DMA_API_DEBUG=y 129 126 ··· 147 142 # IO Schedulers 148 143 # 149 144 CONFIG_IOSCHED_NOOP=y 150 - CONFIG_IOSCHED_AS=y 151 145 CONFIG_IOSCHED_DEADLINE=y 152 146 CONFIG_IOSCHED_CFQ=y 153 - # CONFIG_DEFAULT_AS is not set 154 147 # CONFIG_DEFAULT_DEADLINE is not set 155 148 CONFIG_DEFAULT_CFQ=y 156 149 # CONFIG_DEFAULT_NOOP is not set 157 150 CONFIG_DEFAULT_IOSCHED="cfq" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + CONFIG_INLINE_SPIN_UNLOCK=y 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + CONFIG_INLINE_READ_UNLOCK=y 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + CONFIG_INLINE_WRITE_UNLOCK=y 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 158 180 # CONFIG_FREEZER is not set 159 181 160 182 # ··· 237 205 CONFIG_MEMORY_START=0x08000000 238 206 CONFIG_MEMORY_SIZE=0x10000000 239 207 CONFIG_29BIT=y 208 + # CONFIG_PMB_ENABLE is not set 240 209 # CONFIG_X2TLB is not set 241 210 CONFIG_VSYSCALL=y 242 211 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 262 229 # CONFIG_PHYS_ADDR_T_64BIT is not set 263 230 CONFIG_ZONE_DMA_FLAG=0 264 231 CONFIG_NR_QUICK=2 265 - CONFIG_HAVE_MLOCK=y 266 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 267 232 # CONFIG_KSM is not set 268 233 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 269 234 ··· 295 264 # 296 265 # CONFIG_SH_TIMER_TMU is not set 297 266 CONFIG_SH_TIMER_CMT=y 298 - CONFIG_SH_PCLK_FREQ=33333333 299 267 CONFIG_SH_CLK_CPG=y 300 268 # CONFIG_NO_HZ is not set 301 269 # CONFIG_HIGH_RES_TIMERS is not set ··· 436 406 # CONFIG_IRDA is not set 437 407 # CONFIG_BT is not set 438 408 # CONFIG_AF_RXRPC is not set 439 - # CONFIG_WIRELESS is not set 409 + CONFIG_WIRELESS=y 410 + # CONFIG_CFG80211 is not set 411 + # CONFIG_LIB80211 is not set 412 + 413 + # 414 + # CFG80211 needs to be enabled for MAC80211 415 + # 440 416 # CONFIG_WIMAX is not set 441 417 # CONFIG_RFKILL is not set 442 418 # CONFIG_NET_9P is not set ··· 468 432 CONFIG_BLK_DEV=y 469 433 # CONFIG_BLK_DEV_COW_COMMON is not set 470 434 # CONFIG_BLK_DEV_LOOP is not set 435 + 436 + # 437 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 438 + # 471 439 # CONFIG_BLK_DEV_NBD is not set 472 440 # CONFIG_BLK_DEV_UB is not set 473 441 # CONFIG_BLK_DEV_RAM is not set ··· 566 526 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 567 527 # CONFIG_B44 is not set 568 528 # CONFIG_KS8842 is not set 529 + # CONFIG_KS8851_MLL is not set 569 530 # CONFIG_NETDEV_1000 is not set 570 531 # CONFIG_NETDEV_10000 is not set 571 532 CONFIG_WLAN=y 572 - # CONFIG_WLAN_PRE80211 is not set 573 - # CONFIG_WLAN_80211 is not set 533 + # CONFIG_USB_ZD1201 is not set 534 + # CONFIG_HOSTAP is not set 574 535 575 536 # 576 537 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 600 559 CONFIG_INPUT=y 601 560 # CONFIG_INPUT_FF_MEMLESS is not set 602 561 # CONFIG_INPUT_POLLDEV is not set 562 + # CONFIG_INPUT_SPARSEKMAP is not set 603 563 604 564 # 605 565 # Userland interfaces ··· 694 652 # 695 653 # Miscellaneous I2C Chip support 696 654 # 697 - # CONFIG_DS1682 is not set 698 655 # CONFIG_SENSORS_TSL2550 is not set 699 656 # CONFIG_I2C_DEBUG_CORE is not set 700 657 # CONFIG_I2C_DEBUG_ALGO is not set ··· 748 707 # 749 708 # CONFIG_MFD_CORE is not set 750 709 # CONFIG_MFD_SM501 is not set 710 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 751 711 # CONFIG_HTC_PASIC3 is not set 752 712 # CONFIG_TPS65010 is not set 753 713 # CONFIG_TWL4030_CORE is not set 754 714 # CONFIG_MFD_TMIO is not set 755 715 # CONFIG_PMIC_DA903X is not set 716 + # CONFIG_PMIC_ADP5520 is not set 756 717 # CONFIG_MFD_WM8400 is not set 757 718 # CONFIG_MFD_WM831X is not set 758 719 # CONFIG_MFD_WM8350_I2C is not set 759 720 # CONFIG_MFD_PCF50633 is not set 760 721 # CONFIG_AB3100_CORE is not set 722 + # CONFIG_MFD_88PM8607 is not set 761 723 # CONFIG_REGULATOR is not set 762 724 # CONFIG_MEDIA_SUPPORT is not set 763 725 ··· 911 867 # CONFIG_EXT2_FS_XIP is not set 912 868 # CONFIG_EXT3_FS is not set 913 869 # CONFIG_EXT4_FS is not set 870 + CONFIG_EXT4_USE_FOR_EXT23=y 914 871 # CONFIG_REISERFS_FS is not set 915 872 # CONFIG_JFS_FS is not set 916 873 # CONFIG_FS_POSIX_ACL is not set ··· 1024 979 CONFIG_DEBUG_FS=y 1025 980 # CONFIG_HEADERS_CHECK is not set 1026 981 # CONFIG_DEBUG_KERNEL is not set 1027 - # CONFIG_DEBUG_BUGVERBOSE is not set 982 + CONFIG_DEBUG_BUGVERBOSE=y 1028 983 # CONFIG_DEBUG_MEMORY_INIT is not set 1029 984 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1030 985 # CONFIG_LATENCYTOP is not set ··· 1042 997 # CONFIG_SAMPLES is not set 1043 998 CONFIG_HAVE_ARCH_KGDB=y 1044 999 # CONFIG_SH_STANDARD_BIOS is not set 1045 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1046 1000 # CONFIG_DWARF_UNWINDER is not set 1047 1001 1048 1002 # ··· 1050 1006 # CONFIG_KEYS is not set 1051 1007 # CONFIG_SECURITY is not set 1052 1008 # CONFIG_SECURITYFS is not set 1053 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1009 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1010 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1011 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1012 + CONFIG_DEFAULT_SECURITY_DAC=y 1013 + CONFIG_DEFAULT_SECURITY="" 1054 1014 # CONFIG_CRYPTO is not set 1055 1015 # CONFIG_BINARY_PRINTF is not set 1056 1016
+73 -16
arch/sh/configs/ecovec24_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:45:39 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:20:36 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 64 62 # 65 63 CONFIG_TREE_RCU=y 66 64 # CONFIG_TREE_PREEMPT_RCU is not set 65 + # CONFIG_TINY_RCU is not set 67 66 # CONFIG_RCU_TRACE is not set 68 67 CONFIG_RCU_FANOUT=32 69 68 # CONFIG_RCU_FANOUT_EXACT is not set ··· 102 99 CONFIG_SHMEM=y 103 100 CONFIG_AIO=y 104 101 CONFIG_HAVE_PERF_EVENTS=y 102 + CONFIG_PERF_USE_VMALLOC=y 105 103 106 104 # 107 105 # Kernel Performance Events And Counters ··· 120 116 CONFIG_HAVE_KPROBES=y 121 117 CONFIG_HAVE_KRETPROBES=y 122 118 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 + CONFIG_HAVE_DMA_ATTRS=y 123 120 CONFIG_HAVE_CLK=y 124 121 CONFIG_HAVE_DMA_API_DEBUG=y 125 122 ··· 148 143 # IO Schedulers 149 144 # 150 145 CONFIG_IOSCHED_NOOP=y 151 - CONFIG_IOSCHED_AS=y 152 146 CONFIG_IOSCHED_DEADLINE=y 153 147 CONFIG_IOSCHED_CFQ=y 154 - # CONFIG_DEFAULT_AS is not set 155 148 # CONFIG_DEFAULT_DEADLINE is not set 156 149 CONFIG_DEFAULT_CFQ=y 157 150 # CONFIG_DEFAULT_NOOP is not set 158 151 CONFIG_DEFAULT_IOSCHED="cfq" 152 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 153 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK is not set 155 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 157 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 158 + # CONFIG_INLINE_SPIN_UNLOCK is not set 159 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 161 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 162 + # CONFIG_INLINE_READ_TRYLOCK is not set 163 + # CONFIG_INLINE_READ_LOCK is not set 164 + # CONFIG_INLINE_READ_LOCK_BH is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 166 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 167 + # CONFIG_INLINE_READ_UNLOCK is not set 168 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 169 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 170 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 171 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK is not set 173 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 175 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 176 + # CONFIG_INLINE_WRITE_UNLOCK is not set 177 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 179 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 159 181 CONFIG_FREEZER=y 160 182 161 183 # ··· 238 206 CONFIG_MEMORY_START=0x08000000 239 207 CONFIG_MEMORY_SIZE=0x10000000 240 208 CONFIG_29BIT=y 209 + # CONFIG_PMB_ENABLE is not set 241 210 # CONFIG_X2TLB is not set 242 211 CONFIG_VSYSCALL=y 243 212 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 263 230 # CONFIG_PHYS_ADDR_T_64BIT is not set 264 231 CONFIG_ZONE_DMA_FLAG=0 265 232 CONFIG_NR_QUICK=2 266 - CONFIG_HAVE_MLOCK=y 267 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 268 233 # CONFIG_KSM is not set 269 234 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 270 235 ··· 296 265 # 297 266 CONFIG_SH_TIMER_TMU=y 298 267 # CONFIG_SH_TIMER_CMT is not set 299 - CONFIG_SH_PCLK_FREQ=33333333 300 268 CONFIG_SH_CLK_CPG=y 301 269 # CONFIG_NO_HZ is not set 302 270 # CONFIG_HIGH_RES_TIMERS is not set ··· 450 420 # CONFIG_AF_RXRPC is not set 451 421 CONFIG_WIRELESS=y 452 422 # CONFIG_CFG80211 is not set 453 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 454 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 455 - # CONFIG_WIRELESS_EXT is not set 456 423 # CONFIG_LIB80211 is not set 457 424 458 425 # ··· 579 552 CONFIG_BLK_DEV=y 580 553 # CONFIG_BLK_DEV_COW_COMMON is not set 581 554 # CONFIG_BLK_DEV_LOOP is not set 555 + 556 + # 557 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 558 + # 582 559 # CONFIG_BLK_DEV_NBD is not set 583 560 # CONFIG_BLK_DEV_UB is not set 584 561 CONFIG_BLK_DEV_RAM=y ··· 593 562 # CONFIG_ATA_OVER_ETH is not set 594 563 # CONFIG_BLK_DEV_HD is not set 595 564 CONFIG_MISC_DEVICES=y 565 + # CONFIG_AD525X_DPOT is not set 596 566 # CONFIG_ICS932S401 is not set 597 567 # CONFIG_ENCLOSURE_SERVICES is not set 598 568 # CONFIG_ISL29003 is not set 569 + # CONFIG_DS1682 is not set 570 + # CONFIG_TI_DAC7512 is not set 599 571 # CONFIG_C2PORT is not set 600 572 601 573 # ··· 609 575 # CONFIG_EEPROM_LEGACY is not set 610 576 # CONFIG_EEPROM_MAX6875 is not set 611 577 # CONFIG_EEPROM_93CX6 is not set 578 + # CONFIG_IWMC3200TOP is not set 612 579 CONFIG_HAVE_IDE=y 613 580 # CONFIG_IDE is not set 614 581 ··· 704 669 # CONFIG_B44 is not set 705 670 # CONFIG_KS8842 is not set 706 671 # CONFIG_KS8851 is not set 672 + # CONFIG_KS8851_MLL is not set 707 673 # CONFIG_NETDEV_1000 is not set 708 674 # CONFIG_NETDEV_10000 is not set 709 675 CONFIG_WLAN=y 710 - # CONFIG_WLAN_PRE80211 is not set 711 - # CONFIG_WLAN_80211 is not set 676 + # CONFIG_USB_ZD1201 is not set 677 + # CONFIG_HOSTAP is not set 712 678 713 679 # 714 680 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 738 702 CONFIG_INPUT=y 739 703 # CONFIG_INPUT_FF_MEMLESS is not set 740 704 # CONFIG_INPUT_POLLDEV is not set 705 + # CONFIG_INPUT_SPARSEKMAP is not set 741 706 742 707 # 743 708 # Userland interfaces ··· 847 810 # 848 811 # Miscellaneous I2C Chip support 849 812 # 850 - # CONFIG_DS1682 is not set 851 813 # CONFIG_SENSORS_TSL2550 is not set 852 814 # CONFIG_I2C_DEBUG_CORE is not set 853 815 # CONFIG_I2C_DEBUG_ALGO is not set ··· 860 824 # 861 825 CONFIG_SPI_BITBANG=y 862 826 # CONFIG_SPI_GPIO is not set 827 + # CONFIG_SPI_SH_MSIOF is not set 863 828 # CONFIG_SPI_SH_SCI is not set 829 + # CONFIG_SPI_XILINX is not set 830 + # CONFIG_SPI_DESIGNWARE is not set 864 831 865 832 # 866 833 # SPI Protocol Masters ··· 921 882 # 922 883 # CONFIG_MFD_CORE is not set 923 884 # CONFIG_MFD_SM501 is not set 885 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 924 886 # CONFIG_HTC_PASIC3 is not set 925 887 # CONFIG_TPS65010 is not set 926 888 # CONFIG_TWL4030_CORE is not set 927 889 # CONFIG_MFD_TMIO is not set 928 890 # CONFIG_PMIC_DA903X is not set 891 + # CONFIG_PMIC_ADP5520 is not set 929 892 # CONFIG_MFD_WM8400 is not set 930 893 # CONFIG_MFD_WM831X is not set 931 894 # CONFIG_MFD_WM8350_I2C is not set ··· 935 894 # CONFIG_MFD_MC13783 is not set 936 895 # CONFIG_AB3100_CORE is not set 937 896 # CONFIG_EZX_PCAP is not set 897 + # CONFIG_MFD_88PM8607 is not set 898 + # CONFIG_AB4500_CORE is not set 938 899 # CONFIG_REGULATOR is not set 939 900 CONFIG_MEDIA_SUPPORT=y 940 901 ··· 953 910 # 954 911 # Multimedia drivers 955 912 # 913 + CONFIG_IR_CORE=y 914 + CONFIG_VIDEO_IR=y 956 915 # CONFIG_MEDIA_ATTACH is not set 957 916 CONFIG_MEDIA_TUNER=y 958 917 # CONFIG_MEDIA_TUNER_CUSTOMISE is not set ··· 975 930 # CONFIG_VIDEO_ADV_DEBUG is not set 976 931 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set 977 932 CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 933 + CONFIG_VIDEO_IR_I2C=y 978 934 # CONFIG_VIDEO_VIVI is not set 979 935 # CONFIG_VIDEO_CPIA is not set 980 936 # CONFIG_VIDEO_CPIA2 is not set ··· 985 939 # CONFIG_SOC_CAMERA_MT9M001 is not set 986 940 # CONFIG_SOC_CAMERA_MT9M111 is not set 987 941 # CONFIG_SOC_CAMERA_MT9T031 is not set 942 + # CONFIG_SOC_CAMERA_MT9T112 is not set 988 943 # CONFIG_SOC_CAMERA_MT9V022 is not set 944 + # CONFIG_SOC_CAMERA_RJ54N1 is not set 989 945 # CONFIG_SOC_CAMERA_TW9910 is not set 990 946 # CONFIG_SOC_CAMERA_PLATFORM is not set 991 947 # CONFIG_SOC_CAMERA_OV772X is not set 948 + # CONFIG_SOC_CAMERA_OV9640 is not set 992 949 CONFIG_VIDEO_SH_MOBILE_CEU=y 993 950 # CONFIG_V4L_USB_DRIVERS is not set 994 951 CONFIG_RADIO_ADAPTERS=y ··· 1001 952 # CONFIG_RADIO_SI470X is not set 1002 953 # CONFIG_USB_MR800 is not set 1003 954 # CONFIG_RADIO_TEA5764 is not set 955 + # CONFIG_RADIO_TEF6862 is not set 1004 956 # CONFIG_DAB is not set 1005 957 1006 958 # ··· 1227 1177 # CONFIG_MMC_AT91 is not set 1228 1178 # CONFIG_MMC_ATMELMCI is not set 1229 1179 CONFIG_MMC_SPI=y 1180 + # CONFIG_MMC_TMIO is not set 1230 1181 # CONFIG_MEMSTICK is not set 1231 1182 # CONFIG_NEW_LEDS is not set 1232 1183 # CONFIG_ACCESSIBILITY is not set ··· 1259 1208 CONFIG_RTC_DRV_PCF8563=y 1260 1209 # CONFIG_RTC_DRV_PCF8583 is not set 1261 1210 # CONFIG_RTC_DRV_M41T80 is not set 1211 + # CONFIG_RTC_DRV_BQ32K is not set 1262 1212 # CONFIG_RTC_DRV_S35390A is not set 1263 1213 # CONFIG_RTC_DRV_FM3130 is not set 1264 1214 # CONFIG_RTC_DRV_RX8581 is not set ··· 1288 1236 # CONFIG_RTC_DRV_M48T86 is not set 1289 1237 # CONFIG_RTC_DRV_M48T35 is not set 1290 1238 # CONFIG_RTC_DRV_M48T59 is not set 1239 + # CONFIG_RTC_DRV_MSM6242 is not set 1291 1240 # CONFIG_RTC_DRV_BQ4802 is not set 1241 + # CONFIG_RTC_DRV_RP5C01 is not set 1292 1242 # CONFIG_RTC_DRV_V3020 is not set 1293 1243 1294 1244 # ··· 1484 1430 CONFIG_DEBUG_FS=y 1485 1431 # CONFIG_HEADERS_CHECK is not set 1486 1432 # CONFIG_DEBUG_KERNEL is not set 1487 - # CONFIG_DEBUG_BUGVERBOSE is not set 1433 + CONFIG_DEBUG_BUGVERBOSE=y 1488 1434 # CONFIG_DEBUG_MEMORY_INIT is not set 1489 1435 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1490 1436 # CONFIG_LATENCYTOP is not set ··· 1502 1448 # CONFIG_SAMPLES is not set 1503 1449 CONFIG_HAVE_ARCH_KGDB=y 1504 1450 # CONFIG_SH_STANDARD_BIOS is not set 1505 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1506 1451 # CONFIG_DWARF_UNWINDER is not set 1507 1452 1508 1453 # ··· 1510 1457 # CONFIG_KEYS is not set 1511 1458 # CONFIG_SECURITY is not set 1512 1459 # CONFIG_SECURITYFS is not set 1513 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1460 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1461 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1462 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1463 + CONFIG_DEFAULT_SECURITY_DAC=y 1464 + CONFIG_DEFAULT_SECURITY="" 1514 1465 CONFIG_CRYPTO=y 1515 1466 1516 1467 #
+41 -8
arch/sh/configs/edosk7705_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:57:13 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:24:26 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 28 28 CONFIG_ARCH_NO_VIRT_TO_BUS=y 29 29 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 30 30 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 31 + CONFIG_DMA_NONCOHERENT=y 31 32 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 32 33 CONFIG_CONSTRUCTORS=y 33 34 ··· 54 53 # 55 54 CONFIG_TREE_RCU=y 56 55 # CONFIG_TREE_PREEMPT_RCU is not set 56 + # CONFIG_TINY_RCU is not set 57 57 # CONFIG_RCU_TRACE is not set 58 58 CONFIG_RCU_FANOUT=32 59 59 # CONFIG_RCU_FANOUT_EXACT is not set ··· 68 66 # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set 69 67 CONFIG_EMBEDDED=y 70 68 # CONFIG_UID16 is not set 71 - # CONFIG_SYSCTL_SYSCALL is not set 72 69 # CONFIG_KALLSYMS is not set 73 70 # CONFIG_HOTPLUG is not set 74 71 # CONFIG_PRINTK is not set ··· 82 81 CONFIG_SHMEM=y 83 82 # CONFIG_AIO is not set 84 83 CONFIG_HAVE_PERF_EVENTS=y 84 + CONFIG_PERF_USE_VMALLOC=y 85 85 86 86 # 87 87 # Kernel Performance Events And Counters ··· 100 98 CONFIG_HAVE_KPROBES=y 101 99 CONFIG_HAVE_KRETPROBES=y 102 100 CONFIG_HAVE_ARCH_TRACEHOOK=y 101 + CONFIG_HAVE_DMA_ATTRS=y 103 102 CONFIG_HAVE_CLK=y 104 103 CONFIG_HAVE_DMA_API_DEBUG=y 105 104 ··· 112 109 CONFIG_BASE_SMALL=1 113 110 # CONFIG_MODULES is not set 114 111 # CONFIG_BLOCK is not set 112 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 113 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 114 + # CONFIG_INLINE_SPIN_LOCK is not set 115 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 116 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 117 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 118 + CONFIG_INLINE_SPIN_UNLOCK=y 119 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 120 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 121 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 122 + # CONFIG_INLINE_READ_TRYLOCK is not set 123 + # CONFIG_INLINE_READ_LOCK is not set 124 + # CONFIG_INLINE_READ_LOCK_BH is not set 125 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 126 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 127 + CONFIG_INLINE_READ_UNLOCK=y 128 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 129 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 130 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 131 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 132 + # CONFIG_INLINE_WRITE_LOCK is not set 133 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 134 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 135 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 136 + CONFIG_INLINE_WRITE_UNLOCK=y 137 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 138 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 139 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 140 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 115 141 # CONFIG_FREEZER is not set 116 142 117 143 # ··· 218 186 # CONFIG_PHYS_ADDR_T_64BIT is not set 219 187 CONFIG_ZONE_DMA_FLAG=0 220 188 CONFIG_NR_QUICK=2 221 - CONFIG_HAVE_MLOCK=y 222 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 223 189 # CONFIG_KSM is not set 224 190 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 225 191 ··· 389 359 # 390 360 # CONFIG_MFD_CORE is not set 391 361 # CONFIG_MFD_SM501 is not set 362 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 392 363 # CONFIG_HTC_PASIC3 is not set 393 364 # CONFIG_MFD_TMIO is not set 394 365 # CONFIG_REGULATOR is not set ··· 447 416 # CONFIG_PROC_FS is not set 448 417 # CONFIG_SYSFS is not set 449 418 # CONFIG_TMPFS is not set 450 - # CONFIG_HUGETLBFS is not set 451 419 # CONFIG_HUGETLB_PAGE is not set 452 420 CONFIG_MISC_FILESYSTEMS=y 453 421 # CONFIG_NLS is not set ··· 478 448 # CONFIG_SAMPLES is not set 479 449 CONFIG_HAVE_ARCH_KGDB=y 480 450 # CONFIG_SH_STANDARD_BIOS is not set 481 - # CONFIG_EARLY_SCIF_CONSOLE is not set 482 451 # CONFIG_DWARF_UNWINDER is not set 483 452 484 453 # ··· 485 456 # 486 457 # CONFIG_KEYS is not set 487 458 # CONFIG_SECURITYFS is not set 488 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 459 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 460 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 461 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 462 + CONFIG_DEFAULT_SECURITY_DAC=y 463 + CONFIG_DEFAULT_SECURITY="" 489 464 # CONFIG_CRYPTO is not set 490 465 # CONFIG_BINARY_PRINTF is not set 491 466
+52 -18
arch/sh/configs/edosk7760_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:57:30 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:24:44 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 64 62 # 65 63 CONFIG_TREE_RCU=y 66 64 # CONFIG_TREE_PREEMPT_RCU is not set 65 + # CONFIG_TINY_RCU is not set 67 66 # CONFIG_RCU_TRACE is not set 68 67 CONFIG_RCU_FANOUT=32 69 68 # CONFIG_RCU_FANOUT_EXACT is not set ··· 105 102 CONFIG_SHMEM=y 106 103 CONFIG_AIO=y 107 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 108 106 109 107 # 110 108 # Kernel Performance Events And Counters ··· 125 121 CONFIG_HAVE_KPROBES=y 126 122 CONFIG_HAVE_KRETPROBES=y 127 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 + CONFIG_HAVE_DMA_ATTRS=y 128 125 CONFIG_HAVE_CLK=y 129 126 CONFIG_HAVE_DMA_API_DEBUG=y 130 127 ··· 152 147 # IO Schedulers 153 148 # 154 149 CONFIG_IOSCHED_NOOP=y 155 - CONFIG_IOSCHED_AS=y 156 150 CONFIG_IOSCHED_DEADLINE=y 157 151 CONFIG_IOSCHED_CFQ=y 158 - # CONFIG_DEFAULT_AS is not set 159 152 # CONFIG_DEFAULT_DEADLINE is not set 160 153 CONFIG_DEFAULT_CFQ=y 161 154 # CONFIG_DEFAULT_NOOP is not set 162 155 CONFIG_DEFAULT_IOSCHED="cfq" 156 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 157 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 158 + # CONFIG_INLINE_SPIN_LOCK is not set 159 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 161 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 162 + # CONFIG_INLINE_SPIN_UNLOCK is not set 163 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 164 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 165 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 166 + # CONFIG_INLINE_READ_TRYLOCK is not set 167 + # CONFIG_INLINE_READ_LOCK is not set 168 + # CONFIG_INLINE_READ_LOCK_BH is not set 169 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 170 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 171 + # CONFIG_INLINE_READ_UNLOCK is not set 172 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 173 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 174 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 175 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 176 + # CONFIG_INLINE_WRITE_LOCK is not set 177 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 178 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 179 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 180 + # CONFIG_INLINE_WRITE_UNLOCK is not set 181 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 182 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 183 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 184 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 163 185 # CONFIG_FREEZER is not set 164 186 165 187 # ··· 262 230 # CONFIG_PHYS_ADDR_T_64BIT is not set 263 231 CONFIG_ZONE_DMA_FLAG=0 264 232 CONFIG_NR_QUICK=2 265 - CONFIG_HAVE_MLOCK=y 266 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 267 233 # CONFIG_KSM is not set 268 234 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 269 235 ··· 308 278 # 309 279 # DMA support 310 280 # 311 - CONFIG_SH_DMA_API=y 312 281 CONFIG_SH_DMA=y 313 282 CONFIG_SH_DMA_IRQ_MULTI=y 283 + CONFIG_SH_DMA_API=y 314 284 CONFIG_NR_ONCHIP_DMA_CHANNELS=8 315 285 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 316 286 # CONFIG_SH_DMABRG is not set ··· 350 320 CONFIG_ZERO_PAGE_OFFSET=0x00001000 351 321 CONFIG_BOOT_LINK_OFFSET=0x02000000 352 322 CONFIG_ENTRY_OFFSET=0x00001000 353 - # CONFIG_UBC_WAKEUP is not set 354 323 CONFIG_CMDLINE_OVERWRITE=y 355 324 # CONFIG_CMDLINE_EXTEND is not set 356 325 CONFIG_CMDLINE="mem=64M console=ttySC2,115200 root=/dev/nfs rw nfsroot=192.168.0.3:/scripts/filesys ip=192.168.0.4" ··· 444 415 # CONFIG_AF_RXRPC is not set 445 416 CONFIG_WIRELESS=y 446 417 # CONFIG_CFG80211 is not set 447 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 448 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 449 - # CONFIG_WIRELESS_EXT is not set 450 418 # CONFIG_LIB80211 is not set 451 419 452 420 # ··· 560 534 CONFIG_BLK_DEV=y 561 535 # CONFIG_BLK_DEV_COW_COMMON is not set 562 536 # CONFIG_BLK_DEV_LOOP is not set 537 + 538 + # 539 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 540 + # 563 541 # CONFIG_BLK_DEV_NBD is not set 564 542 CONFIG_BLK_DEV_RAM=y 565 543 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 611 581 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 612 582 # CONFIG_B44 is not set 613 583 # CONFIG_KS8842 is not set 584 + # CONFIG_KS8851_MLL is not set 614 585 # CONFIG_NETDEV_1000 is not set 615 586 # CONFIG_NETDEV_10000 is not set 616 587 CONFIG_WLAN=y 617 - # CONFIG_WLAN_PRE80211 is not set 618 - # CONFIG_WLAN_80211 is not set 588 + # CONFIG_HOSTAP is not set 619 589 620 590 # 621 591 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 635 605 CONFIG_INPUT=y 636 606 # CONFIG_INPUT_FF_MEMLESS is not set 637 607 # CONFIG_INPUT_POLLDEV is not set 608 + # CONFIG_INPUT_SPARSEKMAP is not set 638 609 639 610 # 640 611 # Userland interfaces ··· 729 698 # 730 699 # Miscellaneous I2C Chip support 731 700 # 732 - # CONFIG_DS1682 is not set 733 701 # CONFIG_SENSORS_TSL2550 is not set 734 702 CONFIG_I2C_DEBUG_CORE=y 735 703 CONFIG_I2C_DEBUG_ALGO=y ··· 757 727 # 758 728 # CONFIG_MFD_CORE is not set 759 729 # CONFIG_MFD_SM501 is not set 730 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 760 731 # CONFIG_HTC_PASIC3 is not set 761 732 # CONFIG_TWL4030_CORE is not set 762 733 # CONFIG_MFD_TMIO is not set 763 734 # CONFIG_PMIC_DA903X is not set 735 + # CONFIG_PMIC_ADP5520 is not set 764 736 # CONFIG_MFD_WM8400 is not set 765 737 # CONFIG_MFD_WM831X is not set 766 738 # CONFIG_MFD_WM8350_I2C is not set 767 739 # CONFIG_MFD_PCF50633 is not set 768 740 # CONFIG_AB3100_CORE is not set 741 + # CONFIG_MFD_88PM8607 is not set 769 742 # CONFIG_REGULATOR is not set 770 743 # CONFIG_MEDIA_SUPPORT is not set 771 744 ··· 1105 1072 CONFIG_HAVE_ARCH_KGDB=y 1106 1073 # CONFIG_KGDB is not set 1107 1074 # CONFIG_SH_STANDARD_BIOS is not set 1108 - CONFIG_EARLY_SCIF_CONSOLE=y 1109 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe80000 1110 - CONFIG_EARLY_PRINTK=y 1111 1075 # CONFIG_STACK_DEBUG is not set 1112 1076 # CONFIG_DEBUG_STACK_USAGE is not set 1113 1077 # CONFIG_4KSTACKS is not set ··· 1118 1088 # CONFIG_KEYS is not set 1119 1089 # CONFIG_SECURITY is not set 1120 1090 # CONFIG_SECURITYFS is not set 1121 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1091 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1092 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1093 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1094 + CONFIG_DEFAULT_SECURITY_DAC=y 1095 + CONFIG_DEFAULT_SECURITY="" 1122 1096 CONFIG_CRYPTO=y 1123 1097 1124 1098 #
+62 -15
arch/sh/configs/espt_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:58:18 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:26:55 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 61 59 # 62 60 CONFIG_TREE_RCU=y 63 61 # CONFIG_TREE_PREEMPT_RCU is not set 62 + # CONFIG_TINY_RCU is not set 64 63 # CONFIG_RCU_TRACE is not set 65 64 CONFIG_RCU_FANOUT=32 66 65 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters ··· 128 124 CONFIG_HAVE_KPROBES=y 129 125 CONFIG_HAVE_KRETPROBES=y 130 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 127 + CONFIG_HAVE_DMA_ATTRS=y 131 128 CONFIG_HAVE_CLK=y 132 129 CONFIG_HAVE_DMA_API_DEBUG=y 133 130 ··· 155 150 # IO Schedulers 156 151 # 157 152 CONFIG_IOSCHED_NOOP=y 158 - CONFIG_IOSCHED_AS=y 159 153 CONFIG_IOSCHED_DEADLINE=y 160 154 CONFIG_IOSCHED_CFQ=y 161 - CONFIG_DEFAULT_AS=y 162 155 # CONFIG_DEFAULT_DEADLINE is not set 163 - # CONFIG_DEFAULT_CFQ is not set 156 + CONFIG_DEFAULT_CFQ=y 164 157 # CONFIG_DEFAULT_NOOP is not set 165 - CONFIG_DEFAULT_IOSCHED="anticipatory" 158 + CONFIG_DEFAULT_IOSCHED="cfq" 159 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 160 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 161 + # CONFIG_INLINE_SPIN_LOCK is not set 162 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 163 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 164 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 165 + CONFIG_INLINE_SPIN_UNLOCK=y 166 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 167 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 168 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 169 + # CONFIG_INLINE_READ_TRYLOCK is not set 170 + # CONFIG_INLINE_READ_LOCK is not set 171 + # CONFIG_INLINE_READ_LOCK_BH is not set 172 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 173 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 174 + CONFIG_INLINE_READ_UNLOCK=y 175 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 176 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 177 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 178 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 179 + # CONFIG_INLINE_WRITE_LOCK is not set 180 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 181 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 182 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 183 + CONFIG_INLINE_WRITE_UNLOCK=y 184 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 185 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 186 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 187 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 166 188 # CONFIG_FREEZER is not set 167 189 168 190 # ··· 243 211 CONFIG_MEMORY_START=0x0c000000 244 212 CONFIG_MEMORY_SIZE=0x04000000 245 213 CONFIG_29BIT=y 214 + # CONFIG_PMB_ENABLE is not set 246 215 CONFIG_VSYSCALL=y 247 216 CONFIG_ARCH_FLATMEM_ENABLE=y 248 217 CONFIG_ARCH_SPARSEMEM_ENABLE=y ··· 270 237 # CONFIG_PHYS_ADDR_T_64BIT is not set 271 238 CONFIG_ZONE_DMA_FLAG=0 272 239 CONFIG_NR_QUICK=2 273 - CONFIG_HAVE_MLOCK=y 274 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 275 240 # CONFIG_KSM is not set 276 241 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 277 242 ··· 450 419 # CONFIG_IRDA is not set 451 420 # CONFIG_BT is not set 452 421 # CONFIG_AF_RXRPC is not set 453 - # CONFIG_WIRELESS is not set 422 + CONFIG_WIRELESS=y 423 + # CONFIG_CFG80211 is not set 424 + # CONFIG_LIB80211 is not set 425 + 426 + # 427 + # CFG80211 needs to be enabled for MAC80211 428 + # 454 429 # CONFIG_WIMAX is not set 455 430 # CONFIG_RFKILL is not set 456 431 # CONFIG_NET_9P is not set ··· 535 498 CONFIG_MTD_COMPLEX_MAPPINGS=y 536 499 CONFIG_MTD_PHYSMAP=y 537 500 # CONFIG_MTD_PHYSMAP_COMPAT is not set 538 - # CONFIG_MTD_GPIO_ADDR is not set 539 501 # CONFIG_MTD_PLATRAM is not set 540 502 541 503 # ··· 567 531 CONFIG_BLK_DEV=y 568 532 # CONFIG_BLK_DEV_COW_COMMON is not set 569 533 # CONFIG_BLK_DEV_LOOP is not set 534 + 535 + # 536 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 537 + # 570 538 # CONFIG_BLK_DEV_NBD is not set 571 539 # CONFIG_BLK_DEV_UB is not set 572 540 # CONFIG_BLK_DEV_RAM is not set ··· 669 629 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 670 630 # CONFIG_B44 is not set 671 631 # CONFIG_KS8842 is not set 632 + # CONFIG_KS8851_MLL is not set 672 633 # CONFIG_NETDEV_1000 is not set 673 634 # CONFIG_NETDEV_10000 is not set 674 635 CONFIG_WLAN=y 675 - # CONFIG_WLAN_PRE80211 is not set 676 - # CONFIG_WLAN_80211 is not set 636 + # CONFIG_USB_ZD1201 is not set 637 + # CONFIG_HOSTAP is not set 677 638 678 639 # 679 640 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 703 662 CONFIG_INPUT=y 704 663 # CONFIG_INPUT_FF_MEMLESS is not set 705 664 # CONFIG_INPUT_POLLDEV is not set 665 + # CONFIG_INPUT_SPARSEKMAP is not set 706 666 707 667 # 708 668 # Userland interfaces ··· 787 745 # 788 746 # CONFIG_MFD_CORE is not set 789 747 # CONFIG_MFD_SM501 is not set 748 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 790 749 # CONFIG_HTC_PASIC3 is not set 791 750 # CONFIG_MFD_TMIO is not set 792 751 # CONFIG_REGULATOR is not set ··· 1145 1102 # CONFIG_HEADERS_CHECK is not set 1146 1103 # CONFIG_DEBUG_KERNEL is not set 1147 1104 CONFIG_STACKTRACE=y 1148 - # CONFIG_DEBUG_BUGVERBOSE is not set 1105 + CONFIG_DEBUG_BUGVERBOSE=y 1149 1106 # CONFIG_DEBUG_MEMORY_INIT is not set 1150 1107 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1151 1108 # CONFIG_LATENCYTOP is not set 1109 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1152 1110 CONFIG_NOP_TRACER=y 1153 1111 CONFIG_HAVE_FUNCTION_TRACER=y 1154 1112 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1169 1125 # CONFIG_SAMPLES is not set 1170 1126 CONFIG_HAVE_ARCH_KGDB=y 1171 1127 # CONFIG_SH_STANDARD_BIOS is not set 1172 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1173 1128 # CONFIG_DWARF_UNWINDER is not set 1174 1129 1175 1130 # ··· 1177 1134 # CONFIG_KEYS is not set 1178 1135 # CONFIG_SECURITY is not set 1179 1136 # CONFIG_SECURITYFS is not set 1180 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1137 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1138 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1139 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1140 + CONFIG_DEFAULT_SECURITY_DAC=y 1141 + CONFIG_DEFAULT_SECURITY="" 1181 1142 CONFIG_CRYPTO=y 1182 1143 1183 1144 #
+56 -14
arch/sh/configs/hp6xx_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 17:59:45 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:30:31 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 30 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 33 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 35 CONFIG_CONSTRUCTORS=y 35 36 ··· 58 57 # 59 58 CONFIG_TREE_RCU=y 60 59 # CONFIG_TREE_PREEMPT_RCU is not set 60 + # CONFIG_TINY_RCU is not set 61 61 # CONFIG_RCU_TRACE is not set 62 62 CONFIG_RCU_FANOUT=32 63 63 # CONFIG_RCU_FANOUT_EXACT is not set ··· 94 92 CONFIG_SHMEM=y 95 93 CONFIG_AIO=y 96 94 CONFIG_HAVE_PERF_EVENTS=y 95 + CONFIG_PERF_USE_VMALLOC=y 97 96 98 97 # 99 98 # Kernel Performance Events And Counters ··· 112 109 CONFIG_HAVE_KPROBES=y 113 110 CONFIG_HAVE_KRETPROBES=y 114 111 CONFIG_HAVE_ARCH_TRACEHOOK=y 112 + CONFIG_HAVE_DMA_ATTRS=y 115 113 CONFIG_HAVE_CLK=y 116 114 CONFIG_HAVE_DMA_API_DEBUG=y 117 115 ··· 134 130 # IO Schedulers 135 131 # 136 132 CONFIG_IOSCHED_NOOP=y 137 - CONFIG_IOSCHED_AS=y 138 133 CONFIG_IOSCHED_DEADLINE=y 139 134 CONFIG_IOSCHED_CFQ=y 140 - CONFIG_DEFAULT_AS=y 141 135 # CONFIG_DEFAULT_DEADLINE is not set 142 - # CONFIG_DEFAULT_CFQ is not set 136 + CONFIG_DEFAULT_CFQ=y 143 137 # CONFIG_DEFAULT_NOOP is not set 144 - CONFIG_DEFAULT_IOSCHED="anticipatory" 138 + CONFIG_DEFAULT_IOSCHED="cfq" 139 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 140 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 141 + # CONFIG_INLINE_SPIN_LOCK is not set 142 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 143 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 144 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 145 + CONFIG_INLINE_SPIN_UNLOCK=y 146 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 147 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 148 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 149 + # CONFIG_INLINE_READ_TRYLOCK is not set 150 + # CONFIG_INLINE_READ_LOCK is not set 151 + # CONFIG_INLINE_READ_LOCK_BH is not set 152 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 153 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 154 + CONFIG_INLINE_READ_UNLOCK=y 155 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 156 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 157 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 158 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 159 + # CONFIG_INLINE_WRITE_LOCK is not set 160 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 161 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 162 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 163 + CONFIG_INLINE_WRITE_UNLOCK=y 164 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 165 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 166 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 167 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 145 168 CONFIG_FREEZER=y 146 169 147 170 # ··· 244 213 # CONFIG_PHYS_ADDR_T_64BIT is not set 245 214 CONFIG_ZONE_DMA_FLAG=0 246 215 CONFIG_NR_QUICK=2 247 - CONFIG_HAVE_MLOCK=y 248 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 249 216 # CONFIG_KSM is not set 250 217 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 251 218 ··· 290 261 # 291 262 # DMA support 292 263 # 293 - CONFIG_SH_DMA_API=y 294 264 CONFIG_SH_DMA=y 265 + CONFIG_SH_DMA_API=y 295 266 CONFIG_NR_ONCHIP_DMA_CHANNELS=6 296 267 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 297 268 ··· 342 313 # 343 314 # CONFIG_ARCH_SUPPORTS_MSI is not set 344 315 CONFIG_PCCARD=y 345 - # CONFIG_PCMCIA_DEBUG is not set 346 316 CONFIG_PCMCIA=y 347 317 CONFIG_PCMCIA_LOAD_CIS=y 348 318 CONFIG_PCMCIA_IOCTL=y ··· 391 363 CONFIG_BLK_DEV=y 392 364 # CONFIG_BLK_DEV_COW_COMMON is not set 393 365 # CONFIG_BLK_DEV_LOOP is not set 366 + 367 + # 368 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 369 + # 394 370 # CONFIG_BLK_DEV_RAM is not set 395 371 # CONFIG_CDROM_PKTCDVD is not set 396 372 # CONFIG_BLK_DEV_HD is not set ··· 464 432 CONFIG_INPUT=y 465 433 # CONFIG_INPUT_FF_MEMLESS is not set 466 434 CONFIG_INPUT_POLLDEV=y 435 + # CONFIG_INPUT_SPARSEKMAP is not set 467 436 468 437 # 469 438 # Userland interfaces ··· 493 460 # CONFIG_INPUT_TABLET is not set 494 461 CONFIG_INPUT_TOUCHSCREEN=y 495 462 # CONFIG_TOUCHSCREEN_AD7879 is not set 463 + # CONFIG_TOUCHSCREEN_DYNAPRO is not set 496 464 # CONFIG_TOUCHSCREEN_FUJITSU is not set 497 465 # CONFIG_TOUCHSCREEN_GUNZE is not set 498 466 # CONFIG_TOUCHSCREEN_ELO is not set ··· 517 483 # CONFIG_SERIO_SERPORT is not set 518 484 # CONFIG_SERIO_LIBPS2 is not set 519 485 # CONFIG_SERIO_RAW is not set 486 + # CONFIG_SERIO_ALTERA_PS2 is not set 520 487 # CONFIG_GAMEPORT is not set 521 488 522 489 # ··· 585 550 # 586 551 # CONFIG_MFD_CORE is not set 587 552 # CONFIG_MFD_SM501 is not set 553 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 588 554 # CONFIG_HTC_PASIC3 is not set 589 555 # CONFIG_MFD_TMIO is not set 590 556 # CONFIG_REGULATOR is not set ··· 695 659 # CONFIG_RTC_DRV_M48T86 is not set 696 660 # CONFIG_RTC_DRV_M48T35 is not set 697 661 # CONFIG_RTC_DRV_M48T59 is not set 662 + # CONFIG_RTC_DRV_MSM6242 is not set 698 663 # CONFIG_RTC_DRV_BQ4802 is not set 664 + # CONFIG_RTC_DRV_RP5C01 is not set 699 665 # CONFIG_RTC_DRV_V3020 is not set 700 666 701 667 # ··· 722 684 # CONFIG_EXT2_FS_XIP is not set 723 685 # CONFIG_EXT3_FS is not set 724 686 # CONFIG_EXT4_FS is not set 687 + CONFIG_EXT4_USE_FOR_EXT23=y 725 688 # CONFIG_REISERFS_FS is not set 726 689 # CONFIG_JFS_FS is not set 727 690 # CONFIG_FS_POSIX_ACL is not set ··· 770 731 CONFIG_PROC_PAGE_MONITOR=y 771 732 CONFIG_SYSFS=y 772 733 # CONFIG_TMPFS is not set 773 - # CONFIG_HUGETLBFS is not set 774 734 # CONFIG_HUGETLB_PAGE is not set 775 735 # CONFIG_CONFIGFS_FS is not set 776 736 CONFIG_MISC_FILESYSTEMS=y ··· 851 813 # CONFIG_DEBUG_FS is not set 852 814 # CONFIG_HEADERS_CHECK is not set 853 815 # CONFIG_DEBUG_KERNEL is not set 854 - # CONFIG_DEBUG_BUGVERBOSE is not set 816 + CONFIG_DEBUG_BUGVERBOSE=y 855 817 # CONFIG_DEBUG_MEMORY_INIT is not set 856 818 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 857 819 # CONFIG_LATENCYTOP is not set 820 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 858 821 CONFIG_HAVE_FUNCTION_TRACER=y 859 822 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 860 823 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 868 829 # CONFIG_SAMPLES is not set 869 830 CONFIG_HAVE_ARCH_KGDB=y 870 831 # CONFIG_SH_STANDARD_BIOS is not set 871 - # CONFIG_EARLY_SCIF_CONSOLE is not set 872 832 # CONFIG_DWARF_UNWINDER is not set 873 833 874 834 # ··· 876 838 # CONFIG_KEYS is not set 877 839 # CONFIG_SECURITY is not set 878 840 # CONFIG_SECURITYFS is not set 879 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 841 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 842 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 843 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 844 + CONFIG_DEFAULT_SECURITY_DAC=y 845 + CONFIG_DEFAULT_SECURITY="" 880 846 CONFIG_CRYPTO=y 881 847 882 848 #
+49 -9
arch/sh/configs/kfr2r09-romimage_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:01:48 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:31:09 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 62 60 # 63 61 CONFIG_TREE_RCU=y 64 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 65 64 # CONFIG_RCU_TRACE is not set 66 65 CONFIG_RCU_FANOUT=32 67 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 105 102 CONFIG_SHMEM=y 106 103 CONFIG_AIO=y 107 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 108 106 109 107 # 110 108 # Kernel Performance Events And Counters ··· 123 119 CONFIG_HAVE_KPROBES=y 124 120 CONFIG_HAVE_KRETPROBES=y 125 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 122 + CONFIG_HAVE_DMA_ATTRS=y 126 123 CONFIG_HAVE_CLK=y 127 124 CONFIG_HAVE_DMA_API_DEBUG=y 128 125 ··· 138 133 CONFIG_BASE_SMALL=0 139 134 # CONFIG_MODULES is not set 140 135 # CONFIG_BLOCK is not set 136 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 137 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 138 + # CONFIG_INLINE_SPIN_LOCK is not set 139 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 140 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 141 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 142 + CONFIG_INLINE_SPIN_UNLOCK=y 143 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 144 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 145 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 146 + # CONFIG_INLINE_READ_TRYLOCK is not set 147 + # CONFIG_INLINE_READ_LOCK is not set 148 + # CONFIG_INLINE_READ_LOCK_BH is not set 149 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 150 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 151 + CONFIG_INLINE_READ_UNLOCK=y 152 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 153 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 154 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 155 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 156 + # CONFIG_INLINE_WRITE_LOCK is not set 157 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 158 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 159 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 160 + CONFIG_INLINE_WRITE_UNLOCK=y 161 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 162 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 163 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 164 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 141 165 # CONFIG_FREEZER is not set 142 166 143 167 # ··· 222 188 CONFIG_MEMORY_START=0x08000000 223 189 CONFIG_MEMORY_SIZE=0x08000000 224 190 CONFIG_29BIT=y 191 + # CONFIG_PMB_ENABLE is not set 225 192 # CONFIG_X2TLB is not set 226 193 CONFIG_VSYSCALL=y 227 194 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 247 212 # CONFIG_PHYS_ADDR_T_64BIT is not set 248 213 CONFIG_ZONE_DMA_FLAG=0 249 214 CONFIG_NR_QUICK=2 250 - CONFIG_HAVE_MLOCK=y 251 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 252 215 # CONFIG_KSM is not set 253 216 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 254 217 ··· 280 247 # 281 248 # CONFIG_SH_TIMER_TMU is not set 282 249 CONFIG_SH_TIMER_CMT=y 283 - CONFIG_SH_PCLK_FREQ=33333333 284 250 CONFIG_SH_CLK_CPG=y 285 251 # CONFIG_NO_HZ is not set 286 252 # CONFIG_HIGH_RES_TIMERS is not set ··· 461 429 CONFIG_INPUT=y 462 430 # CONFIG_INPUT_FF_MEMLESS is not set 463 431 # CONFIG_INPUT_POLLDEV is not set 432 + # CONFIG_INPUT_SPARSEKMAP is not set 464 433 465 434 # 466 435 # Userland interfaces ··· 553 520 # 554 521 # Miscellaneous I2C Chip support 555 522 # 556 - # CONFIG_DS1682 is not set 557 523 # CONFIG_SENSORS_TSL2550 is not set 558 524 # CONFIG_I2C_DEBUG_CORE is not set 559 525 # CONFIG_I2C_DEBUG_ALGO is not set ··· 607 575 # 608 576 # CONFIG_MFD_CORE is not set 609 577 # CONFIG_MFD_SM501 is not set 578 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 610 579 # CONFIG_HTC_PASIC3 is not set 611 580 # CONFIG_TPS65010 is not set 612 581 # CONFIG_TWL4030_CORE is not set 613 582 # CONFIG_MFD_TMIO is not set 614 583 # CONFIG_PMIC_DA903X is not set 584 + # CONFIG_PMIC_ADP5520 is not set 615 585 # CONFIG_MFD_WM8400 is not set 616 586 # CONFIG_MFD_WM831X is not set 617 587 # CONFIG_MFD_WM8350_I2C is not set 618 588 # CONFIG_MFD_PCF50633 is not set 619 589 # CONFIG_AB3100_CORE is not set 590 + # CONFIG_MFD_88PM8607 is not set 620 591 # CONFIG_REGULATOR is not set 621 592 # CONFIG_MEDIA_SUPPORT is not set 622 593 ··· 685 650 # CONFIG_USB_ETH is not set 686 651 # CONFIG_USB_GADGETFS is not set 687 652 # CONFIG_USB_FILE_STORAGE is not set 653 + # CONFIG_USB_MASS_STORAGE is not set 688 654 # CONFIG_USB_G_SERIAL is not set 689 655 # CONFIG_USB_MIDI_GADGET is not set 690 656 # CONFIG_USB_G_PRINTER is not set 691 657 CONFIG_USB_CDC_COMPOSITE=y 658 + # CONFIG_USB_G_MULTI is not set 692 659 693 660 # 694 661 # OTG and related infrastructure ··· 762 725 CONFIG_DEBUG_FS=y 763 726 # CONFIG_HEADERS_CHECK is not set 764 727 # CONFIG_DEBUG_KERNEL is not set 765 - # CONFIG_DEBUG_BUGVERBOSE is not set 728 + CONFIG_DEBUG_BUGVERBOSE=y 766 729 # CONFIG_DEBUG_MEMORY_INIT is not set 767 730 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 768 731 # CONFIG_LATENCYTOP is not set ··· 780 743 # CONFIG_SAMPLES is not set 781 744 CONFIG_HAVE_ARCH_KGDB=y 782 745 # CONFIG_SH_STANDARD_BIOS is not set 783 - # CONFIG_EARLY_SCIF_CONSOLE is not set 784 746 # CONFIG_DWARF_UNWINDER is not set 785 747 786 748 # ··· 788 752 # CONFIG_KEYS is not set 789 753 # CONFIG_SECURITY is not set 790 754 # CONFIG_SECURITYFS is not set 791 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 755 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 756 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 757 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 758 + CONFIG_DEFAULT_SECURITY_DAC=y 759 + CONFIG_DEFAULT_SECURITY="" 792 760 # CONFIG_CRYPTO is not set 793 761 # CONFIG_BINARY_PRINTF is not set 794 762
+59 -12
arch/sh/configs/kfr2r09_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Fri Sep 25 11:54:22 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:32:55 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 64 62 # 65 63 CONFIG_TREE_RCU=y 66 64 # CONFIG_TREE_PREEMPT_RCU is not set 65 + # CONFIG_TINY_RCU is not set 67 66 # CONFIG_RCU_TRACE is not set 68 67 CONFIG_RCU_FANOUT=32 69 68 # CONFIG_RCU_FANOUT_EXACT is not set ··· 107 104 CONFIG_SHMEM=y 108 105 CONFIG_AIO=y 109 106 CONFIG_HAVE_PERF_EVENTS=y 107 + CONFIG_PERF_USE_VMALLOC=y 110 108 111 109 # 112 110 # Kernel Performance Events And Counters ··· 125 121 CONFIG_HAVE_KPROBES=y 126 122 CONFIG_HAVE_KRETPROBES=y 127 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 + CONFIG_HAVE_DMA_ATTRS=y 128 125 CONFIG_HAVE_CLK=y 129 126 CONFIG_HAVE_DMA_API_DEBUG=y 130 127 ··· 153 148 # IO Schedulers 154 149 # 155 150 CONFIG_IOSCHED_NOOP=y 156 - # CONFIG_IOSCHED_AS is not set 157 151 # CONFIG_IOSCHED_DEADLINE is not set 158 152 # CONFIG_IOSCHED_CFQ is not set 159 - # CONFIG_DEFAULT_AS is not set 160 153 # CONFIG_DEFAULT_DEADLINE is not set 161 154 # CONFIG_DEFAULT_CFQ is not set 162 155 CONFIG_DEFAULT_NOOP=y 163 156 CONFIG_DEFAULT_IOSCHED="noop" 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 is not set 164 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 165 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 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 is not set 173 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 174 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 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 is not set 182 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 183 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 184 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 185 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 164 186 # CONFIG_FREEZER is not set 165 187 166 188 # ··· 243 211 CONFIG_MEMORY_START=0x08000000 244 212 CONFIG_MEMORY_SIZE=0x08000000 245 213 CONFIG_29BIT=y 214 + # CONFIG_PMB_ENABLE is not set 246 215 # CONFIG_X2TLB is not set 247 216 CONFIG_VSYSCALL=y 248 217 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 268 235 # CONFIG_PHYS_ADDR_T_64BIT is not set 269 236 CONFIG_ZONE_DMA_FLAG=0 270 237 CONFIG_NR_QUICK=2 271 - CONFIG_HAVE_MLOCK=y 272 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 273 238 # CONFIG_KSM is not set 274 239 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 275 240 ··· 301 270 # 302 271 # CONFIG_SH_TIMER_TMU is not set 303 272 CONFIG_SH_TIMER_CMT=y 304 - CONFIG_SH_PCLK_FREQ=33333333 305 273 CONFIG_SH_CLK_CPG=y 306 274 CONFIG_TICK_ONESHOT=y 307 275 CONFIG_NO_HZ=y ··· 564 534 CONFIG_BLK_DEV=y 565 535 # CONFIG_BLK_DEV_COW_COMMON is not set 566 536 # CONFIG_BLK_DEV_LOOP is not set 537 + 538 + # 539 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 540 + # 567 541 # CONFIG_BLK_DEV_NBD is not set 568 542 # CONFIG_BLK_DEV_RAM is not set 569 543 # CONFIG_CDROM_PKTCDVD is not set ··· 596 562 CONFIG_INPUT=y 597 563 # CONFIG_INPUT_FF_MEMLESS is not set 598 564 # CONFIG_INPUT_POLLDEV is not set 565 + # CONFIG_INPUT_SPARSEKMAP is not set 599 566 600 567 # 601 568 # Userland interfaces ··· 703 668 # 704 669 # Miscellaneous I2C Chip support 705 670 # 706 - # CONFIG_DS1682 is not set 707 671 # CONFIG_SENSORS_TSL2550 is not set 708 672 # CONFIG_I2C_DEBUG_CORE is not set 709 673 # CONFIG_I2C_DEBUG_ALGO is not set ··· 757 723 # 758 724 # CONFIG_MFD_CORE is not set 759 725 # CONFIG_MFD_SM501 is not set 726 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 760 727 # CONFIG_HTC_PASIC3 is not set 761 728 # CONFIG_TPS65010 is not set 762 729 # CONFIG_TWL4030_CORE is not set 763 730 # CONFIG_MFD_TMIO is not set 764 731 # CONFIG_PMIC_DA903X is not set 732 + # CONFIG_PMIC_ADP5520 is not set 765 733 # CONFIG_MFD_WM8400 is not set 766 734 # CONFIG_MFD_WM831X is not set 767 735 # CONFIG_MFD_WM8350_I2C is not set 768 736 # CONFIG_MFD_PCF50633 is not set 769 737 # CONFIG_AB3100_CORE is not set 738 + # CONFIG_MFD_88PM8607 is not set 770 739 # CONFIG_REGULATOR is not set 771 740 # CONFIG_MEDIA_SUPPORT is not set 772 741 ··· 884 847 # CONFIG_USB_ETH is not set 885 848 # CONFIG_USB_GADGETFS is not set 886 849 # CONFIG_USB_FILE_STORAGE is not set 850 + # CONFIG_USB_MASS_STORAGE is not set 887 851 # CONFIG_USB_G_SERIAL is not set 888 852 # CONFIG_USB_MIDI_GADGET is not set 889 853 # CONFIG_USB_G_PRINTER is not set 890 - CONFIG_USB_CDC_COMPOSITE=y 854 + CONFIG_USB_CDC_COMPOSITE=m 855 + # CONFIG_USB_G_MULTI is not set 891 856 892 857 # 893 858 # OTG and related infrastructure ··· 914 875 # CONFIG_MMC_SDHCI is not set 915 876 # CONFIG_MMC_AT91 is not set 916 877 # CONFIG_MMC_ATMELMCI is not set 878 + # CONFIG_MMC_TMIO is not set 917 879 # CONFIG_MEMSTICK is not set 918 880 # CONFIG_NEW_LEDS is not set 919 881 # CONFIG_ACCESSIBILITY is not set ··· 946 906 # CONFIG_RTC_DRV_PCF8563 is not set 947 907 # CONFIG_RTC_DRV_PCF8583 is not set 948 908 # CONFIG_RTC_DRV_M41T80 is not set 909 + # CONFIG_RTC_DRV_BQ32K is not set 949 910 # CONFIG_RTC_DRV_S35390A is not set 950 911 # CONFIG_RTC_DRV_FM3130 is not set 951 912 # CONFIG_RTC_DRV_RX8581 is not set ··· 967 926 # CONFIG_RTC_DRV_M48T86 is not set 968 927 # CONFIG_RTC_DRV_M48T35 is not set 969 928 # CONFIG_RTC_DRV_M48T59 is not set 929 + # CONFIG_RTC_DRV_MSM6242 is not set 970 930 # CONFIG_RTC_DRV_BQ4802 is not set 931 + # CONFIG_RTC_DRV_RP5C01 is not set 971 932 # CONFIG_RTC_DRV_V3020 is not set 972 933 973 934 # ··· 996 953 # CONFIG_EXT2_FS is not set 997 954 # CONFIG_EXT3_FS is not set 998 955 # CONFIG_EXT4_FS is not set 956 + CONFIG_EXT4_USE_FOR_EXT23=y 999 957 # CONFIG_REISERFS_FS is not set 1000 958 # CONFIG_JFS_FS is not set 1001 959 # CONFIG_FS_POSIX_ACL is not set ··· 1071 1027 CONFIG_DEBUG_FS=y 1072 1028 # CONFIG_HEADERS_CHECK is not set 1073 1029 # CONFIG_DEBUG_KERNEL is not set 1074 - # CONFIG_DEBUG_BUGVERBOSE is not set 1030 + CONFIG_DEBUG_BUGVERBOSE=y 1075 1031 # CONFIG_DEBUG_MEMORY_INIT is not set 1076 1032 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1077 1033 # CONFIG_LATENCYTOP is not set ··· 1089 1045 # CONFIG_SAMPLES is not set 1090 1046 CONFIG_HAVE_ARCH_KGDB=y 1091 1047 # CONFIG_SH_STANDARD_BIOS is not set 1092 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1093 1048 # CONFIG_DWARF_UNWINDER is not set 1094 1049 1095 1050 # ··· 1097 1054 # CONFIG_KEYS is not set 1098 1055 # CONFIG_SECURITY is not set 1099 1056 # CONFIG_SECURITYFS is not set 1100 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1057 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1058 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1059 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1060 + CONFIG_DEFAULT_SECURITY_DAC=y 1061 + CONFIG_DEFAULT_SECURITY="" 1101 1062 # CONFIG_CRYPTO is not set 1102 1063 # CONFIG_BINARY_PRINTF is not set 1103 1064
+65 -20
arch/sh/configs/landisk_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:05:49 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:35:31 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 62 60 # 63 61 CONFIG_TREE_RCU=y 64 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 65 64 # CONFIG_RCU_TRACE is not set 66 65 CONFIG_RCU_FANOUT=32 67 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 97 94 CONFIG_SHMEM=y 98 95 CONFIG_AIO=y 99 96 CONFIG_HAVE_PERF_EVENTS=y 97 + CONFIG_PERF_USE_VMALLOC=y 100 98 101 99 # 102 100 # Kernel Performance Events And Counters ··· 117 113 CONFIG_HAVE_KPROBES=y 118 114 CONFIG_HAVE_KRETPROBES=y 119 115 CONFIG_HAVE_ARCH_TRACEHOOK=y 116 + CONFIG_HAVE_DMA_ATTRS=y 120 117 CONFIG_HAVE_CLK=y 121 118 CONFIG_HAVE_DMA_API_DEBUG=y 122 119 ··· 144 139 # IO Schedulers 145 140 # 146 141 CONFIG_IOSCHED_NOOP=y 147 - CONFIG_IOSCHED_AS=y 148 142 CONFIG_IOSCHED_DEADLINE=y 149 143 CONFIG_IOSCHED_CFQ=y 150 - CONFIG_DEFAULT_AS=y 151 144 # CONFIG_DEFAULT_DEADLINE is not set 152 - # CONFIG_DEFAULT_CFQ is not set 145 + CONFIG_DEFAULT_CFQ=y 153 146 # CONFIG_DEFAULT_NOOP is not set 154 - CONFIG_DEFAULT_IOSCHED="anticipatory" 147 + CONFIG_DEFAULT_IOSCHED="cfq" 148 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 149 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 150 + # CONFIG_INLINE_SPIN_LOCK is not set 151 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 152 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 153 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 154 + CONFIG_INLINE_SPIN_UNLOCK=y 155 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 156 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 157 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 158 + # CONFIG_INLINE_READ_TRYLOCK is not set 159 + # CONFIG_INLINE_READ_LOCK is not set 160 + # CONFIG_INLINE_READ_LOCK_BH is not set 161 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 162 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 163 + CONFIG_INLINE_READ_UNLOCK=y 164 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 165 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 166 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 167 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 168 + # CONFIG_INLINE_WRITE_LOCK is not set 169 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 170 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 171 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 172 + CONFIG_INLINE_WRITE_UNLOCK=y 173 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 174 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 175 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 176 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 155 177 # CONFIG_FREEZER is not set 156 178 157 179 # ··· 254 222 # CONFIG_PHYS_ADDR_T_64BIT is not set 255 223 CONFIG_ZONE_DMA_FLAG=0 256 224 CONFIG_NR_QUICK=2 257 - CONFIG_HAVE_MLOCK=y 258 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 259 225 # CONFIG_KSM is not set 260 226 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 261 227 ··· 341 311 CONFIG_ZERO_PAGE_OFFSET=0x00001000 342 312 CONFIG_BOOT_LINK_OFFSET=0x00800000 343 313 CONFIG_ENTRY_OFFSET=0x00001000 344 - # CONFIG_UBC_WAKEUP is not set 345 314 # CONFIG_CMDLINE_OVERWRITE is not set 346 315 # CONFIG_CMDLINE_EXTEND is not set 347 316 ··· 348 319 # Bus options 349 320 # 350 321 CONFIG_PCI=y 351 - CONFIG_SH_PCIDMA_NONCOHERENT=y 352 322 # CONFIG_PCIEPORTBUS is not set 353 323 # CONFIG_ARCH_SUPPORTS_MSI is not set 354 324 CONFIG_PCI_LEGACY=y 355 325 # CONFIG_PCI_STUB is not set 356 326 # CONFIG_PCI_IOV is not set 357 327 CONFIG_PCCARD=y 358 - # CONFIG_PCMCIA_DEBUG is not set 359 328 CONFIG_PCMCIA=y 360 329 CONFIG_PCMCIA_LOAD_CIS=y 361 330 CONFIG_PCMCIA_IOCTL=y ··· 488 461 # CONFIG_AF_RXRPC is not set 489 462 CONFIG_WIRELESS=y 490 463 # CONFIG_CFG80211 is not set 491 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 492 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 493 - # CONFIG_WIRELESS_EXT is not set 494 464 # CONFIG_LIB80211 is not set 495 465 496 466 # ··· 522 498 # CONFIG_BLK_DEV_COW_COMMON is not set 523 499 CONFIG_BLK_DEV_LOOP=y 524 500 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 501 + 502 + # 503 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 504 + # 525 505 # CONFIG_BLK_DEV_NBD is not set 526 506 # CONFIG_BLK_DEV_SX8 is not set 527 507 # CONFIG_BLK_DEV_UB is not set ··· 646 618 # CONFIG_ISCSI_TCP is not set 647 619 # CONFIG_SCSI_CXGB3_ISCSI is not set 648 620 # CONFIG_SCSI_BNX2_ISCSI is not set 621 + # CONFIG_BE2ISCSI is not set 649 622 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 623 + # CONFIG_SCSI_HPSA is not set 650 624 # CONFIG_SCSI_3W_9XXX is not set 625 + # CONFIG_SCSI_3W_SAS is not set 651 626 # CONFIG_SCSI_ACARD is not set 652 627 # CONFIG_SCSI_AACRAID is not set 653 628 # CONFIG_SCSI_AIC7XXX is not set ··· 683 652 # CONFIG_SCSI_NSP32 is not set 684 653 # CONFIG_SCSI_DEBUG is not set 685 654 # CONFIG_SCSI_PMCRAID is not set 655 + # CONFIG_SCSI_PM8001 is not set 686 656 # CONFIG_SCSI_SRP is not set 657 + # CONFIG_SCSI_BFA_FC is not set 687 658 # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set 688 659 # CONFIG_SCSI_DH is not set 689 660 # CONFIG_SCSI_OSD_INITIATOR is not set ··· 766 733 # CONFIG_SUNDANCE is not set 767 734 # CONFIG_TLAN is not set 768 735 # CONFIG_KS8842 is not set 736 + # CONFIG_KS8851_MLL is not set 769 737 # CONFIG_VIA_RHINE is not set 770 738 # CONFIG_SC92031 is not set 771 739 # CONFIG_ATL2 is not set ··· 815 781 # CONFIG_BE2NET is not set 816 782 # CONFIG_TR is not set 817 783 CONFIG_WLAN=y 818 - # CONFIG_WLAN_PRE80211 is not set 819 - # CONFIG_WLAN_80211 is not set 784 + # CONFIG_PCMCIA_RAYCS is not set 785 + # CONFIG_ATMEL is not set 786 + # CONFIG_AIRO_CS is not set 787 + # CONFIG_PCMCIA_WL3501 is not set 788 + # CONFIG_PRISM54 is not set 789 + # CONFIG_USB_ZD1201 is not set 790 + # CONFIG_HOSTAP is not set 820 791 821 792 # 822 793 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 845 806 # CONFIG_NETCONSOLE is not set 846 807 # CONFIG_NETPOLL is not set 847 808 # CONFIG_NET_POLL_CONTROLLER is not set 809 + # CONFIG_VMXNET3 is not set 848 810 # CONFIG_ISDN is not set 849 811 # CONFIG_PHONE is not set 850 812 ··· 855 815 CONFIG_INPUT=y 856 816 CONFIG_INPUT_FF_MEMLESS=m 857 817 # CONFIG_INPUT_POLLDEV is not set 818 + # CONFIG_INPUT_SPARSEKMAP is not set 858 819 859 820 # 860 821 # Userland interfaces ··· 974 933 # 975 934 # CONFIG_MFD_CORE is not set 976 935 # CONFIG_MFD_SM501 is not set 936 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 977 937 # CONFIG_HTC_PASIC3 is not set 978 938 # CONFIG_MFD_TMIO is not set 979 939 # CONFIG_REGULATOR is not set ··· 1413 1371 # CONFIG_DEBUG_FS is not set 1414 1372 # CONFIG_HEADERS_CHECK is not set 1415 1373 # CONFIG_DEBUG_KERNEL is not set 1416 - # CONFIG_DEBUG_BUGVERBOSE is not set 1374 + CONFIG_DEBUG_BUGVERBOSE=y 1417 1375 # CONFIG_DEBUG_MEMORY_INIT is not set 1418 1376 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1419 1377 # CONFIG_LATENCYTOP is not set 1378 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1420 1379 CONFIG_HAVE_FUNCTION_TRACER=y 1421 1380 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1422 1381 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 1430 1387 # CONFIG_SAMPLES is not set 1431 1388 CONFIG_HAVE_ARCH_KGDB=y 1432 1389 CONFIG_SH_STANDARD_BIOS=y 1433 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1434 - # CONFIG_EARLY_PRINTK is not set 1435 1390 # CONFIG_DWARF_UNWINDER is not set 1436 1391 1437 1392 # ··· 1438 1397 # CONFIG_KEYS is not set 1439 1398 # CONFIG_SECURITY is not set 1440 1399 # CONFIG_SECURITYFS is not set 1441 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1400 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1401 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1402 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1403 + CONFIG_DEFAULT_SECURITY_DAC=y 1404 + CONFIG_DEFAULT_SECURITY="" 1442 1405 CONFIG_CRYPTO=y 1443 1406 1444 1407 #
+68 -21
arch/sh/configs/lboxre2_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:09:59 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:37:01 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 62 60 # 63 61 CONFIG_TREE_RCU=y 64 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 65 64 # CONFIG_RCU_TRACE is not set 66 65 CONFIG_RCU_FANOUT=32 67 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 97 94 CONFIG_SHMEM=y 98 95 CONFIG_AIO=y 99 96 CONFIG_HAVE_PERF_EVENTS=y 97 + CONFIG_PERF_USE_VMALLOC=y 100 98 101 99 # 102 100 # Kernel Performance Events And Counters ··· 117 113 CONFIG_HAVE_KPROBES=y 118 114 CONFIG_HAVE_KRETPROBES=y 119 115 CONFIG_HAVE_ARCH_TRACEHOOK=y 116 + CONFIG_HAVE_DMA_ATTRS=y 120 117 CONFIG_HAVE_CLK=y 121 118 CONFIG_HAVE_DMA_API_DEBUG=y 122 119 ··· 144 139 # IO Schedulers 145 140 # 146 141 CONFIG_IOSCHED_NOOP=y 147 - CONFIG_IOSCHED_AS=y 148 142 CONFIG_IOSCHED_DEADLINE=y 149 143 CONFIG_IOSCHED_CFQ=y 150 - CONFIG_DEFAULT_AS=y 151 144 # CONFIG_DEFAULT_DEADLINE is not set 152 - # CONFIG_DEFAULT_CFQ is not set 145 + CONFIG_DEFAULT_CFQ=y 153 146 # CONFIG_DEFAULT_NOOP is not set 154 - CONFIG_DEFAULT_IOSCHED="anticipatory" 147 + CONFIG_DEFAULT_IOSCHED="cfq" 148 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 149 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 150 + # CONFIG_INLINE_SPIN_LOCK is not set 151 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 152 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 153 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 154 + CONFIG_INLINE_SPIN_UNLOCK=y 155 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 156 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 157 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 158 + # CONFIG_INLINE_READ_TRYLOCK is not set 159 + # CONFIG_INLINE_READ_LOCK is not set 160 + # CONFIG_INLINE_READ_LOCK_BH is not set 161 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 162 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 163 + CONFIG_INLINE_READ_UNLOCK=y 164 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 165 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 166 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 167 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 168 + # CONFIG_INLINE_WRITE_LOCK is not set 169 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 170 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 171 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 172 + CONFIG_INLINE_WRITE_UNLOCK=y 173 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 174 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 175 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 176 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 155 177 # CONFIG_FREEZER is not set 156 178 157 179 # ··· 254 222 # CONFIG_PHYS_ADDR_T_64BIT is not set 255 223 CONFIG_ZONE_DMA_FLAG=0 256 224 CONFIG_NR_QUICK=2 257 - CONFIG_HAVE_MLOCK=y 258 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 259 225 # CONFIG_KSM is not set 260 226 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 261 227 ··· 341 311 CONFIG_ZERO_PAGE_OFFSET=0x00001000 342 312 CONFIG_BOOT_LINK_OFFSET=0x00800000 343 313 CONFIG_ENTRY_OFFSET=0x00001000 344 - # CONFIG_UBC_WAKEUP is not set 345 314 CONFIG_CMDLINE_OVERWRITE=y 346 315 # CONFIG_CMDLINE_EXTEND is not set 347 316 CONFIG_CMDLINE="console=ttySC1,115200 root=/dev/sda1" ··· 349 320 # Bus options 350 321 # 351 322 CONFIG_PCI=y 352 - CONFIG_SH_PCIDMA_NONCOHERENT=y 353 323 # CONFIG_PCIEPORTBUS is not set 354 324 # CONFIG_ARCH_SUPPORTS_MSI is not set 355 325 CONFIG_PCI_LEGACY=y 356 326 # CONFIG_PCI_STUB is not set 357 327 # CONFIG_PCI_IOV is not set 358 328 CONFIG_PCCARD=y 359 - CONFIG_PCMCIA_DEBUG=y 360 329 CONFIG_PCMCIA=y 361 330 CONFIG_PCMCIA_LOAD_CIS=y 362 331 CONFIG_PCMCIA_IOCTL=y ··· 486 459 # CONFIG_AF_RXRPC is not set 487 460 CONFIG_WIRELESS=y 488 461 # CONFIG_CFG80211 is not set 489 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 490 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 491 - # CONFIG_WIRELESS_EXT is not set 492 462 # CONFIG_LIB80211 is not set 493 463 494 464 # ··· 520 496 # CONFIG_BLK_DEV_COW_COMMON is not set 521 497 CONFIG_BLK_DEV_LOOP=y 522 498 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 499 + 500 + # 501 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 502 + # 523 503 # CONFIG_BLK_DEV_NBD is not set 524 504 # CONFIG_BLK_DEV_SX8 is not set 525 505 CONFIG_BLK_DEV_RAM=y ··· 586 558 # CONFIG_ISCSI_TCP is not set 587 559 # CONFIG_SCSI_CXGB3_ISCSI is not set 588 560 # CONFIG_SCSI_BNX2_ISCSI is not set 561 + # CONFIG_BE2ISCSI is not set 589 562 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 563 + # CONFIG_SCSI_HPSA is not set 590 564 # CONFIG_SCSI_3W_9XXX is not set 565 + # CONFIG_SCSI_3W_SAS is not set 591 566 # CONFIG_SCSI_ACARD is not set 592 567 # CONFIG_SCSI_AACRAID is not set 593 568 # CONFIG_SCSI_AIC7XXX is not set ··· 624 593 # CONFIG_SCSI_NSP32 is not set 625 594 # CONFIG_SCSI_DEBUG is not set 626 595 # CONFIG_SCSI_PMCRAID is not set 596 + # CONFIG_SCSI_PM8001 is not set 627 597 # CONFIG_SCSI_SRP is not set 598 + # CONFIG_SCSI_BFA_FC is not set 628 599 # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set 629 600 # CONFIG_SCSI_DH is not set 630 601 # CONFIG_SCSI_OSD_INITIATOR is not set ··· 681 648 # CONFIG_PATA_OPTI is not set 682 649 # CONFIG_PATA_OPTIDMA is not set 683 650 # CONFIG_PATA_PCMCIA is not set 651 + # CONFIG_PATA_PDC2027X is not set 684 652 # CONFIG_PATA_PDC_OLD is not set 685 653 # CONFIG_PATA_RADISYS is not set 686 654 # CONFIG_PATA_RDC is not set 687 655 # CONFIG_PATA_RZ1000 is not set 688 656 # CONFIG_PATA_SC1200 is not set 689 657 # CONFIG_PATA_SERVERWORKS is not set 690 - # CONFIG_PATA_PDC2027X is not set 691 658 # CONFIG_PATA_SIL680 is not set 692 659 # CONFIG_PATA_SIS is not set 660 + # CONFIG_PATA_TOSHIBA is not set 693 661 # CONFIG_PATA_VIA is not set 694 662 # CONFIG_PATA_WINBOND is not set 695 663 CONFIG_PATA_PLATFORM=y ··· 766 732 # CONFIG_SUNDANCE is not set 767 733 # CONFIG_TLAN is not set 768 734 # CONFIG_KS8842 is not set 735 + # CONFIG_KS8851_MLL is not set 769 736 # CONFIG_VIA_RHINE is not set 770 737 # CONFIG_SC92031 is not set 771 738 # CONFIG_ATL2 is not set ··· 815 780 # CONFIG_BE2NET is not set 816 781 # CONFIG_TR is not set 817 782 CONFIG_WLAN=y 818 - # CONFIG_WLAN_PRE80211 is not set 819 - # CONFIG_WLAN_80211 is not set 783 + # CONFIG_PCMCIA_RAYCS is not set 784 + # CONFIG_ATMEL is not set 785 + # CONFIG_AIRO_CS is not set 786 + # CONFIG_PCMCIA_WL3501 is not set 787 + # CONFIG_PRISM54 is not set 788 + # CONFIG_HOSTAP is not set 820 789 821 790 # 822 791 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 843 804 # CONFIG_NETCONSOLE is not set 844 805 # CONFIG_NETPOLL is not set 845 806 # CONFIG_NET_POLL_CONTROLLER is not set 807 + # CONFIG_VMXNET3 is not set 846 808 # CONFIG_ISDN is not set 847 809 # CONFIG_PHONE is not set 848 810 ··· 853 813 CONFIG_INPUT=y 854 814 # CONFIG_INPUT_FF_MEMLESS is not set 855 815 # CONFIG_INPUT_POLLDEV is not set 816 + # CONFIG_INPUT_SPARSEKMAP is not set 856 817 857 818 # 858 819 # Userland interfaces ··· 972 931 # 973 932 # CONFIG_MFD_CORE is not set 974 933 # CONFIG_MFD_SM501 is not set 934 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 975 935 # CONFIG_HTC_PASIC3 is not set 976 936 # CONFIG_MFD_TMIO is not set 977 937 # CONFIG_REGULATOR is not set ··· 1062 1020 # CONFIG_RTC_DRV_M48T86 is not set 1063 1021 # CONFIG_RTC_DRV_M48T35 is not set 1064 1022 # CONFIG_RTC_DRV_M48T59 is not set 1023 + # CONFIG_RTC_DRV_MSM6242 is not set 1065 1024 # CONFIG_RTC_DRV_BQ4802 is not set 1025 + # CONFIG_RTC_DRV_RP5C01 is not set 1066 1026 # CONFIG_RTC_DRV_V3020 is not set 1067 1027 1068 1028 # ··· 1239 1195 # CONFIG_DEBUG_FS is not set 1240 1196 # CONFIG_HEADERS_CHECK is not set 1241 1197 # CONFIG_DEBUG_KERNEL is not set 1242 - # CONFIG_DEBUG_BUGVERBOSE is not set 1198 + CONFIG_DEBUG_BUGVERBOSE=y 1243 1199 # CONFIG_DEBUG_MEMORY_INIT is not set 1244 1200 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1245 1201 # CONFIG_LATENCYTOP is not set 1202 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1246 1203 CONFIG_HAVE_FUNCTION_TRACER=y 1247 1204 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1248 1205 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 1256 1211 # CONFIG_SAMPLES is not set 1257 1212 CONFIG_HAVE_ARCH_KGDB=y 1258 1213 CONFIG_SH_STANDARD_BIOS=y 1259 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1260 - # CONFIG_EARLY_PRINTK is not set 1261 1214 # CONFIG_DWARF_UNWINDER is not set 1262 1215 1263 1216 # ··· 1264 1221 # CONFIG_KEYS is not set 1265 1222 # CONFIG_SECURITY is not set 1266 1223 # CONFIG_SECURITYFS is not set 1267 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1224 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1225 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1226 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1227 + CONFIG_DEFAULT_SECURITY_DAC=y 1228 + CONFIG_DEFAULT_SECURITY="" 1268 1229 CONFIG_CRYPTO=y 1269 1230 1270 1231 #
+52 -17
arch/sh/configs/magicpanelr2_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:10:49 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:37:42 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 30 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 33 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 35 CONFIG_CONSTRUCTORS=y 35 36 ··· 64 63 # 65 64 CONFIG_TREE_RCU=y 66 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 67 67 # CONFIG_RCU_TRACE is not set 68 68 CONFIG_RCU_FANOUT=32 69 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 104 102 CONFIG_SHMEM=y 105 103 CONFIG_AIO=y 106 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 107 106 108 107 # 109 108 # Kernel Performance Events And Counters ··· 123 120 CONFIG_HAVE_KPROBES=y 124 121 CONFIG_HAVE_KRETPROBES=y 125 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 + CONFIG_HAVE_DMA_ATTRS=y 126 124 CONFIG_HAVE_CLK=y 127 125 CONFIG_HAVE_DMA_API_DEBUG=y 128 126 ··· 150 146 # IO Schedulers 151 147 # 152 148 CONFIG_IOSCHED_NOOP=y 153 - # CONFIG_IOSCHED_AS is not set 154 149 # CONFIG_IOSCHED_DEADLINE is not set 155 150 # CONFIG_IOSCHED_CFQ is not set 156 - # CONFIG_DEFAULT_AS is not set 157 151 # CONFIG_DEFAULT_DEADLINE is not set 158 152 # CONFIG_DEFAULT_CFQ is not set 159 153 CONFIG_DEFAULT_NOOP=y 160 154 CONFIG_DEFAULT_IOSCHED="noop" 155 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 156 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 157 + # CONFIG_INLINE_SPIN_LOCK is not set 158 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 159 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 160 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 161 + CONFIG_INLINE_SPIN_UNLOCK=y 162 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 163 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 164 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 165 + # CONFIG_INLINE_READ_TRYLOCK is not set 166 + # CONFIG_INLINE_READ_LOCK is not set 167 + # CONFIG_INLINE_READ_LOCK_BH is not set 168 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 169 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 170 + CONFIG_INLINE_READ_UNLOCK=y 171 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 172 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 173 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 174 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 175 + # CONFIG_INLINE_WRITE_LOCK is not set 176 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 177 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 178 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 179 + CONFIG_INLINE_WRITE_UNLOCK=y 180 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 181 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 182 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 183 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 161 184 # CONFIG_FREEZER is not set 162 185 163 186 # ··· 260 229 # CONFIG_PHYS_ADDR_T_64BIT is not set 261 230 CONFIG_ZONE_DMA_FLAG=0 262 231 CONFIG_NR_QUICK=2 263 - CONFIG_HAVE_MLOCK=y 264 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 265 232 # CONFIG_KSM is not set 266 233 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 267 234 ··· 312 283 # 313 284 # DMA support 314 285 # 315 - CONFIG_SH_DMA_API=y 316 286 CONFIG_SH_DMA=y 287 + CONFIG_SH_DMA_API=y 317 288 CONFIG_NR_ONCHIP_DMA_CHANNELS=6 318 289 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 319 290 ··· 445 416 # CONFIG_AF_RXRPC is not set 446 417 CONFIG_WIRELESS=y 447 418 # CONFIG_CFG80211 is not set 448 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 449 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 450 - # CONFIG_WIRELESS_EXT is not set 451 419 # CONFIG_LIB80211 is not set 452 420 453 421 # ··· 560 534 CONFIG_BLK_DEV=y 561 535 # CONFIG_BLK_DEV_COW_COMMON is not set 562 536 # CONFIG_BLK_DEV_LOOP is not set 537 + 538 + # 539 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 540 + # 563 541 # CONFIG_BLK_DEV_NBD is not set 564 542 CONFIG_BLK_DEV_RAM=y 565 543 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 637 607 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 638 608 # CONFIG_B44 is not set 639 609 # CONFIG_KS8842 is not set 610 + # CONFIG_KS8851_MLL is not set 640 611 # CONFIG_NETDEV_1000 is not set 641 612 # CONFIG_NETDEV_10000 is not set 642 613 CONFIG_WLAN=y 643 - # CONFIG_WLAN_PRE80211 is not set 644 - # CONFIG_WLAN_80211 is not set 614 + # CONFIG_HOSTAP is not set 645 615 646 616 # 647 617 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 661 631 CONFIG_INPUT=y 662 632 # CONFIG_INPUT_FF_MEMLESS is not set 663 633 # CONFIG_INPUT_POLLDEV is not set 634 + # CONFIG_INPUT_SPARSEKMAP is not set 664 635 665 636 # 666 637 # Userland interfaces ··· 706 675 CONFIG_SERIO_SERPORT=y 707 676 CONFIG_SERIO_LIBPS2=y 708 677 # CONFIG_SERIO_RAW is not set 678 + # CONFIG_SERIO_ALTERA_PS2 is not set 709 679 # CONFIG_GAMEPORT is not set 710 680 711 681 # ··· 798 766 # 799 767 # CONFIG_MFD_CORE is not set 800 768 # CONFIG_MFD_SM501 is not set 769 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 801 770 # CONFIG_HTC_PASIC3 is not set 802 771 # CONFIG_MFD_TMIO is not set 803 772 # CONFIG_REGULATOR is not set ··· 857 824 # CONFIG_RTC_DRV_M48T86 is not set 858 825 # CONFIG_RTC_DRV_M48T35 is not set 859 826 # CONFIG_RTC_DRV_M48T59 is not set 827 + # CONFIG_RTC_DRV_MSM6242 is not set 860 828 # CONFIG_RTC_DRV_BQ4802 is not set 829 + # CONFIG_RTC_DRV_RP5C01 is not set 861 830 # CONFIG_RTC_DRV_V3020 is not set 862 831 863 832 # ··· 933 898 CONFIG_SYSFS=y 934 899 CONFIG_TMPFS=y 935 900 # CONFIG_TMPFS_POSIX_ACL is not set 936 - # CONFIG_HUGETLBFS is not set 937 901 # CONFIG_HUGETLB_PAGE is not set 938 902 # CONFIG_CONFIGFS_FS is not set 939 903 CONFIG_MISC_FILESYSTEMS=y ··· 1106 1072 CONFIG_HAVE_ARCH_KGDB=y 1107 1073 # CONFIG_KGDB is not set 1108 1074 # CONFIG_SH_STANDARD_BIOS is not set 1109 - CONFIG_EARLY_SCIF_CONSOLE=y 1110 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xa4430000 1111 - CONFIG_EARLY_PRINTK=y 1112 1075 # CONFIG_STACK_DEBUG is not set 1113 1076 # CONFIG_DEBUG_STACK_USAGE is not set 1114 1077 # CONFIG_4KSTACKS is not set ··· 1119 1088 # CONFIG_KEYS is not set 1120 1089 # CONFIG_SECURITY is not set 1121 1090 # CONFIG_SECURITYFS is not set 1122 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1091 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1092 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1093 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1094 + CONFIG_DEFAULT_SECURITY_DAC=y 1095 + CONFIG_DEFAULT_SECURITY="" 1123 1096 # CONFIG_CRYPTO is not set 1124 1097 # CONFIG_BINARY_PRINTF is not set 1125 1098
+53 -18
arch/sh/configs/microdev_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:14:35 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:40:41 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 62 60 # 63 61 CONFIG_TREE_RCU=y 64 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 65 64 # CONFIG_RCU_TRACE is not set 66 65 CONFIG_RCU_FANOUT=32 67 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 101 98 CONFIG_SHMEM=y 102 99 CONFIG_AIO=y 103 100 CONFIG_HAVE_PERF_EVENTS=y 101 + CONFIG_PERF_USE_VMALLOC=y 104 102 105 103 # 106 104 # Kernel Performance Events And Counters ··· 119 115 CONFIG_HAVE_KPROBES=y 120 116 CONFIG_HAVE_KRETPROBES=y 121 117 CONFIG_HAVE_ARCH_TRACEHOOK=y 118 + CONFIG_HAVE_DMA_ATTRS=y 122 119 CONFIG_HAVE_CLK=y 123 120 CONFIG_HAVE_DMA_API_DEBUG=y 124 121 ··· 141 136 # IO Schedulers 142 137 # 143 138 CONFIG_IOSCHED_NOOP=y 144 - CONFIG_IOSCHED_AS=y 145 139 CONFIG_IOSCHED_DEADLINE=y 146 140 CONFIG_IOSCHED_CFQ=y 147 - CONFIG_DEFAULT_AS=y 148 141 # CONFIG_DEFAULT_DEADLINE is not set 149 - # CONFIG_DEFAULT_CFQ is not set 142 + CONFIG_DEFAULT_CFQ=y 150 143 # CONFIG_DEFAULT_NOOP is not set 151 - CONFIG_DEFAULT_IOSCHED="anticipatory" 144 + CONFIG_DEFAULT_IOSCHED="cfq" 145 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 146 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 147 + # CONFIG_INLINE_SPIN_LOCK is not set 148 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 150 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 151 + # CONFIG_INLINE_SPIN_UNLOCK is not set 152 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 154 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 155 + # CONFIG_INLINE_READ_TRYLOCK is not set 156 + # CONFIG_INLINE_READ_LOCK is not set 157 + # CONFIG_INLINE_READ_LOCK_BH is not set 158 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 159 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 160 + # CONFIG_INLINE_READ_UNLOCK is not set 161 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 162 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 163 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 164 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 165 + # CONFIG_INLINE_WRITE_LOCK is not set 166 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 167 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 168 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 169 + # CONFIG_INLINE_WRITE_UNLOCK is not set 170 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 171 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 172 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 173 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 152 174 # CONFIG_FREEZER is not set 153 175 154 176 # ··· 257 225 # CONFIG_PHYS_ADDR_T_64BIT is not set 258 226 CONFIG_ZONE_DMA_FLAG=0 259 227 CONFIG_NR_QUICK=2 260 - CONFIG_HAVE_MLOCK=y 261 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 262 228 # CONFIG_KSM is not set 263 229 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 264 230 ··· 302 272 # 303 273 # DMA support 304 274 # 305 - CONFIG_SH_DMA_API=y 306 275 CONFIG_SH_DMA=y 276 + CONFIG_SH_DMA_API=y 307 277 CONFIG_NR_ONCHIP_DMA_CHANNELS=6 308 278 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 309 279 ··· 342 312 CONFIG_ZERO_PAGE_OFFSET=0x00001000 343 313 CONFIG_BOOT_LINK_OFFSET=0x00800000 344 314 CONFIG_ENTRY_OFFSET=0x00001000 345 - # CONFIG_UBC_WAKEUP is not set 346 315 CONFIG_CMDLINE_OVERWRITE=y 347 316 # CONFIG_CMDLINE_EXTEND is not set 348 317 CONFIG_CMDLINE="console=ttySC0,115200 root=/dev/hda1" ··· 441 412 # CONFIG_AF_RXRPC is not set 442 413 CONFIG_WIRELESS=y 443 414 # CONFIG_CFG80211 is not set 444 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 445 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 446 - # CONFIG_WIRELESS_EXT is not set 447 415 # CONFIG_LIB80211 is not set 448 416 449 417 # ··· 469 443 CONFIG_BLK_DEV=y 470 444 # CONFIG_BLK_DEV_COW_COMMON is not set 471 445 # CONFIG_BLK_DEV_LOOP is not set 446 + 447 + # 448 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 449 + # 472 450 # CONFIG_BLK_DEV_NBD is not set 473 451 CONFIG_BLK_DEV_RAM=y 474 452 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 547 517 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 548 518 # CONFIG_B44 is not set 549 519 # CONFIG_KS8842 is not set 520 + # CONFIG_KS8851_MLL is not set 550 521 CONFIG_NETDEV_1000=y 551 522 CONFIG_NETDEV_10000=y 552 523 CONFIG_WLAN=y 553 - # CONFIG_WLAN_PRE80211 is not set 554 - # CONFIG_WLAN_80211 is not set 524 + # CONFIG_HOSTAP is not set 555 525 556 526 # 557 527 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 646 616 # 647 617 # CONFIG_MFD_CORE is not set 648 618 # CONFIG_MFD_SM501 is not set 619 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 649 620 # CONFIG_HTC_PASIC3 is not set 650 621 # CONFIG_MFD_TMIO is not set 651 622 # CONFIG_REGULATOR is not set ··· 866 835 # CONFIG_DEBUG_FS is not set 867 836 # CONFIG_HEADERS_CHECK is not set 868 837 # CONFIG_DEBUG_KERNEL is not set 869 - # CONFIG_DEBUG_BUGVERBOSE is not set 838 + CONFIG_DEBUG_BUGVERBOSE=y 870 839 # CONFIG_DEBUG_MEMORY_INIT is not set 871 840 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 872 841 # CONFIG_LATENCYTOP is not set 842 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 873 843 CONFIG_HAVE_FUNCTION_TRACER=y 874 844 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 875 845 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 883 851 # CONFIG_SAMPLES is not set 884 852 CONFIG_HAVE_ARCH_KGDB=y 885 853 # CONFIG_SH_STANDARD_BIOS is not set 886 - # CONFIG_EARLY_SCIF_CONSOLE is not set 887 854 # CONFIG_DWARF_UNWINDER is not set 888 855 889 856 # ··· 891 860 # CONFIG_KEYS is not set 892 861 # CONFIG_SECURITY is not set 893 862 # CONFIG_SECURITYFS is not set 894 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 863 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 864 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 865 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 866 + CONFIG_DEFAULT_SECURITY_DAC=y 867 + CONFIG_DEFAULT_SECURITY="" 895 868 CONFIG_CRYPTO=y 896 869 897 870 #
+70 -22
arch/sh/configs/migor_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:17:41 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:41:41 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_NUMA=y 24 25 CONFIG_SYS_SUPPORTS_CMT=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 63 61 # 64 62 CONFIG_TREE_RCU=y 65 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 66 65 # CONFIG_RCU_TRACE is not set 67 66 CONFIG_RCU_FANOUT=32 68 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 103 100 CONFIG_SHMEM=y 104 101 CONFIG_AIO=y 105 102 CONFIG_HAVE_PERF_EVENTS=y 103 + CONFIG_PERF_USE_VMALLOC=y 106 104 107 105 # 108 106 # Kernel Performance Events And Counters ··· 125 121 CONFIG_HAVE_KPROBES=y 126 122 CONFIG_HAVE_KRETPROBES=y 127 123 CONFIG_HAVE_ARCH_TRACEHOOK=y 124 + CONFIG_HAVE_DMA_ATTRS=y 128 125 CONFIG_HAVE_CLK=y 129 126 CONFIG_HAVE_DMA_API_DEBUG=y 130 127 ··· 152 147 # IO Schedulers 153 148 # 154 149 CONFIG_IOSCHED_NOOP=y 155 - CONFIG_IOSCHED_AS=y 156 150 CONFIG_IOSCHED_DEADLINE=y 157 151 CONFIG_IOSCHED_CFQ=y 158 - CONFIG_DEFAULT_AS=y 159 152 # CONFIG_DEFAULT_DEADLINE is not set 160 - # CONFIG_DEFAULT_CFQ is not set 153 + CONFIG_DEFAULT_CFQ=y 161 154 # CONFIG_DEFAULT_NOOP is not set 162 - CONFIG_DEFAULT_IOSCHED="anticipatory" 155 + CONFIG_DEFAULT_IOSCHED="cfq" 156 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 157 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 158 + # CONFIG_INLINE_SPIN_LOCK is not set 159 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 161 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 162 + CONFIG_INLINE_SPIN_UNLOCK=y 163 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 164 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 165 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 166 + # CONFIG_INLINE_READ_TRYLOCK is not set 167 + # CONFIG_INLINE_READ_LOCK is not set 168 + # CONFIG_INLINE_READ_LOCK_BH is not set 169 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 170 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 171 + CONFIG_INLINE_READ_UNLOCK=y 172 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 173 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 174 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 175 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 176 + # CONFIG_INLINE_WRITE_LOCK is not set 177 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 178 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 179 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 180 + CONFIG_INLINE_WRITE_UNLOCK=y 181 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 182 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 183 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 184 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 163 185 CONFIG_FREEZER=y 164 186 165 187 # ··· 272 240 # CONFIG_PHYS_ADDR_T_64BIT is not set 273 241 CONFIG_ZONE_DMA_FLAG=0 274 242 CONFIG_NR_QUICK=2 275 - CONFIG_HAVE_MLOCK=y 276 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 277 243 # CONFIG_KSM is not set 278 244 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 279 245 ··· 307 277 # 308 278 CONFIG_SH_TIMER_TMU=y 309 279 # CONFIG_SH_TIMER_CMT is not set 310 - CONFIG_SH_PCLK_FREQ=33333333 311 280 CONFIG_SH_CLK_CPG=y 312 281 # CONFIG_NO_HZ is not set 313 282 # CONFIG_HIGH_RES_TIMERS is not set ··· 462 433 # CONFIG_AF_RXRPC is not set 463 434 CONFIG_WIRELESS=y 464 435 # CONFIG_CFG80211 is not set 465 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 466 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 467 - CONFIG_WIRELESS_EXT=y 468 - CONFIG_WIRELESS_EXT_SYSFS=y 469 436 # CONFIG_LIB80211 is not set 470 437 471 438 # ··· 579 554 CONFIG_BLK_DEV=y 580 555 # CONFIG_BLK_DEV_COW_COMMON is not set 581 556 # CONFIG_BLK_DEV_LOOP is not set 557 + 558 + # 559 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 560 + # 582 561 # CONFIG_BLK_DEV_NBD is not set 583 562 CONFIG_BLK_DEV_RAM=y 584 563 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 592 563 # CONFIG_ATA_OVER_ETH is not set 593 564 # CONFIG_BLK_DEV_HD is not set 594 565 CONFIG_MISC_DEVICES=y 566 + # CONFIG_AD525X_DPOT is not set 595 567 # CONFIG_ICS932S401 is not set 596 568 # CONFIG_ENCLOSURE_SERVICES is not set 597 569 # CONFIG_ISL29003 is not set 570 + # CONFIG_DS1682 is not set 598 571 # CONFIG_C2PORT is not set 599 572 600 573 # ··· 677 646 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 678 647 # CONFIG_B44 is not set 679 648 # CONFIG_KS8842 is not set 649 + # CONFIG_KS8851_MLL is not set 680 650 # CONFIG_NETDEV_1000 is not set 681 651 # CONFIG_NETDEV_10000 is not set 682 652 CONFIG_WLAN=y 683 - # CONFIG_WLAN_PRE80211 is not set 684 - # CONFIG_WLAN_80211 is not set 653 + # CONFIG_HOSTAP is not set 685 654 686 655 # 687 656 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 701 670 CONFIG_INPUT=y 702 671 # CONFIG_INPUT_FF_MEMLESS is not set 703 672 # CONFIG_INPUT_POLLDEV is not set 673 + # CONFIG_INPUT_SPARSEKMAP is not set 704 674 705 675 # 706 676 # Userland interfaces ··· 808 776 # 809 777 # Miscellaneous I2C Chip support 810 778 # 811 - # CONFIG_DS1682 is not set 812 779 # CONFIG_SENSORS_TSL2550 is not set 813 780 # CONFIG_I2C_DEBUG_CORE is not set 814 781 # CONFIG_I2C_DEBUG_ALGO is not set ··· 862 831 # 863 832 # CONFIG_MFD_CORE is not set 864 833 # CONFIG_MFD_SM501 is not set 834 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 865 835 # CONFIG_HTC_PASIC3 is not set 866 836 # CONFIG_TPS65010 is not set 867 837 # CONFIG_TWL4030_CORE is not set 868 838 # CONFIG_MFD_TMIO is not set 869 839 # CONFIG_PMIC_DA903X is not set 840 + # CONFIG_PMIC_ADP5520 is not set 870 841 # CONFIG_MFD_WM8400 is not set 871 842 # CONFIG_MFD_WM831X is not set 872 843 # CONFIG_MFD_WM8350_I2C is not set 873 844 # CONFIG_MFD_PCF50633 is not set 874 845 # CONFIG_AB3100_CORE is not set 846 + # CONFIG_MFD_88PM8607 is not set 875 847 # CONFIG_REGULATOR is not set 876 848 CONFIG_MEDIA_SUPPORT=y 877 849 ··· 891 857 # 892 858 # Multimedia drivers 893 859 # 860 + CONFIG_IR_CORE=y 861 + CONFIG_VIDEO_IR=y 894 862 # CONFIG_MEDIA_ATTACH is not set 895 863 CONFIG_MEDIA_TUNER=y 896 864 # CONFIG_MEDIA_TUNER_CUSTOMISE is not set ··· 912 876 # CONFIG_VIDEO_ADV_DEBUG is not set 913 877 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set 914 878 CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 879 + CONFIG_VIDEO_IR_I2C=y 915 880 # CONFIG_VIDEO_VIVI is not set 916 881 # CONFIG_VIDEO_SAA5246A is not set 917 882 # CONFIG_VIDEO_SAA5249 is not set ··· 920 883 # CONFIG_SOC_CAMERA_MT9M001 is not set 921 884 # CONFIG_SOC_CAMERA_MT9M111 is not set 922 885 # CONFIG_SOC_CAMERA_MT9T031 is not set 886 + # CONFIG_SOC_CAMERA_MT9T112 is not set 923 887 # CONFIG_SOC_CAMERA_MT9V022 is not set 888 + # CONFIG_SOC_CAMERA_RJ54N1 is not set 924 889 CONFIG_SOC_CAMERA_TW9910=y 925 890 # CONFIG_SOC_CAMERA_PLATFORM is not set 926 891 CONFIG_SOC_CAMERA_OV772X=y 892 + # CONFIG_SOC_CAMERA_OV9640 is not set 927 893 CONFIG_VIDEO_SH_MOBILE_CEU=y 928 894 # CONFIG_RADIO_ADAPTERS is not set 929 895 # CONFIG_DAB is not set ··· 1049 1009 # CONFIG_USB_ETH is not set 1050 1010 # CONFIG_USB_GADGETFS is not set 1051 1011 # CONFIG_USB_FILE_STORAGE is not set 1052 - CONFIG_USB_G_SERIAL=y 1012 + # CONFIG_USB_MASS_STORAGE is not set 1013 + CONFIG_USB_G_SERIAL=m 1053 1014 # CONFIG_USB_MIDI_GADGET is not set 1054 1015 # CONFIG_USB_G_PRINTER is not set 1055 1016 # CONFIG_USB_CDC_COMPOSITE is not set 1017 + # CONFIG_USB_G_MULTI is not set 1056 1018 1057 1019 # 1058 1020 # OTG and related infrastructure ··· 1093 1051 # CONFIG_RTC_DRV_PCF8563 is not set 1094 1052 # CONFIG_RTC_DRV_PCF8583 is not set 1095 1053 # CONFIG_RTC_DRV_M41T80 is not set 1054 + # CONFIG_RTC_DRV_BQ32K is not set 1096 1055 # CONFIG_RTC_DRV_S35390A is not set 1097 1056 # CONFIG_RTC_DRV_FM3130 is not set 1098 1057 # CONFIG_RTC_DRV_RX8581 is not set ··· 1114 1071 # CONFIG_RTC_DRV_M48T86 is not set 1115 1072 # CONFIG_RTC_DRV_M48T35 is not set 1116 1073 # CONFIG_RTC_DRV_M48T59 is not set 1074 + # CONFIG_RTC_DRV_MSM6242 is not set 1117 1075 # CONFIG_RTC_DRV_BQ4802 is not set 1076 + # CONFIG_RTC_DRV_RP5C01 is not set 1118 1077 # CONFIG_RTC_DRV_V3020 is not set 1119 1078 1120 1079 # ··· 1143 1098 # CONFIG_EXT2_FS is not set 1144 1099 # CONFIG_EXT3_FS is not set 1145 1100 # CONFIG_EXT4_FS is not set 1101 + CONFIG_EXT4_USE_FOR_EXT23=y 1146 1102 # CONFIG_REISERFS_FS is not set 1147 1103 # CONFIG_JFS_FS is not set 1148 1104 # CONFIG_FS_POSIX_ACL is not set ··· 1252 1206 # CONFIG_HEADERS_CHECK is not set 1253 1207 # CONFIG_DEBUG_KERNEL is not set 1254 1208 CONFIG_STACKTRACE=y 1255 - # CONFIG_DEBUG_BUGVERBOSE is not set 1209 + CONFIG_DEBUG_BUGVERBOSE=y 1256 1210 # CONFIG_DEBUG_MEMORY_INIT is not set 1257 1211 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1258 1212 # CONFIG_LATENCYTOP is not set 1213 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1259 1214 CONFIG_NOP_TRACER=y 1260 1215 CONFIG_HAVE_FUNCTION_TRACER=y 1261 1216 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1276 1229 # CONFIG_SAMPLES is not set 1277 1230 CONFIG_HAVE_ARCH_KGDB=y 1278 1231 # CONFIG_SH_STANDARD_BIOS is not set 1279 - CONFIG_EARLY_SCIF_CONSOLE=y 1280 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe00000 1281 - CONFIG_EARLY_PRINTK=y 1282 1232 # CONFIG_DWARF_UNWINDER is not set 1283 1233 1284 1234 # ··· 1284 1240 # CONFIG_KEYS is not set 1285 1241 # CONFIG_SECURITY is not set 1286 1242 # CONFIG_SECURITYFS is not set 1287 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1243 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1244 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1245 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1246 + CONFIG_DEFAULT_SECURITY_DAC=y 1247 + CONFIG_DEFAULT_SECURITY="" 1288 1248 CONFIG_CRYPTO=y 1289 1249 1290 1250 #
+60 -17
arch/sh/configs/polaris_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:20:53 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 11:45:25 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 29 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 30 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 32 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 33 34 CONFIG_CONSTRUCTORS=y 34 35 ··· 64 63 # 65 64 CONFIG_TREE_RCU=y 66 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 67 67 # CONFIG_RCU_TRACE is not set 68 68 CONFIG_RCU_FANOUT=32 69 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 104 102 CONFIG_SHMEM=y 105 103 CONFIG_AIO=y 106 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 107 106 108 107 # 109 108 # Kernel Performance Events And Counters ··· 123 120 CONFIG_HAVE_KPROBES=y 124 121 CONFIG_HAVE_KRETPROBES=y 125 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 + CONFIG_HAVE_DMA_ATTRS=y 126 124 CONFIG_HAVE_CLK=y 127 125 CONFIG_HAVE_DMA_API_DEBUG=y 128 126 ··· 150 146 # IO Schedulers 151 147 # 152 148 CONFIG_IOSCHED_NOOP=y 153 - # CONFIG_IOSCHED_AS is not set 154 149 # CONFIG_IOSCHED_DEADLINE is not set 155 150 CONFIG_IOSCHED_CFQ=y 156 - # CONFIG_DEFAULT_AS is not set 157 151 # CONFIG_DEFAULT_DEADLINE is not set 158 152 CONFIG_DEFAULT_CFQ=y 159 153 # CONFIG_DEFAULT_NOOP is not set 160 154 CONFIG_DEFAULT_IOSCHED="cfq" 155 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 156 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 157 + # CONFIG_INLINE_SPIN_LOCK is not set 158 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 159 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 160 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 161 + # CONFIG_INLINE_SPIN_UNLOCK is not set 162 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 163 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 164 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 165 + # CONFIG_INLINE_READ_TRYLOCK is not set 166 + # CONFIG_INLINE_READ_LOCK is not set 167 + # CONFIG_INLINE_READ_LOCK_BH is not set 168 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 169 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 170 + # CONFIG_INLINE_READ_UNLOCK is not set 171 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 172 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 173 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 174 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 175 + # CONFIG_INLINE_WRITE_LOCK is not set 176 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 177 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 178 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 179 + # CONFIG_INLINE_WRITE_UNLOCK is not set 180 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 181 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 182 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 183 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 161 184 # CONFIG_FREEZER is not set 162 185 163 186 # ··· 256 225 CONFIG_FLAT_NODE_MEM_MAP=y 257 226 CONFIG_SPARSEMEM_STATIC=y 258 227 CONFIG_PAGEFLAGS_EXTENDED=y 259 - CONFIG_SPLIT_PTLOCK_CPUS=4 228 + CONFIG_SPLIT_PTLOCK_CPUS=999999 260 229 # CONFIG_PHYS_ADDR_T_64BIT is not set 261 230 CONFIG_ZONE_DMA_FLAG=0 262 231 CONFIG_NR_QUICK=2 263 - CONFIG_HAVE_MLOCK=y 264 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 265 232 # CONFIG_KSM is not set 266 233 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 267 234 ··· 308 279 # 309 280 # DMA support 310 281 # 311 - CONFIG_SH_DMA_API=y 312 282 CONFIG_SH_DMA=y 283 + CONFIG_SH_DMA_API=y 313 284 CONFIG_NR_ONCHIP_DMA_CHANNELS=6 314 285 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 315 286 ··· 438 409 # CONFIG_IRDA is not set 439 410 # CONFIG_BT is not set 440 411 # CONFIG_AF_RXRPC is not set 441 - # CONFIG_WIRELESS is not set 412 + CONFIG_WIRELESS=y 413 + # CONFIG_CFG80211 is not set 414 + # CONFIG_LIB80211 is not set 415 + 416 + # 417 + # CFG80211 needs to be enabled for MAC80211 418 + # 442 419 # CONFIG_WIMAX is not set 443 420 # CONFIG_RFKILL is not set 444 421 # CONFIG_NET_9P is not set ··· 560 525 CONFIG_BLK_DEV=y 561 526 # CONFIG_BLK_DEV_COW_COMMON is not set 562 527 # CONFIG_BLK_DEV_LOOP is not set 528 + 529 + # 530 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 531 + # 563 532 # CONFIG_BLK_DEV_NBD is not set 564 533 # CONFIG_BLK_DEV_RAM is not set 565 534 # CONFIG_CDROM_PKTCDVD is not set ··· 634 595 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 635 596 # CONFIG_B44 is not set 636 597 # CONFIG_KS8842 is not set 598 + # CONFIG_KS8851_MLL is not set 637 599 # CONFIG_NETDEV_1000 is not set 638 600 # CONFIG_NETDEV_10000 is not set 639 601 CONFIG_WLAN=y 640 - # CONFIG_WLAN_PRE80211 is not set 641 - # CONFIG_WLAN_80211 is not set 602 + # CONFIG_HOSTAP is not set 642 603 643 604 # 644 605 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 658 619 CONFIG_INPUT=y 659 620 # CONFIG_INPUT_FF_MEMLESS is not set 660 621 # CONFIG_INPUT_POLLDEV is not set 622 + # CONFIG_INPUT_SPARSEKMAP is not set 661 623 662 624 # 663 625 # Userland interfaces ··· 697 657 # CONFIG_N_HDLC is not set 698 658 # CONFIG_RISCOM8 is not set 699 659 # CONFIG_SPECIALIX is not set 700 - # CONFIG_RIO is not set 701 660 # CONFIG_STALDRV is not set 702 661 703 662 # ··· 744 705 # 745 706 # CONFIG_MFD_CORE is not set 746 707 # CONFIG_MFD_SM501 is not set 708 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 747 709 # CONFIG_HTC_PASIC3 is not set 748 710 # CONFIG_MFD_TMIO is not set 749 711 # CONFIG_REGULATOR is not set ··· 804 764 # CONFIG_RTC_DRV_M48T86 is not set 805 765 # CONFIG_RTC_DRV_M48T35 is not set 806 766 # CONFIG_RTC_DRV_M48T59 is not set 767 + # CONFIG_RTC_DRV_MSM6242 is not set 807 768 # CONFIG_RTC_DRV_BQ4802 is not set 769 + # CONFIG_RTC_DRV_RP5C01 is not set 808 770 # CONFIG_RTC_DRV_V3020 is not set 809 771 810 772 # ··· 829 787 # CONFIG_EXT2_FS is not set 830 788 # CONFIG_EXT3_FS is not set 831 789 # CONFIG_EXT4_FS is not set 790 + CONFIG_EXT4_USE_FOR_EXT23=y 832 791 # CONFIG_REISERFS_FS is not set 833 792 # CONFIG_JFS_FS is not set 834 793 # CONFIG_FS_POSIX_ACL is not set ··· 876 833 CONFIG_SYSFS=y 877 834 CONFIG_TMPFS=y 878 835 # CONFIG_TMPFS_POSIX_ACL is not set 879 - # CONFIG_HUGETLBFS is not set 880 836 # CONFIG_HUGETLB_PAGE is not set 881 837 # CONFIG_CONFIGFS_FS is not set 882 838 CONFIG_MISC_FILESYSTEMS=y ··· 1019 977 CONFIG_HAVE_ARCH_KGDB=y 1020 978 # CONFIG_KGDB is not set 1021 979 # CONFIG_SH_STANDARD_BIOS is not set 1022 - CONFIG_EARLY_SCIF_CONSOLE=y 1023 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xa4000150 1024 - CONFIG_EARLY_PRINTK=y 1025 980 # CONFIG_STACK_DEBUG is not set 1026 981 # CONFIG_DEBUG_STACK_USAGE is not set 1027 982 # CONFIG_4KSTACKS is not set ··· 1032 993 # CONFIG_KEYS is not set 1033 994 # CONFIG_SECURITY is not set 1034 995 # CONFIG_SECURITYFS is not set 1035 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 996 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 997 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 998 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 999 + CONFIG_DEFAULT_SECURITY_DAC=y 1000 + CONFIG_DEFAULT_SECURITY="" 1036 1001 # CONFIG_CRYPTO is not set 1037 1002 # CONFIG_BINARY_PRINTF is not set 1038 1003
+74 -25
arch/sh/configs/r7780mp_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:24:31 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:16:13 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 33 CONFIG_IO_TRAPPED=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 65 63 # 66 64 CONFIG_TREE_RCU=y 67 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 68 67 # CONFIG_RCU_TRACE is not set 69 68 CONFIG_RCU_FANOUT=32 70 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters ··· 114 110 CONFIG_PERF_EVENTS=y 115 111 CONFIG_EVENT_PROFILE=y 116 112 # CONFIG_PERF_COUNTERS is not set 113 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 117 114 CONFIG_VM_EVENT_COUNTERS=y 118 115 CONFIG_PCI_QUIRKS=y 119 116 CONFIG_COMPAT_BRK=y ··· 130 125 CONFIG_HAVE_KPROBES=y 131 126 CONFIG_HAVE_KRETPROBES=y 132 127 CONFIG_HAVE_ARCH_TRACEHOOK=y 128 + CONFIG_HAVE_DMA_ATTRS=y 133 129 CONFIG_HAVE_CLK=y 134 130 CONFIG_HAVE_DMA_API_DEBUG=y 135 131 ··· 141 135 # CONFIG_SLOW_WORK is not set 142 136 CONFIG_HAVE_GENERIC_DMA_COHERENT=y 143 137 CONFIG_SLABINFO=y 138 + CONFIG_RT_MUTEXES=y 144 139 CONFIG_BASE_SMALL=0 145 140 CONFIG_MODULES=y 146 141 # CONFIG_MODULE_FORCE_LOAD is not set ··· 158 151 # IO Schedulers 159 152 # 160 153 CONFIG_IOSCHED_NOOP=y 161 - # CONFIG_IOSCHED_AS is not set 162 154 # CONFIG_IOSCHED_DEADLINE is not set 163 155 # CONFIG_IOSCHED_CFQ is not set 164 - # CONFIG_DEFAULT_AS is not set 165 156 # CONFIG_DEFAULT_DEADLINE is not set 166 157 # CONFIG_DEFAULT_CFQ is not set 167 158 CONFIG_DEFAULT_NOOP=y 168 159 CONFIG_DEFAULT_IOSCHED="noop" 160 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 161 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 162 + # CONFIG_INLINE_SPIN_LOCK is not set 163 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 164 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 165 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 166 + # CONFIG_INLINE_SPIN_UNLOCK is not set 167 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 168 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 169 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_READ_TRYLOCK is not set 171 + # CONFIG_INLINE_READ_LOCK is not set 172 + # CONFIG_INLINE_READ_LOCK_BH is not set 173 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 174 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 175 + # CONFIG_INLINE_READ_UNLOCK is not set 176 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 177 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 178 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 180 + # CONFIG_INLINE_WRITE_LOCK is not set 181 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 182 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 183 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 184 + # CONFIG_INLINE_WRITE_UNLOCK is not set 185 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 186 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 187 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 169 189 # CONFIG_FREEZER is not set 170 190 171 191 # ··· 279 245 # CONFIG_PHYS_ADDR_T_64BIT is not set 280 246 CONFIG_ZONE_DMA_FLAG=0 281 247 CONFIG_NR_QUICK=2 282 - CONFIG_HAVE_MLOCK=y 283 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 284 248 # CONFIG_KSM is not set 285 249 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 286 250 ··· 374 342 # Bus options 375 343 # 376 344 CONFIG_PCI=y 377 - CONFIG_SH_PCIDMA_NONCOHERENT=y 378 345 # CONFIG_PCIEPORTBUS is not set 379 346 # CONFIG_ARCH_SUPPORTS_MSI is not set 380 347 CONFIG_PCI_LEGACY=y ··· 480 449 # CONFIG_AF_RXRPC is not set 481 450 CONFIG_WIRELESS=y 482 451 # CONFIG_CFG80211 is not set 483 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 484 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 485 - CONFIG_WIRELESS_EXT=y 486 - CONFIG_WIRELESS_EXT_SYSFS=y 487 452 # CONFIG_LIB80211 is not set 488 453 489 454 # ··· 562 535 CONFIG_MTD_PHYSMAP=y 563 536 # CONFIG_MTD_PHYSMAP_COMPAT is not set 564 537 # CONFIG_MTD_PCI is not set 565 - # CONFIG_MTD_GPIO_ADDR is not set 566 538 # CONFIG_MTD_INTEL_VR_NOR is not set 567 539 # CONFIG_MTD_PLATRAM is not set 568 540 ··· 599 573 # CONFIG_BLK_DEV_UMEM is not set 600 574 # CONFIG_BLK_DEV_COW_COMMON is not set 601 575 # CONFIG_BLK_DEV_LOOP is not set 576 + 577 + # 578 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 579 + # 602 580 # CONFIG_BLK_DEV_NBD is not set 603 581 # CONFIG_BLK_DEV_SX8 is not set 604 582 CONFIG_BLK_DEV_RAM=y ··· 613 583 # CONFIG_ATA_OVER_ETH is not set 614 584 # CONFIG_BLK_DEV_HD is not set 615 585 CONFIG_MISC_DEVICES=y 586 + # CONFIG_AD525X_DPOT is not set 616 587 # CONFIG_PHANTOM is not set 617 588 # CONFIG_SGI_IOC4 is not set 618 589 # CONFIG_TIFM_CORE is not set ··· 621 590 # CONFIG_ENCLOSURE_SERVICES is not set 622 591 # CONFIG_HP_ILO is not set 623 592 # CONFIG_ISL29003 is not set 593 + # CONFIG_DS1682 is not set 624 594 # CONFIG_C2PORT is not set 625 595 626 596 # ··· 672 640 # CONFIG_ISCSI_TCP is not set 673 641 # CONFIG_SCSI_CXGB3_ISCSI is not set 674 642 # CONFIG_SCSI_BNX2_ISCSI is not set 643 + # CONFIG_BE2ISCSI is not set 675 644 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 645 + # CONFIG_SCSI_HPSA is not set 676 646 # CONFIG_SCSI_3W_9XXX is not set 647 + # CONFIG_SCSI_3W_SAS is not set 677 648 # CONFIG_SCSI_ACARD is not set 678 649 # CONFIG_SCSI_AACRAID is not set 679 650 # CONFIG_SCSI_AIC7XXX is not set ··· 710 675 # CONFIG_SCSI_NSP32 is not set 711 676 # CONFIG_SCSI_DEBUG is not set 712 677 # CONFIG_SCSI_PMCRAID is not set 678 + # CONFIG_SCSI_PM8001 is not set 713 679 # CONFIG_SCSI_SRP is not set 680 + # CONFIG_SCSI_BFA_FC is not set 714 681 # CONFIG_SCSI_DH is not set 715 682 # CONFIG_SCSI_OSD_INITIATOR is not set 716 683 CONFIG_ATA=y ··· 765 728 # CONFIG_PATA_NS87415 is not set 766 729 # CONFIG_PATA_OPTI is not set 767 730 # CONFIG_PATA_OPTIDMA is not set 731 + # CONFIG_PATA_PDC2027X is not set 768 732 # CONFIG_PATA_PDC_OLD is not set 769 733 # CONFIG_PATA_RADISYS is not set 770 734 # CONFIG_PATA_RDC is not set 771 735 # CONFIG_PATA_RZ1000 is not set 772 736 # CONFIG_PATA_SC1200 is not set 773 737 # CONFIG_PATA_SERVERWORKS is not set 774 - # CONFIG_PATA_PDC2027X is not set 775 738 # CONFIG_PATA_SIL680 is not set 776 739 # CONFIG_PATA_SIS is not set 740 + # CONFIG_PATA_TOSHIBA is not set 777 741 # CONFIG_PATA_VIA is not set 778 742 # CONFIG_PATA_WINBOND is not set 779 743 CONFIG_PATA_PLATFORM=y ··· 851 813 # CONFIG_SUNDANCE is not set 852 814 # CONFIG_TLAN is not set 853 815 # CONFIG_KS8842 is not set 816 + # CONFIG_KS8851_MLL is not set 854 817 CONFIG_VIA_RHINE=m 855 818 CONFIG_VIA_RHINE_MMIO=y 856 819 # CONFIG_SC92031 is not set ··· 901 862 # CONFIG_BE2NET is not set 902 863 # CONFIG_TR is not set 903 864 CONFIG_WLAN=y 904 - # CONFIG_WLAN_PRE80211 is not set 905 - # CONFIG_WLAN_80211 is not set 865 + # CONFIG_ATMEL is not set 866 + # CONFIG_PRISM54 is not set 867 + # CONFIG_HOSTAP is not set 906 868 907 869 # 908 870 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 917 877 # CONFIG_NETCONSOLE is not set 918 878 # CONFIG_NETPOLL is not set 919 879 # CONFIG_NET_POLL_CONTROLLER is not set 880 + # CONFIG_VMXNET3 is not set 920 881 # CONFIG_ISDN is not set 921 882 # CONFIG_PHONE is not set 922 883 ··· 927 886 CONFIG_INPUT=y 928 887 # CONFIG_INPUT_FF_MEMLESS is not set 929 888 # CONFIG_INPUT_POLLDEV is not set 889 + # CONFIG_INPUT_SPARSEKMAP is not set 930 890 931 891 # 932 892 # Userland interfaces ··· 970 928 # CONFIG_SERIO_PCIPS2 is not set 971 929 CONFIG_SERIO_LIBPS2=y 972 930 # CONFIG_SERIO_RAW is not set 931 + # CONFIG_SERIO_ALTERA_PS2 is not set 973 932 # CONFIG_GAMEPORT is not set 974 933 975 934 # ··· 1051 1008 # CONFIG_I2C_TAOS_EVM is not set 1052 1009 1053 1010 # 1054 - # Graphics adapter I2C/DDC channel drivers 1055 - # 1056 - # CONFIG_I2C_VOODOO3 is not set 1057 - 1058 - # 1059 1011 # Other I2C/SMBus bus drivers 1060 1012 # 1061 1013 # CONFIG_I2C_PCA_PLATFORM is not set ··· 1059 1021 # 1060 1022 # Miscellaneous I2C Chip support 1061 1023 # 1062 - # CONFIG_DS1682 is not set 1063 1024 # CONFIG_SENSORS_TSL2550 is not set 1064 1025 # CONFIG_I2C_DEBUG_CORE is not set 1065 1026 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1102 1065 # CONFIG_SENSORS_GL520SM is not set 1103 1066 # CONFIG_SENSORS_IT87 is not set 1104 1067 # CONFIG_SENSORS_LM63 is not set 1068 + # CONFIG_SENSORS_LM73 is not set 1105 1069 # CONFIG_SENSORS_LM75 is not set 1106 1070 # CONFIG_SENSORS_LM77 is not set 1107 1071 # CONFIG_SENSORS_LM78 is not set ··· 1141 1103 # CONFIG_SENSORS_W83L786NG is not set 1142 1104 # CONFIG_SENSORS_W83627HF is not set 1143 1105 # CONFIG_SENSORS_W83627EHF is not set 1106 + # CONFIG_SENSORS_LIS3_I2C is not set 1144 1107 CONFIG_THERMAL=y 1145 1108 # CONFIG_THERMAL_HWMON is not set 1146 1109 # CONFIG_WATCHDOG is not set ··· 1157 1118 # 1158 1119 # CONFIG_MFD_CORE is not set 1159 1120 # CONFIG_MFD_SM501 is not set 1121 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1160 1122 # CONFIG_HTC_PASIC3 is not set 1161 1123 # CONFIG_TWL4030_CORE is not set 1162 1124 # CONFIG_MFD_TMIO is not set 1163 1125 # CONFIG_PMIC_DA903X is not set 1126 + # CONFIG_PMIC_ADP5520 is not set 1164 1127 # CONFIG_MFD_WM8400 is not set 1165 1128 # CONFIG_MFD_WM831X is not set 1166 1129 # CONFIG_MFD_WM8350_I2C is not set 1167 1130 # CONFIG_MFD_PCF50633 is not set 1168 1131 # CONFIG_AB3100_CORE is not set 1132 + # CONFIG_MFD_88PM8607 is not set 1169 1133 # CONFIG_REGULATOR is not set 1170 1134 # CONFIG_MEDIA_SUPPORT is not set 1171 1135 ··· 1253 1211 # CONFIG_RTC_DRV_PCF8563 is not set 1254 1212 # CONFIG_RTC_DRV_PCF8583 is not set 1255 1213 # CONFIG_RTC_DRV_M41T80 is not set 1214 + # CONFIG_RTC_DRV_BQ32K is not set 1256 1215 # CONFIG_RTC_DRV_S35390A is not set 1257 1216 # CONFIG_RTC_DRV_FM3130 is not set 1258 1217 # CONFIG_RTC_DRV_RX8581 is not set ··· 1274 1231 # CONFIG_RTC_DRV_M48T86 is not set 1275 1232 # CONFIG_RTC_DRV_M48T35 is not set 1276 1233 # CONFIG_RTC_DRV_M48T59 is not set 1234 + # CONFIG_RTC_DRV_MSM6242 is not set 1277 1235 # CONFIG_RTC_DRV_BQ4802 is not set 1236 + # CONFIG_RTC_DRV_RP5C01 is not set 1278 1237 # CONFIG_RTC_DRV_V3020 is not set 1279 1238 1280 1239 # ··· 1481 1436 # CONFIG_DEBUG_OBJECTS is not set 1482 1437 # CONFIG_DEBUG_SLAB is not set 1483 1438 # CONFIG_DEBUG_PREEMPT is not set 1439 + # CONFIG_DEBUG_RT_MUTEXES is not set 1440 + # CONFIG_RT_MUTEX_TESTER is not set 1484 1441 # CONFIG_DEBUG_SPINLOCK is not set 1485 1442 # CONFIG_DEBUG_MUTEXES is not set 1486 1443 # CONFIG_DEBUG_LOCK_ALLOC is not set ··· 1509 1462 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1510 1463 # CONFIG_FAULT_INJECTION is not set 1511 1464 # CONFIG_LATENCYTOP is not set 1465 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1512 1466 # CONFIG_PAGE_POISONING is not set 1513 1467 CONFIG_NOP_TRACER=y 1514 1468 CONFIG_HAVE_FUNCTION_TRACER=y ··· 1546 1498 CONFIG_HAVE_ARCH_KGDB=y 1547 1499 # CONFIG_KGDB is not set 1548 1500 # CONFIG_SH_STANDARD_BIOS is not set 1549 - CONFIG_EARLY_SCIF_CONSOLE=y 1550 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe00000 1551 - # CONFIG_EARLY_PRINTK is not set 1552 1501 # CONFIG_STACK_DEBUG is not set 1553 1502 # CONFIG_DEBUG_STACK_USAGE is not set 1554 1503 # CONFIG_4KSTACKS is not set ··· 1559 1514 # CONFIG_KEYS is not set 1560 1515 # CONFIG_SECURITY is not set 1561 1516 # CONFIG_SECURITYFS is not set 1562 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1517 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1518 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1519 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1520 + CONFIG_DEFAULT_SECURITY_DAC=y 1521 + CONFIG_DEFAULT_SECURITY="" 1563 1522 CONFIG_CRYPTO=y 1564 1523 1565 1524 #
+73 -25
arch/sh/configs/r7785rp_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:29:23 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:19:35 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_NUMA=y 24 25 CONFIG_SYS_SUPPORTS_PCI=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y ··· 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 35 34 CONFIG_IO_TRAPPED=y 35 + CONFIG_DMA_NONCOHERENT=y 36 36 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 37 37 CONFIG_CONSTRUCTORS=y 38 38 ··· 69 67 # 70 68 CONFIG_TREE_RCU=y 71 69 # CONFIG_TREE_PREEMPT_RCU is not set 70 + # CONFIG_TINY_RCU is not set 72 71 CONFIG_RCU_TRACE=y 73 72 CONFIG_RCU_FANOUT=32 74 73 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters ··· 114 110 CONFIG_PERF_EVENTS=y 115 111 CONFIG_EVENT_PROFILE=y 116 112 # CONFIG_PERF_COUNTERS is not set 113 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 117 114 CONFIG_VM_EVENT_COUNTERS=y 118 115 CONFIG_PCI_QUIRKS=y 119 116 CONFIG_COMPAT_BRK=y ··· 131 126 CONFIG_HAVE_KPROBES=y 132 127 CONFIG_HAVE_KRETPROBES=y 133 128 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 + CONFIG_HAVE_DMA_ATTRS=y 134 130 CONFIG_HAVE_CLK=y 135 131 CONFIG_HAVE_DMA_API_DEBUG=y 136 132 ··· 159 153 # IO Schedulers 160 154 # 161 155 CONFIG_IOSCHED_NOOP=y 162 - # CONFIG_IOSCHED_AS is not set 163 156 # CONFIG_IOSCHED_DEADLINE is not set 164 157 # CONFIG_IOSCHED_CFQ is not set 165 - # CONFIG_DEFAULT_AS is not set 166 158 # CONFIG_DEFAULT_DEADLINE is not set 167 159 # CONFIG_DEFAULT_CFQ is not set 168 160 CONFIG_DEFAULT_NOOP=y 169 161 CONFIG_DEFAULT_IOSCHED="noop" 162 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 163 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 164 + # CONFIG_INLINE_SPIN_LOCK is not set 165 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 166 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 167 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 168 + # CONFIG_INLINE_SPIN_UNLOCK is not set 169 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 170 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 171 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 172 + # CONFIG_INLINE_READ_TRYLOCK is not set 173 + # CONFIG_INLINE_READ_LOCK is not set 174 + # CONFIG_INLINE_READ_LOCK_BH is not set 175 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 176 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 177 + # CONFIG_INLINE_READ_UNLOCK is not set 178 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 179 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 180 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 181 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 182 + # CONFIG_INLINE_WRITE_LOCK is not set 183 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 184 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 185 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 186 + # CONFIG_INLINE_WRITE_UNLOCK is not set 187 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 188 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 189 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 170 191 # CONFIG_FREEZER is not set 171 192 172 193 # ··· 281 248 CONFIG_HAVE_MEMORY_PRESENT=y 282 249 CONFIG_SPARSEMEM_STATIC=y 283 250 # CONFIG_MEMORY_HOTPLUG is not set 284 - CONFIG_SPLIT_PTLOCK_CPUS=4 251 + CONFIG_SPLIT_PTLOCK_CPUS=999999 285 252 CONFIG_MIGRATION=y 286 253 # CONFIG_PHYS_ADDR_T_64BIT is not set 287 254 CONFIG_ZONE_DMA_FLAG=0 288 255 CONFIG_NR_QUICK=2 289 - CONFIG_HAVE_MLOCK=y 290 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 291 256 # CONFIG_KSM is not set 292 257 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 293 258 ··· 320 289 # Timer and clock configuration 321 290 # 322 291 CONFIG_SH_TIMER_TMU=y 323 - CONFIG_SH_PCLK_FREQ=33333333 324 292 CONFIG_SH_CLK_CPG=y 325 293 CONFIG_TICK_ONESHOT=y 326 294 CONFIG_NO_HZ=y ··· 393 363 # Bus options 394 364 # 395 365 CONFIG_PCI=y 396 - CONFIG_SH_PCIDMA_NONCOHERENT=y 397 366 # CONFIG_PCIEPORTBUS is not set 398 367 # CONFIG_ARCH_SUPPORTS_MSI is not set 399 368 # CONFIG_PCI_LEGACY is not set ··· 500 471 # CONFIG_AF_RXRPC is not set 501 472 CONFIG_WIRELESS=y 502 473 # CONFIG_CFG80211 is not set 503 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 504 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 505 - CONFIG_WIRELESS_EXT=y 506 - CONFIG_WIRELESS_EXT_SYSFS=y 507 474 # CONFIG_LIB80211 is not set 508 475 509 476 # ··· 535 510 # CONFIG_BLK_DEV_UMEM is not set 536 511 # CONFIG_BLK_DEV_COW_COMMON is not set 537 512 # CONFIG_BLK_DEV_LOOP is not set 513 + 514 + # 515 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 516 + # 538 517 # CONFIG_BLK_DEV_NBD is not set 539 518 # CONFIG_BLK_DEV_SX8 is not set 540 519 CONFIG_BLK_DEV_RAM=y ··· 549 520 # CONFIG_ATA_OVER_ETH is not set 550 521 # CONFIG_BLK_DEV_HD is not set 551 522 CONFIG_MISC_DEVICES=y 523 + # CONFIG_AD525X_DPOT is not set 552 524 # CONFIG_PHANTOM is not set 553 525 # CONFIG_SGI_IOC4 is not set 554 526 # CONFIG_TIFM_CORE is not set ··· 557 527 # CONFIG_ENCLOSURE_SERVICES is not set 558 528 # CONFIG_HP_ILO is not set 559 529 # CONFIG_ISL29003 is not set 530 + # CONFIG_DS1682 is not set 560 531 # CONFIG_C2PORT is not set 561 532 562 533 # ··· 608 577 # CONFIG_ISCSI_TCP is not set 609 578 # CONFIG_SCSI_CXGB3_ISCSI is not set 610 579 # CONFIG_SCSI_BNX2_ISCSI is not set 580 + # CONFIG_BE2ISCSI is not set 611 581 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 582 + # CONFIG_SCSI_HPSA is not set 612 583 # CONFIG_SCSI_3W_9XXX is not set 584 + # CONFIG_SCSI_3W_SAS is not set 613 585 # CONFIG_SCSI_ACARD is not set 614 586 # CONFIG_SCSI_AACRAID is not set 615 587 # CONFIG_SCSI_AIC7XXX is not set ··· 646 612 # CONFIG_SCSI_NSP32 is not set 647 613 # CONFIG_SCSI_DEBUG is not set 648 614 # CONFIG_SCSI_PMCRAID is not set 615 + # CONFIG_SCSI_PM8001 is not set 649 616 # CONFIG_SCSI_SRP is not set 617 + # CONFIG_SCSI_BFA_FC is not set 650 618 # CONFIG_SCSI_DH is not set 651 619 # CONFIG_SCSI_OSD_INITIATOR is not set 652 620 CONFIG_ATA=y ··· 701 665 # CONFIG_PATA_NS87415 is not set 702 666 # CONFIG_PATA_OPTI is not set 703 667 # CONFIG_PATA_OPTIDMA is not set 668 + # CONFIG_PATA_PDC2027X is not set 704 669 # CONFIG_PATA_PDC_OLD is not set 705 670 # CONFIG_PATA_RADISYS is not set 706 671 # CONFIG_PATA_RDC is not set 707 672 # CONFIG_PATA_RZ1000 is not set 708 673 # CONFIG_PATA_SC1200 is not set 709 674 # CONFIG_PATA_SERVERWORKS is not set 710 - # CONFIG_PATA_PDC2027X is not set 711 675 # CONFIG_PATA_SIL680 is not set 712 676 # CONFIG_PATA_SIS is not set 677 + # CONFIG_PATA_TOSHIBA is not set 713 678 # CONFIG_PATA_VIA is not set 714 679 # CONFIG_PATA_WINBOND is not set 715 680 CONFIG_PATA_PLATFORM=y ··· 767 730 # CONFIG_NET_PCI is not set 768 731 # CONFIG_B44 is not set 769 732 # CONFIG_KS8842 is not set 733 + # CONFIG_KS8851_MLL is not set 770 734 # CONFIG_ATL2 is not set 771 735 CONFIG_NETDEV_1000=y 772 736 # CONFIG_ACENIC is not set ··· 814 776 # CONFIG_BE2NET is not set 815 777 # CONFIG_TR is not set 816 778 CONFIG_WLAN=y 817 - # CONFIG_WLAN_PRE80211 is not set 818 - # CONFIG_WLAN_80211 is not set 779 + # CONFIG_ATMEL is not set 780 + # CONFIG_PRISM54 is not set 781 + # CONFIG_HOSTAP is not set 819 782 820 783 # 821 784 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 830 791 # CONFIG_NETCONSOLE is not set 831 792 # CONFIG_NETPOLL is not set 832 793 # CONFIG_NET_POLL_CONTROLLER is not set 794 + # CONFIG_VMXNET3 is not set 833 795 # CONFIG_ISDN is not set 834 796 # CONFIG_PHONE is not set 835 797 ··· 840 800 CONFIG_INPUT=y 841 801 # CONFIG_INPUT_FF_MEMLESS is not set 842 802 # CONFIG_INPUT_POLLDEV is not set 803 + # CONFIG_INPUT_SPARSEKMAP is not set 843 804 844 805 # 845 806 # Userland interfaces ··· 885 844 # CONFIG_SERIO_PCIPS2 is not set 886 845 CONFIG_SERIO_LIBPS2=y 887 846 # CONFIG_SERIO_RAW is not set 847 + # CONFIG_SERIO_ALTERA_PS2 is not set 888 848 # CONFIG_GAMEPORT is not set 889 849 890 850 # ··· 967 925 # CONFIG_I2C_TAOS_EVM is not set 968 926 969 927 # 970 - # Graphics adapter I2C/DDC channel drivers 971 - # 972 - # CONFIG_I2C_VOODOO3 is not set 973 - 974 - # 975 928 # Other I2C/SMBus bus drivers 976 929 # 977 930 # CONFIG_I2C_PCA_PLATFORM is not set ··· 975 938 # 976 939 # Miscellaneous I2C Chip support 977 940 # 978 - # CONFIG_DS1682 is not set 979 941 # CONFIG_SENSORS_TSL2550 is not set 980 942 # CONFIG_I2C_DEBUG_CORE is not set 981 943 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1005 969 # 1006 970 # PCI GPIO expanders: 1007 971 # 972 + # CONFIG_GPIO_CS5535 is not set 1008 973 # CONFIG_GPIO_BT8XX is not set 1009 974 # CONFIG_GPIO_LANGWELL is not set 1010 975 ··· 1048 1011 # CONFIG_SENSORS_GL520SM is not set 1049 1012 # CONFIG_SENSORS_IT87 is not set 1050 1013 # CONFIG_SENSORS_LM63 is not set 1014 + # CONFIG_SENSORS_LM73 is not set 1051 1015 # CONFIG_SENSORS_LM75 is not set 1052 1016 # CONFIG_SENSORS_LM77 is not set 1053 1017 # CONFIG_SENSORS_LM78 is not set ··· 1088 1050 # CONFIG_SENSORS_W83L786NG is not set 1089 1051 # CONFIG_SENSORS_W83627HF is not set 1090 1052 # CONFIG_SENSORS_W83627EHF is not set 1053 + # CONFIG_SENSORS_LIS3_I2C is not set 1091 1054 # CONFIG_THERMAL is not set 1092 1055 # CONFIG_WATCHDOG is not set 1093 1056 CONFIG_SSB_POSSIBLE=y ··· 1103 1064 # 1104 1065 # CONFIG_MFD_CORE is not set 1105 1066 # CONFIG_MFD_SM501 is not set 1067 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1106 1068 # CONFIG_HTC_PASIC3 is not set 1107 1069 # CONFIG_TPS65010 is not set 1108 1070 # CONFIG_TWL4030_CORE is not set 1109 1071 # CONFIG_MFD_TMIO is not set 1110 1072 # CONFIG_PMIC_DA903X is not set 1073 + # CONFIG_PMIC_ADP5520 is not set 1111 1074 # CONFIG_MFD_WM8400 is not set 1112 1075 # CONFIG_MFD_WM831X is not set 1113 1076 # CONFIG_MFD_WM8350_I2C is not set 1114 1077 # CONFIG_MFD_PCF50633 is not set 1115 1078 # CONFIG_AB3100_CORE is not set 1079 + # CONFIG_MFD_88PM8607 is not set 1116 1080 # CONFIG_REGULATOR is not set 1117 1081 # CONFIG_MEDIA_SUPPORT is not set 1118 1082 ··· 1253 1211 # CONFIG_RTC_DRV_PCF8563 is not set 1254 1212 # CONFIG_RTC_DRV_PCF8583 is not set 1255 1213 # CONFIG_RTC_DRV_M41T80 is not set 1214 + # CONFIG_RTC_DRV_BQ32K is not set 1256 1215 # CONFIG_RTC_DRV_S35390A is not set 1257 1216 # CONFIG_RTC_DRV_FM3130 is not set 1258 1217 # CONFIG_RTC_DRV_RX8581 is not set ··· 1274 1231 # CONFIG_RTC_DRV_M48T86 is not set 1275 1232 # CONFIG_RTC_DRV_M48T35 is not set 1276 1233 # CONFIG_RTC_DRV_M48T59 is not set 1234 + # CONFIG_RTC_DRV_MSM6242 is not set 1277 1235 # CONFIG_RTC_DRV_BQ4802 is not set 1236 + # CONFIG_RTC_DRV_RP5C01 is not set 1278 1237 # CONFIG_RTC_DRV_V3020 is not set 1279 1238 1280 1239 # ··· 1508 1463 # CONFIG_LKDTM is not set 1509 1464 # CONFIG_FAULT_INJECTION is not set 1510 1465 # CONFIG_LATENCYTOP is not set 1466 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1511 1467 # CONFIG_PAGE_POISONING is not set 1512 1468 CONFIG_NOP_TRACER=y 1513 1469 CONFIG_HAVE_FUNCTION_TRACER=y ··· 1545 1499 CONFIG_HAVE_ARCH_KGDB=y 1546 1500 # CONFIG_KGDB is not set 1547 1501 CONFIG_SH_STANDARD_BIOS=y 1548 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1549 - CONFIG_EARLY_PRINTK=y 1550 1502 # CONFIG_STACK_DEBUG is not set 1551 1503 CONFIG_DEBUG_STACK_USAGE=y 1552 1504 CONFIG_4KSTACKS=y ··· 1558 1514 # CONFIG_KEYS is not set 1559 1515 # CONFIG_SECURITY is not set 1560 1516 # CONFIG_SECURITYFS is not set 1561 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1517 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1518 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1519 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1520 + CONFIG_DEFAULT_SECURITY_DAC=y 1521 + CONFIG_DEFAULT_SECURITY="" 1562 1522 CONFIG_CRYPTO=y 1563 1523 1564 1524 #
+51 -8
arch/sh/configs/rsk7201_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:34:29 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:23:12 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 29 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 30 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 32 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 33 34 CONFIG_CONSTRUCTORS=y 34 35 ··· 57 56 # 58 57 CONFIG_TREE_RCU=y 59 58 # CONFIG_TREE_PREEMPT_RCU is not set 59 + # CONFIG_TINY_RCU is not set 60 60 # CONFIG_RCU_TRACE is not set 61 61 CONFIG_RCU_FANOUT=32 62 62 # CONFIG_RCU_FANOUT_EXACT is not set ··· 99 97 CONFIG_EVENTFD=y 100 98 # CONFIG_AIO is not set 101 99 CONFIG_HAVE_PERF_EVENTS=y 100 + CONFIG_PERF_USE_VMALLOC=y 102 101 103 102 # 104 103 # Kernel Performance Events And Counters ··· 112 109 # CONFIG_SLAB is not set 113 110 # CONFIG_SLUB is not set 114 111 CONFIG_SLOB=y 112 + # CONFIG_MMAP_ALLOW_UNINITIALIZED is not set 115 113 CONFIG_PROFILING=y 116 114 CONFIG_TRACEPOINTS=y 117 115 CONFIG_OPROFILE=y ··· 121 117 CONFIG_HAVE_KPROBES=y 122 118 CONFIG_HAVE_KRETPROBES=y 123 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 120 + CONFIG_HAVE_DMA_ATTRS=y 124 121 CONFIG_HAVE_CLK=y 125 122 CONFIG_HAVE_DMA_API_DEBUG=y 126 123 ··· 147 142 # IO Schedulers 148 143 # 149 144 CONFIG_IOSCHED_NOOP=y 150 - # CONFIG_IOSCHED_AS is not set 151 145 # CONFIG_IOSCHED_DEADLINE is not set 152 146 # CONFIG_IOSCHED_CFQ is not set 153 - # CONFIG_DEFAULT_AS is not set 154 147 # CONFIG_DEFAULT_DEADLINE is not set 155 148 # CONFIG_DEFAULT_CFQ is not set 156 149 CONFIG_DEFAULT_NOOP=y 157 150 CONFIG_DEFAULT_IOSCHED="noop" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + CONFIG_INLINE_SPIN_UNLOCK=y 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + CONFIG_INLINE_READ_UNLOCK=y 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + CONFIG_INLINE_WRITE_UNLOCK=y 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 158 180 # CONFIG_FREEZER is not set 159 181 160 182 # ··· 256 224 # CONFIG_PHYS_ADDR_T_64BIT is not set 257 225 CONFIG_ZONE_DMA_FLAG=0 258 226 CONFIG_NR_QUICK=2 259 - CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 260 227 CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 261 228 262 229 # ··· 464 433 CONFIG_BLK_DEV=y 465 434 # CONFIG_BLK_DEV_COW_COMMON is not set 466 435 # CONFIG_BLK_DEV_LOOP is not set 436 + 437 + # 438 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 439 + # 467 440 # CONFIG_BLK_DEV_RAM is not set 468 441 # CONFIG_CDROM_PKTCDVD is not set 469 442 # CONFIG_BLK_DEV_HD is not set ··· 499 464 CONFIG_INPUT=y 500 465 # CONFIG_INPUT_FF_MEMLESS is not set 501 466 # CONFIG_INPUT_POLLDEV is not set 467 + # CONFIG_INPUT_SPARSEKMAP is not set 502 468 503 469 # 504 470 # Userland interfaces ··· 576 540 # 577 541 # CONFIG_MFD_CORE is not set 578 542 # CONFIG_MFD_SM501 is not set 543 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 579 544 # CONFIG_HTC_PASIC3 is not set 580 545 # CONFIG_MFD_TMIO is not set 581 546 # CONFIG_REGULATOR is not set ··· 631 594 # CONFIG_RTC_DRV_M48T86 is not set 632 595 # CONFIG_RTC_DRV_M48T35 is not set 633 596 # CONFIG_RTC_DRV_M48T59 is not set 597 + # CONFIG_RTC_DRV_MSM6242 is not set 634 598 # CONFIG_RTC_DRV_BQ4802 is not set 599 + # CONFIG_RTC_DRV_RP5C01 is not set 635 600 # CONFIG_RTC_DRV_V3020 is not set 636 601 637 602 # ··· 657 618 # CONFIG_EXT2_FS_XATTR is not set 658 619 # CONFIG_EXT3_FS is not set 659 620 # CONFIG_EXT4_FS is not set 621 + CONFIG_EXT4_USE_FOR_EXT23=y 660 622 # CONFIG_REISERFS_FS is not set 661 623 # CONFIG_JFS_FS is not set 662 624 # CONFIG_FS_POSIX_ACL is not set ··· 757 717 # CONFIG_HEADERS_CHECK is not set 758 718 # CONFIG_DEBUG_KERNEL is not set 759 719 CONFIG_STACKTRACE=y 760 - # CONFIG_DEBUG_BUGVERBOSE is not set 720 + CONFIG_DEBUG_BUGVERBOSE=y 761 721 # CONFIG_DEBUG_MEMORY_INIT is not set 762 722 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 763 723 # CONFIG_LATENCYTOP is not set ··· 781 741 # CONFIG_SAMPLES is not set 782 742 CONFIG_HAVE_ARCH_KGDB=y 783 743 # CONFIG_SH_STANDARD_BIOS is not set 784 - # CONFIG_EARLY_SCIF_CONSOLE is not set 785 744 # CONFIG_DWARF_UNWINDER is not set 786 745 787 746 # ··· 789 750 # CONFIG_KEYS is not set 790 751 # CONFIG_SECURITY is not set 791 752 # CONFIG_SECURITYFS is not set 792 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 753 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 754 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 755 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 756 + CONFIG_DEFAULT_SECURITY_DAC=y 757 + CONFIG_DEFAULT_SECURITY="" 793 758 # CONFIG_CRYPTO is not set 794 759 CONFIG_BINARY_PRINTF=y 795 760
+57 -14
arch/sh/configs/rsk7203_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:35:04 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:23:54 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 30 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 33 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 35 CONFIG_CONSTRUCTORS=y 35 36 ··· 62 61 # 63 62 CONFIG_TREE_RCU=y 64 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 65 65 # CONFIG_RCU_TRACE is not set 66 66 CONFIG_RCU_FANOUT=32 67 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 104 CONFIG_EVENTFD=y 107 105 CONFIG_AIO=y 108 106 CONFIG_HAVE_PERF_EVENTS=y 107 + CONFIG_PERF_USE_VMALLOC=y 109 108 110 109 # 111 110 # Kernel Performance Events And Counters ··· 114 111 CONFIG_PERF_EVENTS=y 115 112 CONFIG_EVENT_PROFILE=y 116 113 # CONFIG_PERF_COUNTERS is not set 114 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 117 115 CONFIG_VM_EVENT_COUNTERS=y 118 116 CONFIG_COMPAT_BRK=y 119 117 # CONFIG_SLAB is not set 120 118 # CONFIG_SLUB is not set 121 119 CONFIG_SLOB=y 120 + # CONFIG_MMAP_ALLOW_UNINITIALIZED is not set 122 121 CONFIG_PROFILING=y 123 122 CONFIG_TRACEPOINTS=y 124 123 CONFIG_OPROFILE=y ··· 129 124 CONFIG_HAVE_KPROBES=y 130 125 CONFIG_HAVE_KRETPROBES=y 131 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 127 + CONFIG_HAVE_DMA_ATTRS=y 132 128 CONFIG_HAVE_CLK=y 133 129 CONFIG_HAVE_DMA_API_DEBUG=y 134 130 ··· 155 149 # IO Schedulers 156 150 # 157 151 CONFIG_IOSCHED_NOOP=y 158 - # CONFIG_IOSCHED_AS is not set 159 152 # CONFIG_IOSCHED_DEADLINE is not set 160 153 # CONFIG_IOSCHED_CFQ is not set 161 - # CONFIG_DEFAULT_AS is not set 162 154 # CONFIG_DEFAULT_DEADLINE is not set 163 155 # CONFIG_DEFAULT_CFQ is not set 164 156 CONFIG_DEFAULT_NOOP=y 165 157 CONFIG_DEFAULT_IOSCHED="noop" 158 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 159 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_LOCK is not set 161 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 162 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 163 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 164 + CONFIG_INLINE_SPIN_UNLOCK=y 165 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 166 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 167 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 168 + # CONFIG_INLINE_READ_TRYLOCK is not set 169 + # CONFIG_INLINE_READ_LOCK is not set 170 + # CONFIG_INLINE_READ_LOCK_BH is not set 171 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 172 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 173 + CONFIG_INLINE_READ_UNLOCK=y 174 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 175 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 176 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 177 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 178 + # CONFIG_INLINE_WRITE_LOCK is not set 179 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 180 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 181 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 182 + CONFIG_INLINE_WRITE_UNLOCK=y 183 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 184 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 185 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 186 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 166 187 # CONFIG_FREEZER is not set 167 188 168 189 # ··· 264 231 # CONFIG_PHYS_ADDR_T_64BIT is not set 265 232 CONFIG_ZONE_DMA_FLAG=0 266 233 CONFIG_NR_QUICK=2 267 - CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 268 234 CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 269 235 270 236 # ··· 456 424 # CONFIG_AF_RXRPC is not set 457 425 CONFIG_WIRELESS=y 458 426 # CONFIG_CFG80211 is not set 459 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 460 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 461 - # CONFIG_WIRELESS_EXT is not set 462 427 # CONFIG_LIB80211 is not set 463 428 464 429 # ··· 568 539 CONFIG_BLK_DEV=y 569 540 # CONFIG_BLK_DEV_COW_COMMON is not set 570 541 # CONFIG_BLK_DEV_LOOP is not set 542 + 543 + # 544 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 545 + # 571 546 # CONFIG_BLK_DEV_NBD is not set 572 547 # CONFIG_BLK_DEV_UB is not set 573 548 # CONFIG_BLK_DEV_RAM is not set ··· 643 610 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 644 611 # CONFIG_B44 is not set 645 612 # CONFIG_KS8842 is not set 613 + # CONFIG_KS8851_MLL is not set 646 614 # CONFIG_NETDEV_1000 is not set 647 615 # CONFIG_NETDEV_10000 is not set 648 616 CONFIG_WLAN=y 649 - # CONFIG_WLAN_PRE80211 is not set 650 - # CONFIG_WLAN_80211 is not set 617 + # CONFIG_USB_ZD1201 is not set 618 + # CONFIG_HOSTAP is not set 651 619 652 620 # 653 621 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 677 643 CONFIG_INPUT=y 678 644 CONFIG_INPUT_FF_MEMLESS=m 679 645 # CONFIG_INPUT_POLLDEV is not set 646 + # CONFIG_INPUT_SPARSEKMAP is not set 680 647 681 648 # 682 649 # Userland interfaces ··· 778 743 # 779 744 # CONFIG_MFD_CORE is not set 780 745 # CONFIG_MFD_SM501 is not set 746 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 781 747 # CONFIG_HTC_PASIC3 is not set 782 748 # CONFIG_MFD_TMIO is not set 783 749 CONFIG_REGULATOR=y ··· 946 910 # 947 911 CONFIG_LEDS_GPIO=y 948 912 CONFIG_LEDS_GPIO_PLATFORM=y 913 + # CONFIG_LEDS_REGULATOR is not set 914 + # CONFIG_LEDS_LT3593 is not set 949 915 950 916 # 951 917 # LED Triggers ··· 993 955 # CONFIG_RTC_DRV_M48T86 is not set 994 956 # CONFIG_RTC_DRV_M48T35 is not set 995 957 # CONFIG_RTC_DRV_M48T59 is not set 958 + # CONFIG_RTC_DRV_MSM6242 is not set 996 959 # CONFIG_RTC_DRV_BQ4802 is not set 960 + # CONFIG_RTC_DRV_RP5C01 is not set 997 961 # CONFIG_RTC_DRV_V3020 is not set 998 962 999 963 # ··· 1018 978 # CONFIG_EXT2_FS is not set 1019 979 # CONFIG_EXT3_FS is not set 1020 980 # CONFIG_EXT4_FS is not set 981 + CONFIG_EXT4_USE_FOR_EXT23=y 1021 982 # CONFIG_REISERFS_FS is not set 1022 983 # CONFIG_JFS_FS is not set 1023 984 # CONFIG_FS_POSIX_ACL is not set ··· 1178 1137 # CONFIG_DEBUG_OBJECTS_SELFTEST is not set 1179 1138 # CONFIG_DEBUG_OBJECTS_FREE is not set 1180 1139 # CONFIG_DEBUG_OBJECTS_TIMERS is not set 1140 + # CONFIG_DEBUG_OBJECTS_WORK is not set 1181 1141 CONFIG_DEBUG_OBJECTS_ENABLE_DEFAULT=1 1182 1142 # CONFIG_DEBUG_RT_MUTEXES is not set 1183 1143 # CONFIG_RT_MUTEX_TESTER is not set ··· 1245 1203 CONFIG_HAVE_ARCH_KGDB=y 1246 1204 # CONFIG_KGDB is not set 1247 1205 # CONFIG_SH_STANDARD_BIOS is not set 1248 - CONFIG_EARLY_SCIF_CONSOLE=y 1249 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xfffe8000 1250 - CONFIG_EARLY_PRINTK=y 1251 1206 # CONFIG_STACK_DEBUG is not set 1252 1207 CONFIG_DEBUG_STACK_USAGE=y 1253 1208 CONFIG_DUMP_CODE=y ··· 1257 1218 # CONFIG_KEYS is not set 1258 1219 # CONFIG_SECURITY is not set 1259 1220 # CONFIG_SECURITYFS is not set 1260 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1221 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1222 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1223 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1224 + CONFIG_DEFAULT_SECURITY_DAC=y 1225 + CONFIG_DEFAULT_SECURITY="" 1261 1226 # CONFIG_CRYPTO is not set 1262 1227 CONFIG_BINARY_PRINTF=y 1263 1228
+73 -22
arch/sh/configs/rts7751r2d1_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:36:25 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:25:36 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 33 CONFIG_IO_TRAPPED=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 63 61 # 64 62 CONFIG_TREE_RCU=y 65 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 66 65 # CONFIG_RCU_TRACE is not set 67 66 CONFIG_RCU_FANOUT=32 68 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 98 95 CONFIG_SHMEM=y 99 96 CONFIG_AIO=y 100 97 CONFIG_HAVE_PERF_EVENTS=y 98 + CONFIG_PERF_USE_VMALLOC=y 101 99 102 100 # 103 101 # Kernel Performance Events And Counters ··· 121 117 CONFIG_HAVE_KPROBES=y 122 118 CONFIG_HAVE_KRETPROBES=y 123 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 120 + CONFIG_HAVE_DMA_ATTRS=y 124 121 CONFIG_HAVE_CLK=y 125 122 CONFIG_HAVE_DMA_API_DEBUG=y 126 123 ··· 148 143 # IO Schedulers 149 144 # 150 145 CONFIG_IOSCHED_NOOP=y 151 - CONFIG_IOSCHED_AS=y 152 146 CONFIG_IOSCHED_DEADLINE=y 153 147 CONFIG_IOSCHED_CFQ=y 154 - CONFIG_DEFAULT_AS=y 155 148 # CONFIG_DEFAULT_DEADLINE is not set 156 - # CONFIG_DEFAULT_CFQ is not set 149 + CONFIG_DEFAULT_CFQ=y 157 150 # CONFIG_DEFAULT_NOOP is not set 158 - CONFIG_DEFAULT_IOSCHED="anticipatory" 151 + CONFIG_DEFAULT_IOSCHED="cfq" 152 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 153 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK is not set 155 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 157 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 158 + CONFIG_INLINE_SPIN_UNLOCK=y 159 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 160 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 161 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 162 + # CONFIG_INLINE_READ_TRYLOCK is not set 163 + # CONFIG_INLINE_READ_LOCK is not set 164 + # CONFIG_INLINE_READ_LOCK_BH is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 166 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 167 + CONFIG_INLINE_READ_UNLOCK=y 168 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 169 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 170 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 171 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK is not set 173 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 175 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 176 + CONFIG_INLINE_WRITE_UNLOCK=y 177 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 178 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 179 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 159 181 # CONFIG_FREEZER is not set 160 182 161 183 # ··· 258 226 # CONFIG_PHYS_ADDR_T_64BIT is not set 259 227 CONFIG_ZONE_DMA_FLAG=0 260 228 CONFIG_NR_QUICK=2 261 - CONFIG_HAVE_MLOCK=y 262 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 263 229 # CONFIG_KSM is not set 264 230 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 265 231 ··· 351 321 CONFIG_ZERO_PAGE_OFFSET=0x00010000 352 322 CONFIG_BOOT_LINK_OFFSET=0x00800000 353 323 CONFIG_ENTRY_OFFSET=0x00001000 354 - # CONFIG_UBC_WAKEUP is not set 355 324 CONFIG_CMDLINE_OVERWRITE=y 356 325 # CONFIG_CMDLINE_EXTEND is not set 357 326 CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 root=/dev/sda1" ··· 359 330 # Bus options 360 331 # 361 332 CONFIG_PCI=y 362 - CONFIG_SH_PCIDMA_NONCOHERENT=y 363 333 # CONFIG_PCIEPORTBUS is not set 364 334 # CONFIG_ARCH_SUPPORTS_MSI is not set 365 335 CONFIG_PCI_LEGACY=y ··· 457 429 # CONFIG_AF_RXRPC is not set 458 430 CONFIG_WIRELESS=y 459 431 # CONFIG_CFG80211 is not set 460 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 461 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 462 - CONFIG_WIRELESS_EXT=y 463 - CONFIG_WIRELESS_EXT_SYSFS=y 464 432 # CONFIG_LIB80211 is not set 465 433 466 434 # ··· 490 466 # CONFIG_BLK_DEV_UMEM is not set 491 467 # CONFIG_BLK_DEV_COW_COMMON is not set 492 468 # CONFIG_BLK_DEV_LOOP is not set 469 + 470 + # 471 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 472 + # 493 473 # CONFIG_BLK_DEV_NBD is not set 494 474 # CONFIG_BLK_DEV_SX8 is not set 495 475 # CONFIG_BLK_DEV_UB is not set ··· 510 482 # CONFIG_TIFM_CORE is not set 511 483 # CONFIG_ENCLOSURE_SERVICES is not set 512 484 # CONFIG_HP_ILO is not set 485 + # CONFIG_TI_DAC7512 is not set 513 486 # CONFIG_C2PORT is not set 514 487 515 488 # ··· 559 530 # CONFIG_ISCSI_TCP is not set 560 531 # CONFIG_SCSI_CXGB3_ISCSI is not set 561 532 # CONFIG_SCSI_BNX2_ISCSI is not set 533 + # CONFIG_BE2ISCSI is not set 562 534 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 535 + # CONFIG_SCSI_HPSA is not set 563 536 # CONFIG_SCSI_3W_9XXX is not set 537 + # CONFIG_SCSI_3W_SAS is not set 564 538 # CONFIG_SCSI_ACARD is not set 565 539 # CONFIG_SCSI_AACRAID is not set 566 540 # CONFIG_SCSI_AIC7XXX is not set ··· 597 565 # CONFIG_SCSI_NSP32 is not set 598 566 # CONFIG_SCSI_DEBUG is not set 599 567 # CONFIG_SCSI_PMCRAID is not set 568 + # CONFIG_SCSI_PM8001 is not set 600 569 # CONFIG_SCSI_SRP is not set 570 + # CONFIG_SCSI_BFA_FC is not set 601 571 # CONFIG_SCSI_DH is not set 602 572 # CONFIG_SCSI_OSD_INITIATOR is not set 603 573 CONFIG_ATA=y ··· 652 618 # CONFIG_PATA_NS87415 is not set 653 619 # CONFIG_PATA_OPTI is not set 654 620 # CONFIG_PATA_OPTIDMA is not set 621 + # CONFIG_PATA_PDC2027X is not set 655 622 # CONFIG_PATA_PDC_OLD is not set 656 623 # CONFIG_PATA_RADISYS is not set 657 624 # CONFIG_PATA_RDC is not set 658 625 # CONFIG_PATA_RZ1000 is not set 659 626 # CONFIG_PATA_SC1200 is not set 660 627 # CONFIG_PATA_SERVERWORKS is not set 661 - # CONFIG_PATA_PDC2027X is not set 662 628 # CONFIG_PATA_SIL680 is not set 663 629 # CONFIG_PATA_SIS is not set 630 + # CONFIG_PATA_TOSHIBA is not set 664 631 # CONFIG_PATA_VIA is not set 665 632 # CONFIG_PATA_WINBOND is not set 666 633 CONFIG_PATA_PLATFORM=y ··· 739 704 # CONFIG_TLAN is not set 740 705 # CONFIG_KS8842 is not set 741 706 # CONFIG_KS8851 is not set 707 + # CONFIG_KS8851_MLL is not set 742 708 # CONFIG_VIA_RHINE is not set 743 709 # CONFIG_SC92031 is not set 744 710 # CONFIG_ATL2 is not set ··· 788 752 # CONFIG_BE2NET is not set 789 753 # CONFIG_TR is not set 790 754 CONFIG_WLAN=y 791 - # CONFIG_WLAN_PRE80211 is not set 792 - # CONFIG_WLAN_80211 is not set 755 + # CONFIG_ATMEL is not set 756 + # CONFIG_PRISM54 is not set 757 + # CONFIG_USB_ZD1201 is not set 758 + # CONFIG_HOSTAP is not set 793 759 794 760 # 795 761 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 814 776 # CONFIG_NETCONSOLE is not set 815 777 # CONFIG_NETPOLL is not set 816 778 # CONFIG_NET_POLL_CONTROLLER is not set 779 + # CONFIG_VMXNET3 is not set 817 780 # CONFIG_ISDN is not set 818 781 # CONFIG_PHONE is not set 819 782 ··· 824 785 CONFIG_INPUT=y 825 786 CONFIG_INPUT_FF_MEMLESS=m 826 787 # CONFIG_INPUT_POLLDEV is not set 788 + # CONFIG_INPUT_SPARSEKMAP is not set 827 789 828 790 # 829 791 # Userland interfaces ··· 902 862 # SPI Master Controller Drivers 903 863 # 904 864 CONFIG_SPI_BITBANG=y 865 + # CONFIG_SPI_SH_MSIOF is not set 905 866 CONFIG_SPI_SH_SCI=y 867 + # CONFIG_SPI_XILINX is not set 868 + # CONFIG_SPI_DESIGNWARE is not set 906 869 907 870 # 908 871 # SPI Protocol Masters ··· 958 915 # 959 916 # CONFIG_MFD_CORE is not set 960 917 CONFIG_MFD_SM501=y 918 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 961 919 # CONFIG_HTC_PASIC3 is not set 962 920 # CONFIG_MFD_TMIO is not set 963 921 # CONFIG_MFD_MC13783 is not set 964 922 # CONFIG_EZX_PCAP is not set 923 + # CONFIG_AB4500_CORE is not set 965 924 # CONFIG_REGULATOR is not set 966 925 # CONFIG_MEDIA_SUPPORT is not set 967 926 ··· 1100 1055 # CONFIG_SND_OXYGEN is not set 1101 1056 # CONFIG_SND_CS4281 is not set 1102 1057 # CONFIG_SND_CS46XX is not set 1058 + # CONFIG_SND_CS5535AUDIO is not set 1103 1059 # CONFIG_SND_CTXFI is not set 1104 1060 # CONFIG_SND_DARLA20 is not set 1105 1061 # CONFIG_SND_GINA20 is not set ··· 1354 1308 # CONFIG_RTC_DRV_M48T86 is not set 1355 1309 # CONFIG_RTC_DRV_M48T35 is not set 1356 1310 # CONFIG_RTC_DRV_M48T59 is not set 1311 + # CONFIG_RTC_DRV_MSM6242 is not set 1357 1312 # CONFIG_RTC_DRV_BQ4802 is not set 1313 + # CONFIG_RTC_DRV_RP5C01 is not set 1358 1314 # CONFIG_RTC_DRV_V3020 is not set 1359 1315 1360 1316 # ··· 1381 1333 # CONFIG_EXT2_FS_XIP is not set 1382 1334 # CONFIG_EXT3_FS is not set 1383 1335 # CONFIG_EXT4_FS is not set 1336 + CONFIG_EXT4_USE_FOR_EXT23=y 1384 1337 # CONFIG_REISERFS_FS is not set 1385 1338 # CONFIG_JFS_FS is not set 1386 1339 # CONFIG_FS_POSIX_ACL is not set ··· 1523 1474 # CONFIG_HEADERS_CHECK is not set 1524 1475 # CONFIG_DEBUG_KERNEL is not set 1525 1476 CONFIG_STACKTRACE=y 1526 - # CONFIG_DEBUG_BUGVERBOSE is not set 1477 + CONFIG_DEBUG_BUGVERBOSE=y 1527 1478 # CONFIG_DEBUG_MEMORY_INIT is not set 1528 1479 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1529 1480 # CONFIG_LATENCYTOP is not set 1481 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1530 1482 CONFIG_NOP_TRACER=y 1531 1483 CONFIG_HAVE_FUNCTION_TRACER=y 1532 1484 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1547 1497 # CONFIG_SAMPLES is not set 1548 1498 CONFIG_HAVE_ARCH_KGDB=y 1549 1499 # CONFIG_SH_STANDARD_BIOS is not set 1550 - CONFIG_EARLY_SCIF_CONSOLE=y 1551 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe80000 1552 - CONFIG_EARLY_PRINTK=y 1553 1500 # CONFIG_DWARF_UNWINDER is not set 1554 1501 1555 1502 # ··· 1555 1508 # CONFIG_KEYS is not set 1556 1509 # CONFIG_SECURITY is not set 1557 1510 # CONFIG_SECURITYFS is not set 1558 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1511 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1512 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1513 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1514 + CONFIG_DEFAULT_SECURITY_DAC=y 1515 + CONFIG_DEFAULT_SECURITY="" 1559 1516 CONFIG_CRYPTO=y 1560 1517 1561 1518 #
+73 -22
arch/sh/configs/rts7751r2dplus_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:39:48 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:26:39 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 33 CONFIG_IO_TRAPPED=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 63 61 # 64 62 CONFIG_TREE_RCU=y 65 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 66 65 # CONFIG_RCU_TRACE is not set 67 66 CONFIG_RCU_FANOUT=32 68 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 98 95 CONFIG_SHMEM=y 99 96 CONFIG_AIO=y 100 97 CONFIG_HAVE_PERF_EVENTS=y 98 + CONFIG_PERF_USE_VMALLOC=y 101 99 102 100 # 103 101 # Kernel Performance Events And Counters ··· 121 117 CONFIG_HAVE_KPROBES=y 122 118 CONFIG_HAVE_KRETPROBES=y 123 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 120 + CONFIG_HAVE_DMA_ATTRS=y 124 121 CONFIG_HAVE_CLK=y 125 122 CONFIG_HAVE_DMA_API_DEBUG=y 126 123 ··· 148 143 # IO Schedulers 149 144 # 150 145 CONFIG_IOSCHED_NOOP=y 151 - CONFIG_IOSCHED_AS=y 152 146 CONFIG_IOSCHED_DEADLINE=y 153 147 CONFIG_IOSCHED_CFQ=y 154 - CONFIG_DEFAULT_AS=y 155 148 # CONFIG_DEFAULT_DEADLINE is not set 156 - # CONFIG_DEFAULT_CFQ is not set 149 + CONFIG_DEFAULT_CFQ=y 157 150 # CONFIG_DEFAULT_NOOP is not set 158 - CONFIG_DEFAULT_IOSCHED="anticipatory" 151 + CONFIG_DEFAULT_IOSCHED="cfq" 152 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 153 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK is not set 155 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 157 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 158 + CONFIG_INLINE_SPIN_UNLOCK=y 159 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 160 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 161 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 162 + # CONFIG_INLINE_READ_TRYLOCK is not set 163 + # CONFIG_INLINE_READ_LOCK is not set 164 + # CONFIG_INLINE_READ_LOCK_BH is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 166 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 167 + CONFIG_INLINE_READ_UNLOCK=y 168 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 169 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 170 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 171 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK is not set 173 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 175 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 176 + CONFIG_INLINE_WRITE_UNLOCK=y 177 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 178 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 179 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 159 181 # CONFIG_FREEZER is not set 160 182 161 183 # ··· 258 226 # CONFIG_PHYS_ADDR_T_64BIT is not set 259 227 CONFIG_ZONE_DMA_FLAG=0 260 228 CONFIG_NR_QUICK=2 261 - CONFIG_HAVE_MLOCK=y 262 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 263 229 # CONFIG_KSM is not set 264 230 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 265 231 ··· 351 321 CONFIG_ZERO_PAGE_OFFSET=0x00010000 352 322 CONFIG_BOOT_LINK_OFFSET=0x00800000 353 323 CONFIG_ENTRY_OFFSET=0x00001000 354 - # CONFIG_UBC_WAKEUP is not set 355 324 CONFIG_CMDLINE_OVERWRITE=y 356 325 # CONFIG_CMDLINE_EXTEND is not set 357 326 CONFIG_CMDLINE="console=tty0 console=ttySC1,115200 root=/dev/sda1" ··· 359 330 # Bus options 360 331 # 361 332 CONFIG_PCI=y 362 - CONFIG_SH_PCIDMA_NONCOHERENT=y 363 333 # CONFIG_PCIEPORTBUS is not set 364 334 # CONFIG_ARCH_SUPPORTS_MSI is not set 365 335 CONFIG_PCI_LEGACY=y ··· 457 429 # CONFIG_AF_RXRPC is not set 458 430 CONFIG_WIRELESS=y 459 431 # CONFIG_CFG80211 is not set 460 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 461 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 462 - CONFIG_WIRELESS_EXT=y 463 - CONFIG_WIRELESS_EXT_SYSFS=y 464 432 # CONFIG_LIB80211 is not set 465 433 466 434 # ··· 576 552 # CONFIG_BLK_DEV_UMEM is not set 577 553 # CONFIG_BLK_DEV_COW_COMMON is not set 578 554 # CONFIG_BLK_DEV_LOOP is not set 555 + 556 + # 557 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 558 + # 579 559 # CONFIG_BLK_DEV_NBD is not set 580 560 # CONFIG_BLK_DEV_SX8 is not set 581 561 # CONFIG_BLK_DEV_UB is not set ··· 596 568 # CONFIG_TIFM_CORE is not set 597 569 # CONFIG_ENCLOSURE_SERVICES is not set 598 570 # CONFIG_HP_ILO is not set 571 + # CONFIG_TI_DAC7512 is not set 599 572 # CONFIG_C2PORT is not set 600 573 601 574 # ··· 645 616 # CONFIG_ISCSI_TCP is not set 646 617 # CONFIG_SCSI_CXGB3_ISCSI is not set 647 618 # CONFIG_SCSI_BNX2_ISCSI is not set 619 + # CONFIG_BE2ISCSI is not set 648 620 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 621 + # CONFIG_SCSI_HPSA is not set 649 622 # CONFIG_SCSI_3W_9XXX is not set 623 + # CONFIG_SCSI_3W_SAS is not set 650 624 # CONFIG_SCSI_ACARD is not set 651 625 # CONFIG_SCSI_AACRAID is not set 652 626 # CONFIG_SCSI_AIC7XXX is not set ··· 683 651 # CONFIG_SCSI_NSP32 is not set 684 652 # CONFIG_SCSI_DEBUG is not set 685 653 # CONFIG_SCSI_PMCRAID is not set 654 + # CONFIG_SCSI_PM8001 is not set 686 655 # CONFIG_SCSI_SRP is not set 656 + # CONFIG_SCSI_BFA_FC is not set 687 657 # CONFIG_SCSI_DH is not set 688 658 # CONFIG_SCSI_OSD_INITIATOR is not set 689 659 CONFIG_ATA=y ··· 738 704 # CONFIG_PATA_NS87415 is not set 739 705 # CONFIG_PATA_OPTI is not set 740 706 # CONFIG_PATA_OPTIDMA is not set 707 + # CONFIG_PATA_PDC2027X is not set 741 708 # CONFIG_PATA_PDC_OLD is not set 742 709 # CONFIG_PATA_RADISYS is not set 743 710 # CONFIG_PATA_RDC is not set 744 711 # CONFIG_PATA_RZ1000 is not set 745 712 # CONFIG_PATA_SC1200 is not set 746 713 # CONFIG_PATA_SERVERWORKS is not set 747 - # CONFIG_PATA_PDC2027X is not set 748 714 # CONFIG_PATA_SIL680 is not set 749 715 # CONFIG_PATA_SIS is not set 716 + # CONFIG_PATA_TOSHIBA is not set 750 717 # CONFIG_PATA_VIA is not set 751 718 # CONFIG_PATA_WINBOND is not set 752 719 CONFIG_PATA_PLATFORM=y ··· 825 790 # CONFIG_TLAN is not set 826 791 # CONFIG_KS8842 is not set 827 792 # CONFIG_KS8851 is not set 793 + # CONFIG_KS8851_MLL is not set 828 794 # CONFIG_VIA_RHINE is not set 829 795 # CONFIG_SC92031 is not set 830 796 # CONFIG_ATL2 is not set ··· 874 838 # CONFIG_BE2NET is not set 875 839 # CONFIG_TR is not set 876 840 CONFIG_WLAN=y 877 - # CONFIG_WLAN_PRE80211 is not set 878 - # CONFIG_WLAN_80211 is not set 841 + # CONFIG_ATMEL is not set 842 + # CONFIG_PRISM54 is not set 843 + # CONFIG_USB_ZD1201 is not set 844 + # CONFIG_HOSTAP is not set 879 845 880 846 # 881 847 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 900 862 # CONFIG_NETCONSOLE is not set 901 863 # CONFIG_NETPOLL is not set 902 864 # CONFIG_NET_POLL_CONTROLLER is not set 865 + # CONFIG_VMXNET3 is not set 903 866 # CONFIG_ISDN is not set 904 867 # CONFIG_PHONE is not set 905 868 ··· 910 871 CONFIG_INPUT=y 911 872 CONFIG_INPUT_FF_MEMLESS=m 912 873 # CONFIG_INPUT_POLLDEV is not set 874 + # CONFIG_INPUT_SPARSEKMAP is not set 913 875 914 876 # 915 877 # Userland interfaces ··· 988 948 # SPI Master Controller Drivers 989 949 # 990 950 CONFIG_SPI_BITBANG=y 951 + # CONFIG_SPI_SH_MSIOF is not set 991 952 CONFIG_SPI_SH_SCI=y 953 + # CONFIG_SPI_XILINX is not set 954 + # CONFIG_SPI_DESIGNWARE is not set 992 955 993 956 # 994 957 # SPI Protocol Masters ··· 1044 1001 # 1045 1002 # CONFIG_MFD_CORE is not set 1046 1003 CONFIG_MFD_SM501=y 1004 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1047 1005 # CONFIG_HTC_PASIC3 is not set 1048 1006 # CONFIG_MFD_TMIO is not set 1049 1007 # CONFIG_MFD_MC13783 is not set 1050 1008 # CONFIG_EZX_PCAP is not set 1009 + # CONFIG_AB4500_CORE is not set 1051 1010 # CONFIG_REGULATOR is not set 1052 1011 # CONFIG_MEDIA_SUPPORT is not set 1053 1012 ··· 1186 1141 # CONFIG_SND_OXYGEN is not set 1187 1142 # CONFIG_SND_CS4281 is not set 1188 1143 # CONFIG_SND_CS46XX is not set 1144 + # CONFIG_SND_CS5535AUDIO is not set 1189 1145 # CONFIG_SND_CTXFI is not set 1190 1146 # CONFIG_SND_DARLA20 is not set 1191 1147 # CONFIG_SND_GINA20 is not set ··· 1440 1394 # CONFIG_RTC_DRV_M48T86 is not set 1441 1395 # CONFIG_RTC_DRV_M48T35 is not set 1442 1396 # CONFIG_RTC_DRV_M48T59 is not set 1397 + # CONFIG_RTC_DRV_MSM6242 is not set 1443 1398 # CONFIG_RTC_DRV_BQ4802 is not set 1399 + # CONFIG_RTC_DRV_RP5C01 is not set 1444 1400 # CONFIG_RTC_DRV_V3020 is not set 1445 1401 1446 1402 # ··· 1467 1419 # CONFIG_EXT2_FS_XIP is not set 1468 1420 # CONFIG_EXT3_FS is not set 1469 1421 # CONFIG_EXT4_FS is not set 1422 + CONFIG_EXT4_USE_FOR_EXT23=y 1470 1423 # CONFIG_REISERFS_FS is not set 1471 1424 # CONFIG_JFS_FS is not set 1472 1425 # CONFIG_FS_POSIX_ACL is not set ··· 1610 1561 # CONFIG_HEADERS_CHECK is not set 1611 1562 # CONFIG_DEBUG_KERNEL is not set 1612 1563 CONFIG_STACKTRACE=y 1613 - # CONFIG_DEBUG_BUGVERBOSE is not set 1564 + CONFIG_DEBUG_BUGVERBOSE=y 1614 1565 # CONFIG_DEBUG_MEMORY_INIT is not set 1615 1566 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1616 1567 # CONFIG_LATENCYTOP is not set 1568 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1617 1569 CONFIG_NOP_TRACER=y 1618 1570 CONFIG_HAVE_FUNCTION_TRACER=y 1619 1571 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1634 1584 # CONFIG_SAMPLES is not set 1635 1585 CONFIG_HAVE_ARCH_KGDB=y 1636 1586 # CONFIG_SH_STANDARD_BIOS is not set 1637 - CONFIG_EARLY_SCIF_CONSOLE=y 1638 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe80000 1639 - CONFIG_EARLY_PRINTK=y 1640 1587 # CONFIG_DWARF_UNWINDER is not set 1641 1588 1642 1589 # ··· 1642 1595 # CONFIG_KEYS is not set 1643 1596 # CONFIG_SECURITY is not set 1644 1597 # CONFIG_SECURITYFS is not set 1645 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1598 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1599 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1600 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1601 + CONFIG_DEFAULT_SECURITY_DAC=y 1602 + CONFIG_DEFAULT_SECURITY="" 1646 1603 CONFIG_CRYPTO=y 1647 1604 1648 1605 #
+68 -20
arch/sh/configs/sdk7780_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:40:25 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:27:20 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 65 63 # 66 64 CONFIG_TREE_RCU=y 67 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 68 67 # CONFIG_RCU_TRACE is not set 69 68 CONFIG_RCU_FANOUT=32 70 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 102 99 CONFIG_SHMEM=y 103 100 CONFIG_AIO=y 104 101 CONFIG_HAVE_PERF_EVENTS=y 102 + CONFIG_PERF_USE_VMALLOC=y 105 103 106 104 # 107 105 # Kernel Performance Events And Counters ··· 123 119 CONFIG_HAVE_KPROBES=y 124 120 CONFIG_HAVE_KRETPROBES=y 125 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 122 + CONFIG_HAVE_DMA_ATTRS=y 126 123 CONFIG_HAVE_CLK=y 127 124 CONFIG_HAVE_DMA_API_DEBUG=y 128 125 ··· 150 145 # IO Schedulers 151 146 # 152 147 CONFIG_IOSCHED_NOOP=y 153 - CONFIG_IOSCHED_AS=y 154 148 CONFIG_IOSCHED_DEADLINE=y 155 149 CONFIG_IOSCHED_CFQ=y 156 - CONFIG_DEFAULT_AS=y 157 150 # CONFIG_DEFAULT_DEADLINE is not set 158 - # CONFIG_DEFAULT_CFQ is not set 151 + CONFIG_DEFAULT_CFQ=y 159 152 # CONFIG_DEFAULT_NOOP is not set 160 - CONFIG_DEFAULT_IOSCHED="anticipatory" 153 + CONFIG_DEFAULT_IOSCHED="cfq" 154 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 155 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK is not set 157 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 158 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 159 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 160 + # CONFIG_INLINE_SPIN_UNLOCK is not set 161 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 162 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 163 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 164 + # CONFIG_INLINE_READ_TRYLOCK is not set 165 + # CONFIG_INLINE_READ_LOCK is not set 166 + # CONFIG_INLINE_READ_LOCK_BH is not set 167 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 168 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 169 + # CONFIG_INLINE_READ_UNLOCK is not set 170 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 171 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 172 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 173 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 174 + # CONFIG_INLINE_WRITE_LOCK is not set 175 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 176 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 177 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 178 + # CONFIG_INLINE_WRITE_UNLOCK is not set 179 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 180 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 181 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 182 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 161 183 # CONFIG_FREEZER is not set 162 184 163 185 # ··· 271 239 # CONFIG_PHYS_ADDR_T_64BIT is not set 272 240 CONFIG_ZONE_DMA_FLAG=0 273 241 CONFIG_NR_QUICK=2 274 - CONFIG_HAVE_MLOCK=y 275 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 276 242 # CONFIG_KSM is not set 277 243 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 278 244 ··· 321 291 # 322 292 # DMA support 323 293 # 324 - CONFIG_SH_DMA_API=y 325 294 CONFIG_SH_DMA=y 326 295 CONFIG_SH_DMA_IRQ_MULTI=y 296 + CONFIG_SH_DMA_API=y 327 297 CONFIG_NR_ONCHIP_DMA_CHANNELS=12 328 298 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 329 299 ··· 369 339 # Bus options 370 340 # 371 341 CONFIG_PCI=y 372 - CONFIG_SH_PCIDMA_NONCOHERENT=y 373 342 # CONFIG_PCIEPORTBUS is not set 374 343 # CONFIG_ARCH_SUPPORTS_MSI is not set 375 344 # CONFIG_PCI_LEGACY is not set ··· 376 347 # CONFIG_PCI_STUB is not set 377 348 # CONFIG_PCI_IOV is not set 378 349 CONFIG_PCCARD=y 379 - # CONFIG_PCMCIA_DEBUG is not set 380 350 CONFIG_PCMCIA=y 381 351 CONFIG_PCMCIA_LOAD_CIS=y 382 352 CONFIG_PCMCIA_IOCTL=y ··· 473 445 # CONFIG_INET6_XFRM_MODE_BEET is not set 474 446 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 475 447 CONFIG_IPV6_SIT=y 448 + # CONFIG_IPV6_SIT_6RD is not set 476 449 CONFIG_IPV6_NDISC_NODETYPE=y 477 450 # CONFIG_IPV6_TUNNEL is not set 478 451 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 544 515 # CONFIG_AF_RXRPC is not set 545 516 CONFIG_WIRELESS=y 546 517 # CONFIG_CFG80211 is not set 547 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 548 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 549 - # CONFIG_WIRELESS_EXT is not set 550 518 # CONFIG_LIB80211 is not set 551 519 552 520 # ··· 584 558 # CONFIG_BLK_DEV_COW_COMMON is not set 585 559 CONFIG_BLK_DEV_LOOP=y 586 560 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 561 + 562 + # 563 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 564 + # 587 565 # CONFIG_BLK_DEV_NBD is not set 588 566 # CONFIG_BLK_DEV_SX8 is not set 589 567 # CONFIG_BLK_DEV_UB is not set ··· 693 663 CONFIG_SCSI_LOWLEVEL=y 694 664 # CONFIG_ISCSI_TCP is not set 695 665 # CONFIG_SCSI_BNX2_ISCSI is not set 666 + # CONFIG_BE2ISCSI is not set 696 667 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 668 + # CONFIG_SCSI_HPSA is not set 697 669 # CONFIG_SCSI_3W_9XXX is not set 670 + # CONFIG_SCSI_3W_SAS is not set 698 671 # CONFIG_SCSI_ACARD is not set 699 672 # CONFIG_SCSI_AACRAID is not set 700 673 # CONFIG_SCSI_AIC7XXX is not set ··· 731 698 # CONFIG_SCSI_NSP32 is not set 732 699 # CONFIG_SCSI_DEBUG is not set 733 700 # CONFIG_SCSI_PMCRAID is not set 701 + # CONFIG_SCSI_PM8001 is not set 734 702 # CONFIG_SCSI_SRP is not set 703 + # CONFIG_SCSI_BFA_FC is not set 735 704 # CONFIG_SCSI_LOWLEVEL_PCMCIA is not set 736 705 # CONFIG_SCSI_DH is not set 737 706 # CONFIG_SCSI_OSD_INITIATOR is not set ··· 788 753 # CONFIG_PATA_OPTI is not set 789 754 # CONFIG_PATA_OPTIDMA is not set 790 755 # CONFIG_PATA_PCMCIA is not set 756 + # CONFIG_PATA_PDC2027X is not set 791 757 # CONFIG_PATA_PDC_OLD is not set 792 758 # CONFIG_PATA_RADISYS is not set 793 759 # CONFIG_PATA_RDC is not set 794 760 # CONFIG_PATA_RZ1000 is not set 795 761 # CONFIG_PATA_SC1200 is not set 796 762 # CONFIG_PATA_SERVERWORKS is not set 797 - # CONFIG_PATA_PDC2027X is not set 798 763 # CONFIG_PATA_SIL680 is not set 799 764 # CONFIG_PATA_SIS is not set 765 + # CONFIG_PATA_TOSHIBA is not set 800 766 # CONFIG_PATA_VIA is not set 801 767 # CONFIG_PATA_WINBOND is not set 802 768 # CONFIG_PATA_PLATFORM is not set ··· 863 827 # CONFIG_NET_PCI is not set 864 828 # CONFIG_B44 is not set 865 829 # CONFIG_KS8842 is not set 830 + # CONFIG_KS8851_MLL is not set 866 831 # CONFIG_NET_POCKET is not set 867 832 # CONFIG_ATL2 is not set 868 833 # CONFIG_NETDEV_1000 is not set 869 834 # CONFIG_NETDEV_10000 is not set 870 835 # CONFIG_TR is not set 871 836 CONFIG_WLAN=y 872 - # CONFIG_WLAN_PRE80211 is not set 873 - # CONFIG_WLAN_80211 is not set 837 + # CONFIG_PCMCIA_RAYCS is not set 838 + # CONFIG_ATMEL is not set 839 + # CONFIG_AIRO_CS is not set 840 + # CONFIG_PCMCIA_WL3501 is not set 841 + # CONFIG_PRISM54 is not set 842 + # CONFIG_USB_ZD1201 is not set 843 + # CONFIG_HOSTAP is not set 874 844 875 845 # 876 846 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 903 861 CONFIG_NETPOLL=y 904 862 # CONFIG_NETPOLL_TRAP is not set 905 863 CONFIG_NET_POLL_CONTROLLER=y 864 + # CONFIG_VMXNET3 is not set 906 865 # CONFIG_ISDN is not set 907 866 # CONFIG_PHONE is not set 908 867 ··· 913 870 CONFIG_INPUT=y 914 871 CONFIG_INPUT_FF_MEMLESS=m 915 872 # CONFIG_INPUT_POLLDEV is not set 873 + # CONFIG_INPUT_SPARSEKMAP is not set 916 874 917 875 # 918 876 # Userland interfaces ··· 966 922 # CONFIG_SERIO_PCIPS2 is not set 967 923 CONFIG_SERIO_LIBPS2=y 968 924 # CONFIG_SERIO_RAW is not set 925 + # CONFIG_SERIO_ALTERA_PS2 is not set 969 926 # CONFIG_GAMEPORT is not set 970 927 971 928 # ··· 1054 1009 # 1055 1010 # CONFIG_MFD_CORE is not set 1056 1011 # CONFIG_MFD_SM501 is not set 1012 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1057 1013 # CONFIG_HTC_PASIC3 is not set 1058 1014 # CONFIG_MFD_TMIO is not set 1059 1015 # CONFIG_REGULATOR is not set ··· 1580 1534 CONFIG_HAVE_ARCH_KGDB=y 1581 1535 # CONFIG_KGDB is not set 1582 1536 CONFIG_SH_STANDARD_BIOS=y 1583 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1584 - # CONFIG_EARLY_PRINTK is not set 1585 1537 # CONFIG_STACK_DEBUG is not set 1586 1538 # CONFIG_DEBUG_STACK_USAGE is not set 1587 1539 # CONFIG_4KSTACKS is not set ··· 1593 1549 # CONFIG_KEYS is not set 1594 1550 # CONFIG_SECURITY is not set 1595 1551 # CONFIG_SECURITYFS is not set 1596 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1552 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1553 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1554 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1555 + CONFIG_DEFAULT_SECURITY_DAC=y 1556 + CONFIG_DEFAULT_SECURITY="" 1597 1557 CONFIG_CRYPTO=y 1598 1558 1599 1559 #
+54 -12
arch/sh/configs/se7206_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:45:28 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:30:00 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 30 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 33 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 35 CONFIG_CONSTRUCTORS=y 35 36 ··· 65 64 # 66 65 CONFIG_TREE_RCU=y 67 66 # CONFIG_TREE_PREEMPT_RCU is not set 67 + # CONFIG_TINY_RCU is not set 68 68 CONFIG_RCU_TRACE=y 69 69 CONFIG_RCU_FANOUT=32 70 70 # CONFIG_RCU_FANOUT_EXACT is not set ··· 117 115 CONFIG_EVENTFD=y 118 116 CONFIG_AIO=y 119 117 CONFIG_HAVE_PERF_EVENTS=y 118 + CONFIG_PERF_USE_VMALLOC=y 120 119 121 120 # 122 121 # Kernel Performance Events And Counters ··· 125 122 CONFIG_PERF_EVENTS=y 126 123 CONFIG_EVENT_PROFILE=y 127 124 # CONFIG_PERF_COUNTERS is not set 125 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 128 126 CONFIG_VM_EVENT_COUNTERS=y 129 127 # CONFIG_COMPAT_BRK is not set 130 128 # CONFIG_SLAB is not set 131 129 # CONFIG_SLUB is not set 132 130 CONFIG_SLOB=y 131 + # CONFIG_MMAP_ALLOW_UNINITIALIZED is not set 133 132 CONFIG_PROFILING=y 134 133 CONFIG_TRACEPOINTS=y 135 134 CONFIG_OPROFILE=y ··· 140 135 CONFIG_HAVE_KPROBES=y 141 136 CONFIG_HAVE_KRETPROBES=y 142 137 CONFIG_HAVE_ARCH_TRACEHOOK=y 138 + CONFIG_HAVE_DMA_ATTRS=y 143 139 CONFIG_HAVE_CLK=y 144 140 CONFIG_HAVE_DMA_API_DEBUG=y 145 141 ··· 162 156 CONFIG_LBDAF=y 163 157 # CONFIG_BLK_DEV_BSG is not set 164 158 # CONFIG_BLK_DEV_INTEGRITY is not set 159 + # CONFIG_BLK_CGROUP is not set 165 160 166 161 # 167 162 # IO Schedulers 168 163 # 169 164 CONFIG_IOSCHED_NOOP=y 170 - # CONFIG_IOSCHED_AS is not set 171 165 # CONFIG_IOSCHED_DEADLINE is not set 172 166 # CONFIG_IOSCHED_CFQ is not set 173 - # CONFIG_DEFAULT_AS is not set 174 167 # CONFIG_DEFAULT_DEADLINE is not set 175 168 # CONFIG_DEFAULT_CFQ is not set 176 169 CONFIG_DEFAULT_NOOP=y 177 170 CONFIG_DEFAULT_IOSCHED="noop" 171 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 172 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 173 + # CONFIG_INLINE_SPIN_LOCK is not set 174 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 175 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 176 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 177 + # CONFIG_INLINE_SPIN_UNLOCK is not set 178 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 179 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 180 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 181 + # CONFIG_INLINE_READ_TRYLOCK is not set 182 + # CONFIG_INLINE_READ_LOCK is not set 183 + # CONFIG_INLINE_READ_LOCK_BH is not set 184 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 185 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 186 + # CONFIG_INLINE_READ_UNLOCK is not set 187 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 188 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 189 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 191 + # CONFIG_INLINE_WRITE_LOCK is not set 192 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 193 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 194 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 195 + # CONFIG_INLINE_WRITE_UNLOCK is not set 196 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 197 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 198 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 199 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 178 200 # CONFIG_FREEZER is not set 179 201 180 202 # ··· 277 243 # CONFIG_PHYS_ADDR_T_64BIT is not set 278 244 CONFIG_ZONE_DMA_FLAG=0 279 245 CONFIG_NR_QUICK=2 280 - CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 281 246 CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 282 247 283 248 # ··· 471 438 # CONFIG_AF_RXRPC is not set 472 439 CONFIG_WIRELESS=y 473 440 # CONFIG_CFG80211 is not set 474 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 475 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 476 - # CONFIG_WIRELESS_EXT is not set 477 441 # CONFIG_LIB80211 is not set 478 442 479 443 # ··· 581 551 # CONFIG_BLK_DEV_COW_COMMON is not set 582 552 CONFIG_BLK_DEV_LOOP=y 583 553 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 554 + 555 + # 556 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 557 + # 584 558 # CONFIG_BLK_DEV_NBD is not set 585 559 CONFIG_BLK_DEV_RAM=y 586 560 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 639 605 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 640 606 # CONFIG_B44 is not set 641 607 # CONFIG_KS8842 is not set 608 + # CONFIG_KS8851_MLL is not set 642 609 # CONFIG_NETDEV_1000 is not set 643 610 # CONFIG_NETDEV_10000 is not set 644 611 CONFIG_WLAN=y 645 - # CONFIG_WLAN_PRE80211 is not set 646 - # CONFIG_WLAN_80211 is not set 612 + # CONFIG_HOSTAP is not set 647 613 648 614 # 649 615 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 719 685 # 720 686 # CONFIG_MFD_CORE is not set 721 687 # CONFIG_MFD_SM501 is not set 688 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 722 689 # CONFIG_HTC_PASIC3 is not set 723 690 # CONFIG_MFD_TMIO is not set 724 691 # CONFIG_REGULATOR is not set ··· 773 738 # CONFIG_RTC_DRV_M48T86 is not set 774 739 # CONFIG_RTC_DRV_M48T35 is not set 775 740 # CONFIG_RTC_DRV_M48T59 is not set 741 + # CONFIG_RTC_DRV_MSM6242 is not set 776 742 # CONFIG_RTC_DRV_BQ4802 is not set 743 + # CONFIG_RTC_DRV_RP5C01 is not set 777 744 # CONFIG_RTC_DRV_V3020 is not set 778 745 779 746 # ··· 799 762 # CONFIG_EXT2_FS_XATTR is not set 800 763 # CONFIG_EXT3_FS is not set 801 764 # CONFIG_EXT4_FS is not set 765 + CONFIG_EXT4_USE_FOR_EXT23=y 802 766 # CONFIG_REISERFS_FS is not set 803 767 # CONFIG_JFS_FS is not set 804 768 # CONFIG_FS_POSIX_ACL is not set ··· 949 911 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 950 912 # CONFIG_FAULT_INJECTION is not set 951 913 # CONFIG_LATENCYTOP is not set 914 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 952 915 # CONFIG_PAGE_POISONING is not set 953 916 CONFIG_NOP_TRACER=y 954 917 CONFIG_HAVE_FUNCTION_TRACER=y ··· 986 947 CONFIG_HAVE_ARCH_KGDB=y 987 948 # CONFIG_KGDB is not set 988 949 # CONFIG_SH_STANDARD_BIOS is not set 989 - # CONFIG_EARLY_SCIF_CONSOLE is not set 990 950 # CONFIG_STACK_DEBUG is not set 991 951 CONFIG_DEBUG_STACK_USAGE=y 992 952 CONFIG_DUMP_CODE=y ··· 998 960 # CONFIG_KEYS is not set 999 961 # CONFIG_SECURITY is not set 1000 962 # CONFIG_SECURITYFS is not set 1001 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 963 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 964 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 965 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 966 + CONFIG_DEFAULT_SECURITY_DAC=y 967 + CONFIG_DEFAULT_SECURITY="" 1002 968 CONFIG_CRYPTO=y 1003 969 1004 970 #
+54 -18
arch/sh/configs/se7343_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:46:55 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:30:41 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 63 61 # 64 62 CONFIG_TREE_RCU=y 65 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 66 65 # CONFIG_RCU_TRACE is not set 67 66 CONFIG_RCU_FANOUT=32 68 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 102 99 # CONFIG_SHMEM is not set 103 100 CONFIG_AIO=y 104 101 CONFIG_HAVE_PERF_EVENTS=y 102 + CONFIG_PERF_USE_VMALLOC=y 105 103 106 104 # 107 105 # Kernel Performance Events And Counters ··· 121 117 CONFIG_HAVE_KPROBES=y 122 118 CONFIG_HAVE_KRETPROBES=y 123 119 CONFIG_HAVE_ARCH_TRACEHOOK=y 120 + CONFIG_HAVE_DMA_ATTRS=y 124 121 CONFIG_HAVE_CLK=y 125 122 CONFIG_HAVE_DMA_API_DEBUG=y 126 123 ··· 131 126 # CONFIG_SLOW_WORK is not set 132 127 CONFIG_HAVE_GENERIC_DMA_COHERENT=y 133 128 CONFIG_SLABINFO=y 129 + CONFIG_RT_MUTEXES=y 134 130 CONFIG_BASE_SMALL=0 135 131 CONFIG_MODULES=y 136 132 # CONFIG_MODULE_FORCE_LOAD is not set ··· 148 142 # IO Schedulers 149 143 # 150 144 CONFIG_IOSCHED_NOOP=y 151 - # CONFIG_IOSCHED_AS is not set 152 145 CONFIG_IOSCHED_DEADLINE=y 153 146 # CONFIG_IOSCHED_CFQ is not set 154 - # CONFIG_DEFAULT_AS is not set 155 147 CONFIG_DEFAULT_DEADLINE=y 156 148 # CONFIG_DEFAULT_CFQ is not set 157 149 # CONFIG_DEFAULT_NOOP is not set 158 150 CONFIG_DEFAULT_IOSCHED="deadline" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + CONFIG_INLINE_SPIN_UNLOCK=y 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + CONFIG_INLINE_READ_UNLOCK=y 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + CONFIG_INLINE_WRITE_UNLOCK=y 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 159 180 CONFIG_FREEZER=y 160 181 161 182 # ··· 261 228 # CONFIG_PHYS_ADDR_T_64BIT is not set 262 229 CONFIG_ZONE_DMA_FLAG=0 263 230 CONFIG_NR_QUICK=2 264 - CONFIG_HAVE_MLOCK=y 265 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 266 231 # CONFIG_KSM is not set 267 232 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 268 233 ··· 294 263 # 295 264 CONFIG_SH_TIMER_TMU=y 296 265 # CONFIG_SH_TIMER_CMT is not set 297 - CONFIG_SH_PCLK_FREQ=33333333 298 266 CONFIG_SH_CLK_CPG=y 299 267 # CONFIG_NO_HZ is not set 300 268 # CONFIG_HIGH_RES_TIMERS is not set ··· 443 413 # CONFIG_AF_RXRPC is not set 444 414 CONFIG_WIRELESS=y 445 415 # CONFIG_CFG80211 is not set 446 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 447 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 448 - # CONFIG_WIRELESS_EXT is not set 449 416 # CONFIG_LIB80211 is not set 450 417 451 418 # ··· 552 525 CONFIG_BLK_DEV=y 553 526 # CONFIG_BLK_DEV_COW_COMMON is not set 554 527 # CONFIG_BLK_DEV_LOOP is not set 528 + 529 + # 530 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 531 + # 555 532 # CONFIG_BLK_DEV_NBD is not set 556 533 # CONFIG_BLK_DEV_UB is not set 557 534 # CONFIG_BLK_DEV_RAM is not set ··· 616 585 # CONFIG_NETDEV_1000 is not set 617 586 # CONFIG_NETDEV_10000 is not set 618 587 CONFIG_WLAN=y 619 - # CONFIG_WLAN_PRE80211 is not set 620 - # CONFIG_WLAN_80211 is not set 588 + # CONFIG_USB_ZD1201 is not set 589 + # CONFIG_HOSTAP is not set 621 590 622 591 # 623 592 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 659 628 CONFIG_INPUT=y 660 629 # CONFIG_INPUT_FF_MEMLESS is not set 661 630 # CONFIG_INPUT_POLLDEV is not set 631 + # CONFIG_INPUT_SPARSEKMAP is not set 662 632 663 633 # 664 634 # Userland interfaces ··· 756 724 # 757 725 # Miscellaneous I2C Chip support 758 726 # 759 - # CONFIG_DS1682 is not set 760 727 # CONFIG_SENSORS_TSL2550 is not set 761 728 # CONFIG_I2C_DEBUG_CORE is not set 762 729 # CONFIG_I2C_DEBUG_ALGO is not set ··· 784 753 # 785 754 # CONFIG_MFD_CORE is not set 786 755 # CONFIG_MFD_SM501 is not set 756 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 787 757 # CONFIG_HTC_PASIC3 is not set 788 758 # CONFIG_TWL4030_CORE is not set 789 759 # CONFIG_MFD_TMIO is not set 790 760 # CONFIG_PMIC_DA903X is not set 761 + # CONFIG_PMIC_ADP5520 is not set 791 762 # CONFIG_MFD_WM8400 is not set 792 763 # CONFIG_MFD_WM831X is not set 793 764 # CONFIG_MFD_WM8350_I2C is not set 794 765 # CONFIG_MFD_PCF50633 is not set 795 766 # CONFIG_AB3100_CORE is not set 767 + # CONFIG_MFD_88PM8607 is not set 796 768 # CONFIG_REGULATOR is not set 797 769 # CONFIG_MEDIA_SUPPORT is not set 798 770 ··· 1207 1173 # CONFIG_DEBUG_FS is not set 1208 1174 # CONFIG_HEADERS_CHECK is not set 1209 1175 # CONFIG_DEBUG_KERNEL is not set 1210 - # CONFIG_DEBUG_BUGVERBOSE is not set 1176 + CONFIG_DEBUG_BUGVERBOSE=y 1211 1177 # CONFIG_DEBUG_MEMORY_INIT is not set 1212 1178 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1213 1179 # CONFIG_LATENCYTOP is not set 1180 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1214 1181 CONFIG_HAVE_FUNCTION_TRACER=y 1215 1182 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1216 1183 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 1224 1189 # CONFIG_SAMPLES is not set 1225 1190 CONFIG_HAVE_ARCH_KGDB=y 1226 1191 # CONFIG_SH_STANDARD_BIOS is not set 1227 - CONFIG_EARLY_SCIF_CONSOLE=y 1228 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe00000 1229 - CONFIG_EARLY_PRINTK=y 1230 1192 # CONFIG_DWARF_UNWINDER is not set 1231 1193 1232 1194 # ··· 1232 1200 # CONFIG_KEYS is not set 1233 1201 # CONFIG_SECURITY is not set 1234 1202 # CONFIG_SECURITYFS is not set 1235 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1203 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1204 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1205 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1206 + CONFIG_DEFAULT_SECURITY_DAC=y 1207 + CONFIG_DEFAULT_SECURITY="" 1236 1208 CONFIG_CRYPTO=y 1237 1209 1238 1210 #
+50 -8
arch/sh/configs/se7619_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:50:05 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:34:15 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 29 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 30 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 32 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 33 34 CONFIG_CONSTRUCTORS=y 34 35 ··· 55 54 # 56 55 CONFIG_TREE_RCU=y 57 56 # CONFIG_TREE_PREEMPT_RCU is not set 57 + # CONFIG_TINY_RCU is not set 58 58 # CONFIG_RCU_TRACE is not set 59 59 CONFIG_RCU_FANOUT=32 60 60 # CONFIG_RCU_FANOUT_EXACT is not set ··· 86 84 CONFIG_EVENTFD=y 87 85 CONFIG_AIO=y 88 86 CONFIG_HAVE_PERF_EVENTS=y 87 + CONFIG_PERF_USE_VMALLOC=y 89 88 90 89 # 91 90 # Kernel Performance Events And Counters ··· 98 95 CONFIG_SLAB=y 99 96 # CONFIG_SLUB is not set 100 97 # CONFIG_SLOB is not set 98 + # CONFIG_MMAP_ALLOW_UNINITIALIZED is not set 101 99 # CONFIG_PROFILING is not set 102 100 CONFIG_HAVE_OPROFILE=y 103 101 CONFIG_HAVE_KPROBES=y 104 102 CONFIG_HAVE_KRETPROBES=y 105 103 CONFIG_HAVE_ARCH_TRACEHOOK=y 104 + CONFIG_HAVE_DMA_ATTRS=y 106 105 CONFIG_HAVE_CLK=y 107 106 CONFIG_HAVE_DMA_API_DEBUG=y 108 107 ··· 125 120 # IO Schedulers 126 121 # 127 122 CONFIG_IOSCHED_NOOP=y 128 - # CONFIG_IOSCHED_AS is not set 129 123 # CONFIG_IOSCHED_DEADLINE is not set 130 124 # CONFIG_IOSCHED_CFQ is not set 131 - # CONFIG_DEFAULT_AS is not set 132 125 # CONFIG_DEFAULT_DEADLINE is not set 133 126 # CONFIG_DEFAULT_CFQ is not set 134 127 CONFIG_DEFAULT_NOOP=y 135 128 CONFIG_DEFAULT_IOSCHED="noop" 129 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 130 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 131 + # CONFIG_INLINE_SPIN_LOCK is not set 132 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 133 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 134 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 135 + CONFIG_INLINE_SPIN_UNLOCK=y 136 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 137 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 138 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 139 + # CONFIG_INLINE_READ_TRYLOCK is not set 140 + # CONFIG_INLINE_READ_LOCK is not set 141 + # CONFIG_INLINE_READ_LOCK_BH is not set 142 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 143 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 144 + CONFIG_INLINE_READ_UNLOCK=y 145 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 146 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 147 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 148 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 149 + # CONFIG_INLINE_WRITE_LOCK is not set 150 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 151 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 152 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 153 + CONFIG_INLINE_WRITE_UNLOCK=y 154 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 155 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 156 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 157 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 136 158 # CONFIG_FREEZER is not set 137 159 138 160 # ··· 233 201 # CONFIG_PHYS_ADDR_T_64BIT is not set 234 202 CONFIG_ZONE_DMA_FLAG=0 235 203 CONFIG_NR_QUICK=2 236 - CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 237 204 CONFIG_NOMMU_INITIAL_TRIM_EXCESS=1 238 205 239 206 # ··· 432 401 CONFIG_BLK_DEV=y 433 402 # CONFIG_BLK_DEV_COW_COMMON is not set 434 403 # CONFIG_BLK_DEV_LOOP is not set 404 + 405 + # 406 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 407 + # 435 408 # CONFIG_BLK_DEV_RAM is not set 436 409 # CONFIG_CDROM_PKTCDVD is not set 437 410 # CONFIG_BLK_DEV_HD is not set ··· 467 432 CONFIG_INPUT=y 468 433 # CONFIG_INPUT_FF_MEMLESS is not set 469 434 # CONFIG_INPUT_POLLDEV is not set 435 + # CONFIG_INPUT_SPARSEKMAP is not set 470 436 471 437 # 472 438 # Userland interfaces ··· 544 508 # 545 509 # CONFIG_MFD_CORE is not set 546 510 # CONFIG_MFD_SM501 is not set 511 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 547 512 # CONFIG_HTC_PASIC3 is not set 548 513 # CONFIG_MFD_TMIO is not set 549 514 # CONFIG_REGULATOR is not set ··· 612 575 # CONFIG_EXT2_FS is not set 613 576 # CONFIG_EXT3_FS is not set 614 577 # CONFIG_EXT4_FS is not set 578 + CONFIG_EXT4_USE_FOR_EXT23=y 615 579 # CONFIG_REISERFS_FS is not set 616 580 # CONFIG_JFS_FS is not set 617 581 # CONFIG_FS_POSIX_ACL is not set ··· 699 661 # CONFIG_UNUSED_SYMBOLS is not set 700 662 # CONFIG_HEADERS_CHECK is not set 701 663 # CONFIG_DEBUG_KERNEL is not set 702 - # CONFIG_DEBUG_BUGVERBOSE is not set 664 + CONFIG_DEBUG_BUGVERBOSE=y 703 665 # CONFIG_DEBUG_MEMORY_INIT is not set 704 666 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 705 667 # CONFIG_LATENCYTOP is not set 668 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 706 669 CONFIG_HAVE_FUNCTION_TRACER=y 707 670 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 708 671 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 716 677 # CONFIG_SAMPLES is not set 717 678 CONFIG_HAVE_ARCH_KGDB=y 718 679 # CONFIG_SH_STANDARD_BIOS is not set 719 - # CONFIG_EARLY_SCIF_CONSOLE is not set 720 680 # CONFIG_DWARF_UNWINDER is not set 721 681 722 682 # ··· 723 685 # 724 686 # CONFIG_KEYS is not set 725 687 # CONFIG_SECURITYFS is not set 726 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 688 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 689 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 690 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 691 + CONFIG_DEFAULT_SECURITY_DAC=y 692 + CONFIG_DEFAULT_SECURITY="" 727 693 # CONFIG_CRYPTO is not set 728 694 # CONFIG_BINARY_PRINTF is not set 729 695
+54 -17
arch/sh/configs/se7705_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:50:52 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:34:37 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 29 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 30 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 32 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 33 34 CONFIG_CONSTRUCTORS=y 34 35 ··· 60 59 # 61 60 CONFIG_TREE_RCU=y 62 61 # CONFIG_TREE_PREEMPT_RCU is not set 62 + # CONFIG_TINY_RCU is not set 63 63 # CONFIG_RCU_TRACE is not set 64 64 CONFIG_RCU_FANOUT=32 65 65 # CONFIG_RCU_FANOUT_EXACT is not set ··· 96 94 CONFIG_SHMEM=y 97 95 CONFIG_AIO=y 98 96 CONFIG_HAVE_PERF_EVENTS=y 97 + CONFIG_PERF_USE_VMALLOC=y 99 98 100 99 # 101 100 # Kernel Performance Events And Counters ··· 114 111 CONFIG_HAVE_KPROBES=y 115 112 CONFIG_HAVE_KRETPROBES=y 116 113 CONFIG_HAVE_ARCH_TRACEHOOK=y 114 + CONFIG_HAVE_DMA_ATTRS=y 117 115 CONFIG_HAVE_CLK=y 118 116 CONFIG_HAVE_DMA_API_DEBUG=y 119 117 ··· 140 136 # IO Schedulers 141 137 # 142 138 CONFIG_IOSCHED_NOOP=y 143 - CONFIG_IOSCHED_AS=y 144 139 # CONFIG_IOSCHED_DEADLINE is not set 145 140 # CONFIG_IOSCHED_CFQ is not set 146 - CONFIG_DEFAULT_AS=y 147 141 # CONFIG_DEFAULT_DEADLINE is not set 148 142 # CONFIG_DEFAULT_CFQ is not set 149 - # CONFIG_DEFAULT_NOOP is not set 150 - CONFIG_DEFAULT_IOSCHED="anticipatory" 143 + CONFIG_DEFAULT_NOOP=y 144 + CONFIG_DEFAULT_IOSCHED="noop" 145 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 146 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 147 + # CONFIG_INLINE_SPIN_LOCK is not set 148 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 150 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 151 + # CONFIG_INLINE_SPIN_UNLOCK is not set 152 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 154 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 155 + # CONFIG_INLINE_READ_TRYLOCK is not set 156 + # CONFIG_INLINE_READ_LOCK is not set 157 + # CONFIG_INLINE_READ_LOCK_BH is not set 158 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 159 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 160 + # CONFIG_INLINE_READ_UNLOCK is not set 161 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 162 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 163 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 164 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 165 + # CONFIG_INLINE_WRITE_LOCK is not set 166 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 167 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 168 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 169 + # CONFIG_INLINE_WRITE_UNLOCK is not set 170 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 171 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 172 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 173 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 151 174 # CONFIG_FREEZER is not set 152 175 153 176 # ··· 250 219 # CONFIG_PHYS_ADDR_T_64BIT is not set 251 220 CONFIG_ZONE_DMA_FLAG=0 252 221 CONFIG_NR_QUICK=2 253 - CONFIG_HAVE_MLOCK=y 254 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 255 222 # CONFIG_KSM is not set 256 223 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 257 224 ··· 432 403 # CONFIG_AF_RXRPC is not set 433 404 CONFIG_WIRELESS=y 434 405 # CONFIG_CFG80211 is not set 435 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 436 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 437 - # CONFIG_WIRELESS_EXT is not set 438 406 # CONFIG_LIB80211 is not set 439 407 440 408 # ··· 536 510 CONFIG_BLK_DEV=y 537 511 # CONFIG_BLK_DEV_COW_COMMON is not set 538 512 # CONFIG_BLK_DEV_LOOP is not set 513 + 514 + # 515 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 516 + # 539 517 # CONFIG_BLK_DEV_NBD is not set 540 518 CONFIG_BLK_DEV_RAM=y 541 519 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 594 564 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 595 565 # CONFIG_B44 is not set 596 566 # CONFIG_KS8842 is not set 567 + # CONFIG_KS8851_MLL is not set 597 568 CONFIG_NETDEV_1000=y 598 569 CONFIG_NETDEV_10000=y 599 570 CONFIG_WLAN=y 600 - # CONFIG_WLAN_PRE80211 is not set 601 - # CONFIG_WLAN_80211 is not set 571 + # CONFIG_HOSTAP is not set 602 572 603 573 # 604 574 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 628 598 CONFIG_INPUT=y 629 599 # CONFIG_INPUT_FF_MEMLESS is not set 630 600 # CONFIG_INPUT_POLLDEV is not set 601 + # CONFIG_INPUT_SPARSEKMAP is not set 631 602 632 603 # 633 604 # Userland interfaces ··· 656 625 # CONFIG_SERIO_SERPORT is not set 657 626 # CONFIG_SERIO_LIBPS2 is not set 658 627 # CONFIG_SERIO_RAW is not set 628 + # CONFIG_SERIO_ALTERA_PS2 is not set 659 629 # CONFIG_GAMEPORT is not set 660 630 661 631 # ··· 728 696 # 729 697 # CONFIG_MFD_CORE is not set 730 698 # CONFIG_MFD_SM501 is not set 699 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 731 700 # CONFIG_HTC_PASIC3 is not set 732 701 # CONFIG_MFD_TMIO is not set 733 702 # CONFIG_REGULATOR is not set ··· 798 765 # CONFIG_EXT2_FS_XIP is not set 799 766 # CONFIG_EXT3_FS is not set 800 767 # CONFIG_EXT4_FS is not set 768 + CONFIG_EXT4_USE_FOR_EXT23=y 801 769 # CONFIG_REISERFS_FS is not set 802 770 # CONFIG_JFS_FS is not set 803 771 # CONFIG_FS_POSIX_ACL is not set ··· 843 809 CONFIG_PROC_PAGE_MONITOR=y 844 810 # CONFIG_SYSFS is not set 845 811 # CONFIG_TMPFS is not set 846 - # CONFIG_HUGETLBFS is not set 847 812 # CONFIG_HUGETLB_PAGE is not set 848 813 CONFIG_MISC_FILESYSTEMS=y 849 814 # CONFIG_ADFS_FS is not set ··· 910 877 # CONFIG_UNUSED_SYMBOLS is not set 911 878 # CONFIG_HEADERS_CHECK is not set 912 879 # CONFIG_DEBUG_KERNEL is not set 913 - # CONFIG_DEBUG_BUGVERBOSE is not set 880 + CONFIG_DEBUG_BUGVERBOSE=y 914 881 # CONFIG_DEBUG_MEMORY_INIT is not set 915 882 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 916 883 # CONFIG_LATENCYTOP is not set 884 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 917 885 CONFIG_HAVE_FUNCTION_TRACER=y 918 886 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 919 887 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 927 893 # CONFIG_SAMPLES is not set 928 894 CONFIG_HAVE_ARCH_KGDB=y 929 895 # CONFIG_SH_STANDARD_BIOS is not set 930 - # CONFIG_EARLY_SCIF_CONSOLE is not set 931 896 # CONFIG_DWARF_UNWINDER is not set 932 897 933 898 # ··· 934 901 # 935 902 # CONFIG_KEYS is not set 936 903 # CONFIG_SECURITYFS is not set 937 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 904 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 905 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 906 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 907 + CONFIG_DEFAULT_SECURITY_DAC=y 908 + CONFIG_DEFAULT_SECURITY="" 938 909 CONFIG_CRYPTO=y 939 910 940 911 #
+47 -14
arch/sh/configs/se7712_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:53:32 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:44:56 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 28 28 CONFIG_ARCH_NO_VIRT_TO_BUS=y 29 29 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 30 30 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 31 + CONFIG_DMA_NONCOHERENT=y 31 32 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 32 33 CONFIG_CONSTRUCTORS=y 33 34 ··· 61 60 # 62 61 CONFIG_TREE_RCU=y 63 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 64 64 # CONFIG_RCU_TRACE is not set 65 65 CONFIG_RCU_FANOUT=32 66 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 97 95 # CONFIG_SHMEM is not set 98 96 CONFIG_AIO=y 99 97 CONFIG_HAVE_PERF_EVENTS=y 98 + CONFIG_PERF_USE_VMALLOC=y 100 99 101 100 # 102 101 # Kernel Performance Events And Counters ··· 116 113 CONFIG_HAVE_KPROBES=y 117 114 CONFIG_HAVE_KRETPROBES=y 118 115 CONFIG_HAVE_ARCH_TRACEHOOK=y 116 + CONFIG_HAVE_DMA_ATTRS=y 119 117 CONFIG_HAVE_CLK=y 120 118 CONFIG_HAVE_DMA_API_DEBUG=y 121 119 ··· 142 138 # IO Schedulers 143 139 # 144 140 CONFIG_IOSCHED_NOOP=y 145 - # CONFIG_IOSCHED_AS is not set 146 141 # CONFIG_IOSCHED_DEADLINE is not set 147 142 # CONFIG_IOSCHED_CFQ is not set 148 - # CONFIG_DEFAULT_AS is not set 149 143 # CONFIG_DEFAULT_DEADLINE is not set 150 144 # CONFIG_DEFAULT_CFQ is not set 151 145 CONFIG_DEFAULT_NOOP=y 152 146 CONFIG_DEFAULT_IOSCHED="noop" 147 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 148 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK is not set 150 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 151 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 152 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 153 + CONFIG_INLINE_SPIN_UNLOCK=y 154 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 155 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 156 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 157 + # CONFIG_INLINE_READ_TRYLOCK is not set 158 + # CONFIG_INLINE_READ_LOCK is not set 159 + # CONFIG_INLINE_READ_LOCK_BH is not set 160 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 161 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 162 + CONFIG_INLINE_READ_UNLOCK=y 163 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 164 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 165 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 166 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 167 + # CONFIG_INLINE_WRITE_LOCK is not set 168 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 169 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 170 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 171 + CONFIG_INLINE_WRITE_UNLOCK=y 172 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 173 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 174 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 175 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 153 176 # CONFIG_FREEZER is not set 154 177 155 178 # ··· 252 221 # CONFIG_PHYS_ADDR_T_64BIT is not set 253 222 CONFIG_ZONE_DMA_FLAG=0 254 223 CONFIG_NR_QUICK=2 255 - CONFIG_HAVE_MLOCK=y 256 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 257 224 # CONFIG_KSM is not set 258 225 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 259 226 ··· 481 452 CONFIG_FIB_RULES=y 482 453 CONFIG_WIRELESS=y 483 454 # CONFIG_CFG80211 is not set 484 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 485 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 486 - # CONFIG_WIRELESS_EXT is not set 487 455 # CONFIG_LIB80211 is not set 488 456 489 457 # ··· 591 565 CONFIG_BLK_DEV=y 592 566 # CONFIG_BLK_DEV_COW_COMMON is not set 593 567 # CONFIG_BLK_DEV_LOOP is not set 568 + 569 + # 570 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 571 + # 594 572 # CONFIG_BLK_DEV_NBD is not set 595 573 # CONFIG_BLK_DEV_RAM is not set 596 574 # CONFIG_CDROM_PKTCDVD is not set ··· 705 675 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 706 676 # CONFIG_B44 is not set 707 677 # CONFIG_KS8842 is not set 678 + # CONFIG_KS8851_MLL is not set 708 679 CONFIG_NETDEV_1000=y 709 680 CONFIG_NETDEV_10000=y 710 681 CONFIG_WLAN=y 711 - # CONFIG_WLAN_PRE80211 is not set 712 - # CONFIG_WLAN_80211 is not set 682 + # CONFIG_HOSTAP is not set 713 683 714 684 # 715 685 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 787 757 # 788 758 # CONFIG_MFD_CORE is not set 789 759 # CONFIG_MFD_SM501 is not set 760 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 790 761 # CONFIG_HTC_PASIC3 is not set 791 762 # CONFIG_MFD_TMIO is not set 792 763 # CONFIG_REGULATOR is not set ··· 919 888 CONFIG_PROC_SYSCTL=y 920 889 CONFIG_PROC_PAGE_MONITOR=y 921 890 CONFIG_SYSFS=y 922 - # CONFIG_HUGETLBFS is not set 923 891 # CONFIG_HUGETLB_PAGE is not set 924 892 # CONFIG_CONFIGFS_FS is not set 925 893 CONFIG_MISC_FILESYSTEMS=y ··· 1051 1021 CONFIG_HAVE_ARCH_KGDB=y 1052 1022 # CONFIG_KGDB is not set 1053 1023 # CONFIG_SH_STANDARD_BIOS is not set 1054 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1055 1024 # CONFIG_STACK_DEBUG is not set 1056 1025 # CONFIG_DEBUG_STACK_USAGE is not set 1057 1026 # CONFIG_4KSTACKS is not set ··· 1064 1035 # CONFIG_KEYS is not set 1065 1036 # CONFIG_SECURITY is not set 1066 1037 # CONFIG_SECURITYFS is not set 1067 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1038 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1039 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1040 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1041 + CONFIG_DEFAULT_SECURITY_DAC=y 1042 + CONFIG_DEFAULT_SECURITY="" 1068 1043 CONFIG_CRYPTO=y 1069 1044 1070 1045 #
+48 -14
arch/sh/configs/se7721_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:57:11 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:46:58 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 29 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 30 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 32 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 33 34 CONFIG_CONSTRUCTORS=y 34 35 ··· 62 61 # 63 62 CONFIG_TREE_RCU=y 64 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 65 65 # CONFIG_RCU_TRACE is not set 66 66 CONFIG_RCU_FANOUT=32 67 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 102 100 # CONFIG_SHMEM is not set 103 101 CONFIG_AIO=y 104 102 CONFIG_HAVE_PERF_EVENTS=y 103 + CONFIG_PERF_USE_VMALLOC=y 105 104 106 105 # 107 106 # Kernel Performance Events And Counters ··· 121 118 CONFIG_HAVE_KPROBES=y 122 119 CONFIG_HAVE_KRETPROBES=y 123 120 CONFIG_HAVE_ARCH_TRACEHOOK=y 121 + CONFIG_HAVE_DMA_ATTRS=y 124 122 CONFIG_HAVE_CLK=y 125 123 CONFIG_HAVE_DMA_API_DEBUG=y 126 124 ··· 147 143 # IO Schedulers 148 144 # 149 145 CONFIG_IOSCHED_NOOP=y 150 - # CONFIG_IOSCHED_AS is not set 151 146 # CONFIG_IOSCHED_DEADLINE is not set 152 147 # CONFIG_IOSCHED_CFQ is not set 153 - # CONFIG_DEFAULT_AS is not set 154 148 # CONFIG_DEFAULT_DEADLINE is not set 155 149 # CONFIG_DEFAULT_CFQ is not set 156 150 CONFIG_DEFAULT_NOOP=y 157 151 CONFIG_DEFAULT_IOSCHED="noop" 152 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 153 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK is not set 155 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 157 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 158 + CONFIG_INLINE_SPIN_UNLOCK=y 159 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 160 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 161 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 162 + # CONFIG_INLINE_READ_TRYLOCK is not set 163 + # CONFIG_INLINE_READ_LOCK is not set 164 + # CONFIG_INLINE_READ_LOCK_BH is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 166 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 167 + CONFIG_INLINE_READ_UNLOCK=y 168 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 169 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 170 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 171 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK is not set 173 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 175 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 176 + CONFIG_INLINE_WRITE_UNLOCK=y 177 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 178 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 179 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 158 181 # CONFIG_FREEZER is not set 159 182 160 183 # ··· 257 226 # CONFIG_PHYS_ADDR_T_64BIT is not set 258 227 CONFIG_ZONE_DMA_FLAG=0 259 228 CONFIG_NR_QUICK=2 260 - CONFIG_HAVE_MLOCK=y 261 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 262 229 # CONFIG_KSM is not set 263 230 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 264 231 ··· 486 457 CONFIG_FIB_RULES=y 487 458 CONFIG_WIRELESS=y 488 459 # CONFIG_CFG80211 is not set 489 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 490 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 491 - # CONFIG_WIRELESS_EXT is not set 492 460 # CONFIG_LIB80211 is not set 493 461 494 462 # ··· 596 570 CONFIG_BLK_DEV=y 597 571 # CONFIG_BLK_DEV_COW_COMMON is not set 598 572 # CONFIG_BLK_DEV_LOOP is not set 573 + 574 + # 575 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 576 + # 599 577 # CONFIG_BLK_DEV_NBD is not set 600 578 # CONFIG_BLK_DEV_UB is not set 601 579 # CONFIG_BLK_DEV_RAM is not set ··· 672 642 CONFIG_NETDEV_1000=y 673 643 CONFIG_NETDEV_10000=y 674 644 CONFIG_WLAN=y 675 - # CONFIG_WLAN_PRE80211 is not set 676 - # CONFIG_WLAN_80211 is not set 645 + # CONFIG_USB_ZD1201 is not set 646 + # CONFIG_HOSTAP is not set 677 647 678 648 # 679 649 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 702 672 CONFIG_INPUT=y 703 673 CONFIG_INPUT_FF_MEMLESS=m 704 674 # CONFIG_INPUT_POLLDEV is not set 675 + # CONFIG_INPUT_SPARSEKMAP is not set 705 676 706 677 # 707 678 # Userland interfaces ··· 796 765 # 797 766 # CONFIG_MFD_CORE is not set 798 767 # CONFIG_MFD_SM501 is not set 768 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 799 769 # CONFIG_HTC_PASIC3 is not set 800 770 # CONFIG_MFD_TMIO is not set 801 771 # CONFIG_REGULATOR is not set ··· 1061 1029 CONFIG_PROC_SYSCTL=y 1062 1030 CONFIG_PROC_PAGE_MONITOR=y 1063 1031 CONFIG_SYSFS=y 1064 - # CONFIG_HUGETLBFS is not set 1065 1032 # CONFIG_HUGETLB_PAGE is not set 1066 1033 # CONFIG_CONFIGFS_FS is not set 1067 1034 CONFIG_MISC_FILESYSTEMS=y ··· 1217 1186 CONFIG_HAVE_ARCH_KGDB=y 1218 1187 # CONFIG_KGDB is not set 1219 1188 # CONFIG_SH_STANDARD_BIOS is not set 1220 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1221 1189 # CONFIG_STACK_DEBUG is not set 1222 1190 # CONFIG_DEBUG_STACK_USAGE is not set 1223 1191 # CONFIG_4KSTACKS is not set ··· 1230 1200 # CONFIG_KEYS is not set 1231 1201 # CONFIG_SECURITY is not set 1232 1202 # CONFIG_SECURITYFS is not set 1233 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1203 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1204 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1205 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1206 + CONFIG_DEFAULT_SECURITY_DAC=y 1207 + CONFIG_DEFAULT_SECURITY="" 1234 1208 CONFIG_CRYPTO=y 1235 1209 1236 1210 #
+53 -16
arch/sh/configs/se7722_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:57:41 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 13:49:15 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_NUMA=y 24 25 CONFIG_SYS_SUPPORTS_CMT=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 65 63 # 66 64 CONFIG_TREE_RCU=y 67 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 68 67 # CONFIG_RCU_TRACE is not set 69 68 CONFIG_RCU_FANOUT=32 70 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 105 102 CONFIG_SHMEM=y 106 103 CONFIG_AIO=y 107 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 108 106 109 107 # 110 108 # Kernel Performance Events And Counters ··· 126 122 CONFIG_HAVE_KPROBES=y 127 123 CONFIG_HAVE_KRETPROBES=y 128 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 125 + CONFIG_HAVE_DMA_ATTRS=y 129 126 CONFIG_HAVE_CLK=y 130 127 CONFIG_HAVE_DMA_API_DEBUG=y 131 128 ··· 154 149 # IO Schedulers 155 150 # 156 151 CONFIG_IOSCHED_NOOP=y 157 - # CONFIG_IOSCHED_AS is not set 158 152 # CONFIG_IOSCHED_DEADLINE is not set 159 153 # CONFIG_IOSCHED_CFQ is not set 160 - # CONFIG_DEFAULT_AS is not set 161 154 # CONFIG_DEFAULT_DEADLINE is not set 162 155 # CONFIG_DEFAULT_CFQ is not set 163 156 CONFIG_DEFAULT_NOOP=y 164 157 CONFIG_DEFAULT_IOSCHED="noop" 158 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 159 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_LOCK is not set 161 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 162 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 163 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 164 + # CONFIG_INLINE_SPIN_UNLOCK is not set 165 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 166 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 167 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 168 + # CONFIG_INLINE_READ_TRYLOCK is not set 169 + # CONFIG_INLINE_READ_LOCK is not set 170 + # CONFIG_INLINE_READ_LOCK_BH is not set 171 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 172 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 173 + # CONFIG_INLINE_READ_UNLOCK is not set 174 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 175 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 176 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 177 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 178 + # CONFIG_INLINE_WRITE_LOCK is not set 179 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 180 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 181 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 182 + # CONFIG_INLINE_WRITE_UNLOCK is not set 183 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 184 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 185 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 186 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 165 187 CONFIG_FREEZER=y 166 188 167 189 # ··· 280 248 # CONFIG_PHYS_ADDR_T_64BIT is not set 281 249 CONFIG_ZONE_DMA_FLAG=0 282 250 CONFIG_NR_QUICK=2 283 - CONFIG_HAVE_MLOCK=y 284 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 285 251 # CONFIG_KSM is not set 286 252 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 287 253 ··· 314 284 # 315 285 CONFIG_SH_TIMER_TMU=y 316 286 # CONFIG_SH_TIMER_CMT is not set 317 - CONFIG_SH_PCLK_FREQ=33333333 318 287 CONFIG_SH_CLK_CPG=y 319 288 CONFIG_TICK_ONESHOT=y 320 289 CONFIG_NO_HZ=y ··· 465 436 # CONFIG_AF_RXRPC is not set 466 437 CONFIG_WIRELESS=y 467 438 # CONFIG_CFG80211 is not set 468 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 469 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 470 - # CONFIG_WIRELESS_EXT is not set 471 439 # CONFIG_LIB80211 is not set 472 440 473 441 # ··· 493 467 CONFIG_BLK_DEV=y 494 468 # CONFIG_BLK_DEV_COW_COMMON is not set 495 469 # CONFIG_BLK_DEV_LOOP is not set 470 + 471 + # 472 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 473 + # 496 474 # CONFIG_BLK_DEV_NBD is not set 497 475 CONFIG_BLK_DEV_RAM=y 498 476 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 590 560 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 591 561 # CONFIG_B44 is not set 592 562 # CONFIG_KS8842 is not set 563 + # CONFIG_KS8851_MLL is not set 593 564 CONFIG_NETDEV_1000=y 594 565 CONFIG_NETDEV_10000=y 595 566 CONFIG_WLAN=y 596 - # CONFIG_WLAN_PRE80211 is not set 597 - # CONFIG_WLAN_80211 is not set 567 + # CONFIG_HOSTAP is not set 598 568 599 569 # 600 570 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 614 584 CONFIG_INPUT=y 615 585 # CONFIG_INPUT_FF_MEMLESS is not set 616 586 # CONFIG_INPUT_POLLDEV is not set 587 + # CONFIG_INPUT_SPARSEKMAP is not set 617 588 618 589 # 619 590 # Userland interfaces ··· 653 622 # CONFIG_SERIO_SERPORT is not set 654 623 CONFIG_SERIO_LIBPS2=y 655 624 # CONFIG_SERIO_RAW is not set 625 + # CONFIG_SERIO_ALTERA_PS2 is not set 656 626 # CONFIG_GAMEPORT is not set 657 627 658 628 # ··· 726 694 # 727 695 # CONFIG_MFD_CORE is not set 728 696 # CONFIG_MFD_SM501 is not set 697 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 729 698 # CONFIG_HTC_PASIC3 is not set 730 699 # CONFIG_MFD_TMIO is not set 731 700 # CONFIG_REGULATOR is not set ··· 807 774 # CONFIG_RTC_DRV_M48T86 is not set 808 775 # CONFIG_RTC_DRV_M48T35 is not set 809 776 # CONFIG_RTC_DRV_M48T59 is not set 777 + # CONFIG_RTC_DRV_MSM6242 is not set 810 778 # CONFIG_RTC_DRV_BQ4802 is not set 779 + # CONFIG_RTC_DRV_RP5C01 is not set 811 780 # CONFIG_RTC_DRV_V3020 is not set 812 781 813 782 # ··· 941 906 # CONFIG_DEBUG_KERNEL is not set 942 907 # CONFIG_SLUB_DEBUG_ON is not set 943 908 # CONFIG_SLUB_STATS is not set 944 - # CONFIG_DEBUG_BUGVERBOSE is not set 909 + CONFIG_DEBUG_BUGVERBOSE=y 945 910 # CONFIG_DEBUG_MEMORY_INIT is not set 946 911 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 947 912 # CONFIG_LATENCYTOP is not set ··· 959 924 # CONFIG_SAMPLES is not set 960 925 CONFIG_HAVE_ARCH_KGDB=y 961 926 CONFIG_SH_STANDARD_BIOS=y 962 - # CONFIG_EARLY_SCIF_CONSOLE is not set 963 - # CONFIG_EARLY_PRINTK is not set 964 927 # CONFIG_DWARF_UNWINDER is not set 965 928 966 929 # ··· 967 934 # CONFIG_KEYS is not set 968 935 # CONFIG_SECURITY is not set 969 936 # CONFIG_SECURITYFS is not set 970 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 937 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 938 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 939 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 940 + CONFIG_DEFAULT_SECURITY_DAC=y 941 + CONFIG_DEFAULT_SECURITY="" 971 942 CONFIG_CRYPTO=y 972 943 973 944 #
+83 -17
arch/sh/configs/se7724_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Fri Sep 25 11:50:59 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 14:36:56 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 64 62 # 65 63 CONFIG_TREE_RCU=y 66 64 # CONFIG_TREE_PREEMPT_RCU is not set 65 + # CONFIG_TINY_RCU is not set 67 66 # CONFIG_RCU_TRACE is not set 68 67 CONFIG_RCU_FANOUT=32 69 68 # CONFIG_RCU_FANOUT_EXACT is not set ··· 102 99 CONFIG_SHMEM=y 103 100 CONFIG_AIO=y 104 101 CONFIG_HAVE_PERF_EVENTS=y 102 + CONFIG_PERF_USE_VMALLOC=y 105 103 106 104 # 107 105 # Kernel Performance Events And Counters ··· 120 116 CONFIG_HAVE_KPROBES=y 121 117 CONFIG_HAVE_KRETPROBES=y 122 118 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 + CONFIG_HAVE_DMA_ATTRS=y 123 120 CONFIG_HAVE_CLK=y 124 121 CONFIG_HAVE_DMA_API_DEBUG=y 125 122 ··· 147 142 # IO Schedulers 148 143 # 149 144 CONFIG_IOSCHED_NOOP=y 150 - CONFIG_IOSCHED_AS=y 151 145 CONFIG_IOSCHED_DEADLINE=y 152 146 CONFIG_IOSCHED_CFQ=y 153 - # CONFIG_DEFAULT_AS is not set 154 147 # CONFIG_DEFAULT_DEADLINE is not set 155 148 CONFIG_DEFAULT_CFQ=y 156 149 # CONFIG_DEFAULT_NOOP is not set 157 150 CONFIG_DEFAULT_IOSCHED="cfq" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + # CONFIG_INLINE_SPIN_UNLOCK is not set 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + # CONFIG_INLINE_READ_UNLOCK is not set 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + # CONFIG_INLINE_WRITE_UNLOCK is not set 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 158 180 CONFIG_FREEZER=y 159 181 160 182 # ··· 237 205 CONFIG_MEMORY_START=0x08000000 238 206 CONFIG_MEMORY_SIZE=0x08000000 239 207 CONFIG_29BIT=y 208 + # CONFIG_PMB_ENABLE is not set 240 209 # CONFIG_X2TLB is not set 241 210 CONFIG_VSYSCALL=y 242 211 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 262 229 # CONFIG_PHYS_ADDR_T_64BIT is not set 263 230 CONFIG_ZONE_DMA_FLAG=0 264 231 CONFIG_NR_QUICK=2 265 - CONFIG_HAVE_MLOCK=y 266 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 267 232 # CONFIG_KSM is not set 268 233 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 269 234 ··· 296 265 # 297 266 CONFIG_SH_TIMER_TMU=y 298 267 # CONFIG_SH_TIMER_CMT is not set 299 - CONFIG_SH_PCLK_FREQ=33333333 300 268 CONFIG_SH_CLK_CPG=y 301 269 # CONFIG_NO_HZ is not set 302 270 # CONFIG_HIGH_RES_TIMERS is not set ··· 309 279 # 310 280 # DMA support 311 281 # 312 - CONFIG_SH_DMA_API=y 313 282 CONFIG_SH_DMA=y 283 + CONFIG_SH_DMA_API=y 314 284 CONFIG_NR_ONCHIP_DMA_CHANNELS=12 315 285 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 316 286 ··· 453 423 # CONFIG_AF_RXRPC is not set 454 424 CONFIG_WIRELESS=y 455 425 # CONFIG_CFG80211 is not set 456 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 457 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 458 - # CONFIG_WIRELESS_EXT is not set 459 426 # CONFIG_LIB80211 is not set 460 427 461 428 # ··· 582 555 CONFIG_BLK_DEV=y 583 556 # CONFIG_BLK_DEV_COW_COMMON is not set 584 557 # CONFIG_BLK_DEV_LOOP is not set 558 + 559 + # 560 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 561 + # 585 562 # CONFIG_BLK_DEV_NBD is not set 586 563 # CONFIG_BLK_DEV_UB is not set 587 564 CONFIG_BLK_DEV_RAM=y ··· 596 565 # CONFIG_ATA_OVER_ETH is not set 597 566 # CONFIG_BLK_DEV_HD is not set 598 567 CONFIG_MISC_DEVICES=y 568 + # CONFIG_AD525X_DPOT is not set 599 569 # CONFIG_ICS932S401 is not set 600 570 # CONFIG_ENCLOSURE_SERVICES is not set 601 571 # CONFIG_ISL29003 is not set 572 + # CONFIG_DS1682 is not set 573 + # CONFIG_TI_DAC7512 is not set 602 574 # CONFIG_C2PORT is not set 603 575 604 576 # ··· 612 578 # CONFIG_EEPROM_LEGACY is not set 613 579 # CONFIG_EEPROM_MAX6875 is not set 614 580 # CONFIG_EEPROM_93CX6 is not set 581 + # CONFIG_IWMC3200TOP is not set 615 582 CONFIG_HAVE_IDE=y 616 583 # CONFIG_IDE is not set 617 584 ··· 707 672 # CONFIG_B44 is not set 708 673 # CONFIG_KS8842 is not set 709 674 # CONFIG_KS8851 is not set 675 + # CONFIG_KS8851_MLL is not set 710 676 # CONFIG_NETDEV_1000 is not set 711 677 # CONFIG_NETDEV_10000 is not set 712 678 CONFIG_WLAN=y 713 - # CONFIG_WLAN_PRE80211 is not set 714 - # CONFIG_WLAN_80211 is not set 679 + # CONFIG_USB_ZD1201 is not set 680 + # CONFIG_HOSTAP is not set 715 681 716 682 # 717 683 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 741 705 CONFIG_INPUT=y 742 706 # CONFIG_INPUT_FF_MEMLESS is not set 743 707 # CONFIG_INPUT_POLLDEV is not set 708 + # CONFIG_INPUT_SPARSEKMAP is not set 744 709 745 710 # 746 711 # Userland interfaces ··· 850 813 # 851 814 # Miscellaneous I2C Chip support 852 815 # 853 - # CONFIG_DS1682 is not set 854 816 # CONFIG_SENSORS_TSL2550 is not set 855 817 # CONFIG_I2C_DEBUG_CORE is not set 856 818 # CONFIG_I2C_DEBUG_ALGO is not set ··· 863 827 # 864 828 CONFIG_SPI_BITBANG=y 865 829 # CONFIG_SPI_GPIO is not set 830 + # CONFIG_SPI_SH_MSIOF is not set 866 831 # CONFIG_SPI_SH_SCI is not set 832 + # CONFIG_SPI_XILINX is not set 833 + # CONFIG_SPI_DESIGNWARE is not set 867 834 868 835 # 869 836 # SPI Protocol Masters ··· 924 885 # 925 886 # CONFIG_MFD_CORE is not set 926 887 # CONFIG_MFD_SM501 is not set 888 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 927 889 # CONFIG_HTC_PASIC3 is not set 928 890 # CONFIG_TPS65010 is not set 929 891 # CONFIG_TWL4030_CORE is not set 930 892 # CONFIG_MFD_TMIO is not set 931 893 # CONFIG_PMIC_DA903X is not set 894 + # CONFIG_PMIC_ADP5520 is not set 932 895 # CONFIG_MFD_WM8400 is not set 933 896 # CONFIG_MFD_WM831X is not set 934 897 # CONFIG_MFD_WM8350_I2C is not set ··· 938 897 # CONFIG_MFD_MC13783 is not set 939 898 # CONFIG_AB3100_CORE is not set 940 899 # CONFIG_EZX_PCAP is not set 900 + # CONFIG_MFD_88PM8607 is not set 901 + # CONFIG_AB4500_CORE is not set 941 902 # CONFIG_REGULATOR is not set 942 903 CONFIG_MEDIA_SUPPORT=y 943 904 ··· 956 913 # 957 914 # Multimedia drivers 958 915 # 916 + CONFIG_IR_CORE=y 917 + CONFIG_VIDEO_IR=y 959 918 # CONFIG_MEDIA_ATTACH is not set 960 919 CONFIG_MEDIA_TUNER=m 961 920 # CONFIG_MEDIA_TUNER_CUSTOMISE is not set ··· 977 932 # CONFIG_VIDEO_ADV_DEBUG is not set 978 933 # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set 979 934 CONFIG_VIDEO_HELPER_CHIPS_AUTO=y 935 + CONFIG_VIDEO_IR_I2C=y 980 936 # CONFIG_VIDEO_VIVI is not set 981 937 # CONFIG_VIDEO_SAA5246A is not set 982 938 # CONFIG_VIDEO_SAA5249 is not set ··· 986 940 # CONFIG_SOC_CAMERA_MT9M001 is not set 987 941 # CONFIG_SOC_CAMERA_MT9M111 is not set 988 942 # CONFIG_SOC_CAMERA_MT9T031 is not set 943 + # CONFIG_SOC_CAMERA_MT9T112 is not set 989 944 # CONFIG_SOC_CAMERA_MT9V022 is not set 945 + # CONFIG_SOC_CAMERA_RJ54N1 is not set 990 946 # CONFIG_SOC_CAMERA_TW9910 is not set 991 947 # CONFIG_SOC_CAMERA_PLATFORM is not set 992 948 CONFIG_SOC_CAMERA_OV772X=y 949 + # CONFIG_SOC_CAMERA_OV9640 is not set 993 950 CONFIG_VIDEO_SH_MOBILE_CEU=y 994 951 CONFIG_V4L_USB_DRIVERS=y 995 952 # CONFIG_USB_VIDEO_CLASS is not set ··· 1010 961 # CONFIG_USB_GSPCA_OV519 is not set 1011 962 # CONFIG_USB_GSPCA_OV534 is not set 1012 963 # CONFIG_USB_GSPCA_PAC207 is not set 964 + # CONFIG_USB_GSPCA_PAC7302 is not set 1013 965 # CONFIG_USB_GSPCA_PAC7311 is not set 1014 966 # CONFIG_USB_GSPCA_SN9C20X is not set 1015 967 # CONFIG_USB_GSPCA_SONIXB is not set ··· 1024 974 # CONFIG_USB_GSPCA_SQ905 is not set 1025 975 # CONFIG_USB_GSPCA_SQ905C is not set 1026 976 # CONFIG_USB_GSPCA_STK014 is not set 977 + # CONFIG_USB_GSPCA_STV0680 is not set 1027 978 # CONFIG_USB_GSPCA_SUNPLUS is not set 1028 979 # CONFIG_USB_GSPCA_T613 is not set 1029 980 # CONFIG_USB_GSPCA_TV8532 is not set ··· 1161 1110 CONFIG_SND_SOC_AD1836=m 1162 1111 CONFIG_SND_SOC_AD1938=m 1163 1112 CONFIG_SND_SOC_AD73311=m 1113 + CONFIG_SND_SOC_ADS117X=m 1164 1114 CONFIG_SND_SOC_AK4104=m 1165 1115 CONFIG_SND_SOC_AK4535=m 1166 1116 CONFIG_SND_SOC_AK4642=m 1117 + CONFIG_SND_SOC_AK4671=m 1167 1118 CONFIG_SND_SOC_CS4270=m 1168 1119 CONFIG_SND_SOC_L3=m 1169 1120 CONFIG_SND_SOC_PCM3008=m ··· 1174 1121 CONFIG_SND_SOC_TLV320AIC23=m 1175 1122 CONFIG_SND_SOC_TLV320AIC26=m 1176 1123 CONFIG_SND_SOC_TLV320AIC3X=m 1124 + CONFIG_SND_SOC_TLV320DAC33=m 1177 1125 CONFIG_SND_SOC_UDA134X=m 1178 1126 CONFIG_SND_SOC_UDA1380=m 1179 1127 CONFIG_SND_SOC_WM8510=m 1180 1128 CONFIG_SND_SOC_WM8523=m 1181 1129 CONFIG_SND_SOC_WM8580=m 1130 + CONFIG_SND_SOC_WM8711=m 1131 + CONFIG_SND_SOC_WM8727=m 1182 1132 CONFIG_SND_SOC_WM8728=m 1183 1133 CONFIG_SND_SOC_WM8731=m 1184 1134 CONFIG_SND_SOC_WM8750=m ··· 1199 1143 CONFIG_SND_SOC_WM8993=m 1200 1144 CONFIG_SND_SOC_WM9081=m 1201 1145 CONFIG_SND_SOC_MAX9877=m 1146 + CONFIG_SND_SOC_TPA6130A2=m 1202 1147 # CONFIG_SOUND_PRIME is not set 1203 1148 CONFIG_HID_SUPPORT=y 1204 1149 CONFIG_HID=y ··· 1373 1316 CONFIG_USB_GADGETFS=m 1374 1317 CONFIG_USB_FILE_STORAGE=m 1375 1318 # CONFIG_USB_FILE_STORAGE_TEST is not set 1319 + # CONFIG_USB_MASS_STORAGE is not set 1376 1320 CONFIG_USB_G_SERIAL=m 1377 1321 # CONFIG_USB_MIDI_GADGET is not set 1378 1322 # CONFIG_USB_G_PRINTER is not set 1379 1323 # CONFIG_USB_CDC_COMPOSITE is not set 1324 + # CONFIG_USB_G_MULTI is not set 1380 1325 1381 1326 # 1382 1327 # OTG and related infrastructure ··· 1404 1345 # CONFIG_MMC_AT91 is not set 1405 1346 # CONFIG_MMC_ATMELMCI is not set 1406 1347 CONFIG_MMC_SPI=y 1348 + # CONFIG_MMC_TMIO is not set 1407 1349 # CONFIG_MEMSTICK is not set 1408 1350 # CONFIG_NEW_LEDS is not set 1409 1351 # CONFIG_ACCESSIBILITY is not set ··· 1436 1376 CONFIG_RTC_DRV_PCF8563=y 1437 1377 # CONFIG_RTC_DRV_PCF8583 is not set 1438 1378 # CONFIG_RTC_DRV_M41T80 is not set 1379 + # CONFIG_RTC_DRV_BQ32K is not set 1439 1380 # CONFIG_RTC_DRV_S35390A is not set 1440 1381 # CONFIG_RTC_DRV_FM3130 is not set 1441 1382 # CONFIG_RTC_DRV_RX8581 is not set ··· 1465 1404 # CONFIG_RTC_DRV_M48T86 is not set 1466 1405 # CONFIG_RTC_DRV_M48T35 is not set 1467 1406 # CONFIG_RTC_DRV_M48T59 is not set 1407 + # CONFIG_RTC_DRV_MSM6242 is not set 1468 1408 # CONFIG_RTC_DRV_BQ4802 is not set 1409 + # CONFIG_RTC_DRV_RP5C01 is not set 1469 1410 # CONFIG_RTC_DRV_V3020 is not set 1470 1411 1471 1412 # ··· 1660 1597 # CONFIG_DEBUG_FS is not set 1661 1598 # CONFIG_HEADERS_CHECK is not set 1662 1599 # CONFIG_DEBUG_KERNEL is not set 1663 - # CONFIG_DEBUG_BUGVERBOSE is not set 1600 + CONFIG_DEBUG_BUGVERBOSE=y 1664 1601 # CONFIG_DEBUG_MEMORY_INIT is not set 1665 1602 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1666 1603 # CONFIG_LATENCYTOP is not set ··· 1677 1614 # CONFIG_SAMPLES is not set 1678 1615 CONFIG_HAVE_ARCH_KGDB=y 1679 1616 # CONFIG_SH_STANDARD_BIOS is not set 1680 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1681 1617 # CONFIG_DWARF_UNWINDER is not set 1682 1618 1683 1619 # ··· 1685 1623 # CONFIG_KEYS is not set 1686 1624 # CONFIG_SECURITY is not set 1687 1625 # CONFIG_SECURITYFS is not set 1688 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1626 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1627 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1628 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1629 + CONFIG_DEFAULT_SECURITY_DAC=y 1630 + CONFIG_DEFAULT_SECURITY="" 1689 1631 CONFIG_CRYPTO=y 1690 1632 1691 1633 #
+53 -17
arch/sh/configs/se7750_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 18:58:58 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 14:39:10 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 62 60 # 63 61 CONFIG_TREE_RCU=y 64 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 65 64 # CONFIG_RCU_TRACE is not set 66 65 CONFIG_RCU_FANOUT=32 67 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 98 95 CONFIG_SHMEM=y 99 96 CONFIG_AIO=y 100 97 CONFIG_HAVE_PERF_EVENTS=y 98 + CONFIG_PERF_USE_VMALLOC=y 101 99 102 100 # 103 101 # Kernel Performance Events And Counters ··· 117 113 CONFIG_HAVE_KPROBES=y 118 114 CONFIG_HAVE_KRETPROBES=y 119 115 CONFIG_HAVE_ARCH_TRACEHOOK=y 116 + CONFIG_HAVE_DMA_ATTRS=y 120 117 CONFIG_HAVE_CLK=y 121 118 CONFIG_HAVE_DMA_API_DEBUG=y 122 119 ··· 143 138 # IO Schedulers 144 139 # 145 140 CONFIG_IOSCHED_NOOP=y 146 - CONFIG_IOSCHED_AS=y 147 141 CONFIG_IOSCHED_DEADLINE=y 148 142 CONFIG_IOSCHED_CFQ=y 149 - CONFIG_DEFAULT_AS=y 150 143 # CONFIG_DEFAULT_DEADLINE is not set 151 - # CONFIG_DEFAULT_CFQ is not set 144 + CONFIG_DEFAULT_CFQ=y 152 145 # CONFIG_DEFAULT_NOOP is not set 153 - CONFIG_DEFAULT_IOSCHED="anticipatory" 146 + CONFIG_DEFAULT_IOSCHED="cfq" 147 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 148 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK is not set 150 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 151 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 152 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 153 + CONFIG_INLINE_SPIN_UNLOCK=y 154 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 155 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 156 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 157 + # CONFIG_INLINE_READ_TRYLOCK is not set 158 + # CONFIG_INLINE_READ_LOCK is not set 159 + # CONFIG_INLINE_READ_LOCK_BH is not set 160 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 161 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 162 + CONFIG_INLINE_READ_UNLOCK=y 163 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 164 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 165 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 166 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 167 + # CONFIG_INLINE_WRITE_LOCK is not set 168 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 169 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 170 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 171 + CONFIG_INLINE_WRITE_UNLOCK=y 172 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 173 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 174 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 175 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 154 176 # CONFIG_FREEZER is not set 155 177 156 178 # ··· 253 221 # CONFIG_PHYS_ADDR_T_64BIT is not set 254 222 CONFIG_ZONE_DMA_FLAG=0 255 223 CONFIG_NR_QUICK=2 256 - CONFIG_HAVE_MLOCK=y 257 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 258 224 # CONFIG_KSM is not set 259 225 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 260 226 ··· 337 307 CONFIG_ZERO_PAGE_OFFSET=0x00001000 338 308 CONFIG_BOOT_LINK_OFFSET=0x00800000 339 309 CONFIG_ENTRY_OFFSET=0x00001000 340 - # CONFIG_UBC_WAKEUP is not set 341 310 # CONFIG_CMDLINE_OVERWRITE is not set 342 311 # CONFIG_CMDLINE_EXTEND is not set 343 312 ··· 435 406 # CONFIG_AF_RXRPC is not set 436 407 CONFIG_WIRELESS=y 437 408 # CONFIG_CFG80211 is not set 438 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 439 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 440 - # CONFIG_WIRELESS_EXT is not set 441 409 # CONFIG_LIB80211 is not set 442 410 443 411 # ··· 539 513 CONFIG_BLK_DEV=y 540 514 # CONFIG_BLK_DEV_COW_COMMON is not set 541 515 # CONFIG_BLK_DEV_LOOP is not set 516 + 517 + # 518 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 519 + # 542 520 # CONFIG_BLK_DEV_NBD is not set 543 521 # CONFIG_BLK_DEV_RAM is not set 544 522 # CONFIG_CDROM_PKTCDVD is not set ··· 645 615 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 646 616 # CONFIG_B44 is not set 647 617 # CONFIG_KS8842 is not set 618 + # CONFIG_KS8851_MLL is not set 648 619 CONFIG_NETDEV_1000=y 649 620 CONFIG_NETDEV_10000=y 650 621 CONFIG_WLAN=y 651 - # CONFIG_WLAN_PRE80211 is not set 652 - # CONFIG_WLAN_80211 is not set 622 + # CONFIG_HOSTAP is not set 653 623 654 624 # 655 625 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 756 726 # 757 727 # CONFIG_MFD_CORE is not set 758 728 # CONFIG_MFD_SM501 is not set 729 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 759 730 # CONFIG_HTC_PASIC3 is not set 760 731 # CONFIG_MFD_TMIO is not set 761 732 # CONFIG_REGULATOR is not set ··· 816 785 # CONFIG_EXT2_FS is not set 817 786 # CONFIG_EXT3_FS is not set 818 787 # CONFIG_EXT4_FS is not set 788 + CONFIG_EXT4_USE_FOR_EXT23=y 819 789 # CONFIG_REISERFS_FS is not set 820 790 # CONFIG_JFS_FS is not set 821 791 # CONFIG_FS_POSIX_ACL is not set ··· 946 914 # CONFIG_DEBUG_FS is not set 947 915 # CONFIG_HEADERS_CHECK is not set 948 916 # CONFIG_DEBUG_KERNEL is not set 949 - # CONFIG_DEBUG_BUGVERBOSE is not set 917 + CONFIG_DEBUG_BUGVERBOSE=y 950 918 # CONFIG_DEBUG_MEMORY_INIT is not set 951 919 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 952 920 # CONFIG_LATENCYTOP is not set 921 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 953 922 CONFIG_HAVE_FUNCTION_TRACER=y 954 923 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 955 924 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 963 930 # CONFIG_SAMPLES is not set 964 931 CONFIG_HAVE_ARCH_KGDB=y 965 932 # CONFIG_SH_STANDARD_BIOS is not set 966 - # CONFIG_EARLY_SCIF_CONSOLE is not set 967 933 # CONFIG_DWARF_UNWINDER is not set 968 934 969 935 # ··· 971 939 # CONFIG_KEYS is not set 972 940 # CONFIG_SECURITY is not set 973 941 # CONFIG_SECURITYFS is not set 974 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 942 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 943 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 944 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 945 + CONFIG_DEFAULT_SECURITY_DAC=y 946 + CONFIG_DEFAULT_SECURITY="" 975 947 CONFIG_CRYPTO=y 976 948 977 949 #
+53 -17
arch/sh/configs/se7751_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:01:41 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 14:39:56 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 62 60 # 63 61 CONFIG_TREE_RCU=y 64 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 65 64 # CONFIG_RCU_TRACE is not set 66 65 CONFIG_RCU_FANOUT=32 67 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 101 98 CONFIG_SHMEM=y 102 99 CONFIG_AIO=y 103 100 CONFIG_HAVE_PERF_EVENTS=y 101 + CONFIG_PERF_USE_VMALLOC=y 104 102 105 103 # 106 104 # Kernel Performance Events And Counters ··· 120 116 CONFIG_HAVE_KPROBES=y 121 117 CONFIG_HAVE_KRETPROBES=y 122 118 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 + CONFIG_HAVE_DMA_ATTRS=y 123 120 CONFIG_HAVE_CLK=y 124 121 CONFIG_HAVE_DMA_API_DEBUG=y 125 122 ··· 146 141 # IO Schedulers 147 142 # 148 143 CONFIG_IOSCHED_NOOP=y 149 - CONFIG_IOSCHED_AS=y 150 144 CONFIG_IOSCHED_DEADLINE=y 151 145 CONFIG_IOSCHED_CFQ=y 152 - CONFIG_DEFAULT_AS=y 153 146 # CONFIG_DEFAULT_DEADLINE is not set 154 - # CONFIG_DEFAULT_CFQ is not set 147 + CONFIG_DEFAULT_CFQ=y 155 148 # CONFIG_DEFAULT_NOOP is not set 156 - CONFIG_DEFAULT_IOSCHED="anticipatory" 149 + CONFIG_DEFAULT_IOSCHED="cfq" 150 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 151 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 152 + # CONFIG_INLINE_SPIN_LOCK is not set 153 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 156 + CONFIG_INLINE_SPIN_UNLOCK=y 157 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 158 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 159 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 160 + # CONFIG_INLINE_READ_TRYLOCK is not set 161 + # CONFIG_INLINE_READ_LOCK is not set 162 + # CONFIG_INLINE_READ_LOCK_BH is not set 163 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 165 + CONFIG_INLINE_READ_UNLOCK=y 166 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 167 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 168 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 169 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 170 + # CONFIG_INLINE_WRITE_LOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 172 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 174 + CONFIG_INLINE_WRITE_UNLOCK=y 175 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 176 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 177 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 178 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 157 179 # CONFIG_FREEZER is not set 158 180 159 181 # ··· 256 224 # CONFIG_PHYS_ADDR_T_64BIT is not set 257 225 CONFIG_ZONE_DMA_FLAG=0 258 226 CONFIG_NR_QUICK=2 259 - CONFIG_HAVE_MLOCK=y 260 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 261 227 # CONFIG_KSM is not set 262 228 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 263 229 ··· 341 311 CONFIG_ZERO_PAGE_OFFSET=0x00010000 342 312 CONFIG_BOOT_LINK_OFFSET=0x00800000 343 313 CONFIG_ENTRY_OFFSET=0x00001000 344 - # CONFIG_UBC_WAKEUP is not set 345 314 CONFIG_CMDLINE_OVERWRITE=y 346 315 # CONFIG_CMDLINE_EXTEND is not set 347 316 CONFIG_CMDLINE="console=ttySC1,38400" ··· 459 430 # CONFIG_AF_RXRPC is not set 460 431 CONFIG_WIRELESS=y 461 432 # CONFIG_CFG80211 is not set 462 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 463 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 464 - # CONFIG_WIRELESS_EXT is not set 465 433 # CONFIG_LIB80211 is not set 466 434 467 435 # ··· 563 537 CONFIG_BLK_DEV=y 564 538 # CONFIG_BLK_DEV_COW_COMMON is not set 565 539 # CONFIG_BLK_DEV_LOOP is not set 540 + 541 + # 542 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 543 + # 566 544 # CONFIG_BLK_DEV_NBD is not set 567 545 CONFIG_BLK_DEV_RAM=y 568 546 CONFIG_BLK_DEV_RAM_COUNT=16 ··· 621 591 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 622 592 # CONFIG_B44 is not set 623 593 # CONFIG_KS8842 is not set 594 + # CONFIG_KS8851_MLL is not set 624 595 CONFIG_NETDEV_1000=y 625 596 CONFIG_NETDEV_10000=y 626 597 CONFIG_WLAN=y 627 - # CONFIG_WLAN_PRE80211 is not set 628 - # CONFIG_WLAN_80211 is not set 598 + # CONFIG_HOSTAP is not set 629 599 630 600 # 631 601 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 723 693 # 724 694 # CONFIG_MFD_CORE is not set 725 695 # CONFIG_MFD_SM501 is not set 696 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 726 697 # CONFIG_HTC_PASIC3 is not set 727 698 # CONFIG_MFD_TMIO is not set 728 699 # CONFIG_REGULATOR is not set ··· 785 754 # CONFIG_EXT2_FS_XIP is not set 786 755 # CONFIG_EXT3_FS is not set 787 756 # CONFIG_EXT4_FS is not set 757 + CONFIG_EXT4_USE_FOR_EXT23=y 788 758 # CONFIG_REISERFS_FS is not set 789 759 # CONFIG_JFS_FS is not set 790 760 # CONFIG_FS_POSIX_ACL is not set ··· 895 863 # CONFIG_DEBUG_FS is not set 896 864 # CONFIG_HEADERS_CHECK is not set 897 865 # CONFIG_DEBUG_KERNEL is not set 898 - # CONFIG_DEBUG_BUGVERBOSE is not set 866 + CONFIG_DEBUG_BUGVERBOSE=y 899 867 # CONFIG_DEBUG_MEMORY_INIT is not set 900 868 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 901 869 # CONFIG_LATENCYTOP is not set 870 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 902 871 CONFIG_HAVE_FUNCTION_TRACER=y 903 872 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 904 873 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 912 879 # CONFIG_SAMPLES is not set 913 880 CONFIG_HAVE_ARCH_KGDB=y 914 881 # CONFIG_SH_STANDARD_BIOS is not set 915 - # CONFIG_EARLY_SCIF_CONSOLE is not set 916 882 # CONFIG_DWARF_UNWINDER is not set 917 883 918 884 # ··· 920 888 # CONFIG_KEYS is not set 921 889 # CONFIG_SECURITY is not set 922 890 # CONFIG_SECURITYFS is not set 923 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 891 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 892 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 893 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 894 + CONFIG_DEFAULT_SECURITY_DAC=y 895 + CONFIG_DEFAULT_SECURITY="" 924 896 CONFIG_CRYPTO=y 925 897 926 898 #
+63 -16
arch/sh/configs/se7780_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:03:59 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 14:40:32 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 61 59 # 62 60 CONFIG_TREE_RCU=y 63 61 # CONFIG_TREE_PREEMPT_RCU is not set 62 + # CONFIG_TINY_RCU is not set 64 63 # CONFIG_RCU_TRACE is not set 65 64 CONFIG_RCU_FANOUT=32 66 65 # CONFIG_RCU_FANOUT_EXACT is not set ··· 95 92 CONFIG_SHMEM=y 96 93 CONFIG_AIO=y 97 94 CONFIG_HAVE_PERF_EVENTS=y 95 + CONFIG_PERF_USE_VMALLOC=y 98 96 99 97 # 100 98 # Kernel Performance Events And Counters ··· 114 110 CONFIG_HAVE_KPROBES=y 115 111 CONFIG_HAVE_KRETPROBES=y 116 112 CONFIG_HAVE_ARCH_TRACEHOOK=y 113 + CONFIG_HAVE_DMA_ATTRS=y 117 114 CONFIG_HAVE_CLK=y 118 115 CONFIG_HAVE_DMA_API_DEBUG=y 119 116 ··· 141 136 # IO Schedulers 142 137 # 143 138 CONFIG_IOSCHED_NOOP=y 144 - # CONFIG_IOSCHED_AS is not set 145 139 CONFIG_IOSCHED_DEADLINE=y 146 140 # CONFIG_IOSCHED_CFQ is not set 147 - # CONFIG_DEFAULT_AS is not set 148 141 CONFIG_DEFAULT_DEADLINE=y 149 142 # CONFIG_DEFAULT_CFQ is not set 150 143 # CONFIG_DEFAULT_NOOP is not set 151 144 CONFIG_DEFAULT_IOSCHED="deadline" 145 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 146 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 147 + # CONFIG_INLINE_SPIN_LOCK is not set 148 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 150 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 151 + CONFIG_INLINE_SPIN_UNLOCK=y 152 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 153 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 154 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 155 + # CONFIG_INLINE_READ_TRYLOCK is not set 156 + # CONFIG_INLINE_READ_LOCK is not set 157 + # CONFIG_INLINE_READ_LOCK_BH is not set 158 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 159 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 160 + CONFIG_INLINE_READ_UNLOCK=y 161 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 162 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 163 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 164 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 165 + # CONFIG_INLINE_WRITE_LOCK is not set 166 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 167 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 168 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 169 + CONFIG_INLINE_WRITE_UNLOCK=y 170 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 171 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 172 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 173 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 152 174 # CONFIG_FREEZER is not set 153 175 154 176 # ··· 254 222 # CONFIG_PHYS_ADDR_T_64BIT is not set 255 223 CONFIG_ZONE_DMA_FLAG=0 256 224 CONFIG_NR_QUICK=2 257 - CONFIG_HAVE_MLOCK=y 258 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 259 225 # CONFIG_KSM is not set 260 226 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 261 227 ··· 343 313 # Bus options 344 314 # 345 315 CONFIG_PCI=y 346 - CONFIG_SH_PCIDMA_NONCOHERENT=y 347 316 # CONFIG_PCIEPORTBUS is not set 348 317 # CONFIG_ARCH_SUPPORTS_MSI is not set 349 318 CONFIG_PCI_LEGACY=y ··· 430 401 # CONFIG_BT is not set 431 402 CONFIG_WIRELESS=y 432 403 # CONFIG_CFG80211 is not set 433 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 434 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 435 - # CONFIG_WIRELESS_EXT is not set 436 404 # CONFIG_LIB80211 is not set 437 405 438 406 # ··· 543 517 # CONFIG_BLK_DEV_COW_COMMON is not set 544 518 CONFIG_BLK_DEV_LOOP=y 545 519 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 520 + 521 + # 522 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 523 + # 546 524 # CONFIG_BLK_DEV_NBD is not set 547 525 # CONFIG_BLK_DEV_SX8 is not set 548 526 # CONFIG_BLK_DEV_UB is not set ··· 604 574 CONFIG_SCSI_LOWLEVEL=y 605 575 # CONFIG_ISCSI_TCP is not set 606 576 # CONFIG_SCSI_BNX2_ISCSI is not set 577 + # CONFIG_BE2ISCSI is not set 607 578 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 579 + # CONFIG_SCSI_HPSA is not set 608 580 # CONFIG_SCSI_3W_9XXX is not set 581 + # CONFIG_SCSI_3W_SAS is not set 609 582 # CONFIG_SCSI_ACARD is not set 610 583 # CONFIG_SCSI_AACRAID is not set 611 584 # CONFIG_SCSI_AIC7XXX is not set ··· 641 608 # CONFIG_SCSI_NSP32 is not set 642 609 # CONFIG_SCSI_DEBUG is not set 643 610 # CONFIG_SCSI_PMCRAID is not set 611 + # CONFIG_SCSI_PM8001 is not set 644 612 # CONFIG_SCSI_SRP is not set 613 + # CONFIG_SCSI_BFA_FC is not set 645 614 # CONFIG_SCSI_DH is not set 646 615 # CONFIG_SCSI_OSD_INITIATOR is not set 647 616 CONFIG_ATA=y ··· 677 642 # CONFIG_PATA_EFAR is not set 678 643 # CONFIG_ATA_GENERIC is not set 679 644 # CONFIG_PATA_HPT366 is not set 645 + # CONFIG_PATA_HPT37X is not set 646 + # CONFIG_PATA_HPT3X2N is not set 680 647 # CONFIG_PATA_HPT3X3 is not set 681 648 # CONFIG_PATA_IT821X is not set 682 649 # CONFIG_PATA_JMICRON is not set ··· 687 650 # CONFIG_PATA_MPIIX is not set 688 651 # CONFIG_PATA_OLDPIIX is not set 689 652 # CONFIG_PATA_NETCELL is not set 653 + # CONFIG_PATA_NINJA32 is not set 690 654 # CONFIG_PATA_NS87410 is not set 691 655 # CONFIG_PATA_NS87415 is not set 656 + # CONFIG_PATA_PDC2027X is not set 692 657 # CONFIG_PATA_PDC_OLD is not set 693 658 # CONFIG_PATA_RDC is not set 694 659 # CONFIG_PATA_RZ1000 is not set 695 660 # CONFIG_PATA_SC1200 is not set 696 661 # CONFIG_PATA_SERVERWORKS is not set 697 - # CONFIG_PATA_PDC2027X is not set 698 662 # CONFIG_PATA_SIL680 is not set 699 663 # CONFIG_PATA_SIS is not set 700 664 # CONFIG_PATA_VIA is not set ··· 786 748 # CONFIG_SUNDANCE is not set 787 749 # CONFIG_TLAN is not set 788 750 # CONFIG_KS8842 is not set 751 + # CONFIG_KS8851_MLL is not set 789 752 # CONFIG_VIA_RHINE is not set 790 753 # CONFIG_ATL2 is not set 791 754 # CONFIG_NETDEV_1000 is not set 792 755 # CONFIG_NETDEV_10000 is not set 793 756 # CONFIG_TR is not set 794 757 CONFIG_WLAN=y 795 - # CONFIG_WLAN_PRE80211 is not set 796 - # CONFIG_WLAN_80211 is not set 758 + # CONFIG_ATMEL is not set 759 + # CONFIG_USB_ZD1201 is not set 760 + # CONFIG_HOSTAP is not set 797 761 798 762 # 799 763 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 814 774 # CONFIG_NET_FC is not set 815 775 # CONFIG_NETPOLL is not set 816 776 # CONFIG_NET_POLL_CONTROLLER is not set 777 + # CONFIG_VMXNET3 is not set 817 778 # CONFIG_ISDN is not set 818 779 # CONFIG_PHONE is not set 819 780 ··· 824 783 CONFIG_INPUT=y 825 784 CONFIG_INPUT_FF_MEMLESS=m 826 785 # CONFIG_INPUT_POLLDEV is not set 786 + # CONFIG_INPUT_SPARSEKMAP is not set 827 787 828 788 # 829 789 # Userland interfaces ··· 925 883 # 926 884 # CONFIG_MFD_CORE is not set 927 885 # CONFIG_MFD_SM501 is not set 886 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 928 887 # CONFIG_HTC_PASIC3 is not set 929 888 # CONFIG_MFD_TMIO is not set 930 889 # CONFIG_REGULATOR is not set ··· 1192 1149 # CONFIG_EXT2_FS_XIP is not set 1193 1150 # CONFIG_EXT3_FS is not set 1194 1151 # CONFIG_EXT4_FS is not set 1152 + CONFIG_EXT4_USE_FOR_EXT23=y 1195 1153 # CONFIG_REISERFS_FS is not set 1196 1154 # CONFIG_JFS_FS is not set 1197 1155 # CONFIG_FS_POSIX_ACL is not set ··· 1329 1285 CONFIG_DEBUG_FS=y 1330 1286 # CONFIG_HEADERS_CHECK is not set 1331 1287 # CONFIG_DEBUG_KERNEL is not set 1332 - # CONFIG_DEBUG_BUGVERBOSE is not set 1288 + CONFIG_DEBUG_BUGVERBOSE=y 1333 1289 # CONFIG_DEBUG_MEMORY_INIT is not set 1334 1290 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1335 1291 # CONFIG_LATENCYTOP is not set ··· 1347 1303 # CONFIG_SAMPLES is not set 1348 1304 CONFIG_HAVE_ARCH_KGDB=y 1349 1305 # CONFIG_SH_STANDARD_BIOS is not set 1350 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1351 1306 # CONFIG_DWARF_UNWINDER is not set 1352 1307 1353 1308 # ··· 1355 1312 # CONFIG_KEYS is not set 1356 1313 # CONFIG_SECURITY is not set 1357 1314 # CONFIG_SECURITYFS is not set 1358 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1315 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1316 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1317 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1318 + CONFIG_DEFAULT_SECURITY_DAC=y 1319 + CONFIG_DEFAULT_SECURITY="" 1359 1320 CONFIG_CRYPTO=y 1360 1321 1361 1322 #
+61 -19
arch/sh/configs/sh03_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:07:14 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 14:41:25 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 21 21 CONFIG_GENERIC_CMOS_UPDATE=y 22 22 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 23 23 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 24 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 24 25 CONFIG_SYS_SUPPORTS_PCI=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y 26 27 CONFIG_STACKTRACE_SUPPORT=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 66 64 # 67 65 CONFIG_TREE_RCU=y 68 66 # CONFIG_TREE_PREEMPT_RCU is not set 67 + # CONFIG_TINY_RCU is not set 69 68 # CONFIG_RCU_TRACE is not set 70 69 CONFIG_RCU_FANOUT=32 71 70 # CONFIG_RCU_FANOUT_EXACT is not set ··· 105 102 CONFIG_SHMEM=y 106 103 CONFIG_AIO=y 107 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 108 106 109 107 # 110 108 # Kernel Performance Events And Counters ··· 128 124 CONFIG_HAVE_KPROBES=y 129 125 CONFIG_HAVE_KRETPROBES=y 130 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 127 + CONFIG_HAVE_DMA_ATTRS=y 131 128 CONFIG_HAVE_CLK=y 132 129 CONFIG_HAVE_DMA_API_DEBUG=y 133 130 ··· 156 151 # IO Schedulers 157 152 # 158 153 CONFIG_IOSCHED_NOOP=y 159 - CONFIG_IOSCHED_AS=y 160 154 CONFIG_IOSCHED_DEADLINE=y 161 155 CONFIG_IOSCHED_CFQ=y 162 - CONFIG_DEFAULT_AS=y 163 156 # CONFIG_DEFAULT_DEADLINE is not set 164 - # CONFIG_DEFAULT_CFQ is not set 157 + CONFIG_DEFAULT_CFQ=y 165 158 # CONFIG_DEFAULT_NOOP is not set 166 - CONFIG_DEFAULT_IOSCHED="anticipatory" 159 + CONFIG_DEFAULT_IOSCHED="cfq" 160 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 161 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 162 + # CONFIG_INLINE_SPIN_LOCK is not set 163 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 164 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 165 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 166 + # CONFIG_INLINE_SPIN_UNLOCK is not set 167 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 168 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 169 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_READ_TRYLOCK is not set 171 + # CONFIG_INLINE_READ_LOCK is not set 172 + # CONFIG_INLINE_READ_LOCK_BH is not set 173 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 174 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 175 + # CONFIG_INLINE_READ_UNLOCK is not set 176 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 177 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 178 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 180 + # CONFIG_INLINE_WRITE_LOCK is not set 181 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 182 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 183 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 184 + # CONFIG_INLINE_WRITE_UNLOCK is not set 185 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 186 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 187 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 167 189 # CONFIG_FREEZER is not set 168 190 169 191 # ··· 266 234 # CONFIG_PHYS_ADDR_T_64BIT is not set 267 235 CONFIG_ZONE_DMA_FLAG=0 268 236 CONFIG_NR_QUICK=2 269 - CONFIG_HAVE_MLOCK=y 270 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 271 237 # CONFIG_KSM is not set 272 238 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 273 239 ··· 350 320 CONFIG_ZERO_PAGE_OFFSET=0x00004000 351 321 CONFIG_BOOT_LINK_OFFSET=0x00800000 352 322 CONFIG_ENTRY_OFFSET=0x00001000 353 - # CONFIG_UBC_WAKEUP is not set 354 323 CONFIG_CMDLINE_OVERWRITE=y 355 324 # CONFIG_CMDLINE_EXTEND is not set 356 325 CONFIG_CMDLINE="console=ttySC1,115200 mem=64M root=/dev/nfs" ··· 358 329 # Bus options 359 330 # 360 331 CONFIG_PCI=y 361 - CONFIG_SH_PCIDMA_NONCOHERENT=y 362 332 # CONFIG_PCIEPORTBUS is not set 363 333 # CONFIG_ARCH_SUPPORTS_MSI is not set 364 334 CONFIG_PCI_LEGACY=y ··· 461 433 # CONFIG_AF_RXRPC is not set 462 434 CONFIG_WIRELESS=y 463 435 # CONFIG_CFG80211 is not set 464 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 465 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 466 - # CONFIG_WIRELESS_EXT is not set 467 436 # CONFIG_LIB80211 is not set 468 437 469 438 # ··· 493 468 # CONFIG_BLK_DEV_COW_COMMON is not set 494 469 CONFIG_BLK_DEV_LOOP=y 495 470 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 471 + 472 + # 473 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 474 + # 496 475 CONFIG_BLK_DEV_NBD=y 497 476 # CONFIG_BLK_DEV_SX8 is not set 498 477 CONFIG_BLK_DEV_RAM=y ··· 609 580 # CONFIG_ISCSI_TCP is not set 610 581 # CONFIG_SCSI_CXGB3_ISCSI is not set 611 582 # CONFIG_SCSI_BNX2_ISCSI is not set 583 + # CONFIG_BE2ISCSI is not set 612 584 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 585 + # CONFIG_SCSI_HPSA is not set 613 586 # CONFIG_SCSI_3W_9XXX is not set 587 + # CONFIG_SCSI_3W_SAS is not set 614 588 # CONFIG_SCSI_ACARD is not set 615 589 # CONFIG_SCSI_AACRAID is not set 616 590 # CONFIG_SCSI_AIC7XXX is not set ··· 646 614 # CONFIG_SCSI_NSP32 is not set 647 615 # CONFIG_SCSI_DEBUG is not set 648 616 # CONFIG_SCSI_PMCRAID is not set 617 + # CONFIG_SCSI_PM8001 is not set 649 618 # CONFIG_SCSI_SRP is not set 619 + # CONFIG_SCSI_BFA_FC is not set 650 620 # CONFIG_SCSI_DH is not set 651 621 # CONFIG_SCSI_OSD_INITIATOR is not set 652 622 # CONFIG_ATA is not set ··· 719 685 # CONFIG_SUNDANCE is not set 720 686 # CONFIG_TLAN is not set 721 687 # CONFIG_KS8842 is not set 688 + # CONFIG_KS8851_MLL is not set 722 689 # CONFIG_VIA_RHINE is not set 723 690 # CONFIG_SC92031 is not set 724 691 # CONFIG_ATL2 is not set ··· 768 733 # CONFIG_BE2NET is not set 769 734 # CONFIG_TR is not set 770 735 CONFIG_WLAN=y 771 - # CONFIG_WLAN_PRE80211 is not set 772 - # CONFIG_WLAN_80211 is not set 736 + # CONFIG_ATMEL is not set 737 + # CONFIG_PRISM54 is not set 738 + # CONFIG_HOSTAP is not set 773 739 774 740 # 775 741 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 784 748 # CONFIG_NETCONSOLE is not set 785 749 # CONFIG_NETPOLL is not set 786 750 # CONFIG_NET_POLL_CONTROLLER is not set 751 + # CONFIG_VMXNET3 is not set 787 752 # CONFIG_ISDN is not set 788 753 # CONFIG_PHONE is not set 789 754 ··· 794 757 CONFIG_INPUT=y 795 758 # CONFIG_INPUT_FF_MEMLESS is not set 796 759 # CONFIG_INPUT_POLLDEV is not set 760 + # CONFIG_INPUT_SPARSEKMAP is not set 797 761 798 762 # 799 763 # Userland interfaces ··· 924 886 # 925 887 # CONFIG_MFD_CORE is not set 926 888 # CONFIG_MFD_SM501 is not set 889 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 927 890 # CONFIG_HTC_PASIC3 is not set 928 891 # CONFIG_MFD_TMIO is not set 929 892 # CONFIG_REGULATOR is not set ··· 1188 1149 # CONFIG_HEADERS_CHECK is not set 1189 1150 # CONFIG_DEBUG_KERNEL is not set 1190 1151 CONFIG_STACKTRACE=y 1191 - # CONFIG_DEBUG_BUGVERBOSE is not set 1152 + CONFIG_DEBUG_BUGVERBOSE=y 1192 1153 # CONFIG_DEBUG_MEMORY_INIT is not set 1193 1154 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1194 1155 # CONFIG_LATENCYTOP is not set 1156 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1195 1157 CONFIG_NOP_TRACER=y 1196 1158 CONFIG_HAVE_FUNCTION_TRACER=y 1197 1159 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1212 1172 # CONFIG_SAMPLES is not set 1213 1173 CONFIG_HAVE_ARCH_KGDB=y 1214 1174 CONFIG_SH_STANDARD_BIOS=y 1215 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1216 - # CONFIG_EARLY_PRINTK is not set 1217 1175 # CONFIG_DWARF_UNWINDER is not set 1218 1176 1219 1177 # ··· 1220 1182 # CONFIG_KEYS is not set 1221 1183 # CONFIG_SECURITY is not set 1222 1184 # CONFIG_SECURITYFS is not set 1223 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1185 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1186 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1187 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1188 + CONFIG_DEFAULT_SECURITY_DAC=y 1189 + CONFIG_DEFAULT_SECURITY="" 1224 1190 CONFIG_CRYPTO=y 1225 1191 1226 1192 #
+51 -15
arch/sh/configs/sh7710voipgw_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:11:49 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 14:43:04 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 29 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 30 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 31 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 32 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 33 34 CONFIG_CONSTRUCTORS=y 34 35 ··· 61 60 # 62 61 CONFIG_TREE_RCU=y 63 62 # CONFIG_TREE_PREEMPT_RCU is not set 63 + # CONFIG_TINY_RCU is not set 64 64 # CONFIG_RCU_TRACE is not set 65 65 CONFIG_RCU_FANOUT=32 66 66 # CONFIG_RCU_FANOUT_EXACT is not set ··· 100 98 # CONFIG_SHMEM is not set 101 99 CONFIG_AIO=y 102 100 CONFIG_HAVE_PERF_EVENTS=y 101 + CONFIG_PERF_USE_VMALLOC=y 103 102 104 103 # 105 104 # Kernel Performance Events And Counters ··· 119 116 CONFIG_HAVE_KPROBES=y 120 117 CONFIG_HAVE_KRETPROBES=y 121 118 CONFIG_HAVE_ARCH_TRACEHOOK=y 119 + CONFIG_HAVE_DMA_ATTRS=y 122 120 CONFIG_HAVE_CLK=y 123 121 CONFIG_HAVE_DMA_API_DEBUG=y 124 122 ··· 146 142 # IO Schedulers 147 143 # 148 144 CONFIG_IOSCHED_NOOP=y 149 - # CONFIG_IOSCHED_AS is not set 150 145 CONFIG_IOSCHED_DEADLINE=y 151 146 # CONFIG_IOSCHED_CFQ is not set 152 - # CONFIG_DEFAULT_AS is not set 153 147 CONFIG_DEFAULT_DEADLINE=y 154 148 # CONFIG_DEFAULT_CFQ is not set 155 149 # CONFIG_DEFAULT_NOOP is not set 156 150 CONFIG_DEFAULT_IOSCHED="deadline" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + CONFIG_INLINE_SPIN_UNLOCK=y 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + CONFIG_INLINE_READ_UNLOCK=y 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + CONFIG_INLINE_WRITE_UNLOCK=y 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 157 180 # CONFIG_FREEZER is not set 158 181 159 182 # ··· 256 225 # CONFIG_PHYS_ADDR_T_64BIT is not set 257 226 CONFIG_ZONE_DMA_FLAG=0 258 227 CONFIG_NR_QUICK=2 259 - CONFIG_HAVE_MLOCK=y 260 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 261 228 # CONFIG_KSM is not set 262 229 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 263 230 ··· 489 460 # CONFIG_AF_RXRPC is not set 490 461 CONFIG_WIRELESS=y 491 462 # CONFIG_CFG80211 is not set 492 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 493 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 494 - # CONFIG_WIRELESS_EXT is not set 495 463 # CONFIG_LIB80211 is not set 496 464 497 465 # ··· 597 571 CONFIG_BLK_DEV=y 598 572 # CONFIG_BLK_DEV_COW_COMMON is not set 599 573 # CONFIG_BLK_DEV_LOOP is not set 574 + 575 + # 576 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 577 + # 600 578 # CONFIG_BLK_DEV_NBD is not set 601 579 # CONFIG_BLK_DEV_RAM is not set 602 580 # CONFIG_CDROM_PKTCDVD is not set ··· 653 623 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 654 624 # CONFIG_B44 is not set 655 625 # CONFIG_KS8842 is not set 626 + # CONFIG_KS8851_MLL is not set 656 627 CONFIG_NETDEV_1000=y 657 628 CONFIG_NETDEV_10000=y 658 629 CONFIG_WLAN=y 659 - # CONFIG_WLAN_PRE80211 is not set 660 - # CONFIG_WLAN_80211 is not set 630 + # CONFIG_HOSTAP is not set 661 631 662 632 # 663 633 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 677 647 CONFIG_INPUT=y 678 648 # CONFIG_INPUT_FF_MEMLESS is not set 679 649 # CONFIG_INPUT_POLLDEV is not set 650 + # CONFIG_INPUT_SPARSEKMAP is not set 680 651 681 652 # 682 653 # Userland interfaces ··· 756 725 # 757 726 # CONFIG_MFD_CORE is not set 758 727 # CONFIG_MFD_SM501 is not set 728 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 759 729 # CONFIG_HTC_PASIC3 is not set 760 730 # CONFIG_MFD_TMIO is not set 761 731 # CONFIG_REGULATOR is not set ··· 824 792 # CONFIG_EXT2_FS is not set 825 793 # CONFIG_EXT3_FS is not set 826 794 # CONFIG_EXT4_FS is not set 795 + CONFIG_EXT4_USE_FOR_EXT23=y 827 796 # CONFIG_REISERFS_FS is not set 828 797 # CONFIG_JFS_FS is not set 829 798 # CONFIG_FS_POSIX_ACL is not set ··· 869 836 CONFIG_PROC_SYSCTL=y 870 837 CONFIG_PROC_PAGE_MONITOR=y 871 838 CONFIG_SYSFS=y 872 - # CONFIG_HUGETLBFS is not set 873 839 # CONFIG_HUGETLB_PAGE is not set 874 840 # CONFIG_CONFIGFS_FS is not set 875 841 CONFIG_MISC_FILESYSTEMS=y ··· 931 899 CONFIG_DEBUG_FS=y 932 900 # CONFIG_HEADERS_CHECK is not set 933 901 # CONFIG_DEBUG_KERNEL is not set 934 - # CONFIG_DEBUG_BUGVERBOSE is not set 902 + CONFIG_DEBUG_BUGVERBOSE=y 935 903 # CONFIG_DEBUG_MEMORY_INIT is not set 936 904 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 937 905 # CONFIG_LATENCYTOP is not set 906 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 938 907 CONFIG_HAVE_FUNCTION_TRACER=y 939 908 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 940 909 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 949 916 # CONFIG_SAMPLES is not set 950 917 CONFIG_HAVE_ARCH_KGDB=y 951 918 # CONFIG_SH_STANDARD_BIOS is not set 952 - # CONFIG_EARLY_SCIF_CONSOLE is not set 953 919 # CONFIG_DWARF_UNWINDER is not set 954 920 955 921 # ··· 957 925 # CONFIG_KEYS is not set 958 926 # CONFIG_SECURITY is not set 959 927 # CONFIG_SECURITYFS is not set 960 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 928 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 929 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 930 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 931 + CONFIG_DEFAULT_SECURITY_DAC=y 932 + CONFIG_DEFAULT_SECURITY="" 961 933 CONFIG_CRYPTO=y 962 934 963 935 #
+59 -21
arch/sh/configs/sh7724_generic_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:14:00 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:03:45 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_CMT=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 51 49 # CONFIG_KERNEL_LZMA is not set 52 50 CONFIG_SWAP=y 53 51 CONFIG_SYSVIPC=y 54 - CONFIG_SYSVIPC_SYSCTL=y 55 52 # CONFIG_BSD_PROCESS_ACCT is not set 56 53 57 54 # ··· 58 57 # 59 58 CONFIG_TREE_RCU=y 60 59 # CONFIG_TREE_PREEMPT_RCU is not set 60 + # CONFIG_TINY_RCU is not set 61 61 # CONFIG_RCU_TRACE is not set 62 62 CONFIG_RCU_FANOUT=32 63 63 # CONFIG_RCU_FANOUT_EXACT is not set ··· 82 80 # CONFIG_NAMESPACES is not set 83 81 # CONFIG_BLK_DEV_INITRD is not set 84 82 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 85 - CONFIG_SYSCTL=y 86 83 CONFIG_ANON_INODES=y 87 84 CONFIG_EMBEDDED=y 88 85 # CONFIG_UID16 is not set 89 - CONFIG_SYSCTL_SYSCALL=y 90 86 CONFIG_KALLSYMS=y 91 87 # CONFIG_KALLSYMS_EXTRA_PASS is not set 92 88 CONFIG_HOTPLUG=y ··· 100 100 CONFIG_SHMEM=y 101 101 CONFIG_AIO=y 102 102 CONFIG_HAVE_PERF_EVENTS=y 103 + CONFIG_PERF_USE_VMALLOC=y 103 104 104 105 # 105 106 # Kernel Performance Events And Counters ··· 121 120 CONFIG_HAVE_KPROBES=y 122 121 CONFIG_HAVE_KRETPROBES=y 123 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 + CONFIG_HAVE_DMA_ATTRS=y 124 124 CONFIG_HAVE_CLK=y 125 125 CONFIG_HAVE_DMA_API_DEBUG=y 126 126 ··· 138 136 CONFIG_LBDAF=y 139 137 # CONFIG_BLK_DEV_BSG is not set 140 138 # CONFIG_BLK_DEV_INTEGRITY is not set 139 + # CONFIG_BLK_CGROUP is not set 141 140 142 141 # 143 142 # IO Schedulers 144 143 # 145 144 CONFIG_IOSCHED_NOOP=y 146 - CONFIG_IOSCHED_AS=y 147 145 CONFIG_IOSCHED_DEADLINE=y 148 146 CONFIG_IOSCHED_CFQ=y 149 - CONFIG_DEFAULT_AS=y 147 + # CONFIG_CFQ_GROUP_IOSCHED is not set 150 148 # CONFIG_DEFAULT_DEADLINE is not set 151 - # CONFIG_DEFAULT_CFQ is not set 149 + CONFIG_DEFAULT_CFQ=y 152 150 # CONFIG_DEFAULT_NOOP is not set 153 - CONFIG_DEFAULT_IOSCHED="anticipatory" 151 + CONFIG_DEFAULT_IOSCHED="cfq" 152 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 153 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 154 + # CONFIG_INLINE_SPIN_LOCK is not set 155 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 157 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 158 + CONFIG_INLINE_SPIN_UNLOCK=y 159 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 160 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 161 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 162 + # CONFIG_INLINE_READ_TRYLOCK is not set 163 + # CONFIG_INLINE_READ_LOCK is not set 164 + # CONFIG_INLINE_READ_LOCK_BH is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 166 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 167 + CONFIG_INLINE_READ_UNLOCK=y 168 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 169 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 170 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 171 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK is not set 173 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 175 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 176 + CONFIG_INLINE_WRITE_UNLOCK=y 177 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 178 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 179 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 180 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 154 181 CONFIG_FREEZER=y 155 182 156 183 # ··· 235 204 CONFIG_MEMORY_START=0x08000000 236 205 CONFIG_MEMORY_SIZE=0x04000000 237 206 CONFIG_29BIT=y 207 + # CONFIG_PMB_ENABLE is not set 238 208 # CONFIG_X2TLB is not set 239 209 CONFIG_VSYSCALL=y 240 210 CONFIG_ARCH_FLATMEM_ENABLE=y ··· 257 225 CONFIG_SPARSEMEM=y 258 226 CONFIG_HAVE_MEMORY_PRESENT=y 259 227 CONFIG_SPARSEMEM_STATIC=y 260 - 261 - # 262 - # Memory hotplug is currently incompatible with Software Suspend 263 - # 228 + # CONFIG_MEMORY_HOTPLUG is not set 264 229 CONFIG_SPLIT_PTLOCK_CPUS=4 265 230 CONFIG_MIGRATION=y 266 231 # CONFIG_PHYS_ADDR_T_64BIT is not set 267 232 CONFIG_ZONE_DMA_FLAG=0 268 233 CONFIG_NR_QUICK=2 269 - CONFIG_HAVE_MLOCK=y 270 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 271 234 # CONFIG_KSM is not set 272 235 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 273 236 ··· 296 269 # 297 270 CONFIG_SH_TIMER_TMU=y 298 271 CONFIG_SH_TIMER_CMT=y 299 - CONFIG_SH_PCLK_FREQ=41666666 300 272 CONFIG_SH_CLK_CPG=y 301 273 CONFIG_TICK_ONESHOT=y 302 274 CONFIG_NO_HZ=y ··· 414 388 CONFIG_BLK_DEV=y 415 389 # CONFIG_BLK_DEV_COW_COMMON is not set 416 390 # CONFIG_BLK_DEV_LOOP is not set 391 + 392 + # 393 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 394 + # 417 395 # CONFIG_BLK_DEV_RAM is not set 418 396 # CONFIG_CDROM_PKTCDVD is not set 419 397 # CONFIG_BLK_DEV_HD is not set ··· 506 476 # 507 477 # Miscellaneous I2C Chip support 508 478 # 509 - # CONFIG_DS1682 is not set 510 479 # CONFIG_SENSORS_TSL2550 is not set 511 480 # CONFIG_I2C_DEBUG_CORE is not set 512 481 # CONFIG_I2C_DEBUG_ALGO is not set ··· 534 505 # 535 506 # CONFIG_MFD_CORE is not set 536 507 # CONFIG_MFD_SM501 is not set 508 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 537 509 # CONFIG_HTC_PASIC3 is not set 538 510 # CONFIG_TWL4030_CORE is not set 539 511 # CONFIG_MFD_TMIO is not set 540 512 # CONFIG_PMIC_DA903X is not set 513 + # CONFIG_PMIC_ADP5520 is not set 541 514 # CONFIG_MFD_WM8400 is not set 542 515 # CONFIG_MFD_WM831X is not set 543 516 # CONFIG_MFD_WM8350_I2C is not set 544 517 # CONFIG_MFD_PCF50633 is not set 545 518 # CONFIG_AB3100_CORE is not set 519 + # CONFIG_MFD_88PM8607 is not set 546 520 # CONFIG_REGULATOR is not set 547 521 # CONFIG_MEDIA_SUPPORT is not set 548 522 ··· 593 561 # CONFIG_RTC_DRV_PCF8563 is not set 594 562 # CONFIG_RTC_DRV_PCF8583 is not set 595 563 # CONFIG_RTC_DRV_M41T80 is not set 564 + # CONFIG_RTC_DRV_BQ32K is not set 596 565 # CONFIG_RTC_DRV_S35390A is not set 597 566 # CONFIG_RTC_DRV_FM3130 is not set 598 567 # CONFIG_RTC_DRV_RX8581 is not set ··· 614 581 # CONFIG_RTC_DRV_M48T86 is not set 615 582 # CONFIG_RTC_DRV_M48T35 is not set 616 583 # CONFIG_RTC_DRV_M48T59 is not set 584 + # CONFIG_RTC_DRV_MSM6242 is not set 617 585 # CONFIG_RTC_DRV_BQ4802 is not set 586 + # CONFIG_RTC_DRV_RP5C01 is not set 618 587 # CONFIG_RTC_DRV_V3020 is not set 619 588 620 589 # ··· 643 608 # CONFIG_EXT2_FS is not set 644 609 # CONFIG_EXT3_FS is not set 645 610 # CONFIG_EXT4_FS is not set 611 + CONFIG_EXT4_USE_FOR_EXT23=y 646 612 # CONFIG_REISERFS_FS is not set 647 613 # CONFIG_JFS_FS is not set 648 614 # CONFIG_FS_POSIX_ACL is not set ··· 711 675 # CONFIG_HEADERS_CHECK is not set 712 676 # CONFIG_DEBUG_KERNEL is not set 713 677 CONFIG_STACKTRACE=y 714 - # CONFIG_DEBUG_BUGVERBOSE is not set 678 + CONFIG_DEBUG_BUGVERBOSE=y 715 679 # CONFIG_DEBUG_MEMORY_INIT is not set 716 680 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 717 681 # CONFIG_LATENCYTOP is not set 718 - # CONFIG_SYSCTL_SYSCALL_CHECK is not set 719 682 CONFIG_NOP_TRACER=y 720 683 CONFIG_HAVE_FUNCTION_TRACER=y 721 684 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 734 699 # CONFIG_SAMPLES is not set 735 700 CONFIG_HAVE_ARCH_KGDB=y 736 701 # CONFIG_SH_STANDARD_BIOS is not set 737 - # CONFIG_EARLY_SCIF_CONSOLE is not set 738 702 # CONFIG_DWARF_UNWINDER is not set 739 703 740 704 # ··· 741 707 # 742 708 # CONFIG_KEYS is not set 743 709 # CONFIG_SECURITYFS is not set 744 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 710 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 711 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 712 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 713 + CONFIG_DEFAULT_SECURITY_DAC=y 714 + CONFIG_DEFAULT_SECURITY="" 745 715 # CONFIG_CRYPTO is not set 746 716 CONFIG_BINARY_PRINTF=y 747 717
+56 -18
arch/sh/configs/sh7763rdp_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:15:37 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:05:29 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 61 59 # 62 60 CONFIG_TREE_RCU=y 63 61 # CONFIG_TREE_PREEMPT_RCU is not set 62 + # CONFIG_TINY_RCU is not set 64 63 # CONFIG_RCU_TRACE is not set 65 64 CONFIG_RCU_FANOUT=32 66 65 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters ··· 128 124 CONFIG_HAVE_KPROBES=y 129 125 CONFIG_HAVE_KRETPROBES=y 130 126 CONFIG_HAVE_ARCH_TRACEHOOK=y 127 + CONFIG_HAVE_DMA_ATTRS=y 131 128 CONFIG_HAVE_CLK=y 132 129 CONFIG_HAVE_DMA_API_DEBUG=y 133 130 ··· 155 150 # IO Schedulers 156 151 # 157 152 CONFIG_IOSCHED_NOOP=y 158 - CONFIG_IOSCHED_AS=y 159 153 CONFIG_IOSCHED_DEADLINE=y 160 154 CONFIG_IOSCHED_CFQ=y 161 - CONFIG_DEFAULT_AS=y 162 155 # CONFIG_DEFAULT_DEADLINE is not set 163 - # CONFIG_DEFAULT_CFQ is not set 156 + CONFIG_DEFAULT_CFQ=y 164 157 # CONFIG_DEFAULT_NOOP is not set 165 - CONFIG_DEFAULT_IOSCHED="anticipatory" 158 + CONFIG_DEFAULT_IOSCHED="cfq" 159 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 160 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 161 + # CONFIG_INLINE_SPIN_LOCK is not set 162 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 163 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 164 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 165 + CONFIG_INLINE_SPIN_UNLOCK=y 166 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 167 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 168 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 169 + # CONFIG_INLINE_READ_TRYLOCK is not set 170 + # CONFIG_INLINE_READ_LOCK is not set 171 + # CONFIG_INLINE_READ_LOCK_BH is not set 172 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 173 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 174 + CONFIG_INLINE_READ_UNLOCK=y 175 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 176 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 177 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 178 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 179 + # CONFIG_INLINE_WRITE_LOCK is not set 180 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 181 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 182 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 183 + CONFIG_INLINE_WRITE_UNLOCK=y 184 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 185 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 186 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 187 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 166 188 # CONFIG_FREEZER is not set 167 189 168 190 # ··· 243 211 CONFIG_MEMORY_START=0x0c000000 244 212 CONFIG_MEMORY_SIZE=0x04000000 245 213 CONFIG_29BIT=y 214 + # CONFIG_PMB_ENABLE is not set 246 215 CONFIG_VSYSCALL=y 247 216 CONFIG_ARCH_FLATMEM_ENABLE=y 248 217 CONFIG_ARCH_SPARSEMEM_ENABLE=y ··· 270 237 # CONFIG_PHYS_ADDR_T_64BIT is not set 271 238 CONFIG_ZONE_DMA_FLAG=0 272 239 CONFIG_NR_QUICK=2 273 - CONFIG_HAVE_MLOCK=y 274 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 275 240 # CONFIG_KSM is not set 276 241 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 277 242 ··· 452 421 # CONFIG_AF_RXRPC is not set 453 422 CONFIG_WIRELESS=y 454 423 # CONFIG_CFG80211 is not set 455 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 456 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 457 - CONFIG_WIRELESS_EXT=y 458 - CONFIG_WIRELESS_EXT_SYSFS=y 459 424 # CONFIG_LIB80211 is not set 460 425 461 426 # ··· 536 509 CONFIG_MTD_COMPLEX_MAPPINGS=y 537 510 CONFIG_MTD_PHYSMAP=y 538 511 # CONFIG_MTD_PHYSMAP_COMPAT is not set 539 - # CONFIG_MTD_GPIO_ADDR is not set 540 512 # CONFIG_MTD_PLATRAM is not set 541 513 542 514 # ··· 568 542 CONFIG_BLK_DEV=y 569 543 # CONFIG_BLK_DEV_COW_COMMON is not set 570 544 # CONFIG_BLK_DEV_LOOP is not set 545 + 546 + # 547 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 548 + # 571 549 # CONFIG_BLK_DEV_NBD is not set 572 550 # CONFIG_BLK_DEV_UB is not set 573 551 # CONFIG_BLK_DEV_RAM is not set ··· 670 640 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 671 641 # CONFIG_B44 is not set 672 642 # CONFIG_KS8842 is not set 643 + # CONFIG_KS8851_MLL is not set 673 644 # CONFIG_NETDEV_1000 is not set 674 645 # CONFIG_NETDEV_10000 is not set 675 646 CONFIG_WLAN=y 676 - # CONFIG_WLAN_PRE80211 is not set 677 - # CONFIG_WLAN_80211 is not set 647 + # CONFIG_USB_ZD1201 is not set 648 + # CONFIG_HOSTAP is not set 678 649 679 650 # 680 651 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 704 673 CONFIG_INPUT=y 705 674 # CONFIG_INPUT_FF_MEMLESS is not set 706 675 # CONFIG_INPUT_POLLDEV is not set 676 + # CONFIG_INPUT_SPARSEKMAP is not set 707 677 708 678 # 709 679 # Userland interfaces ··· 788 756 # 789 757 # CONFIG_MFD_CORE is not set 790 758 # CONFIG_MFD_SM501 is not set 759 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 791 760 # CONFIG_HTC_PASIC3 is not set 792 761 # CONFIG_MFD_TMIO is not set 793 762 # CONFIG_REGULATOR is not set ··· 982 949 # CONFIG_MMC_SDHCI is not set 983 950 # CONFIG_MMC_AT91 is not set 984 951 # CONFIG_MMC_ATMELMCI is not set 952 + # CONFIG_MMC_TMIO is not set 985 953 # CONFIG_MEMSTICK is not set 986 954 # CONFIG_NEW_LEDS is not set 987 955 # CONFIG_ACCESSIBILITY is not set ··· 1163 1129 # CONFIG_HEADERS_CHECK is not set 1164 1130 # CONFIG_DEBUG_KERNEL is not set 1165 1131 CONFIG_STACKTRACE=y 1166 - # CONFIG_DEBUG_BUGVERBOSE is not set 1132 + CONFIG_DEBUG_BUGVERBOSE=y 1167 1133 # CONFIG_DEBUG_MEMORY_INIT is not set 1168 1134 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1169 1135 # CONFIG_LATENCYTOP is not set 1136 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1170 1137 CONFIG_NOP_TRACER=y 1171 1138 CONFIG_HAVE_FUNCTION_TRACER=y 1172 1139 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1187 1152 # CONFIG_SAMPLES is not set 1188 1153 CONFIG_HAVE_ARCH_KGDB=y 1189 1154 # CONFIG_SH_STANDARD_BIOS is not set 1190 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1191 1155 # CONFIG_DWARF_UNWINDER is not set 1192 1156 1193 1157 # ··· 1195 1161 # CONFIG_KEYS is not set 1196 1162 # CONFIG_SECURITY is not set 1197 1163 # CONFIG_SECURITYFS is not set 1198 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1164 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1165 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1166 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1167 + CONFIG_DEFAULT_SECURITY_DAC=y 1168 + CONFIG_DEFAULT_SECURITY="" 1199 1169 CONFIG_CRYPTO=y 1200 1170 1201 1171 #
+59 -20
arch/sh/configs/sh7770_generic_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:17:16 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:06:28 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 50 48 # CONFIG_KERNEL_LZMA is not set 51 49 CONFIG_SWAP=y 52 50 CONFIG_SYSVIPC=y 53 - CONFIG_SYSVIPC_SYSCTL=y 54 51 # CONFIG_BSD_PROCESS_ACCT is not set 55 52 56 53 # ··· 57 56 # 58 57 CONFIG_TREE_RCU=y 59 58 # CONFIG_TREE_PREEMPT_RCU is not set 59 + # CONFIG_TINY_RCU is not set 60 60 # CONFIG_RCU_TRACE is not set 61 61 CONFIG_RCU_FANOUT=32 62 62 # CONFIG_RCU_FANOUT_EXACT is not set ··· 81 79 # CONFIG_NAMESPACES is not set 82 80 # CONFIG_BLK_DEV_INITRD is not set 83 81 CONFIG_CC_OPTIMIZE_FOR_SIZE=y 84 - CONFIG_SYSCTL=y 85 82 CONFIG_ANON_INODES=y 86 83 CONFIG_EMBEDDED=y 87 84 # CONFIG_UID16 is not set 88 - CONFIG_SYSCTL_SYSCALL=y 89 85 CONFIG_KALLSYMS=y 90 86 # CONFIG_KALLSYMS_EXTRA_PASS is not set 91 87 CONFIG_HOTPLUG=y ··· 99 99 CONFIG_SHMEM=y 100 100 CONFIG_AIO=y 101 101 CONFIG_HAVE_PERF_EVENTS=y 102 + CONFIG_PERF_USE_VMALLOC=y 102 103 103 104 # 104 105 # Kernel Performance Events And Counters ··· 120 119 CONFIG_HAVE_KPROBES=y 121 120 CONFIG_HAVE_KRETPROBES=y 122 121 CONFIG_HAVE_ARCH_TRACEHOOK=y 122 + CONFIG_HAVE_DMA_ATTRS=y 123 123 CONFIG_HAVE_CLK=y 124 124 CONFIG_HAVE_DMA_API_DEBUG=y 125 125 ··· 137 135 CONFIG_LBDAF=y 138 136 # CONFIG_BLK_DEV_BSG is not set 139 137 # CONFIG_BLK_DEV_INTEGRITY is not set 138 + # CONFIG_BLK_CGROUP is not set 140 139 141 140 # 142 141 # IO Schedulers 143 142 # 144 143 CONFIG_IOSCHED_NOOP=y 145 - CONFIG_IOSCHED_AS=y 146 144 CONFIG_IOSCHED_DEADLINE=y 147 145 CONFIG_IOSCHED_CFQ=y 148 - CONFIG_DEFAULT_AS=y 146 + # CONFIG_CFQ_GROUP_IOSCHED is not set 149 147 # CONFIG_DEFAULT_DEADLINE is not set 150 - # CONFIG_DEFAULT_CFQ is not set 148 + CONFIG_DEFAULT_CFQ=y 151 149 # CONFIG_DEFAULT_NOOP is not set 152 - CONFIG_DEFAULT_IOSCHED="anticipatory" 150 + CONFIG_DEFAULT_IOSCHED="cfq" 151 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 152 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 153 + # CONFIG_INLINE_SPIN_LOCK is not set 154 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 157 + CONFIG_INLINE_SPIN_UNLOCK=y 158 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 159 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 160 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_INLINE_READ_TRYLOCK is not set 162 + # CONFIG_INLINE_READ_LOCK is not set 163 + # CONFIG_INLINE_READ_LOCK_BH is not set 164 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 166 + CONFIG_INLINE_READ_UNLOCK=y 167 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 168 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 169 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 170 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 171 + # CONFIG_INLINE_WRITE_LOCK is not set 172 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 175 + CONFIG_INLINE_WRITE_UNLOCK=y 176 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 177 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 178 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 179 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 153 180 CONFIG_FREEZER=y 154 181 155 182 # ··· 232 201 CONFIG_MEMORY_START=0x08000000 233 202 CONFIG_MEMORY_SIZE=0x04000000 234 203 CONFIG_29BIT=y 204 + # CONFIG_PMB_ENABLE is not set 235 205 CONFIG_VSYSCALL=y 236 206 CONFIG_ARCH_FLATMEM_ENABLE=y 237 207 CONFIG_ARCH_SPARSEMEM_ENABLE=y ··· 253 221 CONFIG_SPARSEMEM=y 254 222 CONFIG_HAVE_MEMORY_PRESENT=y 255 223 CONFIG_SPARSEMEM_STATIC=y 256 - 257 - # 258 - # Memory hotplug is currently incompatible with Software Suspend 259 - # 224 + # CONFIG_MEMORY_HOTPLUG is not set 260 225 CONFIG_SPLIT_PTLOCK_CPUS=4 261 226 CONFIG_MIGRATION=y 262 227 # CONFIG_PHYS_ADDR_T_64BIT is not set 263 228 CONFIG_ZONE_DMA_FLAG=0 264 229 CONFIG_NR_QUICK=2 265 - CONFIG_HAVE_MLOCK=y 266 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 267 230 # CONFIG_KSM is not set 268 231 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 269 232 ··· 406 379 CONFIG_BLK_DEV=y 407 380 # CONFIG_BLK_DEV_COW_COMMON is not set 408 381 # CONFIG_BLK_DEV_LOOP is not set 382 + 383 + # 384 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 385 + # 409 386 # CONFIG_BLK_DEV_RAM is not set 410 387 # CONFIG_CDROM_PKTCDVD is not set 411 388 # CONFIG_BLK_DEV_HD is not set ··· 498 467 # 499 468 # Miscellaneous I2C Chip support 500 469 # 501 - # CONFIG_DS1682 is not set 502 470 # CONFIG_SENSORS_TSL2550 is not set 503 471 # CONFIG_I2C_DEBUG_CORE is not set 504 472 # CONFIG_I2C_DEBUG_ALGO is not set ··· 526 496 # 527 497 # CONFIG_MFD_CORE is not set 528 498 # CONFIG_MFD_SM501 is not set 499 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 529 500 # CONFIG_HTC_PASIC3 is not set 530 501 # CONFIG_TWL4030_CORE is not set 531 502 # CONFIG_MFD_TMIO is not set 532 503 # CONFIG_PMIC_DA903X is not set 504 + # CONFIG_PMIC_ADP5520 is not set 533 505 # CONFIG_MFD_WM8400 is not set 534 506 # CONFIG_MFD_WM831X is not set 535 507 # CONFIG_MFD_WM8350_I2C is not set 536 508 # CONFIG_MFD_PCF50633 is not set 537 509 # CONFIG_AB3100_CORE is not set 510 + # CONFIG_MFD_88PM8607 is not set 538 511 # CONFIG_REGULATOR is not set 539 512 # CONFIG_MEDIA_SUPPORT is not set 540 513 ··· 585 552 # CONFIG_RTC_DRV_PCF8563 is not set 586 553 # CONFIG_RTC_DRV_PCF8583 is not set 587 554 # CONFIG_RTC_DRV_M41T80 is not set 555 + # CONFIG_RTC_DRV_BQ32K is not set 588 556 # CONFIG_RTC_DRV_S35390A is not set 589 557 # CONFIG_RTC_DRV_FM3130 is not set 590 558 # CONFIG_RTC_DRV_RX8581 is not set ··· 606 572 # CONFIG_RTC_DRV_M48T86 is not set 607 573 # CONFIG_RTC_DRV_M48T35 is not set 608 574 # CONFIG_RTC_DRV_M48T59 is not set 575 + # CONFIG_RTC_DRV_MSM6242 is not set 609 576 # CONFIG_RTC_DRV_BQ4802 is not set 577 + # CONFIG_RTC_DRV_RP5C01 is not set 610 578 # CONFIG_RTC_DRV_V3020 is not set 611 579 612 580 # ··· 635 599 # CONFIG_EXT2_FS is not set 636 600 # CONFIG_EXT3_FS is not set 637 601 # CONFIG_EXT4_FS is not set 602 + CONFIG_EXT4_USE_FOR_EXT23=y 638 603 # CONFIG_REISERFS_FS is not set 639 604 # CONFIG_JFS_FS is not set 640 605 # CONFIG_FS_POSIX_ACL is not set ··· 703 666 # CONFIG_HEADERS_CHECK is not set 704 667 # CONFIG_DEBUG_KERNEL is not set 705 668 CONFIG_STACKTRACE=y 706 - # CONFIG_DEBUG_BUGVERBOSE is not set 669 + CONFIG_DEBUG_BUGVERBOSE=y 707 670 # CONFIG_DEBUG_MEMORY_INIT is not set 708 671 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 709 672 # CONFIG_LATENCYTOP is not set 710 - # CONFIG_SYSCTL_SYSCALL_CHECK is not set 711 673 CONFIG_NOP_TRACER=y 712 674 CONFIG_HAVE_FUNCTION_TRACER=y 713 675 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 726 690 # CONFIG_SAMPLES is not set 727 691 CONFIG_HAVE_ARCH_KGDB=y 728 692 # CONFIG_SH_STANDARD_BIOS is not set 729 - # CONFIG_EARLY_SCIF_CONSOLE is not set 730 693 # CONFIG_DWARF_UNWINDER is not set 731 694 732 695 # ··· 733 698 # 734 699 # CONFIG_KEYS is not set 735 700 # CONFIG_SECURITYFS is not set 736 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 701 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 702 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 703 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 704 + CONFIG_DEFAULT_SECURITY_DAC=y 705 + CONFIG_DEFAULT_SECURITY="" 737 706 # CONFIG_CRYPTO is not set 738 707 CONFIG_BINARY_PRINTF=y 739 708
+61 -22
arch/sh/configs/sh7785lcr_32bit_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Fri Sep 25 11:39:20 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:07:40 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_NUMA=y 24 25 CONFIG_SYS_SUPPORTS_PCI=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 66 64 # 67 65 CONFIG_TREE_RCU=y 68 66 # CONFIG_TREE_PREEMPT_RCU is not set 67 + # CONFIG_TINY_RCU is not set 69 68 # CONFIG_RCU_TRACE is not set 70 69 CONFIG_RCU_FANOUT=32 71 70 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters ··· 130 126 CONFIG_HAVE_KPROBES=y 131 127 CONFIG_HAVE_KRETPROBES=y 132 128 CONFIG_HAVE_ARCH_TRACEHOOK=y 129 + CONFIG_HAVE_DMA_ATTRS=y 133 130 CONFIG_HAVE_CLK=y 134 131 CONFIG_HAVE_DMA_API_DEBUG=y 135 132 ··· 158 153 # IO Schedulers 159 154 # 160 155 CONFIG_IOSCHED_NOOP=y 161 - CONFIG_IOSCHED_AS=y 162 156 CONFIG_IOSCHED_DEADLINE=y 163 157 CONFIG_IOSCHED_CFQ=y 164 - # CONFIG_DEFAULT_AS is not set 165 158 # CONFIG_DEFAULT_DEADLINE is not set 166 159 CONFIG_DEFAULT_CFQ=y 167 160 # CONFIG_DEFAULT_NOOP is not set 168 161 CONFIG_DEFAULT_IOSCHED="cfq" 162 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 163 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 164 + # CONFIG_INLINE_SPIN_LOCK is not set 165 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 166 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 167 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 168 + # CONFIG_INLINE_SPIN_UNLOCK is not set 169 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 170 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 171 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 172 + # CONFIG_INLINE_READ_TRYLOCK is not set 173 + # CONFIG_INLINE_READ_LOCK is not set 174 + # CONFIG_INLINE_READ_LOCK_BH is not set 175 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 176 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 177 + # CONFIG_INLINE_READ_UNLOCK is not set 178 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 179 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 180 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 181 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 182 + # CONFIG_INLINE_WRITE_LOCK is not set 183 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 184 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 185 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 186 + # CONFIG_INLINE_WRITE_UNLOCK is not set 187 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 188 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 189 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 190 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 169 191 # CONFIG_FREEZER is not set 170 192 171 193 # ··· 285 253 # CONFIG_PHYS_ADDR_T_64BIT is not set 286 254 CONFIG_ZONE_DMA_FLAG=0 287 255 CONFIG_NR_QUICK=2 288 - CONFIG_HAVE_MLOCK=y 289 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 290 256 # CONFIG_KSM is not set 291 257 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 292 258 ··· 317 287 # Timer and clock configuration 318 288 # 319 289 CONFIG_SH_TIMER_TMU=y 320 - CONFIG_SH_PCLK_FREQ=50000000 321 290 CONFIG_SH_CLK_CPG=y 322 291 CONFIG_TICK_ONESHOT=y 323 292 CONFIG_NO_HZ=y ··· 389 360 # Bus options 390 361 # 391 362 CONFIG_PCI=y 392 - CONFIG_SH_PCIDMA_NONCOHERENT=y 393 363 # CONFIG_PCIEPORTBUS is not set 394 364 # CONFIG_ARCH_SUPPORTS_MSI is not set 395 365 # CONFIG_PCI_LEGACY is not set ··· 498 470 # CONFIG_AF_RXRPC is not set 499 471 CONFIG_WIRELESS=y 500 472 # CONFIG_CFG80211 is not set 501 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 502 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 503 - CONFIG_WIRELESS_EXT=y 504 - CONFIG_WIRELESS_EXT_SYSFS=y 505 473 # CONFIG_LIB80211 is not set 506 474 507 475 # ··· 612 588 # CONFIG_BLK_DEV_COW_COMMON is not set 613 589 CONFIG_BLK_DEV_LOOP=y 614 590 CONFIG_BLK_DEV_CRYPTOLOOP=m 591 + 592 + # 593 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 594 + # 615 595 # CONFIG_BLK_DEV_NBD is not set 616 596 # CONFIG_BLK_DEV_SX8 is not set 617 597 # CONFIG_BLK_DEV_UB is not set ··· 716 688 # CONFIG_PATA_NS87415 is not set 717 689 # CONFIG_PATA_OPTI is not set 718 690 # CONFIG_PATA_OPTIDMA is not set 691 + # CONFIG_PATA_PDC2027X is not set 719 692 # CONFIG_PATA_PDC_OLD is not set 720 693 # CONFIG_PATA_RADISYS is not set 721 694 # CONFIG_PATA_RDC is not set 722 695 # CONFIG_PATA_RZ1000 is not set 723 696 # CONFIG_PATA_SC1200 is not set 724 697 # CONFIG_PATA_SERVERWORKS is not set 725 - # CONFIG_PATA_PDC2027X is not set 726 698 # CONFIG_PATA_SIL680 is not set 727 699 # CONFIG_PATA_SIS is not set 700 + # CONFIG_PATA_TOSHIBA is not set 728 701 # CONFIG_PATA_VIA is not set 729 702 # CONFIG_PATA_WINBOND is not set 730 703 # CONFIG_PATA_PLATFORM is not set ··· 806 777 # CONFIG_NETCONSOLE is not set 807 778 # CONFIG_NETPOLL is not set 808 779 # CONFIG_NET_POLL_CONTROLLER is not set 780 + # CONFIG_VMXNET3 is not set 809 781 # CONFIG_ISDN is not set 810 782 # CONFIG_PHONE is not set 811 783 ··· 816 786 CONFIG_INPUT=y 817 787 CONFIG_INPUT_FF_MEMLESS=m 818 788 # CONFIG_INPUT_POLLDEV is not set 789 + # CONFIG_INPUT_SPARSEKMAP is not set 819 790 820 791 # 821 792 # Userland interfaces ··· 872 841 # CONFIG_SERIO_PCIPS2 is not set 873 842 CONFIG_SERIO_LIBPS2=y 874 843 # CONFIG_SERIO_RAW is not set 844 + # CONFIG_SERIO_ALTERA_PS2 is not set 875 845 # CONFIG_GAMEPORT is not set 876 846 877 847 # ··· 956 924 # CONFIG_I2C_TINY_USB is not set 957 925 958 926 # 959 - # Graphics adapter I2C/DDC channel drivers 960 - # 961 - # CONFIG_I2C_VOODOO3 is not set 962 - 963 - # 964 927 # Other I2C/SMBus bus drivers 965 928 # 966 929 CONFIG_I2C_PCA_PLATFORM=y ··· 964 937 # 965 938 # Miscellaneous I2C Chip support 966 939 # 967 - # CONFIG_DS1682 is not set 968 940 # CONFIG_SENSORS_TSL2550 is not set 969 941 # CONFIG_I2C_DEBUG_CORE is not set 970 942 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1012 986 # 1013 987 # CONFIG_MFD_CORE is not set 1014 988 CONFIG_MFD_SM501=y 989 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1015 990 # CONFIG_HTC_PASIC3 is not set 1016 991 # CONFIG_TWL4030_CORE is not set 1017 992 # CONFIG_MFD_TMIO is not set 1018 993 # CONFIG_PMIC_DA903X is not set 994 + # CONFIG_PMIC_ADP5520 is not set 1019 995 # CONFIG_MFD_WM8400 is not set 1020 996 # CONFIG_MFD_WM831X is not set 1021 997 # CONFIG_MFD_WM8350_I2C is not set 1022 998 # CONFIG_MFD_PCF50633 is not set 1023 999 # CONFIG_AB3100_CORE is not set 1000 + # CONFIG_MFD_88PM8607 is not set 1024 1001 # CONFIG_REGULATOR is not set 1025 1002 # CONFIG_MEDIA_SUPPORT is not set 1026 1003 ··· 1158 1129 # CONFIG_SND_OXYGEN is not set 1159 1130 # CONFIG_SND_CS4281 is not set 1160 1131 # CONFIG_SND_CS46XX is not set 1132 + # CONFIG_SND_CS5535AUDIO is not set 1161 1133 # CONFIG_SND_CTXFI is not set 1162 1134 # CONFIG_SND_DARLA20 is not set 1163 1135 # CONFIG_SND_GINA20 is not set ··· 1393 1363 # CONFIG_MMC_AT91 is not set 1394 1364 # CONFIG_MMC_ATMELMCI is not set 1395 1365 # CONFIG_MMC_TIFM_SD is not set 1366 + # CONFIG_MMC_TMIO is not set 1396 1367 # CONFIG_MMC_CB710 is not set 1397 1368 # CONFIG_MMC_VIA_SDMMC is not set 1398 1369 # CONFIG_MEMSTICK is not set ··· 1428 1397 # CONFIG_RTC_DRV_PCF8563 is not set 1429 1398 # CONFIG_RTC_DRV_PCF8583 is not set 1430 1399 # CONFIG_RTC_DRV_M41T80 is not set 1400 + # CONFIG_RTC_DRV_BQ32K is not set 1431 1401 # CONFIG_RTC_DRV_S35390A is not set 1432 1402 # CONFIG_RTC_DRV_FM3130 is not set 1433 1403 # CONFIG_RTC_DRV_RX8581 is not set ··· 1449 1417 # CONFIG_RTC_DRV_M48T86 is not set 1450 1418 # CONFIG_RTC_DRV_M48T35 is not set 1451 1419 # CONFIG_RTC_DRV_M48T59 is not set 1420 + # CONFIG_RTC_DRV_MSM6242 is not set 1452 1421 # CONFIG_RTC_DRV_BQ4802 is not set 1422 + # CONFIG_RTC_DRV_RP5C01 is not set 1453 1423 # CONFIG_RTC_DRV_V3020 is not set 1454 1424 1455 1425 # ··· 1656 1622 CONFIG_SCHEDSTATS=y 1657 1623 CONFIG_TRACE_IRQFLAGS=y 1658 1624 CONFIG_STACKTRACE=y 1659 - # CONFIG_DEBUG_BUGVERBOSE is not set 1625 + CONFIG_DEBUG_BUGVERBOSE=y 1660 1626 # CONFIG_DEBUG_MEMORY_INIT is not set 1661 1627 CONFIG_FRAME_POINTER=y 1662 1628 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1663 1629 CONFIG_LATENCYTOP=y 1664 1630 CONFIG_SYSCTL_SYSCALL_CHECK=y 1665 1631 CONFIG_NOP_TRACER=y 1632 + CONFIG_HAVE_FTRACE_NMI_ENTER=y 1666 1633 CONFIG_HAVE_FUNCTION_TRACER=y 1667 1634 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 1668 1635 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 1672 1637 CONFIG_HAVE_SYSCALL_TRACEPOINTS=y 1673 1638 CONFIG_TRACER_MAX_TRACE=y 1674 1639 CONFIG_RING_BUFFER=y 1640 + CONFIG_FTRACE_NMI_ENTER=y 1675 1641 CONFIG_EVENT_TRACING=y 1676 1642 CONFIG_CONTEXT_SWITCH_TRACER=y 1677 1643 CONFIG_RING_BUFFER_ALLOW_SWAP=y ··· 1704 1668 # CONFIG_SAMPLES is not set 1705 1669 CONFIG_HAVE_ARCH_KGDB=y 1706 1670 # CONFIG_SH_STANDARD_BIOS is not set 1707 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1708 1671 CONFIG_DWARF_UNWINDER=y 1709 1672 CONFIG_MCOUNT=y 1710 1673 ··· 1713 1678 # CONFIG_KEYS is not set 1714 1679 # CONFIG_SECURITY is not set 1715 1680 # CONFIG_SECURITYFS is not set 1716 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1681 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1682 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1683 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1684 + CONFIG_DEFAULT_SECURITY_DAC=y 1685 + CONFIG_DEFAULT_SECURITY="" 1717 1686 CONFIG_CRYPTO=y 1718 1687 1719 1688 #
+60 -23
arch/sh/configs/sh7785lcr_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:23:18 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:09:09 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_NUMA=y 24 25 CONFIG_SYS_SUPPORTS_PCI=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 65 63 # 66 64 CONFIG_TREE_RCU=y 67 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 68 67 # CONFIG_RCU_TRACE is not set 69 68 CONFIG_RCU_FANOUT=32 70 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 106 103 CONFIG_SHMEM=y 107 104 CONFIG_AIO=y 108 105 CONFIG_HAVE_PERF_EVENTS=y 106 + CONFIG_PERF_USE_VMALLOC=y 109 107 110 108 # 111 109 # Kernel Performance Events And Counters 112 110 # 113 111 CONFIG_PERF_EVENTS=y 114 112 # CONFIG_PERF_COUNTERS is not set 113 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 115 114 CONFIG_VM_EVENT_COUNTERS=y 116 115 CONFIG_PCI_QUIRKS=y 117 116 CONFIG_COMPAT_BRK=y ··· 128 123 CONFIG_HAVE_KPROBES=y 129 124 CONFIG_HAVE_KRETPROBES=y 130 125 CONFIG_HAVE_ARCH_TRACEHOOK=y 126 + CONFIG_HAVE_DMA_ATTRS=y 131 127 CONFIG_HAVE_CLK=y 132 128 CONFIG_HAVE_DMA_API_DEBUG=y 133 129 ··· 155 149 # IO Schedulers 156 150 # 157 151 CONFIG_IOSCHED_NOOP=y 158 - CONFIG_IOSCHED_AS=y 159 152 CONFIG_IOSCHED_DEADLINE=y 160 153 CONFIG_IOSCHED_CFQ=y 161 - # CONFIG_DEFAULT_AS is not set 162 154 # CONFIG_DEFAULT_DEADLINE is not set 163 155 CONFIG_DEFAULT_CFQ=y 164 156 # CONFIG_DEFAULT_NOOP is not set 165 157 CONFIG_DEFAULT_IOSCHED="cfq" 158 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 159 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 160 + # CONFIG_INLINE_SPIN_LOCK is not set 161 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 162 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 163 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 164 + # CONFIG_INLINE_SPIN_UNLOCK is not set 165 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 166 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 167 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 168 + # CONFIG_INLINE_READ_TRYLOCK is not set 169 + # CONFIG_INLINE_READ_LOCK is not set 170 + # CONFIG_INLINE_READ_LOCK_BH is not set 171 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 172 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 173 + # CONFIG_INLINE_READ_UNLOCK is not set 174 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 175 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 176 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 177 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 178 + # CONFIG_INLINE_WRITE_LOCK is not set 179 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 180 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 181 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 182 + # CONFIG_INLINE_WRITE_UNLOCK is not set 183 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 184 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 185 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 186 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 166 187 # CONFIG_FREEZER is not set 167 188 168 189 # ··· 270 237 # CONFIG_PHYS_ADDR_T_64BIT is not set 271 238 CONFIG_ZONE_DMA_FLAG=0 272 239 CONFIG_NR_QUICK=2 273 - CONFIG_HAVE_MLOCK=y 274 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 275 240 # CONFIG_KSM is not set 276 241 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 277 242 ··· 302 271 # Timer and clock configuration 303 272 # 304 273 CONFIG_SH_TIMER_TMU=y 305 - CONFIG_SH_PCLK_FREQ=50000000 306 274 CONFIG_SH_CLK_CPG=y 307 275 CONFIG_TICK_ONESHOT=y 308 276 # CONFIG_NO_HZ is not set ··· 359 329 # Bus options 360 330 # 361 331 CONFIG_PCI=y 362 - CONFIG_SH_PCIDMA_NONCOHERENT=y 363 332 # CONFIG_PCIEPORTBUS is not set 364 333 # CONFIG_ARCH_SUPPORTS_MSI is not set 365 334 CONFIG_PCI_LEGACY=y ··· 462 433 # CONFIG_AF_RXRPC is not set 463 434 CONFIG_WIRELESS=y 464 435 # CONFIG_CFG80211 is not set 465 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 466 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 467 - CONFIG_WIRELESS_EXT=y 468 - CONFIG_WIRELESS_EXT_SYSFS=y 469 436 # CONFIG_LIB80211 is not set 470 437 471 438 # ··· 577 552 # CONFIG_BLK_DEV_UMEM is not set 578 553 # CONFIG_BLK_DEV_COW_COMMON is not set 579 554 # CONFIG_BLK_DEV_LOOP is not set 555 + 556 + # 557 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 558 + # 580 559 # CONFIG_BLK_DEV_NBD is not set 581 560 # CONFIG_BLK_DEV_SX8 is not set 582 561 # CONFIG_BLK_DEV_UB is not set ··· 681 652 # CONFIG_PATA_NS87415 is not set 682 653 # CONFIG_PATA_OPTI is not set 683 654 # CONFIG_PATA_OPTIDMA is not set 655 + # CONFIG_PATA_PDC2027X is not set 684 656 # CONFIG_PATA_PDC_OLD is not set 685 657 # CONFIG_PATA_RADISYS is not set 686 658 # CONFIG_PATA_RDC is not set 687 659 # CONFIG_PATA_RZ1000 is not set 688 660 # CONFIG_PATA_SC1200 is not set 689 661 # CONFIG_PATA_SERVERWORKS is not set 690 - # CONFIG_PATA_PDC2027X is not set 691 662 # CONFIG_PATA_SIL680 is not set 692 663 # CONFIG_PATA_SIS is not set 664 + # CONFIG_PATA_TOSHIBA is not set 693 665 # CONFIG_PATA_VIA is not set 694 666 # CONFIG_PATA_WINBOND is not set 695 667 # CONFIG_PATA_PLATFORM is not set ··· 749 719 # CONFIG_NETDEV_10000 is not set 750 720 # CONFIG_TR is not set 751 721 CONFIG_WLAN=y 752 - # CONFIG_WLAN_PRE80211 is not set 753 - # CONFIG_WLAN_80211 is not set 722 + # CONFIG_ATMEL is not set 723 + # CONFIG_PRISM54 is not set 724 + # CONFIG_USB_ZD1201 is not set 725 + # CONFIG_HOSTAP is not set 754 726 755 727 # 756 728 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 775 743 # CONFIG_NETCONSOLE is not set 776 744 # CONFIG_NETPOLL is not set 777 745 # CONFIG_NET_POLL_CONTROLLER is not set 746 + # CONFIG_VMXNET3 is not set 778 747 # CONFIG_ISDN is not set 779 748 # CONFIG_PHONE is not set 780 749 ··· 785 752 CONFIG_INPUT=y 786 753 CONFIG_INPUT_FF_MEMLESS=m 787 754 # CONFIG_INPUT_POLLDEV is not set 755 + # CONFIG_INPUT_SPARSEKMAP is not set 788 756 789 757 # 790 758 # Userland interfaces ··· 908 874 # CONFIG_I2C_TINY_USB is not set 909 875 910 876 # 911 - # Graphics adapter I2C/DDC channel drivers 912 - # 913 - # CONFIG_I2C_VOODOO3 is not set 914 - 915 - # 916 877 # Other I2C/SMBus bus drivers 917 878 # 918 879 CONFIG_I2C_PCA_PLATFORM=y ··· 916 887 # 917 888 # Miscellaneous I2C Chip support 918 889 # 919 - # CONFIG_DS1682 is not set 920 890 # CONFIG_SENSORS_TSL2550 is not set 921 891 # CONFIG_I2C_DEBUG_CORE is not set 922 892 # CONFIG_I2C_DEBUG_ALGO is not set ··· 944 916 # 945 917 # CONFIG_MFD_CORE is not set 946 918 CONFIG_MFD_SM501=y 919 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 947 920 # CONFIG_HTC_PASIC3 is not set 948 921 # CONFIG_TWL4030_CORE is not set 949 922 # CONFIG_MFD_TMIO is not set 950 923 # CONFIG_PMIC_DA903X is not set 924 + # CONFIG_PMIC_ADP5520 is not set 951 925 # CONFIG_MFD_WM8400 is not set 952 926 # CONFIG_MFD_WM831X is not set 953 927 # CONFIG_MFD_WM8350_I2C is not set 954 928 # CONFIG_MFD_PCF50633 is not set 955 929 # CONFIG_AB3100_CORE is not set 930 + # CONFIG_MFD_88PM8607 is not set 956 931 # CONFIG_REGULATOR is not set 957 932 # CONFIG_MEDIA_SUPPORT is not set 958 933 ··· 1236 1205 # CONFIG_RTC_DRV_PCF8563 is not set 1237 1206 # CONFIG_RTC_DRV_PCF8583 is not set 1238 1207 # CONFIG_RTC_DRV_M41T80 is not set 1208 + # CONFIG_RTC_DRV_BQ32K is not set 1239 1209 # CONFIG_RTC_DRV_S35390A is not set 1240 1210 # CONFIG_RTC_DRV_FM3130 is not set 1241 1211 # CONFIG_RTC_DRV_RX8581 is not set ··· 1257 1225 # CONFIG_RTC_DRV_M48T86 is not set 1258 1226 # CONFIG_RTC_DRV_M48T35 is not set 1259 1227 # CONFIG_RTC_DRV_M48T59 is not set 1228 + # CONFIG_RTC_DRV_MSM6242 is not set 1260 1229 # CONFIG_RTC_DRV_BQ4802 is not set 1230 + # CONFIG_RTC_DRV_RP5C01 is not set 1261 1231 # CONFIG_RTC_DRV_V3020 is not set 1262 1232 1263 1233 # ··· 1518 1484 CONFIG_HAVE_ARCH_KGDB=y 1519 1485 # CONFIG_KGDB is not set 1520 1486 # CONFIG_SH_STANDARD_BIOS is not set 1521 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1522 1487 # CONFIG_STACK_DEBUG is not set 1523 1488 # CONFIG_DEBUG_STACK_USAGE is not set 1524 1489 # CONFIG_4KSTACKS is not set ··· 1531 1498 # CONFIG_KEYS is not set 1532 1499 # CONFIG_SECURITY is not set 1533 1500 # CONFIG_SECURITYFS is not set 1534 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1501 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1502 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1503 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1504 + CONFIG_DEFAULT_SECURITY_DAC=y 1505 + CONFIG_DEFAULT_SECURITY="" 1535 1506 CONFIG_CRYPTO=y 1536 1507 1537 1508 #
+49 -15
arch/sh/configs/shmin_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:27:17 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:10:09 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 28 28 CONFIG_ARCH_NO_VIRT_TO_BUS=y 29 29 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 30 30 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 31 + CONFIG_DMA_NONCOHERENT=y 31 32 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 32 33 CONFIG_CONSTRUCTORS=y 33 34 ··· 58 57 # 59 58 CONFIG_TREE_RCU=y 60 59 # CONFIG_TREE_PREEMPT_RCU is not set 60 + # CONFIG_TINY_RCU is not set 61 61 # CONFIG_RCU_TRACE is not set 62 62 CONFIG_RCU_FANOUT=32 63 63 # CONFIG_RCU_FANOUT_EXACT is not set ··· 90 88 # CONFIG_SHMEM is not set 91 89 CONFIG_AIO=y 92 90 CONFIG_HAVE_PERF_EVENTS=y 91 + CONFIG_PERF_USE_VMALLOC=y 93 92 94 93 # 95 94 # Kernel Performance Events And Counters ··· 108 105 CONFIG_HAVE_KPROBES=y 109 106 CONFIG_HAVE_KRETPROBES=y 110 107 CONFIG_HAVE_ARCH_TRACEHOOK=y 108 + CONFIG_HAVE_DMA_ATTRS=y 111 109 CONFIG_HAVE_CLK=y 112 110 CONFIG_HAVE_DMA_API_DEBUG=y 113 111 ··· 128 124 # IO Schedulers 129 125 # 130 126 CONFIG_IOSCHED_NOOP=y 131 - # CONFIG_IOSCHED_AS is not set 132 127 # CONFIG_IOSCHED_DEADLINE is not set 133 128 # CONFIG_IOSCHED_CFQ is not set 134 - # CONFIG_DEFAULT_AS is not set 135 129 # CONFIG_DEFAULT_DEADLINE is not set 136 130 # CONFIG_DEFAULT_CFQ is not set 137 131 CONFIG_DEFAULT_NOOP=y 138 132 CONFIG_DEFAULT_IOSCHED="noop" 133 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 134 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 135 + # CONFIG_INLINE_SPIN_LOCK is not set 136 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 137 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 138 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 139 + CONFIG_INLINE_SPIN_UNLOCK=y 140 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 141 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 142 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 143 + # CONFIG_INLINE_READ_TRYLOCK is not set 144 + # CONFIG_INLINE_READ_LOCK is not set 145 + # CONFIG_INLINE_READ_LOCK_BH is not set 146 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 147 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 148 + CONFIG_INLINE_READ_UNLOCK=y 149 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 150 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 151 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 152 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 153 + # CONFIG_INLINE_WRITE_LOCK is not set 154 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 155 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 156 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 157 + CONFIG_INLINE_WRITE_UNLOCK=y 158 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 159 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 160 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 161 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 139 162 # CONFIG_FREEZER is not set 140 163 141 164 # ··· 238 207 # CONFIG_PHYS_ADDR_T_64BIT is not set 239 208 CONFIG_ZONE_DMA_FLAG=0 240 209 CONFIG_NR_QUICK=2 241 - CONFIG_HAVE_MLOCK=y 242 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 243 210 # CONFIG_KSM is not set 244 211 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 245 212 ··· 416 387 # CONFIG_AF_RXRPC is not set 417 388 CONFIG_WIRELESS=y 418 389 # CONFIG_CFG80211 is not set 419 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 420 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 421 - # CONFIG_WIRELESS_EXT is not set 422 390 # CONFIG_LIB80211 is not set 423 391 424 392 # ··· 521 495 # CONFIG_BLK_DEV_COW_COMMON is not set 522 496 CONFIG_BLK_DEV_LOOP=y 523 497 # CONFIG_BLK_DEV_CRYPTOLOOP is not set 498 + 499 + # 500 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 501 + # 524 502 # CONFIG_BLK_DEV_NBD is not set 525 503 # CONFIG_BLK_DEV_RAM is not set 526 504 # CONFIG_CDROM_PKTCDVD is not set ··· 576 546 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 577 547 # CONFIG_B44 is not set 578 548 # CONFIG_KS8842 is not set 549 + # CONFIG_KS8851_MLL is not set 579 550 CONFIG_NETDEV_1000=y 580 551 CONFIG_NETDEV_10000=y 581 552 CONFIG_WLAN=y 582 - # CONFIG_WLAN_PRE80211 is not set 583 - # CONFIG_WLAN_80211 is not set 553 + # CONFIG_HOSTAP is not set 584 554 585 555 # 586 556 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 659 629 # 660 630 # CONFIG_MFD_CORE is not set 661 631 # CONFIG_MFD_SM501 is not set 632 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 662 633 # CONFIG_HTC_PASIC3 is not set 663 634 # CONFIG_MFD_TMIO is not set 664 635 # CONFIG_REGULATOR is not set ··· 719 688 # CONFIG_EXT2_FS is not set 720 689 # CONFIG_EXT3_FS is not set 721 690 # CONFIG_EXT4_FS is not set 691 + CONFIG_EXT4_USE_FOR_EXT23=y 722 692 # CONFIG_REISERFS_FS is not set 723 693 # CONFIG_JFS_FS is not set 724 694 # CONFIG_FS_POSIX_ACL is not set ··· 763 731 CONFIG_PROC_SYSCTL=y 764 732 CONFIG_PROC_PAGE_MONITOR=y 765 733 # CONFIG_SYSFS is not set 766 - # CONFIG_HUGETLBFS is not set 767 734 # CONFIG_HUGETLB_PAGE is not set 768 735 CONFIG_MISC_FILESYSTEMS=y 769 736 # CONFIG_ADFS_FS is not set ··· 825 794 # CONFIG_DEBUG_MEMORY_INIT is not set 826 795 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 827 796 # CONFIG_LATENCYTOP is not set 797 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 828 798 CONFIG_HAVE_FUNCTION_TRACER=y 829 799 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 830 800 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 838 806 # CONFIG_SAMPLES is not set 839 807 CONFIG_HAVE_ARCH_KGDB=y 840 808 CONFIG_SH_STANDARD_BIOS=y 841 - # CONFIG_EARLY_SCIF_CONSOLE is not set 842 - CONFIG_EARLY_PRINTK=y 843 809 # CONFIG_DWARF_UNWINDER is not set 844 810 845 811 # ··· 845 815 # 846 816 # CONFIG_KEYS is not set 847 817 # CONFIG_SECURITYFS is not set 848 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 818 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 819 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 820 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 821 + CONFIG_DEFAULT_SECURITY_DAC=y 822 + CONFIG_DEFAULT_SECURITY="" 849 823 CONFIG_CRYPTO=y 850 824 851 825 #
+77 -16
arch/sh/configs/shx3_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:29:26 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:10:45 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 22 22 CONFIG_GENERIC_LOCKBREAK=y 23 23 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 24 24 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 25 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 25 26 CONFIG_SYS_SUPPORTS_SMP=y 26 27 CONFIG_SYS_SUPPORTS_NUMA=y 27 28 CONFIG_SYS_SUPPORTS_TMU=y ··· 33 32 CONFIG_ARCH_NO_VIRT_TO_BUS=y 34 33 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 35 34 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 35 + CONFIG_DMA_COHERENT=y 36 + # CONFIG_DMA_NONCOHERENT is not set 36 37 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 37 38 CONFIG_CONSTRUCTORS=y 38 39 ··· 69 66 # 70 67 CONFIG_TREE_RCU=y 71 68 # CONFIG_TREE_PREEMPT_RCU is not set 69 + # CONFIG_TINY_RCU is not set 72 70 CONFIG_RCU_TRACE=y 73 71 CONFIG_RCU_FANOUT=32 74 72 # CONFIG_RCU_FANOUT_EXACT is not set ··· 125 121 CONFIG_SHMEM=y 126 122 CONFIG_AIO=y 127 123 CONFIG_HAVE_PERF_EVENTS=y 124 + CONFIG_PERF_USE_VMALLOC=y 128 125 129 126 # 130 127 # Kernel Performance Events And Counters ··· 133 128 CONFIG_PERF_EVENTS=y 134 129 CONFIG_EVENT_PROFILE=y 135 130 # CONFIG_PERF_COUNTERS is not set 131 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 136 132 CONFIG_VM_EVENT_COUNTERS=y 137 133 CONFIG_COMPAT_BRK=y 138 134 # CONFIG_SLAB is not set ··· 149 143 CONFIG_HAVE_KPROBES=y 150 144 CONFIG_HAVE_KRETPROBES=y 151 145 CONFIG_HAVE_ARCH_TRACEHOOK=y 146 + CONFIG_HAVE_DMA_ATTRS=y 152 147 CONFIG_USE_GENERIC_SMP_HELPERS=y 153 148 CONFIG_HAVE_CLK=y 154 149 CONFIG_HAVE_DMA_API_DEBUG=y ··· 173 166 CONFIG_LBDAF=y 174 167 # CONFIG_BLK_DEV_BSG is not set 175 168 # CONFIG_BLK_DEV_INTEGRITY is not set 169 + # CONFIG_BLK_CGROUP is not set 176 170 177 171 # 178 172 # IO Schedulers 179 173 # 180 174 CONFIG_IOSCHED_NOOP=y 181 - CONFIG_IOSCHED_AS=y 182 175 CONFIG_IOSCHED_DEADLINE=y 183 176 CONFIG_IOSCHED_CFQ=y 184 - CONFIG_DEFAULT_AS=y 177 + # CONFIG_CFQ_GROUP_IOSCHED is not set 185 178 # CONFIG_DEFAULT_DEADLINE is not set 186 - # CONFIG_DEFAULT_CFQ is not set 179 + CONFIG_DEFAULT_CFQ=y 187 180 # CONFIG_DEFAULT_NOOP is not set 188 - CONFIG_DEFAULT_IOSCHED="anticipatory" 181 + CONFIG_DEFAULT_IOSCHED="cfq" 182 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 183 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 184 + # CONFIG_INLINE_SPIN_LOCK is not set 185 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 186 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 187 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 188 + # CONFIG_INLINE_SPIN_UNLOCK is not set 189 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 190 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 191 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 192 + # CONFIG_INLINE_READ_TRYLOCK is not set 193 + # CONFIG_INLINE_READ_LOCK is not set 194 + # CONFIG_INLINE_READ_LOCK_BH is not set 195 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 196 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 197 + # CONFIG_INLINE_READ_UNLOCK is not set 198 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 199 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 200 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 201 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 202 + # CONFIG_INLINE_WRITE_LOCK is not set 203 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 204 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 205 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 206 + # CONFIG_INLINE_WRITE_UNLOCK is not set 207 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 208 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 209 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 210 + CONFIG_MUTEX_SPIN_ON_OWNER=y 189 211 CONFIG_FREEZER=y 190 212 191 213 # ··· 269 233 CONFIG_MEMORY_START=0x0c000000 270 234 CONFIG_MEMORY_SIZE=0x04000000 271 235 CONFIG_29BIT=y 236 + # CONFIG_PMB_ENABLE is not set 272 237 # CONFIG_X2TLB is not set 273 238 CONFIG_VSYSCALL=y 274 239 CONFIG_NUMA=y ··· 308 271 # CONFIG_PHYS_ADDR_T_64BIT is not set 309 272 CONFIG_ZONE_DMA_FLAG=0 310 273 CONFIG_NR_QUICK=2 311 - CONFIG_HAVE_MLOCK=y 312 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 313 274 # CONFIG_KSM is not set 314 275 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 276 + CONFIG_SCHED_MC=y 315 277 316 278 # 317 279 # Cache configuration ··· 485 449 CONFIG_INET6_XFRM_MODE_BEET=m 486 450 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 487 451 CONFIG_IPV6_SIT=m 452 + # CONFIG_IPV6_SIT_6RD is not set 488 453 CONFIG_IPV6_NDISC_NODETYPE=y 489 454 # CONFIG_IPV6_TUNNEL is not set 490 455 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 533 496 # CONFIG_IRDA is not set 534 497 # CONFIG_BT is not set 535 498 # CONFIG_AF_RXRPC is not set 536 - # CONFIG_WIRELESS is not set 499 + CONFIG_WIRELESS=y 500 + # CONFIG_CFG80211 is not set 501 + # CONFIG_LIB80211 is not set 502 + 503 + # 504 + # CFG80211 needs to be enabled for MAC80211 505 + # 537 506 # CONFIG_WIMAX is not set 538 507 # CONFIG_RFKILL is not set 539 508 # CONFIG_NET_9P is not set ··· 565 522 CONFIG_BLK_DEV=y 566 523 # CONFIG_BLK_DEV_COW_COMMON is not set 567 524 # CONFIG_BLK_DEV_LOOP is not set 525 + 526 + # 527 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 528 + # 568 529 # CONFIG_BLK_DEV_NBD is not set 569 530 # CONFIG_BLK_DEV_UB is not set 570 531 CONFIG_BLK_DEV_RAM=y ··· 579 532 # CONFIG_ATA_OVER_ETH is not set 580 533 # CONFIG_BLK_DEV_HD is not set 581 534 CONFIG_MISC_DEVICES=y 535 + # CONFIG_AD525X_DPOT is not set 582 536 # CONFIG_ICS932S401 is not set 583 537 # CONFIG_ENCLOSURE_SERVICES is not set 584 538 # CONFIG_ISL29003 is not set 539 + # CONFIG_DS1682 is not set 540 + # CONFIG_TI_DAC7512 is not set 585 541 # CONFIG_C2PORT is not set 586 542 587 543 # ··· 674 624 # CONFIG_B44 is not set 675 625 # CONFIG_KS8842 is not set 676 626 # CONFIG_KS8851 is not set 627 + # CONFIG_KS8851_MLL is not set 677 628 # CONFIG_NETDEV_1000 is not set 678 629 # CONFIG_NETDEV_10000 is not set 679 630 CONFIG_WLAN=y 680 - # CONFIG_WLAN_PRE80211 is not set 681 - # CONFIG_WLAN_80211 is not set 631 + # CONFIG_USB_ZD1201 is not set 632 + # CONFIG_HOSTAP is not set 682 633 683 634 # 684 635 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 777 726 # 778 727 # Miscellaneous I2C Chip support 779 728 # 780 - # CONFIG_DS1682 is not set 781 729 # CONFIG_SENSORS_TSL2550 is not set 782 730 # CONFIG_I2C_DEBUG_CORE is not set 783 731 # CONFIG_I2C_DEBUG_ALGO is not set ··· 790 740 # SPI Master Controller Drivers 791 741 # 792 742 # CONFIG_SPI_BITBANG is not set 743 + # CONFIG_SPI_SH_MSIOF is not set 793 744 # CONFIG_SPI_SH_SCI is not set 745 + # CONFIG_SPI_XILINX is not set 746 + # CONFIG_SPI_DESIGNWARE is not set 794 747 795 748 # 796 749 # SPI Protocol Masters ··· 834 781 # 835 782 # CONFIG_MFD_CORE is not set 836 783 # CONFIG_MFD_SM501 is not set 784 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 837 785 # CONFIG_HTC_PASIC3 is not set 838 786 # CONFIG_MFD_TMIO is not set 839 787 # CONFIG_MFD_WM8400 is not set 840 - # CONFIG_MFD_WM831X is not set 841 788 # CONFIG_MFD_WM8350_I2C is not set 842 789 # CONFIG_MFD_PCF50633 is not set 843 790 # CONFIG_MFD_MC13783 is not set 844 791 # CONFIG_AB3100_CORE is not set 845 792 # CONFIG_EZX_PCAP is not set 793 + # CONFIG_AB4500_CORE is not set 846 794 # CONFIG_REGULATOR is not set 847 795 # CONFIG_MEDIA_SUPPORT is not set 848 796 ··· 978 924 # CONFIG_USB_ETH is not set 979 925 # CONFIG_USB_GADGETFS is not set 980 926 # CONFIG_USB_FILE_STORAGE is not set 927 + # CONFIG_USB_MASS_STORAGE is not set 981 928 # CONFIG_USB_G_SERIAL is not set 982 929 # CONFIG_USB_MIDI_GADGET is not set 983 930 # CONFIG_USB_G_PRINTER is not set 984 931 # CONFIG_USB_CDC_COMPOSITE is not set 932 + # CONFIG_USB_G_MULTI is not set 985 933 986 934 # 987 935 # OTG and related infrastructure ··· 1021 965 # CONFIG_RTC_DRV_PCF8563 is not set 1022 966 # CONFIG_RTC_DRV_PCF8583 is not set 1023 967 # CONFIG_RTC_DRV_M41T80 is not set 968 + # CONFIG_RTC_DRV_BQ32K is not set 1024 969 # CONFIG_RTC_DRV_S35390A is not set 1025 970 # CONFIG_RTC_DRV_FM3130 is not set 1026 971 # CONFIG_RTC_DRV_RX8581 is not set ··· 1050 993 # CONFIG_RTC_DRV_M48T86 is not set 1051 994 # CONFIG_RTC_DRV_M48T35 is not set 1052 995 # CONFIG_RTC_DRV_M48T59 is not set 996 + # CONFIG_RTC_DRV_MSM6242 is not set 1053 997 # CONFIG_RTC_DRV_BQ4802 is not set 998 + # CONFIG_RTC_DRV_RP5C01 is not set 1054 999 # CONFIG_RTC_DRV_V3020 is not set 1055 1000 1056 1001 # ··· 1303 1244 CONFIG_HAVE_ARCH_KGDB=y 1304 1245 # CONFIG_KGDB is not set 1305 1246 CONFIG_SH_STANDARD_BIOS=y 1306 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1307 - CONFIG_EARLY_PRINTK=y 1308 1247 # CONFIG_STACK_DEBUG is not set 1309 1248 CONFIG_DEBUG_STACK_USAGE=y 1310 1249 CONFIG_DUMP_CODE=y ··· 1315 1258 # CONFIG_KEYS is not set 1316 1259 # CONFIG_SECURITY is not set 1317 1260 # CONFIG_SECURITYFS is not set 1318 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1261 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1262 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1263 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1264 + CONFIG_DEFAULT_SECURITY_DAC=y 1265 + CONFIG_DEFAULT_SECURITY="" 1319 1266 CONFIG_CRYPTO=y 1320 1267 1321 1268 #
+60 -19
arch/sh/configs/snapgear_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:33:00 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:14:18 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 61 59 # 62 60 CONFIG_TREE_RCU=y 63 61 # CONFIG_TREE_PREEMPT_RCU is not set 62 + # CONFIG_TINY_RCU is not set 64 63 # CONFIG_RCU_TRACE is not set 65 64 CONFIG_RCU_FANOUT=32 66 65 # CONFIG_RCU_FANOUT_EXACT is not set ··· 100 97 CONFIG_SHMEM=y 101 98 CONFIG_AIO=y 102 99 CONFIG_HAVE_PERF_EVENTS=y 100 + CONFIG_PERF_USE_VMALLOC=y 103 101 104 102 # 105 103 # Kernel Performance Events And Counters ··· 119 115 CONFIG_HAVE_KPROBES=y 120 116 CONFIG_HAVE_KRETPROBES=y 121 117 CONFIG_HAVE_ARCH_TRACEHOOK=y 118 + CONFIG_HAVE_DMA_ATTRS=y 122 119 CONFIG_HAVE_CLK=y 123 120 CONFIG_HAVE_DMA_API_DEBUG=y 124 121 ··· 141 136 # IO Schedulers 142 137 # 143 138 CONFIG_IOSCHED_NOOP=y 144 - CONFIG_IOSCHED_AS=y 145 139 CONFIG_IOSCHED_DEADLINE=y 146 140 CONFIG_IOSCHED_CFQ=y 147 - CONFIG_DEFAULT_AS=y 148 141 # CONFIG_DEFAULT_DEADLINE is not set 149 - # CONFIG_DEFAULT_CFQ is not set 142 + CONFIG_DEFAULT_CFQ=y 150 143 # CONFIG_DEFAULT_NOOP is not set 151 - CONFIG_DEFAULT_IOSCHED="anticipatory" 144 + CONFIG_DEFAULT_IOSCHED="cfq" 145 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 146 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 147 + # CONFIG_INLINE_SPIN_LOCK is not set 148 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 150 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 151 + CONFIG_INLINE_SPIN_UNLOCK=y 152 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 153 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 154 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 155 + # CONFIG_INLINE_READ_TRYLOCK is not set 156 + # CONFIG_INLINE_READ_LOCK is not set 157 + # CONFIG_INLINE_READ_LOCK_BH is not set 158 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 159 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 160 + CONFIG_INLINE_READ_UNLOCK=y 161 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 162 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 163 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 164 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 165 + # CONFIG_INLINE_WRITE_LOCK is not set 166 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 167 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 168 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 169 + CONFIG_INLINE_WRITE_UNLOCK=y 170 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 171 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 172 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 173 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 152 174 # CONFIG_FREEZER is not set 153 175 154 176 # ··· 251 219 # CONFIG_PHYS_ADDR_T_64BIT is not set 252 220 CONFIG_ZONE_DMA_FLAG=0 253 221 CONFIG_NR_QUICK=2 254 - CONFIG_HAVE_MLOCK=y 255 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 256 222 # CONFIG_KSM is not set 257 223 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 258 224 ··· 302 272 # 303 273 # DMA support 304 274 # 305 - CONFIG_SH_DMA_API=y 306 275 CONFIG_SH_DMA=y 307 276 CONFIG_SH_DMA_IRQ_MULTI=y 277 + CONFIG_SH_DMA_API=y 308 278 CONFIG_NR_ONCHIP_DMA_CHANNELS=8 309 279 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 310 280 ··· 343 313 CONFIG_ZERO_PAGE_OFFSET=0x00001000 344 314 CONFIG_BOOT_LINK_OFFSET=0x00800000 345 315 CONFIG_ENTRY_OFFSET=0x00001000 346 - # CONFIG_UBC_WAKEUP is not set 347 316 # CONFIG_CMDLINE_OVERWRITE is not set 348 317 # CONFIG_CMDLINE_EXTEND is not set 349 318 ··· 350 321 # Bus options 351 322 # 352 323 CONFIG_PCI=y 353 - CONFIG_SH_PCIDMA_NONCOHERENT=y 354 324 # CONFIG_PCIEPORTBUS is not set 355 325 # CONFIG_ARCH_SUPPORTS_MSI is not set 356 326 CONFIG_PCI_LEGACY=y ··· 435 407 # CONFIG_AF_RXRPC is not set 436 408 CONFIG_WIRELESS=y 437 409 # CONFIG_CFG80211 is not set 438 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 439 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 440 - # CONFIG_WIRELESS_EXT is not set 441 410 # CONFIG_LIB80211 is not set 442 411 443 412 # ··· 549 524 # CONFIG_BLK_DEV_UMEM is not set 550 525 # CONFIG_BLK_DEV_COW_COMMON is not set 551 526 # CONFIG_BLK_DEV_LOOP is not set 527 + 528 + # 529 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 530 + # 552 531 # CONFIG_BLK_DEV_NBD is not set 553 532 # CONFIG_BLK_DEV_SX8 is not set 554 533 CONFIG_BLK_DEV_RAM=y ··· 645 616 # CONFIG_SUNDANCE is not set 646 617 # CONFIG_TLAN is not set 647 618 # CONFIG_KS8842 is not set 619 + # CONFIG_KS8851_MLL is not set 648 620 # CONFIG_VIA_RHINE is not set 649 621 # CONFIG_SC92031 is not set 650 622 # CONFIG_ATL2 is not set ··· 653 623 # CONFIG_NETDEV_10000 is not set 654 624 # CONFIG_TR is not set 655 625 CONFIG_WLAN=y 656 - # CONFIG_WLAN_PRE80211 is not set 657 - # CONFIG_WLAN_80211 is not set 626 + # CONFIG_ATMEL is not set 627 + # CONFIG_PRISM54 is not set 628 + # CONFIG_HOSTAP is not set 658 629 659 630 # 660 631 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 668 637 # CONFIG_NETCONSOLE is not set 669 638 # CONFIG_NETPOLL is not set 670 639 # CONFIG_NET_POLL_CONTROLLER is not set 640 + # CONFIG_VMXNET3 is not set 671 641 # CONFIG_ISDN is not set 672 642 # CONFIG_PHONE is not set 673 643 ··· 678 646 CONFIG_INPUT=y 679 647 # CONFIG_INPUT_FF_MEMLESS is not set 680 648 # CONFIG_INPUT_POLLDEV is not set 649 + # CONFIG_INPUT_SPARSEKMAP is not set 681 650 682 651 # 683 652 # Userland interfaces ··· 761 728 # 762 729 # CONFIG_MFD_CORE is not set 763 730 # CONFIG_MFD_SM501 is not set 731 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 764 732 # CONFIG_HTC_PASIC3 is not set 765 733 # CONFIG_MFD_TMIO is not set 766 734 # CONFIG_REGULATOR is not set ··· 821 787 # CONFIG_RTC_DRV_M48T86 is not set 822 788 # CONFIG_RTC_DRV_M48T35 is not set 823 789 # CONFIG_RTC_DRV_M48T59 is not set 790 + # CONFIG_RTC_DRV_MSM6242 is not set 824 791 # CONFIG_RTC_DRV_BQ4802 is not set 792 + # CONFIG_RTC_DRV_RP5C01 is not set 825 793 # CONFIG_RTC_DRV_V3020 is not set 826 794 827 795 # ··· 848 812 # CONFIG_EXT2_FS_XIP is not set 849 813 # CONFIG_EXT3_FS is not set 850 814 # CONFIG_EXT4_FS is not set 815 + CONFIG_EXT4_USE_FOR_EXT23=y 851 816 # CONFIG_REISERFS_FS is not set 852 817 # CONFIG_JFS_FS is not set 853 818 # CONFIG_FS_POSIX_ACL is not set ··· 952 915 # CONFIG_DEBUG_FS is not set 953 916 # CONFIG_HEADERS_CHECK is not set 954 917 # CONFIG_DEBUG_KERNEL is not set 955 - # CONFIG_DEBUG_BUGVERBOSE is not set 918 + CONFIG_DEBUG_BUGVERBOSE=y 956 919 # CONFIG_DEBUG_MEMORY_INIT is not set 957 920 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 958 921 # CONFIG_LATENCYTOP is not set 922 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 959 923 CONFIG_HAVE_FUNCTION_TRACER=y 960 924 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 961 925 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 969 931 # CONFIG_SAMPLES is not set 970 932 CONFIG_HAVE_ARCH_KGDB=y 971 933 # CONFIG_SH_STANDARD_BIOS is not set 972 - # CONFIG_EARLY_SCIF_CONSOLE is not set 973 934 # CONFIG_DWARF_UNWINDER is not set 974 935 975 936 # ··· 977 940 # CONFIG_KEYS is not set 978 941 # CONFIG_SECURITY is not set 979 942 # CONFIG_SECURITYFS is not set 980 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 943 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 944 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 945 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 946 + CONFIG_DEFAULT_SECURITY_DAC=y 947 + CONFIG_DEFAULT_SECURITY="" 981 948 # CONFIG_CRYPTO is not set 982 949 # CONFIG_BINARY_PRINTF is not set 983 950
+52 -12
arch/sh/configs/systemh_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:35:03 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:14:50 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_TMU=y 24 25 CONFIG_STACKTRACE_SUPPORT=y 25 26 CONFIG_LOCKDEP_SUPPORT=y ··· 30 29 CONFIG_ARCH_NO_VIRT_TO_BUS=y 31 30 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 32 31 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 32 + CONFIG_DMA_NONCOHERENT=y 33 33 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 34 34 CONFIG_CONSTRUCTORS=y 35 35 ··· 58 56 # 59 57 CONFIG_TREE_RCU=y 60 58 # CONFIG_TREE_PREEMPT_RCU is not set 59 + # CONFIG_TINY_RCU is not set 61 60 # CONFIG_RCU_TRACE is not set 62 61 CONFIG_RCU_FANOUT=32 63 62 # CONFIG_RCU_FANOUT_EXACT is not set ··· 97 94 CONFIG_SHMEM=y 98 95 CONFIG_AIO=y 99 96 CONFIG_HAVE_PERF_EVENTS=y 97 + CONFIG_PERF_USE_VMALLOC=y 100 98 101 99 # 102 100 # Kernel Performance Events And Counters ··· 116 112 CONFIG_HAVE_KPROBES=y 117 113 CONFIG_HAVE_KRETPROBES=y 118 114 CONFIG_HAVE_ARCH_TRACEHOOK=y 115 + CONFIG_HAVE_DMA_ATTRS=y 119 116 CONFIG_HAVE_CLK=y 120 117 CONFIG_HAVE_DMA_API_DEBUG=y 121 118 ··· 143 138 # IO Schedulers 144 139 # 145 140 CONFIG_IOSCHED_NOOP=y 146 - CONFIG_IOSCHED_AS=y 147 141 CONFIG_IOSCHED_DEADLINE=y 148 142 CONFIG_IOSCHED_CFQ=y 149 - CONFIG_DEFAULT_AS=y 150 143 # CONFIG_DEFAULT_DEADLINE is not set 151 - # CONFIG_DEFAULT_CFQ is not set 144 + CONFIG_DEFAULT_CFQ=y 152 145 # CONFIG_DEFAULT_NOOP is not set 153 - CONFIG_DEFAULT_IOSCHED="anticipatory" 146 + CONFIG_DEFAULT_IOSCHED="cfq" 147 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 148 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 149 + # CONFIG_INLINE_SPIN_LOCK is not set 150 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 151 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 152 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 153 + # CONFIG_INLINE_SPIN_UNLOCK is not set 154 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 155 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 156 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 157 + # CONFIG_INLINE_READ_TRYLOCK is not set 158 + # CONFIG_INLINE_READ_LOCK is not set 159 + # CONFIG_INLINE_READ_LOCK_BH is not set 160 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 161 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 162 + # CONFIG_INLINE_READ_UNLOCK is not set 163 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 164 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 165 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 166 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 167 + # CONFIG_INLINE_WRITE_LOCK is not set 168 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 169 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 170 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 171 + # CONFIG_INLINE_WRITE_UNLOCK is not set 172 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 173 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 174 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 175 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 154 176 # CONFIG_FREEZER is not set 155 177 156 178 # ··· 253 221 # CONFIG_PHYS_ADDR_T_64BIT is not set 254 222 CONFIG_ZONE_DMA_FLAG=0 255 223 CONFIG_NR_QUICK=2 256 - CONFIG_HAVE_MLOCK=y 257 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 258 224 # CONFIG_KSM is not set 259 225 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 260 226 ··· 340 310 CONFIG_ZERO_PAGE_OFFSET=0x00001000 341 311 CONFIG_BOOT_LINK_OFFSET=0x00800000 342 312 CONFIG_ENTRY_OFFSET=0x00001000 343 - # CONFIG_UBC_WAKEUP is not set 344 313 # CONFIG_CMDLINE_OVERWRITE is not set 345 314 # CONFIG_CMDLINE_EXTEND is not set 346 315 ··· 378 349 CONFIG_BLK_DEV=y 379 350 # CONFIG_BLK_DEV_COW_COMMON is not set 380 351 # CONFIG_BLK_DEV_LOOP is not set 352 + 353 + # 354 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 355 + # 381 356 CONFIG_BLK_DEV_RAM=y 382 357 CONFIG_BLK_DEV_RAM_COUNT=16 383 358 CONFIG_BLK_DEV_RAM_SIZE=1024 ··· 423 390 # CONFIG_SERIO_SERPORT is not set 424 391 # CONFIG_SERIO_LIBPS2 is not set 425 392 # CONFIG_SERIO_RAW is not set 393 + # CONFIG_SERIO_ALTERA_PS2 is not set 426 394 # CONFIG_GAMEPORT is not set 427 395 428 396 # ··· 492 458 # 493 459 # CONFIG_MFD_CORE is not set 494 460 # CONFIG_MFD_SM501 is not set 461 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 495 462 # CONFIG_HTC_PASIC3 is not set 496 463 # CONFIG_MFD_TMIO is not set 497 464 # CONFIG_REGULATOR is not set ··· 552 517 # CONFIG_EXT2_FS is not set 553 518 # CONFIG_EXT3_FS is not set 554 519 # CONFIG_EXT4_FS is not set 520 + CONFIG_EXT4_USE_FOR_EXT23=y 555 521 # CONFIG_REISERFS_FS is not set 556 522 # CONFIG_JFS_FS is not set 557 523 # CONFIG_FS_POSIX_ACL is not set ··· 645 609 # CONFIG_DEBUG_FS is not set 646 610 # CONFIG_HEADERS_CHECK is not set 647 611 # CONFIG_DEBUG_KERNEL is not set 648 - # CONFIG_DEBUG_BUGVERBOSE is not set 612 + CONFIG_DEBUG_BUGVERBOSE=y 649 613 # CONFIG_DEBUG_MEMORY_INIT is not set 650 614 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 651 615 # CONFIG_LATENCYTOP is not set 616 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 652 617 CONFIG_HAVE_FUNCTION_TRACER=y 653 618 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y 654 619 CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y ··· 662 625 # CONFIG_SAMPLES is not set 663 626 CONFIG_HAVE_ARCH_KGDB=y 664 627 # CONFIG_SH_STANDARD_BIOS is not set 665 - # CONFIG_EARLY_SCIF_CONSOLE is not set 666 628 # CONFIG_DWARF_UNWINDER is not set 667 629 668 630 # ··· 670 634 # CONFIG_KEYS is not set 671 635 # CONFIG_SECURITY is not set 672 636 # CONFIG_SECURITYFS is not set 673 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 637 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 638 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 639 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 640 + CONFIG_DEFAULT_SECURITY_DAC=y 641 + CONFIG_DEFAULT_SECURITY="" 674 642 # CONFIG_CRYPTO is not set 675 643 # CONFIG_BINARY_PRINTF is not set 676 644
+67 -20
arch/sh/configs/titan_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:36:36 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:17:20 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_PCI=y 24 25 CONFIG_SYS_SUPPORTS_TMU=y 25 26 CONFIG_STACKTRACE_SUPPORT=y ··· 31 30 CONFIG_ARCH_NO_VIRT_TO_BUS=y 32 31 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 33 32 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 33 + CONFIG_DMA_NONCOHERENT=y 34 34 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 35 35 CONFIG_CONSTRUCTORS=y 36 36 ··· 63 61 # 64 62 CONFIG_TREE_RCU=y 65 63 # CONFIG_TREE_PREEMPT_RCU is not set 64 + # CONFIG_TINY_RCU is not set 66 65 # CONFIG_RCU_TRACE is not set 67 66 CONFIG_RCU_FANOUT=32 68 67 # CONFIG_RCU_FANOUT_EXACT is not set ··· 104 101 CONFIG_SHMEM=y 105 102 CONFIG_AIO=y 106 103 CONFIG_HAVE_PERF_EVENTS=y 104 + CONFIG_PERF_USE_VMALLOC=y 107 105 108 106 # 109 107 # Kernel Performance Events And Counters ··· 124 120 CONFIG_HAVE_KPROBES=y 125 121 CONFIG_HAVE_KRETPROBES=y 126 122 CONFIG_HAVE_ARCH_TRACEHOOK=y 123 + CONFIG_HAVE_DMA_ATTRS=y 127 124 CONFIG_HAVE_CLK=y 128 125 CONFIG_HAVE_DMA_API_DEBUG=y 129 126 130 127 # 131 128 # GCOV-based kernel profiling 132 129 # 133 - # CONFIG_SLOW_WORK is not set 130 + CONFIG_SLOW_WORK=y 134 131 CONFIG_HAVE_GENERIC_DMA_COHERENT=y 135 132 CONFIG_SLABINFO=y 136 133 CONFIG_RT_MUTEXES=y ··· 151 146 # IO Schedulers 152 147 # 153 148 CONFIG_IOSCHED_NOOP=y 154 - CONFIG_IOSCHED_AS=y 155 149 CONFIG_IOSCHED_DEADLINE=y 156 150 CONFIG_IOSCHED_CFQ=y 157 - CONFIG_DEFAULT_AS=y 158 151 # CONFIG_DEFAULT_DEADLINE is not set 159 - # CONFIG_DEFAULT_CFQ is not set 152 + CONFIG_DEFAULT_CFQ=y 160 153 # CONFIG_DEFAULT_NOOP is not set 161 - CONFIG_DEFAULT_IOSCHED="anticipatory" 154 + CONFIG_DEFAULT_IOSCHED="cfq" 155 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 156 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 157 + # CONFIG_INLINE_SPIN_LOCK is not set 158 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 159 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 160 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 161 + CONFIG_INLINE_SPIN_UNLOCK=y 162 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 163 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 164 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 165 + # CONFIG_INLINE_READ_TRYLOCK is not set 166 + # CONFIG_INLINE_READ_LOCK is not set 167 + # CONFIG_INLINE_READ_LOCK_BH is not set 168 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 169 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 170 + CONFIG_INLINE_READ_UNLOCK=y 171 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 172 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 173 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 174 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 175 + # CONFIG_INLINE_WRITE_LOCK is not set 176 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 177 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 178 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 179 + CONFIG_INLINE_WRITE_UNLOCK=y 180 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 181 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 182 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 183 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 162 184 # CONFIG_FREEZER is not set 163 185 164 186 # ··· 261 229 # CONFIG_PHYS_ADDR_T_64BIT is not set 262 230 CONFIG_ZONE_DMA_FLAG=0 263 231 CONFIG_NR_QUICK=2 264 - CONFIG_HAVE_MLOCK=y 265 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 266 232 # CONFIG_KSM is not set 267 233 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 268 234 ··· 312 282 # 313 283 # DMA support 314 284 # 315 - CONFIG_SH_DMA_API=y 316 285 CONFIG_SH_DMA=y 317 286 CONFIG_SH_DMA_IRQ_MULTI=y 287 + CONFIG_SH_DMA_API=y 318 288 CONFIG_NR_ONCHIP_DMA_CHANNELS=8 319 289 # CONFIG_NR_DMA_CHANNELS_BOOL is not set 320 290 ··· 353 323 CONFIG_ZERO_PAGE_OFFSET=0x00001000 354 324 CONFIG_BOOT_LINK_OFFSET=0x009e0000 355 325 CONFIG_ENTRY_OFFSET=0x00001000 356 - # CONFIG_UBC_WAKEUP is not set 357 326 CONFIG_CMDLINE_OVERWRITE=y 358 327 # CONFIG_CMDLINE_EXTEND is not set 359 328 CONFIG_CMDLINE="console=ttySC1,38400N81 root=/dev/nfs ip=:::::eth1:autoconf rw" ··· 361 332 # Bus options 362 333 # 363 334 CONFIG_PCI=y 364 - CONFIG_SH_PCIDMA_NONCOHERENT=y 365 335 # CONFIG_PCIEPORTBUS is not set 366 336 # CONFIG_ARCH_SUPPORTS_MSI is not set 367 337 CONFIG_PCI_LEGACY=y ··· 453 425 CONFIG_INET6_XFRM_MODE_BEET=y 454 426 # CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION is not set 455 427 CONFIG_IPV6_SIT=m 428 + # CONFIG_IPV6_SIT_6RD is not set 456 429 CONFIG_IPV6_NDISC_NODETYPE=y 457 430 CONFIG_IPV6_TUNNEL=y 458 431 # CONFIG_IPV6_MULTIPLE_TABLES is not set ··· 643 614 CONFIG_FIB_RULES=y 644 615 CONFIG_WIRELESS=y 645 616 # CONFIG_CFG80211 is not set 646 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 647 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 648 - CONFIG_WIRELESS_EXT=y 649 - CONFIG_WIRELESS_EXT_SYSFS=y 650 617 # CONFIG_LIB80211 is not set 651 618 652 619 # ··· 768 743 # CONFIG_BLK_DEV_COW_COMMON is not set 769 744 CONFIG_BLK_DEV_LOOP=m 770 745 CONFIG_BLK_DEV_CRYPTOLOOP=m 746 + 747 + # 748 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 749 + # 750 + # CONFIG_BLK_DEV_DRBD is not set 771 751 # CONFIG_BLK_DEV_NBD is not set 772 752 # CONFIG_BLK_DEV_SX8 is not set 773 753 # CONFIG_BLK_DEV_UB is not set ··· 837 807 # CONFIG_ISCSI_TCP is not set 838 808 # CONFIG_SCSI_CXGB3_ISCSI is not set 839 809 # CONFIG_SCSI_BNX2_ISCSI is not set 810 + # CONFIG_BE2ISCSI is not set 840 811 # CONFIG_BLK_DEV_3W_XXXX_RAID is not set 812 + # CONFIG_SCSI_HPSA is not set 841 813 # CONFIG_SCSI_3W_9XXX is not set 814 + # CONFIG_SCSI_3W_SAS is not set 842 815 # CONFIG_SCSI_ACARD is not set 843 816 # CONFIG_SCSI_AACRAID is not set 844 817 # CONFIG_SCSI_AIC7XXX is not set ··· 874 841 # CONFIG_SCSI_NSP32 is not set 875 842 # CONFIG_SCSI_DEBUG is not set 876 843 # CONFIG_SCSI_PMCRAID is not set 844 + # CONFIG_SCSI_PM8001 is not set 877 845 # CONFIG_SCSI_SRP is not set 846 + # CONFIG_SCSI_BFA_FC is not set 878 847 # CONFIG_SCSI_DH is not set 879 848 # CONFIG_SCSI_OSD_INITIATOR is not set 880 849 # CONFIG_ATA is not set ··· 970 935 # CONFIG_SUNDANCE is not set 971 936 # CONFIG_TLAN is not set 972 937 # CONFIG_KS8842 is not set 938 + # CONFIG_KS8851_MLL is not set 973 939 # CONFIG_VIA_RHINE is not set 974 940 # CONFIG_SC92031 is not set 975 941 # CONFIG_ATL2 is not set ··· 1019 983 # CONFIG_BE2NET is not set 1020 984 # CONFIG_TR is not set 1021 985 CONFIG_WLAN=y 1022 - # CONFIG_WLAN_PRE80211 is not set 1023 - # CONFIG_WLAN_80211 is not set 986 + # CONFIG_ATMEL is not set 987 + # CONFIG_PRISM54 is not set 988 + # CONFIG_USB_ZD1201 is not set 989 + # CONFIG_HOSTAP is not set 1024 990 1025 991 # 1026 992 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 1071 1033 # CONFIG_NETCONSOLE is not set 1072 1034 # CONFIG_NETPOLL is not set 1073 1035 # CONFIG_NET_POLL_CONTROLLER is not set 1036 + # CONFIG_VMXNET3 is not set 1074 1037 # CONFIG_ISDN is not set 1075 1038 # CONFIG_PHONE is not set 1076 1039 ··· 1081 1042 CONFIG_INPUT=y 1082 1043 # CONFIG_INPUT_FF_MEMLESS is not set 1083 1044 # CONFIG_INPUT_POLLDEV is not set 1045 + # CONFIG_INPUT_SPARSEKMAP is not set 1084 1046 1085 1047 # 1086 1048 # Userland interfaces ··· 1212 1172 # 1213 1173 # CONFIG_MFD_CORE is not set 1214 1174 # CONFIG_MFD_SM501 is not set 1175 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1215 1176 # CONFIG_HTC_PASIC3 is not set 1216 1177 # CONFIG_MFD_TMIO is not set 1217 1178 # CONFIG_REGULATOR is not set ··· 1450 1409 # CONFIG_RTC_DRV_M48T86 is not set 1451 1410 # CONFIG_RTC_DRV_M48T35 is not set 1452 1411 # CONFIG_RTC_DRV_M48T59 is not set 1412 + # CONFIG_RTC_DRV_MSM6242 is not set 1453 1413 # CONFIG_RTC_DRV_BQ4802 is not set 1414 + # CONFIG_RTC_DRV_RP5C01 is not set 1454 1415 # CONFIG_RTC_DRV_V3020 is not set 1455 1416 1456 1417 # ··· 1707 1664 # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set 1708 1665 # CONFIG_FAULT_INJECTION is not set 1709 1666 # CONFIG_LATENCYTOP is not set 1667 + # CONFIG_SYSCTL_SYSCALL_CHECK is not set 1710 1668 # CONFIG_PAGE_POISONING is not set 1711 1669 CONFIG_HAVE_FUNCTION_TRACER=y 1712 1670 CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y ··· 1735 1691 CONFIG_HAVE_ARCH_KGDB=y 1736 1692 # CONFIG_KGDB is not set 1737 1693 # CONFIG_SH_STANDARD_BIOS is not set 1738 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1739 1694 # CONFIG_STACK_DEBUG is not set 1740 1695 # CONFIG_DEBUG_STACK_USAGE is not set 1741 1696 # CONFIG_4KSTACKS is not set ··· 1748 1705 # CONFIG_KEYS is not set 1749 1706 # CONFIG_SECURITY is not set 1750 1707 # CONFIG_SECURITYFS is not set 1751 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1708 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1709 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1710 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1711 + CONFIG_DEFAULT_SECURITY_DAC=y 1712 + CONFIG_DEFAULT_SECURITY="" 1752 1713 CONFIG_CRYPTO=y 1753 1714 1754 1715 #
+64 -22
arch/sh/configs/ul2_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:42:33 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:18:53 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 CONFIG_ARCH_SUSPEND_POSSIBLE=y 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_NUMA=y 24 25 CONFIG_SYS_SUPPORTS_CMT=y 25 26 CONFIG_SYS_SUPPORTS_TMU=y ··· 32 31 CONFIG_ARCH_NO_VIRT_TO_BUS=y 33 32 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 34 33 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 34 + CONFIG_DMA_NONCOHERENT=y 35 35 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 36 36 CONFIG_CONSTRUCTORS=y 37 37 ··· 65 63 # 66 64 CONFIG_TREE_RCU=y 67 65 # CONFIG_TREE_PREEMPT_RCU is not set 66 + # CONFIG_TINY_RCU is not set 68 67 # CONFIG_RCU_TRACE is not set 69 68 CONFIG_RCU_FANOUT=32 70 69 # CONFIG_RCU_FANOUT_EXACT is not set ··· 105 102 CONFIG_SHMEM=y 106 103 CONFIG_AIO=y 107 104 CONFIG_HAVE_PERF_EVENTS=y 105 + CONFIG_PERF_USE_VMALLOC=y 108 106 109 107 # 110 108 # Kernel Performance Events And Counters ··· 126 122 CONFIG_HAVE_KPROBES=y 127 123 CONFIG_HAVE_KRETPROBES=y 128 124 CONFIG_HAVE_ARCH_TRACEHOOK=y 125 + CONFIG_HAVE_DMA_ATTRS=y 129 126 CONFIG_HAVE_CLK=y 130 127 CONFIG_HAVE_DMA_API_DEBUG=y 131 128 ··· 153 148 # IO Schedulers 154 149 # 155 150 CONFIG_IOSCHED_NOOP=y 156 - # CONFIG_IOSCHED_AS is not set 157 151 # CONFIG_IOSCHED_DEADLINE is not set 158 152 # CONFIG_IOSCHED_CFQ is not set 159 - # CONFIG_DEFAULT_AS is not set 160 153 # CONFIG_DEFAULT_DEADLINE is not set 161 154 # CONFIG_DEFAULT_CFQ is not set 162 155 CONFIG_DEFAULT_NOOP=y 163 156 CONFIG_DEFAULT_IOSCHED="noop" 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 is not set 164 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 165 + # CONFIG_INLINE_SPIN_UNLOCK_IRQ is not set 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 is not set 173 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 174 + # CONFIG_INLINE_READ_UNLOCK_IRQ is not set 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 is not set 182 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 183 + # CONFIG_INLINE_WRITE_UNLOCK_IRQ is not set 184 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 185 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 164 186 CONFIG_FREEZER=y 165 187 166 188 # ··· 279 247 # CONFIG_PHYS_ADDR_T_64BIT is not set 280 248 CONFIG_ZONE_DMA_FLAG=0 281 249 CONFIG_NR_QUICK=2 282 - CONFIG_HAVE_MLOCK=y 283 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 284 250 # CONFIG_KSM is not set 285 251 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 286 252 ··· 310 280 # 311 281 CONFIG_SH_TIMER_TMU=y 312 282 # CONFIG_SH_TIMER_CMT is not set 313 - CONFIG_SH_PCLK_FREQ=33333333 314 283 CONFIG_SH_CLK_CPG=y 315 284 CONFIG_TICK_ONESHOT=y 316 285 # CONFIG_NO_HZ is not set ··· 464 435 # CONFIG_BT is not set 465 436 # CONFIG_AF_RXRPC is not set 466 437 CONFIG_WIRELESS=y 438 + CONFIG_WIRELESS_EXT=y 439 + CONFIG_WEXT_CORE=y 440 + CONFIG_WEXT_PROC=y 441 + CONFIG_WEXT_SPY=y 467 442 CONFIG_CFG80211=y 468 443 # CONFIG_NL80211_TESTMODE is not set 469 444 # CONFIG_CFG80211_DEVELOPER_WARNINGS is not set 470 445 # CONFIG_CFG80211_REG_DEBUG is not set 471 446 CONFIG_CFG80211_DEFAULT_PS=y 472 - CONFIG_CFG80211_DEFAULT_PS_VALUE=1 473 447 # CONFIG_WIRELESS_OLD_REGULATORY is not set 474 - CONFIG_WIRELESS_EXT=y 448 + CONFIG_CFG80211_WEXT=y 475 449 CONFIG_WIRELESS_EXT_SYSFS=y 476 450 CONFIG_LIB80211=m 477 451 # CONFIG_LIB80211_DEBUG is not set ··· 591 559 CONFIG_BLK_DEV=y 592 560 # CONFIG_BLK_DEV_COW_COMMON is not set 593 561 # CONFIG_BLK_DEV_LOOP is not set 562 + 563 + # 564 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 565 + # 594 566 # CONFIG_BLK_DEV_NBD is not set 595 567 # CONFIG_BLK_DEV_UB is not set 596 568 CONFIG_BLK_DEV_RAM=y ··· 612 576 # EEPROM support 613 577 # 614 578 # CONFIG_EEPROM_93CX6 is not set 579 + # CONFIG_IWMC3200TOP is not set 615 580 CONFIG_HAVE_IDE=y 616 581 # CONFIG_IDE is not set 617 582 ··· 690 653 # CONFIG_IBM_NEW_EMAC_MAL_COMMON_ERR is not set 691 654 # CONFIG_B44 is not set 692 655 # CONFIG_KS8842 is not set 656 + # CONFIG_KS8851_MLL is not set 693 657 # CONFIG_NETDEV_1000 is not set 694 658 # CONFIG_NETDEV_10000 is not set 695 659 CONFIG_WLAN=y 696 - # CONFIG_WLAN_PRE80211 is not set 697 - CONFIG_WLAN_80211=y 698 - CONFIG_LIBERTAS=m 699 - # CONFIG_LIBERTAS_USB is not set 700 - CONFIG_LIBERTAS_SDIO=m 701 - CONFIG_LIBERTAS_DEBUG=y 702 660 # CONFIG_LIBERTAS_THINFIRM is not set 703 661 # CONFIG_AT76C50X_USB is not set 704 662 # CONFIG_USB_ZD1201 is not set 705 663 # CONFIG_USB_NET_RNDIS_WLAN is not set 706 664 # CONFIG_RTL8187 is not set 707 665 # CONFIG_MAC80211_HWSIM is not set 708 - # CONFIG_P54_COMMON is not set 709 666 # CONFIG_ATH_COMMON is not set 710 - # CONFIG_HOSTAP is not set 711 667 # CONFIG_B43 is not set 712 668 # CONFIG_B43LEGACY is not set 713 - # CONFIG_ZD1211RW is not set 669 + # CONFIG_HOSTAP is not set 670 + # CONFIG_IWM is not set 671 + CONFIG_LIBERTAS=m 672 + # CONFIG_LIBERTAS_USB is not set 673 + CONFIG_LIBERTAS_SDIO=m 674 + CONFIG_LIBERTAS_DEBUG=y 675 + # CONFIG_P54_COMMON is not set 714 676 # CONFIG_RT2X00 is not set 715 677 # CONFIG_WL12XX is not set 716 - # CONFIG_IWM is not set 678 + # CONFIG_ZD1211RW is not set 717 679 718 680 # 719 681 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 754 718 CONFIG_INPUT=y 755 719 # CONFIG_INPUT_FF_MEMLESS is not set 756 720 # CONFIG_INPUT_POLLDEV is not set 721 + # CONFIG_INPUT_SPARSEKMAP is not set 757 722 758 723 # 759 724 # Userland interfaces ··· 847 810 # 848 811 # CONFIG_MFD_CORE is not set 849 812 # CONFIG_MFD_SM501 is not set 813 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 850 814 # CONFIG_HTC_PASIC3 is not set 851 815 # CONFIG_MFD_TMIO is not set 852 816 # CONFIG_REGULATOR is not set ··· 989 951 # CONFIG_MMC_SDHCI is not set 990 952 # CONFIG_MMC_AT91 is not set 991 953 # CONFIG_MMC_ATMELMCI is not set 954 + # CONFIG_MMC_TMIO is not set 992 955 # CONFIG_MEMSTICK is not set 993 956 # CONFIG_NEW_LEDS is not set 994 957 # CONFIG_ACCESSIBILITY is not set ··· 1172 1133 # CONFIG_DEBUG_KERNEL is not set 1173 1134 # CONFIG_SLUB_DEBUG_ON is not set 1174 1135 # CONFIG_SLUB_STATS is not set 1175 - # CONFIG_DEBUG_BUGVERBOSE is not set 1136 + CONFIG_DEBUG_BUGVERBOSE=y 1176 1137 # CONFIG_DEBUG_MEMORY_INIT is not set 1177 1138 # CONFIG_RCU_CPU_STALL_DETECTOR is not set 1178 1139 # CONFIG_LATENCYTOP is not set ··· 1189 1150 # CONFIG_SAMPLES is not set 1190 1151 CONFIG_HAVE_ARCH_KGDB=y 1191 1152 # CONFIG_SH_STANDARD_BIOS is not set 1192 - # CONFIG_EARLY_SCIF_CONSOLE is not set 1193 1153 # CONFIG_DWARF_UNWINDER is not set 1194 1154 1195 1155 # ··· 1197 1159 # CONFIG_KEYS is not set 1198 1160 # CONFIG_SECURITY is not set 1199 1161 # CONFIG_SECURITYFS is not set 1200 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1162 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1163 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1164 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1165 + CONFIG_DEFAULT_SECURITY_DAC=y 1166 + CONFIG_DEFAULT_SECURITY="" 1201 1167 CONFIG_CRYPTO=y 1202 1168 1203 1169 #
+72 -27
arch/sh/configs/urquell_defconfig
··· 1 1 # 2 2 # Automatically generated make config: don't edit 3 - # Linux kernel version: 2.6.31 4 - # Thu Sep 24 19:46:13 2009 3 + # Linux kernel version: 2.6.33-rc2 4 + # Mon Jan 4 15:27:53 2010 5 5 # 6 6 CONFIG_SUPERH=y 7 7 CONFIG_SUPERH32=y ··· 20 20 CONFIG_GENERIC_CLOCKEVENTS=y 21 21 # CONFIG_ARCH_SUSPEND_POSSIBLE is not set 22 22 CONFIG_ARCH_HIBERNATION_POSSIBLE=y 23 + CONFIG_SYS_SUPPORTS_HUGETLBFS=y 23 24 CONFIG_SYS_SUPPORTS_SMP=y 24 25 CONFIG_SYS_SUPPORTS_NUMA=y 25 26 CONFIG_SYS_SUPPORTS_PCI=y ··· 33 32 CONFIG_ARCH_NO_VIRT_TO_BUS=y 34 33 CONFIG_ARCH_HAS_DEFAULT_IDLE=y 35 34 CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y 35 + CONFIG_DMA_COHERENT=y 36 + # CONFIG_DMA_NONCOHERENT is not set 36 37 CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" 37 38 CONFIG_CONSTRUCTORS=y 38 39 ··· 69 66 # 70 67 CONFIG_TREE_RCU=y 71 68 # CONFIG_TREE_PREEMPT_RCU is not set 69 + # CONFIG_TINY_RCU is not set 72 70 # CONFIG_RCU_TRACE is not set 73 71 CONFIG_RCU_FANOUT=32 74 72 # CONFIG_RCU_FANOUT_EXACT is not set ··· 124 120 CONFIG_SHMEM=y 125 121 CONFIG_AIO=y 126 122 CONFIG_HAVE_PERF_EVENTS=y 123 + CONFIG_PERF_USE_VMALLOC=y 127 124 128 125 # 129 126 # Kernel Performance Events And Counters 130 127 # 131 128 CONFIG_PERF_EVENTS=y 132 129 # CONFIG_PERF_COUNTERS is not set 130 + # CONFIG_DEBUG_PERF_USE_VMALLOC is not set 133 131 CONFIG_VM_EVENT_COUNTERS=y 134 132 CONFIG_PCI_QUIRKS=y 135 133 CONFIG_COMPAT_BRK=y ··· 146 140 CONFIG_HAVE_KPROBES=y 147 141 CONFIG_HAVE_KRETPROBES=y 148 142 CONFIG_HAVE_ARCH_TRACEHOOK=y 143 + CONFIG_HAVE_DMA_ATTRS=y 149 144 CONFIG_HAVE_CLK=y 150 145 CONFIG_HAVE_DMA_API_DEBUG=y 151 146 ··· 169 162 CONFIG_LBDAF=y 170 163 # CONFIG_BLK_DEV_BSG is not set 171 164 # CONFIG_BLK_DEV_INTEGRITY is not set 165 + # CONFIG_BLK_CGROUP is not set 172 166 173 167 # 174 168 # IO Schedulers 175 169 # 176 170 CONFIG_IOSCHED_NOOP=y 177 - CONFIG_IOSCHED_AS=y 178 171 CONFIG_IOSCHED_DEADLINE=y 179 172 CONFIG_IOSCHED_CFQ=y 180 - CONFIG_DEFAULT_AS=y 173 + # CONFIG_CFQ_GROUP_IOSCHED is not set 181 174 # CONFIG_DEFAULT_DEADLINE is not set 182 - # CONFIG_DEFAULT_CFQ is not set 175 + CONFIG_DEFAULT_CFQ=y 183 176 # CONFIG_DEFAULT_NOOP is not set 184 - CONFIG_DEFAULT_IOSCHED="anticipatory" 177 + CONFIG_DEFAULT_IOSCHED="cfq" 178 + # CONFIG_INLINE_SPIN_TRYLOCK is not set 179 + # CONFIG_INLINE_SPIN_TRYLOCK_BH is not set 180 + # CONFIG_INLINE_SPIN_LOCK is not set 181 + # CONFIG_INLINE_SPIN_LOCK_BH is not set 182 + # CONFIG_INLINE_SPIN_LOCK_IRQ is not set 183 + # CONFIG_INLINE_SPIN_LOCK_IRQSAVE is not set 184 + CONFIG_INLINE_SPIN_UNLOCK=y 185 + # CONFIG_INLINE_SPIN_UNLOCK_BH is not set 186 + CONFIG_INLINE_SPIN_UNLOCK_IRQ=y 187 + # CONFIG_INLINE_SPIN_UNLOCK_IRQRESTORE is not set 188 + # CONFIG_INLINE_READ_TRYLOCK is not set 189 + # CONFIG_INLINE_READ_LOCK is not set 190 + # CONFIG_INLINE_READ_LOCK_BH is not set 191 + # CONFIG_INLINE_READ_LOCK_IRQ is not set 192 + # CONFIG_INLINE_READ_LOCK_IRQSAVE is not set 193 + CONFIG_INLINE_READ_UNLOCK=y 194 + # CONFIG_INLINE_READ_UNLOCK_BH is not set 195 + CONFIG_INLINE_READ_UNLOCK_IRQ=y 196 + # CONFIG_INLINE_READ_UNLOCK_IRQRESTORE is not set 197 + # CONFIG_INLINE_WRITE_TRYLOCK is not set 198 + # CONFIG_INLINE_WRITE_LOCK is not set 199 + # CONFIG_INLINE_WRITE_LOCK_BH is not set 200 + # CONFIG_INLINE_WRITE_LOCK_IRQ is not set 201 + # CONFIG_INLINE_WRITE_LOCK_IRQSAVE is not set 202 + CONFIG_INLINE_WRITE_UNLOCK=y 203 + # CONFIG_INLINE_WRITE_UNLOCK_BH is not set 204 + CONFIG_INLINE_WRITE_UNLOCK_IRQ=y 205 + # CONFIG_INLINE_WRITE_UNLOCK_IRQRESTORE is not set 206 + # CONFIG_MUTEX_SPIN_ON_OWNER is not set 185 207 CONFIG_FREEZER=y 186 208 187 209 # ··· 265 229 CONFIG_MEMORY_START=0x08000000 266 230 CONFIG_MEMORY_SIZE=0x08000000 267 231 CONFIG_29BIT=y 232 + # CONFIG_PMB_ENABLE is not set 268 233 # CONFIG_X2TLB is not set 269 234 CONFIG_VSYSCALL=y 270 235 # CONFIG_NUMA is not set ··· 300 263 # CONFIG_PHYS_ADDR_T_64BIT is not set 301 264 CONFIG_ZONE_DMA_FLAG=0 302 265 CONFIG_NR_QUICK=2 303 - CONFIG_HAVE_MLOCK=y 304 - CONFIG_HAVE_MLOCKED_PAGE_BIT=y 305 266 # CONFIG_KSM is not set 306 267 CONFIG_DEFAULT_MMAP_MIN_ADDR=4096 307 268 ··· 391 356 # Bus options 392 357 # 393 358 CONFIG_PCI=y 394 - # CONFIG_SH_PCIDMA_NONCOHERENT is not set 395 359 CONFIG_PCIEPORTBUS=y 396 360 CONFIG_PCIEAER=y 397 361 # CONFIG_PCIE_ECRC is not set ··· 503 469 # CONFIG_AF_RXRPC is not set 504 470 CONFIG_WIRELESS=y 505 471 # CONFIG_CFG80211 is not set 506 - CONFIG_CFG80211_DEFAULT_PS_VALUE=0 507 - # CONFIG_WIRELESS_OLD_REGULATORY is not set 508 - CONFIG_WIRELESS_EXT=y 509 - CONFIG_WIRELESS_EXT_SYSFS=y 510 472 # CONFIG_LIB80211 is not set 511 473 512 474 # ··· 618 588 # CONFIG_BLK_DEV_UMEM is not set 619 589 # CONFIG_BLK_DEV_COW_COMMON is not set 620 590 # CONFIG_BLK_DEV_LOOP is not set 591 + 592 + # 593 + # DRBD disabled because PROC_FS, INET or CONNECTOR not selected 594 + # 621 595 # CONFIG_BLK_DEV_NBD is not set 622 596 # CONFIG_BLK_DEV_SX8 is not set 623 597 # CONFIG_BLK_DEV_UB is not set ··· 722 688 # CONFIG_PATA_NS87415 is not set 723 689 # CONFIG_PATA_OPTI is not set 724 690 # CONFIG_PATA_OPTIDMA is not set 691 + # CONFIG_PATA_PDC2027X is not set 725 692 # CONFIG_PATA_PDC_OLD is not set 726 693 # CONFIG_PATA_RADISYS is not set 727 694 # CONFIG_PATA_RDC is not set 728 695 # CONFIG_PATA_RZ1000 is not set 729 696 # CONFIG_PATA_SC1200 is not set 730 697 # CONFIG_PATA_SERVERWORKS is not set 731 - # CONFIG_PATA_PDC2027X is not set 732 698 # CONFIG_PATA_SIL680 is not set 733 699 # CONFIG_PATA_SIS is not set 700 + # CONFIG_PATA_TOSHIBA is not set 734 701 # CONFIG_PATA_VIA is not set 735 702 # CONFIG_PATA_WINBOND is not set 736 703 # CONFIG_PATA_PLATFORM is not set ··· 822 787 # CONFIG_SUNDANCE is not set 823 788 # CONFIG_TLAN is not set 824 789 # CONFIG_KS8842 is not set 790 + # CONFIG_KS8851_MLL is not set 825 791 # CONFIG_VIA_RHINE is not set 826 792 # CONFIG_SC92031 is not set 827 793 # CONFIG_ATL2 is not set ··· 854 818 # CONFIG_NETDEV_10000 is not set 855 819 # CONFIG_TR is not set 856 820 CONFIG_WLAN=y 857 - # CONFIG_WLAN_PRE80211 is not set 858 - # CONFIG_WLAN_80211 is not set 821 + # CONFIG_ATMEL is not set 822 + # CONFIG_PRISM54 is not set 823 + # CONFIG_USB_ZD1201 is not set 824 + # CONFIG_HOSTAP is not set 859 825 860 826 # 861 827 # Enable WiMAX (Networking options) to see the WiMAX drivers ··· 880 842 # CONFIG_NETCONSOLE is not set 881 843 # CONFIG_NETPOLL is not set 882 844 # CONFIG_NET_POLL_CONTROLLER is not set 845 + # CONFIG_VMXNET3 is not set 883 846 # CONFIG_ISDN is not set 884 847 # CONFIG_PHONE is not set 885 848 ··· 890 851 CONFIG_INPUT=y 891 852 CONFIG_INPUT_FF_MEMLESS=m 892 853 # CONFIG_INPUT_POLLDEV is not set 854 + # CONFIG_INPUT_SPARSEKMAP is not set 893 855 894 856 # 895 857 # Userland interfaces ··· 1016 976 # CONFIG_I2C_TINY_USB is not set 1017 977 1018 978 # 1019 - # Graphics adapter I2C/DDC channel drivers 1020 - # 1021 - # CONFIG_I2C_VOODOO3 is not set 1022 - 1023 - # 1024 979 # Other I2C/SMBus bus drivers 1025 980 # 1026 981 CONFIG_I2C_PCA_PLATFORM=y ··· 1024 989 # 1025 990 # Miscellaneous I2C Chip support 1026 991 # 1027 - # CONFIG_DS1682 is not set 1028 992 # CONFIG_SENSORS_TSL2550 is not set 1029 993 # CONFIG_I2C_DEBUG_CORE is not set 1030 994 # CONFIG_I2C_DEBUG_ALGO is not set ··· 1054 1020 # 1055 1021 # PCI GPIO expanders: 1056 1022 # 1023 + # CONFIG_GPIO_CS5535 is not set 1057 1024 # CONFIG_GPIO_BT8XX is not set 1058 1025 # CONFIG_GPIO_LANGWELL is not set 1059 1026 ··· 1097 1062 # CONFIG_SENSORS_GL520SM is not set 1098 1063 # CONFIG_SENSORS_IT87 is not set 1099 1064 # CONFIG_SENSORS_LM63 is not set 1065 + # CONFIG_SENSORS_LM73 is not set 1100 1066 # CONFIG_SENSORS_LM75 is not set 1101 1067 # CONFIG_SENSORS_LM77 is not set 1102 1068 # CONFIG_SENSORS_LM78 is not set ··· 1137 1101 # CONFIG_SENSORS_W83L786NG is not set 1138 1102 # CONFIG_SENSORS_W83627HF is not set 1139 1103 # CONFIG_SENSORS_W83627EHF is not set 1104 + # CONFIG_SENSORS_LIS3_I2C is not set 1140 1105 # CONFIG_THERMAL is not set 1141 1106 # CONFIG_WATCHDOG is not set 1142 1107 CONFIG_SSB_POSSIBLE=y ··· 1153 1116 # CONFIG_MFD_CORE is not set 1154 1117 CONFIG_MFD_SM501=y 1155 1118 # CONFIG_MFD_SM501_GPIO is not set 1119 + # CONFIG_MFD_SH_MOBILE_SDHI is not set 1156 1120 # CONFIG_HTC_PASIC3 is not set 1157 1121 # CONFIG_TPS65010 is not set 1158 1122 # CONFIG_TWL4030_CORE is not set 1159 1123 # CONFIG_MFD_TMIO is not set 1160 1124 # CONFIG_PMIC_DA903X is not set 1125 + # CONFIG_PMIC_ADP5520 is not set 1161 1126 # CONFIG_MFD_WM8400 is not set 1162 1127 # CONFIG_MFD_WM831X is not set 1163 1128 # CONFIG_MFD_WM8350_I2C is not set 1164 1129 # CONFIG_MFD_PCF50633 is not set 1165 1130 # CONFIG_AB3100_CORE is not set 1131 + # CONFIG_MFD_88PM8607 is not set 1166 1132 # CONFIG_REGULATOR is not set 1167 1133 CONFIG_MEDIA_SUPPORT=y 1168 1134 ··· 1179 1139 # 1180 1140 # Multimedia drivers 1181 1141 # 1142 + CONFIG_IR_CORE=y 1143 + CONFIG_VIDEO_IR=y 1182 1144 # CONFIG_DAB is not set 1183 1145 1184 1146 # ··· 1459 1417 # CONFIG_RTC_DRV_PCF8563 is not set 1460 1418 # CONFIG_RTC_DRV_PCF8583 is not set 1461 1419 # CONFIG_RTC_DRV_M41T80 is not set 1420 + # CONFIG_RTC_DRV_BQ32K is not set 1462 1421 # CONFIG_RTC_DRV_S35390A is not set 1463 1422 # CONFIG_RTC_DRV_FM3130 is not set 1464 1423 # CONFIG_RTC_DRV_RX8581 is not set ··· 1480 1437 # CONFIG_RTC_DRV_M48T86 is not set 1481 1438 # CONFIG_RTC_DRV_M48T35 is not set 1482 1439 # CONFIG_RTC_DRV_M48T59 is not set 1440 + # CONFIG_RTC_DRV_MSM6242 is not set 1483 1441 # CONFIG_RTC_DRV_BQ4802 is not set 1442 + # CONFIG_RTC_DRV_RP5C01 is not set 1484 1443 # CONFIG_RTC_DRV_V3020 is not set 1485 1444 1486 1445 # ··· 1511 1466 # CONFIG_EXT3_FS_POSIX_ACL is not set 1512 1467 # CONFIG_EXT3_FS_SECURITY is not set 1513 1468 CONFIG_EXT4_FS=y 1514 - # CONFIG_EXT4DEV_COMPAT is not set 1515 1469 CONFIG_EXT4_FS_XATTR=y 1516 1470 # CONFIG_EXT4_FS_POSIX_ACL is not set 1517 1471 # CONFIG_EXT4_FS_SECURITY is not set ··· 1731 1687 CONFIG_HAVE_ARCH_KGDB=y 1732 1688 # CONFIG_KGDB is not set 1733 1689 # CONFIG_SH_STANDARD_BIOS is not set 1734 - CONFIG_EARLY_SCIF_CONSOLE=y 1735 - CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffeb0000 1736 - CONFIG_EARLY_PRINTK=y 1737 1690 # CONFIG_STACK_DEBUG is not set 1738 1691 # CONFIG_DEBUG_STACK_USAGE is not set 1739 1692 # CONFIG_4KSTACKS is not set ··· 1744 1703 # CONFIG_KEYS is not set 1745 1704 # CONFIG_SECURITY is not set 1746 1705 # CONFIG_SECURITYFS is not set 1747 - # CONFIG_SECURITY_FILE_CAPABILITIES is not set 1706 + # CONFIG_DEFAULT_SECURITY_SELINUX is not set 1707 + # CONFIG_DEFAULT_SECURITY_SMACK is not set 1708 + # CONFIG_DEFAULT_SECURITY_TOMOYO is not set 1709 + CONFIG_DEFAULT_SECURITY_DAC=y 1710 + CONFIG_DEFAULT_SECURITY="" 1748 1711 CONFIG_CRYPTO=y 1749 1712 1750 1713 #
+10
arch/sh/include/asm/timex.h
··· 6 6 #ifndef __ASM_SH_TIMEX_H 7 7 #define __ASM_SH_TIMEX_H 8 8 9 + /* 10 + * Only parts using the legacy CPG code for their clock framework 11 + * implementation need to define their own Pclk value. If provided, this 12 + * can be used for accurately setting CLOCK_TICK_RATE, otherwise we 13 + * simply fall back on the i8253 PIT value. 14 + */ 15 + #ifdef CONFIG_SH_PCLK_FREQ 9 16 #define CLOCK_TICK_RATE (CONFIG_SH_PCLK_FREQ / 4) /* Underlying HZ */ 17 + #else 18 + #define CLOCK_TICK_RATE 1193180 19 + #endif 10 20 11 21 #include <asm-generic/timex.h> 12 22
+3 -4
arch/sh/mm/Kconfig
··· 82 82 83 83 config PMB_ENABLE 84 84 bool "Support 32-bit physical addressing through PMB" 85 - depends on MMU && EXPERIMENTAL && CPU_SH4A 86 - default y 85 + depends on MMU && EXPERIMENTAL && CPU_SH4A && !CPU_SH4AL_DSP 87 86 help 88 87 If you say Y here, physical addressing will be extended to 89 88 32-bits through the SH-4A PMB. If this is not set, legacy ··· 95 96 96 97 config PMB 97 98 bool "PMB" 98 - depends on MMU && EXPERIMENTAL && CPU_SH4A 99 + depends on MMU && EXPERIMENTAL && CPU_SH4A && !CPU_SH4AL_DSP 99 100 help 100 101 If you say Y here, physical addressing will be extended to 101 102 32-bits through the SH-4A PMB. If this is not set, legacy ··· 103 104 104 105 config PMB_FIXED 105 106 bool "fixed PMB" 106 - depends on MMU && EXPERIMENTAL && CPU_SH4A 107 + depends on MMU && EXPERIMENTAL && CPU_SH4A && !CPU_SH4AL_DSP 107 108 select 32BIT 108 109 help 109 110 If this option is enabled, fixed PMB mappings are inherited
+2 -2
fs/binfmt_elf_fdpic.c
··· 1798 1798 ELF_CORE_WRITE_EXTRA_DATA; 1799 1799 #endif 1800 1800 1801 - if (file->f_pos != offset) { 1801 + if (cprm->file->f_pos != offset) { 1802 1802 /* Sanity check */ 1803 1803 printk(KERN_WARNING 1804 1804 "elf_core_dump: file->f_pos (%lld) != offset (%lld)\n", 1805 - file->f_pos, offset); 1805 + cprm->file->f_pos, offset); 1806 1806 } 1807 1807 1808 1808 end_coredump: