diff options
author | Mike Frysinger <vapier.adi@gmail.com> | 2008-05-13 12:31:32 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-13 12:31:32 +0800 |
commit | 9cd9c616f5890c9345546e03c99ba392b7a82cdf (patch) | |
tree | ec566e8ce4aa7bc1ce2b9c72d147ad67df2d9b58 /arch/blackfin/Kconfig | |
parent | 45b3947c2de5841d691f1d27d30419b9fae2d86c (diff) | |
download | linux-9cd9c616f5890c9345546e03c99ba392b7a82cdf.tar.bz2 |
[Blackfin] arch: rename bf5xx-flash to bfin-async-flash
- move all kconfig board settings into board resources
- fixup casting style according to lkml feedback
- rewrite driver so that it can handle arbitrary
of instances according to the declared platform resources
Signed-off-by: Mike Frysinger <vapier.adi@gmail.com>
Cc: Joern Engel <joern@logfs.org>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index fd5708523f2e..785d8b4fa0cb 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -479,16 +479,6 @@ comment "Memory Setup" comment "Misc" -config ENET_FLASH_PIN - int "PF port/pin used for flash and ethernet sharing" - depends on (BFIN533_STAMP) - default 0 - help - PF port/pin used for flash and ethernet sharing to allow other PF - pins to be used on other platforms without having to touch common - code. - For example: PF0 --> 0,PF1 --> 1,PF2 --> 2, etc. - choice prompt "Blackfin Exception Scratch Register" default BFIN_SCRATCH_REG_RETN |