Skip to content

Commit d0ec7b9

Browse files
Sakari Ailusvinodkoul
authored andcommitted
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: Sakari Ailus <[email protected]> Reviewed-by: Randy Dunlap <[email protected]> Tested-by: Randy Dunlap <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Vinod Koul <[email protected]>
1 parent 8e11a94 commit d0ec7b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/phy/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ config GENERIC_PHY
1818

1919
config GENERIC_PHY_MIPI_DPHY
2020
bool
21-
depends on GENERIC_PHY
21+
select GENERIC_PHY
2222
help
2323
Generic MIPI D-PHY support.
2424

0 commit comments

Comments
 (0)