Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Arnd Bergmann and committed by
Kishon Vijay Abraham I
3fc03f3d 98c3b322

+1 -1
+1 -1
drivers/phy/Kconfig
··· 89 89 90 90 config BCM_KONA_USB2_PHY 91 91 tristate "Broadcom Kona USB2 PHY Driver" 92 - depends on GENERIC_PHY 93 92 depends on HAS_IOMEM 93 + select GENERIC_PHY 94 94 help 95 95 Enable this to support the Broadcom Kona USB 2.0 PHY. 96 96