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/CM-BF533_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/CM-BF533_defconfig')
-rw-r--r-- | arch/blackfin/configs/CM-BF533_defconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/blackfin/configs/CM-BF533_defconfig b/arch/blackfin/configs/CM-BF533_defconfig index c3ba9066b935..df0a966cd417 100644 --- a/arch/blackfin/configs/CM-BF533_defconfig +++ b/arch/blackfin/configs/CM-BF533_defconfig | |||
@@ -42,7 +42,7 @@ CONFIG_SYSVIPC_SYSCTL=y | |||
42 | CONFIG_IKCONFIG=y | 42 | CONFIG_IKCONFIG=y |
43 | CONFIG_IKCONFIG_PROC=y | 43 | CONFIG_IKCONFIG_PROC=y |
44 | CONFIG_LOG_BUF_SHIFT=14 | 44 | CONFIG_LOG_BUF_SHIFT=14 |
45 | CONFIG_SYSFS_DEPRECATED=y | 45 | # CONFIG_SYSFS_DEPRECATED is not set |
46 | # CONFIG_RELAY is not set | 46 | # CONFIG_RELAY is not set |
47 | # CONFIG_BLK_DEV_INITRD is not set | 47 | # CONFIG_BLK_DEV_INITRD is not set |
48 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | 48 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
@@ -254,7 +254,6 @@ CONFIG_SPLIT_PTLOCK_CPUS=4 | |||
254 | CONFIG_ZONE_DMA_FLAG=1 | 254 | CONFIG_ZONE_DMA_FLAG=1 |
255 | CONFIG_LARGE_ALLOCS=y | 255 | CONFIG_LARGE_ALLOCS=y |
256 | # CONFIG_BFIN_GPTIMERS is not set | 256 | # CONFIG_BFIN_GPTIMERS is not set |
257 | CONFIG_BFIN_DMA_5XX=y | ||
258 | # CONFIG_DMA_UNCACHED_2M is not set | 257 | # CONFIG_DMA_UNCACHED_2M is not set |
259 | CONFIG_DMA_UNCACHED_1M=y | 258 | CONFIG_DMA_UNCACHED_1M=y |
260 | # CONFIG_DMA_UNCACHED_NONE is not set | 259 | # CONFIG_DMA_UNCACHED_NONE is not set |
@@ -598,6 +597,7 @@ CONFIG_NETDEV_10000=y | |||
598 | CONFIG_BFIN_SPORT=y | 597 | CONFIG_BFIN_SPORT=y |
599 | # CONFIG_BFIN_TIMER_LATENCY is not set | 598 | # CONFIG_BFIN_TIMER_LATENCY is not set |
600 | # CONFIG_VT is not set | 599 | # CONFIG_VT is not set |
600 | # CONFIG_DEVKMEM is not set | ||
601 | # CONFIG_SERIAL_NONSTANDARD is not set | 601 | # CONFIG_SERIAL_NONSTANDARD is not set |
602 | 602 | ||
603 | # | 603 | # |