diff options
author | Michael Hennerich <michael.hennerich@analog.com> | 2008-05-07 17:03:27 +0800 |
---|---|---|
committer | Bryan Wu <cooloney@kernel.org> | 2008-05-07 17:03:27 +0800 |
commit | 197fba56864082951ec52ae7d75b8177e44e471e (patch) | |
tree | 555462f26cf094b6ff824925639b0df8f29dd0dc /arch/blackfin/Kconfig | |
parent | d7323696a910e1c00dc055ecc8c52dfedd9bbb59 (diff) |
[Blackfin] arch: add EBIU supporting for BF54x EZKIT SMSC LAN911x/LAN921x families embedded ethernet driver
Signed-off-by: Michael Hennerich <michael.hennerich@analog.com>
Signed-off-by: Bryan Wu <cooloney@kernel.org>
Diffstat (limited to 'arch/blackfin/Kconfig')
-rw-r--r-- | arch/blackfin/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/blackfin/Kconfig b/arch/blackfin/Kconfig index c8def1cf175..fd5708523f2 100644 --- a/arch/blackfin/Kconfig +++ b/arch/blackfin/Kconfig @@ -832,6 +832,7 @@ config BANK_0 config BANK_1 hex "Bank 1" default 0x7BB0 + default 0x5558 if BF54x config BANK_2 hex "Bank 2" |