Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 1 | # |
| 2 | # Freescale device configuration |
| 3 | # |
| 4 | |
| 5 | config NET_VENDOR_FREESCALE |
| 6 | bool "Freescale devices" |
Jeff Kirsher | 88f0748 | 2011-08-23 01:29:52 -0700 | [diff] [blame] | 7 | default y |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 8 | depends on FSL_SOC || QUICC_ENGINE || CPM1 || CPM2 || PPC_MPC512x || \ |
| 9 | M523x || M527x || M5272 || M528x || M520x || M532x || \ |
Shaohui Xie | fe761bc | 2015-11-20 11:54:08 +0800 | [diff] [blame] | 10 | ARCH_MXC || ARCH_MXS || (PPC_MPC52xx && PPC_BESTCOMM) || \ |
Florian Fainelli | 0827be2 | 2016-11-17 11:19:11 -0800 | [diff] [blame] | 11 | ARCH_LAYERSCAPE || COMPILE_TEST |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 12 | ---help--- |
Paul Gortmaker | 138b15e | 2015-06-21 16:28:02 -0400 | [diff] [blame] | 13 | If you have a network (Ethernet) card belonging to this class, say Y. |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 14 | |
| 15 | Note that the answer to this question doesn't directly affect the |
| 16 | kernel: saying N will just cause the configurator to skip all |
Shawn Guo | 230dec6 | 2011-09-23 02:12:48 +0000 | [diff] [blame] | 17 | the questions about Freescale devices. If you say Y, you will be |
| 18 | asked for your specific card in the following questions. |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 19 | |
| 20 | if NET_VENDOR_FREESCALE |
| 21 | |
| 22 | config FEC |
Lothar Waßmann | 26cf820 | 2011-12-07 21:59:32 +0000 | [diff] [blame] | 23 | tristate "FEC ethernet controller (of ColdFire and some i.MX CPUs)" |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 24 | depends on (M523x || M527x || M5272 || M528x || M520x || M532x || \ |
Wolfram Sang | 0d90324 | 2012-01-03 03:46:47 +0000 | [diff] [blame] | 25 | ARCH_MXC || SOC_IMX28) |
| 26 | default ARCH_MXC || SOC_IMX28 if ARM |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 27 | select PHYLIB |
Nicolas Pitre | d1cbfd7 | 2016-11-11 00:10:07 -0500 | [diff] [blame] | 28 | imply PTP_1588_CLOCK |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 29 | ---help--- |
| 30 | Say Y here if you want to use the built-in 10/100 Fast ethernet |
| 31 | controller on some Motorola ColdFire and Freescale i.MX processors. |
| 32 | |
| 33 | config FEC_MPC52xx |
| 34 | tristate "FEC MPC52xx driver" |
| 35 | depends on PPC_MPC52xx && PPC_BESTCOMM |
| 36 | select CRC32 |
| 37 | select PHYLIB |
| 38 | select PPC_BESTCOMM_FEC |
| 39 | ---help--- |
| 40 | This option enables support for the MPC5200's on-chip |
| 41 | Fast Ethernet Controller |
| 42 | If compiled as module, it will be called fec_mpc52xx. |
| 43 | |
| 44 | config FEC_MPC52xx_MDIO |
| 45 | bool "FEC MPC52xx MDIO bus driver" |
| 46 | depends on FEC_MPC52xx |
| 47 | default y |
| 48 | ---help--- |
| 49 | The MPC5200's FEC can connect to the Ethernet either with |
| 50 | an external MII PHY chip or 10 Mbps 7-wire interface |
| 51 | (Motorola? industry standard). |
| 52 | If your board uses an external PHY connected to FEC, enable this. |
| 53 | If not sure, enable. |
| 54 | If compiled as module, it will be called fec_mpc52xx_phy. |
| 55 | |
| 56 | source "drivers/net/ethernet/freescale/fs_enet/Kconfig" |
Igal Liberman | 5adae51 | 2015-12-21 02:21:25 +0200 | [diff] [blame] | 57 | source "drivers/net/ethernet/freescale/fman/Kconfig" |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 58 | |
| 59 | config FSL_PQ_MDIO |
| 60 | tristate "Freescale PQ MDIO" |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 61 | select PHYLIB |
| 62 | ---help--- |
| 63 | This driver supports the MDIO bus used by the gianfar and UCC drivers. |
| 64 | |
Timur Tabi | 9f35a73 | 2012-08-20 09:26:39 +0000 | [diff] [blame] | 65 | config FSL_XGMAC_MDIO |
| 66 | tristate "Freescale XGMAC MDIO" |
Timur Tabi | 9f35a73 | 2012-08-20 09:26:39 +0000 | [diff] [blame] | 67 | select PHYLIB |
Florian Fainelli | 0827be2 | 2016-11-17 11:19:11 -0800 | [diff] [blame] | 68 | depends on OF |
Andy Fleming | 39f3336 | 2014-06-11 13:48:17 -0500 | [diff] [blame] | 69 | select OF_MDIO |
Timur Tabi | 9f35a73 | 2012-08-20 09:26:39 +0000 | [diff] [blame] | 70 | ---help--- |
Andy Fleming | 1fcf77c | 2015-01-04 17:36:02 +0800 | [diff] [blame] | 71 | This driver supports the MDIO bus on the Fman 10G Ethernet MACs, and |
| 72 | on the FMan mEMAC (which supports both Clauses 22 and 45) |
Timur Tabi | 9f35a73 | 2012-08-20 09:26:39 +0000 | [diff] [blame] | 73 | |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 74 | config UCC_GETH |
| 75 | tristate "Freescale QE Gigabit Ethernet" |
| 76 | depends on QUICC_ENGINE |
| 77 | select FSL_PQ_MDIO |
| 78 | select PHYLIB |
| 79 | ---help--- |
| 80 | This driver supports the Gigabit Ethernet mode of the QUICC Engine, |
| 81 | which is available on some Freescale SOCs. |
| 82 | |
| 83 | config UGETH_TX_ON_DEMAND |
| 84 | bool "Transmit on Demand support" |
| 85 | depends on UCC_GETH |
| 86 | |
| 87 | config GIANFAR |
| 88 | tristate "Gianfar Ethernet" |
Florian Fainelli | 0827be2 | 2016-11-17 11:19:11 -0800 | [diff] [blame] | 89 | depends on HAS_DMA |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 90 | select FSL_PQ_MDIO |
| 91 | select PHYLIB |
| 92 | select CRC32 |
| 93 | ---help--- |
| 94 | This driver supports the Gigabit TSEC on the MPC83xx, MPC85xx, |
Alison Wang | bbc65bf | 2015-06-25 11:34:38 +0800 | [diff] [blame] | 95 | and MPC86xx family of chips, the eTSEC on LS1021A and the FEC |
| 96 | on the 8540. |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 97 | |
Madalin Bucur | 9ad1a37 | 2016-11-15 10:41:02 +0200 | [diff] [blame] | 98 | source "drivers/net/ethernet/freescale/dpaa/Kconfig" |
| 99 | |
Jeff Kirsher | ec21e2e | 2011-06-11 02:29:36 -0700 | [diff] [blame] | 100 | endif # NET_VENDOR_FREESCALE |