From: Beniamino Galvani Date: Fri, 5 Sep 2014 22:28:23 +0000 (+0200) Subject: net: phy: mdio-sun4i: don't select REGULATOR X-Git-Tag: fixes-against-v3.18-rc2~81^2~140 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=97a13e5289baa96eaddd06e61d277457d837af3a;p=pandora-kernel.git net: phy: mdio-sun4i: don't select REGULATOR 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 regulator API functions are replaced with no-ops when REGULATOR is disabled, the driver can be built successfully even without regulator support and so those 'select' dependencies can be safely dropped. Suggested-by: Arnd Bergmann Signed-off-by: Beniamino Galvani Signed-off-by: David S. Miller --- Reading git-diff-tree failed