Commit 26cf820d49ee23472191824000b3234c4bffb1a5
Committed by
David S. Miller
1 parent
e163cc97f9
Exists in
master
and in
6 other branches
net/fec: make FEC driver buildable as module
Signed-off-by: Lothar Waßmann <LW@KARO-electronics.de> Tested-by: Shawn Guo <shawn.guo@linaro.org> Acked-by: Shawn Guo <shawn.guo@linaro.org> Signed-off-by: David S. Miller <davem@davemloft.net>
Showing 1 changed file with 1 additions and 1 deletions Side-by-side Diff
drivers/net/ethernet/freescale/Kconfig
... | ... | @@ -21,7 +21,7 @@ |
21 | 21 | if NET_VENDOR_FREESCALE |
22 | 22 | |
23 | 23 | config FEC |
24 | - bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" | |
24 | + tristate "FEC ethernet controller (of ColdFire and some i.MX CPUs)" | |
25 | 25 | depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \ |
26 | 26 | ARCH_MXC || ARCH_MXS) |
27 | 27 | default ARCH_MXC || ARCH_MXS if ARM |