aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/chelsio/Kconfig
diff options
context:
space:
mode:
authorGanesh Goudar <ganeshgr@chelsio.com>2018-11-15 15:36:21 +0530
committerDavid S. Miller <davem@davemloft.net>2018-11-15 09:49:07 -0800
commitebcd210e93b2a984b7a7b82d45f7f0d21b7ec2d2 (patch)
tree43160edf0d0217bb56410ba147c954aab95db05f /drivers/net/ethernet/chelsio/Kconfig
parentMAINTAINERS: Replace Vince Bridgers as Altera TSE maintainer (diff)
downloadlinux-dev-ebcd210e93b2a984b7a7b82d45f7f0d21b7ec2d2.tar.xz
linux-dev-ebcd210e93b2a984b7a7b82d45f7f0d21b7ec2d2.zip
cxgb4: fix thermal zone build error
with CONFIG_THERMAL=m and cxgb4 as built-in build fails, and 'commit e70a57fa59bb ("cxgb4: fix thermal configuration dependencies")' tries to fix it but when cxgb4i is made built-in build fails again, use IS_REACHABLE instead of IS_ENABLED to fix the issue. Fixes: e70a57fa59bb (cxgb4: fix thermal configuration dependencies) Reported-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Ganesh Goudar <ganeshgr@chelsio.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/ethernet/chelsio/Kconfig')
-rw-r--r--drivers/net/ethernet/chelsio/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/net/ethernet/chelsio/Kconfig b/drivers/net/ethernet/chelsio/Kconfig
index 75c1c5ed2387..e2cdfa75673f 100644
--- a/drivers/net/ethernet/chelsio/Kconfig
+++ b/drivers/net/ethernet/chelsio/Kconfig
@@ -67,7 +67,6 @@ config CHELSIO_T3
config CHELSIO_T4
tristate "Chelsio Communications T4/T5/T6 Ethernet support"
depends on PCI && (IPV6 || IPV6=n)
- depends on THERMAL || !THERMAL
select FW_LOADER
select MDIO
select ZLIB_DEFLATE