net: nixge: Fix Kconfig warning with OF_MDIO
authorMoritz Fischer <mdf@kernel.org>
Fri, 31 Aug 2018 20:30:54 +0000 (13:30 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 2 Sep 2018 23:10:15 +0000 (16:10 -0700)
commit1914104fc6f84c1fa9947f3f304a34816d1fabee
tree115133d9937a9c697aef32e9461decd6487f688f
parent42220b77495d20eff5880336faff7bca1c111ee3
net: nixge: Fix Kconfig warning with OF_MDIO

Fix Kconfig warning with OF_MDIO where OF_MDIO was
selected unconditionally instead of only when
OF is actually enabled.

Fixes 7e8d5755be0e ("net: nixge: Add support for 64-bit platforms")
Suggested-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Moritz Fischer <mdf@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/ni/Kconfig