diff options
author | Joachim Eastwood <manabian@gmail.com> | 2012-10-18 11:01:13 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-10-19 13:18:29 -0400 |
commit | 0112a1dac5e8e4164ed7ab0b919f47b4d4854249 (patch) | |
tree | 265e0ea100ac40b9bcfcf820d915db63a6812008 /drivers/net/ethernet/cadence/Kconfig | |
parent | 0005f54102a7bcaffc9caa73db7d04d7587ab3c3 (diff) |
net/at91_ether: compile macb for exported functions
Comile macb as well as at91_ether to access exported functions.
Signed-off-by: Joachim Eastwood <manabian@gmail.com>
Diffstat (limited to 'drivers/net/ethernet/cadence/Kconfig')
-rw-r--r-- | drivers/net/ethernet/cadence/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/cadence/Kconfig b/drivers/net/ethernet/cadence/Kconfig index db931916da0..57f78abe11d 100644 --- a/drivers/net/ethernet/cadence/Kconfig +++ b/drivers/net/ethernet/cadence/Kconfig @@ -27,7 +27,7 @@ config ARM_AT91_ETHER tristate "AT91RM9200 Ethernet support" depends on ARM && ARCH_AT91RM9200 select NET_CORE - select MII + select PHYLIB ---help--- If you wish to compile a kernel for the AT91RM9200 and enable ethernet support, then you should always answer Y to this. |