diff mbox

[v2] net: ethernet: Add missing MFD_SYSCON dependency on HAS_IOMEM

Message ID 1457053492-22391-1-git-send-email-k.kozlowski@samsung.com
State Accepted, archived
Delegated to: David Miller
Headers show

Commit Message

Krzysztof Kozlowski March 4, 2016, 1:04 a.m. UTC
The MFD_SYSCON depends on HAS_IOMEM so when selecting it avoid unmet
direct dependencies.

Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

---

Changes since v1:
1. Fix comments from Arnd: Don't add the dependency where it exists
   already through parents or other dependencies.
---
 drivers/net/ethernet/hisilicon/Kconfig | 1 +
 1 file changed, 1 insertion(+)

Comments

David Miller March 7, 2016, 7:45 p.m. UTC | #1
From: Krzysztof Kozlowski <k.kozlowski@samsung.com>
Date: Fri, 04 Mar 2016 10:04:52 +0900

> The MFD_SYSCON depends on HAS_IOMEM so when selecting it avoid unmet
> direct dependencies.
> 
> Signed-off-by: Krzysztof Kozlowski <k.kozlowski@samsung.com>

Applied.
diff mbox

Patch

diff --git a/drivers/net/ethernet/hisilicon/Kconfig b/drivers/net/ethernet/hisilicon/Kconfig
index 74beb1867230..4ccc032633c4 100644
--- a/drivers/net/ethernet/hisilicon/Kconfig
+++ b/drivers/net/ethernet/hisilicon/Kconfig
@@ -25,6 +25,7 @@  config HIX5HD2_GMAC
 
 config HIP04_ETH
 	tristate "HISILICON P04 Ethernet support"
+	depends on HAS_IOMEM	# For MFD_SYSCON
 	select MARVELL_PHY
 	select MFD_SYSCON
 	select HNS_MDIO