diff options
author | Giuseppe CAVALLARO <peppe.cavallaro@st.com> | 2014-11-04 17:49:33 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2014-11-06 00:14:43 +0300 |
commit | 50fb4f74744b49126ec4cb6c013bb594a67c01e5 (patch) | |
tree | 095d1437e0783be62d906e1b7d6235428321110e /drivers/net/ethernet/stmicro/stmmac/Kconfig | |
parent | c0d540661d4b5e8f6c9f84e03dce9baa0409f055 (diff) | |
download | linux-50fb4f74744b49126ec4cb6c013bb594a67c01e5.tar.xz |
stmmac: remove STMMAC_DEBUG_FS
the STMMAC_DEBUG_FS Koption is now removed from the
driver configuration and this support will be built
by default when DEBUG_FS is present. This can also be
useful on building driver verification.
Signed-off-by: Giuseppe Cavallaro <peppe.cavallaro@st.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/stmicro/stmmac/Kconfig')
-rw-r--r-- | drivers/net/ethernet/stmicro/stmmac/Kconfig | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/drivers/net/ethernet/stmicro/stmmac/Kconfig b/drivers/net/ethernet/stmicro/stmmac/Kconfig index 40f356d9f21b..af5228ac5600 100644 --- a/drivers/net/ethernet/stmicro/stmmac/Kconfig +++ b/drivers/net/ethernet/stmicro/stmmac/Kconfig @@ -38,14 +38,6 @@ config STMMAC_PCI If unsure, say N. -config STMMAC_DEBUG_FS - bool "Enable monitoring via sysFS " - default n - depends on STMMAC_ETH && DEBUG_FS - ---help--- - The stmmac entry in /sys reports DMA TX/RX rings - or (if supported) the HW cap register. - config STMMAC_DA bool "STMMAC DMA arbitration scheme" default n |