Kconfig (7b35f03338a8557122e62ea1a011f1628b978e8d) Kconfig (aaba215ca0b4232824c92b830853f465f16a6672)
1#
2# Blackfin device configuration
3#
4
5config NET_BFIN
6 bool "Blackfin devices"
7 depends on BF516 || BF518 || BF526 || BF527 || BF536 || BF537
8 ---help---

--- 9 unchanged lines hidden (view full) ---

18 asked for your specific card in the following questions.
19
20if NET_BFIN
21
22config BFIN_MAC
23 tristate "Blackfin on-chip MAC support"
24 depends on (BF516 || BF518 || BF526 || BF527 || BF536 || BF537)
25 select CRC32
1#
2# Blackfin device configuration
3#
4
5config NET_BFIN
6 bool "Blackfin devices"
7 depends on BF516 || BF518 || BF526 || BF527 || BF536 || BF537
8 ---help---

--- 9 unchanged lines hidden (view full) ---

18 asked for your specific card in the following questions.
19
20if NET_BFIN
21
22config BFIN_MAC
23 tristate "Blackfin on-chip MAC support"
24 depends on (BF516 || BF518 || BF526 || BF527 || BF536 || BF537)
25 select CRC32
26 select NET_CORE
26 select MII
27 select PHYLIB
28 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
29 ---help---
30 This is the driver for Blackfin on-chip mac device. Say Y if you want
31 it compiled into the kernel. This driver is also available as a
32 module ( = code which can be inserted in and removed from the running
33 kernel whenever you want). The module will be called bfin_mac.

--- 35 unchanged lines hidden ---
27 select MII
28 select PHYLIB
29 select BFIN_MAC_USE_L1 if DMA_UNCACHED_NONE
30 ---help---
31 This is the driver for Blackfin on-chip mac device. Say Y if you want
32 it compiled into the kernel. This driver is also available as a
33 module ( = code which can be inserted in and removed from the running
34 kernel whenever you want). The module will be called bfin_mac.

--- 35 unchanged lines hidden ---