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