Re: [PATCH] net: phy: mdio-sun4i: don't select REGULATOR

2014-09-07 Thread David Miller
From: Beniamino Galvani Date: Sat, 6 Sep 2014 00:28:23 +0200 > The mdio-sun4i driver automatically selects REGULATOR and > REGULATOR_FIXED_VOLTAGE because it uses the regulator API. But a > driver selecting a subsystem increases the chance of generating > circular Kconfig dependencies,

Re: [PATCH] net: phy: mdio-sun4i: don't select REGULATOR

2014-09-07 Thread David Miller
From: Beniamino Galvani b.galv...@gmail.com Date: Sat, 6 Sep 2014 00:28:23 +0200 The mdio-sun4i driver automatically selects REGULATOR and REGULATOR_FIXED_VOLTAGE because it uses the regulator API. But a driver selecting a subsystem increases the chance of generating circular Kconfig

[PATCH] net: phy: mdio-sun4i: don't select REGULATOR

2014-09-05 Thread Beniamino Galvani
The mdio-sun4i driver automatically selects REGULATOR and REGULATOR_FIXED_VOLTAGE because it uses the regulator API. But a driver selecting a subsystem increases the chance of generating circular Kconfig dependencies, especially when other drivers depend on the selected symbol. Since the

[PATCH] net: phy: mdio-sun4i: don't select REGULATOR

2014-09-05 Thread Beniamino Galvani
The mdio-sun4i driver automatically selects REGULATOR and REGULATOR_FIXED_VOLTAGE because it uses the regulator API. But a driver selecting a subsystem increases the chance of generating circular Kconfig dependencies, especially when other drivers depend on the selected symbol. Since the