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/IP0X_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/IP0X_defconfig')
-rw-r--r-- | arch/blackfin/configs/IP0X_defconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/arch/blackfin/configs/IP0X_defconfig b/arch/blackfin/configs/IP0X_defconfig index 2a3411ef19fd..b40156d217e3 100644 --- a/arch/blackfin/configs/IP0X_defconfig +++ b/arch/blackfin/configs/IP0X_defconfig | |||
@@ -41,6 +41,7 @@ CONFIG_IP_NF_IPTABLES=y | |||
41 | CONFIG_IP_NF_FILTER=y | 41 | CONFIG_IP_NF_FILTER=y |
42 | CONFIG_IP_NF_TARGET_REJECT=y | 42 | CONFIG_IP_NF_TARGET_REJECT=y |
43 | CONFIG_IP_NF_MANGLE=y | 43 | CONFIG_IP_NF_MANGLE=y |
44 | # CONFIG_WIRELESS is not set | ||
44 | CONFIG_MTD=y | 45 | CONFIG_MTD=y |
45 | CONFIG_MTD_PARTITIONS=y | 46 | CONFIG_MTD_PARTITIONS=y |
46 | CONFIG_MTD_CHAR=y | 47 | CONFIG_MTD_CHAR=y |
@@ -60,6 +61,7 @@ CONFIG_NET_ETHERNET=y | |||
60 | CONFIG_DM9000=y | 61 | CONFIG_DM9000=y |
61 | # CONFIG_NETDEV_1000 is not set | 62 | # CONFIG_NETDEV_1000 is not set |
62 | # CONFIG_NETDEV_10000 is not set | 63 | # CONFIG_NETDEV_10000 is not set |
64 | # CONFIG_WLAN is not set | ||
63 | # CONFIG_INPUT is not set | 65 | # CONFIG_INPUT is not set |
64 | # CONFIG_SERIO is not set | 66 | # CONFIG_SERIO is not set |
65 | # CONFIG_VT is not set | 67 | # CONFIG_VT is not set |
@@ -89,5 +91,4 @@ CONFIG_NLS_CODEPAGE_437=y | |||
89 | CONFIG_NLS_ISO8859_1=y | 91 | CONFIG_NLS_ISO8859_1=y |
90 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set | 92 | # CONFIG_DEBUG_BFIN_NO_KERN_HWTRACE is not set |
91 | CONFIG_CPLB_INFO=y | 93 | CONFIG_CPLB_INFO=y |
92 | CONFIG_SECURITY=y | ||
93 | CONFIG_CRC_CCITT=y | 94 | CONFIG_CRC_CCITT=y |