summaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-04 01:20:18 +0200
committerJean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>2009-10-20 15:02:36 +0200
commit81362c2b2a81d63f93e9534aa624c7f265c55947 (patch)
tree23b3def1f64276305469b9e2a4a86dc25895e651 /drivers/net/Kconfig
parent35144c0b867d03a09118f02f1e9e43111e6f544a (diff)
downloadbarebox-81362c2b2a81d63f93e9534aa624c7f265c55947.tar.gz
barebox-81362c2b2a81d63f93e9534aa624c7f265c55947.tar.xz
at91sam9: move to at91
this will allow to add at91rm9200 with the same api as done in the kernel Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index f48cd01054..ed7656ee20 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -66,7 +66,7 @@ config DRIVER_NET_FEC_IMX
config DRIVER_NET_MACB
bool "macb Ethernet driver"
- depends on ARCH_AT91SAM9
+ depends on ARCH_AT91
select MIIPHY
config DRIVER_NET_TAP