Commit d0ec7b9c authored by Sakari Ailus's avatar Sakari Ailus Committed by Vinod Koul

phy: Kconfig: Select GENERIC_PHY for GENERIC_PHY_MIPI_DPHY

GENERIC_PHY can be selected by GENERIC_PHY_MIPI_DPHY directly as
GENERIC_PHY has no dependencies. This way drivers that depend on
GENERIC_PHY_MIPI_DPHY can avoid having to select both --- which they
apparently often omit, too, which further leads to build failures.
Signed-off-by: default avatarSakari Ailus <sakari.ailus@linux.intel.com>
Reviewed-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Tested-by: default avatarRandy Dunlap <rdunlap@infradead.org>
Link: https://lore.kernel.org/r/20231017080354.538047-1-sakari.ailus@linux.intel.comSigned-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 8e11a94e
......@@ -18,7 +18,7 @@ config GENERIC_PHY
config GENERIC_PHY_MIPI_DPHY
bool
depends on GENERIC_PHY
select GENERIC_PHY
help
Generic MIPI D-PHY support.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment