diff options
author | Mike Frysinger <vapier@gentoo.org> | 2010-10-24 14:11:50 -0400 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2010-10-25 04:54:33 -0400 |
commit | 10cbb0ba4282407ee3c4a09552d80941bfdfeb77 (patch) | |
tree | 324d1949e42636e27169cd6df55f151de2025b76 /arch/blackfin/configs/BlackStamp_defconfig | |
parent | 61c16b5c7414b6d0511dc384e0ea994e250e6339 (diff) |
Blackfin: update defconfigs
- enable pm for ADI boards
- drop security option as no one uses it
- enable uninitialized mmap for everyone
- disable wireless by default as no one uses it
- disable cfq io sched as noop is fine
Signed-off-by: Mike Frysinger <vapier@gentoo.org>
Diffstat (limited to 'arch/blackfin/configs/BlackStamp_defconfig')
-rw-r--r-- | arch/blackfin/configs/BlackStamp_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/configs/BlackStamp_defconfig b/arch/blackfin/configs/BlackStamp_defconfig index 0242917b69c9..dae7adf3b2a2 100644 --- a/arch/blackfin/configs/BlackStamp_defconfig +++ b/arch/blackfin/configs/BlackStamp_defconfig | |||
@@ -40,6 +40,7 @@ CONFIG_INET=y | |||
40 | CONFIG_IP_PNP=y | 40 | CONFIG_IP_PNP=y |
41 | # CONFIG_INET_LRO is not set | 41 | # CONFIG_INET_LRO is not set |
42 | # CONFIG_IPV6 is not set | 42 | # CONFIG_IPV6 is not set |
43 | # CONFIG_WIRELESS is not set | ||
43 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 44 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
44 | # CONFIG_FW_LOADER is not set | 45 | # CONFIG_FW_LOADER is not set |
45 | CONFIG_MTD=y | 46 | CONFIG_MTD=y |
@@ -63,6 +64,7 @@ CONFIG_NET_ETHERNET=y | |||
63 | CONFIG_SMC91X=y | 64 | CONFIG_SMC91X=y |
64 | # CONFIG_NETDEV_1000 is not set | 65 | # CONFIG_NETDEV_1000 is not set |
65 | # CONFIG_NETDEV_10000 is not set | 66 | # CONFIG_NETDEV_10000 is not set |
67 | # CONFIG_WLAN is not set | ||
66 | # CONFIG_INPUT_MOUSEDEV is not set | 68 | # CONFIG_INPUT_MOUSEDEV is not set |
67 | CONFIG_INPUT_EVDEV=m | 69 | CONFIG_INPUT_EVDEV=m |
68 | # CONFIG_INPUT_KEYBOARD is not set | 70 | # CONFIG_INPUT_KEYBOARD is not set |
@@ -104,5 +106,4 @@ CONFIG_DEBUG_MMRS=y | |||
104 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | 106 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set |
105 | CONFIG_EARLY_PRINTK=y | 107 | CONFIG_EARLY_PRINTK=y |
106 | CONFIG_CPLB_INFO=y | 108 | CONFIG_CPLB_INFO=y |
107 | CONFIG_SECURITY=y | ||
108 | CONFIG_CRC_CCITT=m | 109 | CONFIG_CRC_CCITT=m |