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

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.com


Signed-off-by: default avatarVinod Koul <vkoul@kernel.org>
parent 8e11a94e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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.