diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-11-18 04:48:22 -0500 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-11-18 04:48:22 -0500 |
commit | 57a55077dd0ed60030ead4a971b95cac0e8953c3 (patch) | |
tree | 2a9c7b44be42c86eb66a2fa0130991605f3a5981 /arch/blackfin/configs/SRV1_defconfig | |
parent | abeb21efb10cd9e980f611c9bb408f172ed44465 (diff) |
Blackfin arch: update defconfig file for all boards
- do not bother generating deprecated /sys files by default now since
mdev does not need it
- Don't built-in char sport driver and build it as a module in defconfig
- disable CONFIG_DEVKMEM by default
- enable spi flash driver on boards that have one
- switch config to the NAND platfrom driver rather than the bfin async one
- do not make BFIN_DMA_5XX optional since a large portion of our code relies
on dma functions existing
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/configs/SRV1_defconfig')
-rw-r--r-- | arch/blackfin/configs/SRV1_defconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/blackfin/configs/SRV1_defconfig b/arch/blackfin/configs/SRV1_defconfig index b1309f878fcd..9fa880e1ebff 100644 --- a/arch/blackfin/configs/SRV1_defconfig +++ b/arch/blackfin/configs/SRV1_defconfig | |||
@@ -271,7 +271,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
271 | # CONFIG_RESOURCES_64BIT is not set | 271 | # CONFIG_RESOURCES_64BIT is not set |
272 | CONFIG_ZONE_DMA_FLAG=1 | 272 | CONFIG_ZONE_DMA_FLAG=1 |
273 | CONFIG_LARGE_ALLOCS=y | 273 | CONFIG_LARGE_ALLOCS=y |
274 | CONFIG_BFIN_DMA_5XX=y | ||
275 | CONFIG_DMA_UNCACHED_2M=y | 274 | CONFIG_DMA_UNCACHED_2M=y |
276 | # CONFIG_DMA_UNCACHED_1M is not set | 275 | # CONFIG_DMA_UNCACHED_1M is not set |
277 | # CONFIG_DMA_UNCACHED_NONE is not set | 276 | # CONFIG_DMA_UNCACHED_NONE is not set |