From: Arnd Bergmann Date: Thu, 8 May 2014 14:46:53 +0000 (+0200) Subject: phy: kona2: use 'select GENERIC_PHY' in Kconfig X-Git-Tag: omap-for-v3.16/fixes-against-rc1~39^2~34^2~181^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3fc03f3d729d0ea2e69074cd5c16513ab59bd849;p=pandora-kernel.git phy: kona2: use 'select GENERIC_PHY' in Kconfig All other phy drivers use 'select', while this one is the only one to use 'depends on'. This is not a bug, just slightly inconsistent, so let's change it to do things the same way as everyone else. We may also want to turn GENERIC_PHY into a silent option that only ever gets turned on if another driver needs it. Signed-off-by: Arnd Bergmann Cc: Kishon Vijay Abraham I Cc: Matt Porter Cc: Felipe Balbi Signed-off-by: Kishon Vijay Abraham I --- Reading git-diff-tree failed