diff options
author | Stefan Agner <stefan.agner@toradex.com> | 2016-12-23 13:01:45 +0100 |
---|---|---|
committer | Marcel Ziswiler <marcel.ziswiler@toradex.com> | 2017-01-11 15:59:49 +0100 |
commit | 86b0182b0ccc9186be850b300225291f0fb54ba4 (patch) | |
tree | 506d67a1cc48c66be17affc4ba35e7fcc7b874d7 | |
parent | fa64e127206d1802baeda5e5687f2dad4c8bbc7c (diff) |
net: ethernet: freescale: allow vf610_l2_switch as module
Allow to compile the L2 switch as module. The module will be
named fsl_l2_switch.ko.
Signed-off-by: Stefan Agner <stefan.agner@toradex.com>
Acked-by: Marcel Ziswiler <marcel.ziswiler@toradex.com>
-rw-r--r-- | drivers/net/ethernet/freescale/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/net/ethernet/freescale/Kconfig b/drivers/net/ethernet/freescale/Kconfig index 84e29f5da4ba..c7df0aebb2b8 100644 --- a/drivers/net/ethernet/freescale/Kconfig +++ b/drivers/net/ethernet/freescale/Kconfig @@ -31,7 +31,7 @@ config FEC controller on some Motorola ColdFire and Freescale i.MX processors. config FSL_L2_SWITCH - bool "Ethernet switch controller(Freescale ColdFire and Vybrid platform)" + tristate "Ethernet switch controller (Freescale Vybrid platform)" depends on (SOC_VF610) help Say Y here if you want to use the built-in ethernet switch |