diff options
author | Jason Jin <Jason.jin@freescale.com> | 2012-08-13 17:44:24 +0800 |
---|---|---|
committer | Justin Waters <justin.waters@timesys.com> | 2012-09-12 16:50:07 -0400 |
commit | 5d16debe12e62f7497466851f81f177fc8700a13 (patch) | |
tree | 4f7901fff1b5f9d3919d2dc81763c37232365084 | |
parent | e4204d37dfbfae5e176f6564242f33e7a7b59fe2 (diff) |
Enable the FEC as modules
Signed-off-by: Jason Jin <Jason.jin@freescale.com>
-rw-r--r-- | drivers/net/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index cec12046b8a7..bd38b2a7e5cc 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -1942,7 +1942,7 @@ config 68360_ENET the Motorola 68360 processor. config FEC - bool "FEC ethernet controller (of ColdFire and some i.MX CPUs)" + tristate "FEC ethernet controller (of ColdFire and some i.MX CPUs)" depends on M523x || M527x || M5272 || M528x || M520x || M532x || \ IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC default IMX_HAVE_PLATFORM_FEC || MXS_HAVE_PLATFORM_FEC if ARM |