phy: kona2: use 'select GENERIC_PHY' in Kconfig
authorArnd Bergmann <arnd@arndb.de>
Thu, 8 May 2014 14:46:53 +0000 (16:46 +0200)
committerKishon Vijay Abraham I <kishon@ti.com>
Mon, 12 May 2014 13:32:02 +0000 (19:02 +0530)
commit3fc03f3d729d0ea2e69074cd5c16513ab59bd849
treec71b01c61e75ec6e29c42a76a4da15d67275d430
parent98c3b32229f2685c13436b652b8959c99dfc5a31
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 <arnd@arndb.de>
Cc: Kishon Vijay Abraham I <kishon@ti.com>
Cc: Matt Porter <mporter@linaro.org>
Cc: Felipe Balbi <balbi@ti.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
drivers/phy/Kconfig