phy: miphy365x: Select GENERIC_PHY instead of depending on it

Enabling GENERIC_PHY in the shared (by most ARM sub-architectures)
defconfig multi_v7_defconfig is prohibited.  Instead, we'll enable
it from the Kconfig whenever PHY_MIPHY365X is enabled.

Cc: Kishon Vijay Abraham I <kishon@ti.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
This commit is contained in:
Lee Jones 2014-07-22 10:47:37 +01:00 коммит произвёл Kishon Vijay Abraham I
Родитель e296cd32c6
Коммит fbb1a77003
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -41,9 +41,9 @@ config PHY_MVEBU_SATA
config PHY_MIPHY365X config PHY_MIPHY365X
tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series" tristate "STMicroelectronics MIPHY365X PHY driver for STiH41x series"
depends on ARCH_STI depends on ARCH_STI
depends on GENERIC_PHY
depends on HAS_IOMEM depends on HAS_IOMEM
depends on OF depends on OF
select GENERIC_PHY
help help
Enable this to support the miphy transceiver (for SATA/PCIE) Enable this to support the miphy transceiver (for SATA/PCIE)
that is part of STMicroelectronics STiH41x SoC series. that is part of STMicroelectronics STiH41x SoC series.