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/BF537-STAMP_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/BF537-STAMP_defconfig')
-rw-r--r-- | arch/blackfin/configs/BF537-STAMP_defconfig | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/arch/blackfin/configs/BF537-STAMP_defconfig b/arch/blackfin/configs/BF537-STAMP_defconfig index f245c0b427e4..4d14a002e7bd 100644 --- a/arch/blackfin/configs/BF537-STAMP_defconfig +++ b/arch/blackfin/configs/BF537-STAMP_defconfig | |||
@@ -20,9 +20,9 @@ CONFIG_MODULE_UNLOAD=y | |||
20 | # CONFIG_LBDAF is not set | 20 | # CONFIG_LBDAF is not set |
21 | # CONFIG_BLK_DEV_BSG is not set | 21 | # CONFIG_BLK_DEV_BSG is not set |
22 | # CONFIG_IOSCHED_DEADLINE is not set | 22 | # CONFIG_IOSCHED_DEADLINE is not set |
23 | # CONFIG_IOSCHED_CFQ is not set | ||
23 | CONFIG_PREEMPT_VOLUNTARY=y | 24 | CONFIG_PREEMPT_VOLUNTARY=y |
24 | CONFIG_BF537=y | 25 | CONFIG_BF537=y |
25 | CONFIG_IRQ_ERROR=11 | ||
26 | CONFIG_HIGH_RES_TIMERS=y | 26 | CONFIG_HIGH_RES_TIMERS=y |
27 | CONFIG_NOMMU_INITIAL_TRIM_EXCESS=0 | 27 | CONFIG_NOMMU_INITIAL_TRIM_EXCESS=0 |
28 | CONFIG_BFIN_GPTIMERS=m | 28 | CONFIG_BFIN_GPTIMERS=m |
@@ -133,6 +133,5 @@ CONFIG_DEBUG_DOUBLEFAULT=y | |||
133 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE=y | 133 | CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE=y |
134 | CONFIG_EARLY_PRINTK=y | 134 | CONFIG_EARLY_PRINTK=y |
135 | CONFIG_CPLB_INFO=y | 135 | CONFIG_CPLB_INFO=y |
136 | CONFIG_SECURITY=y | ||
137 | CONFIG_CRYPTO=y | 136 | CONFIG_CRYPTO=y |
138 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 137 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |