On 7/21/20 10:20 AM, Alim Akhtar wrote: > With !CONFIG_OF and SCSI_UFS_EXYNOS selected, the below > warning is given: > > WARNING: unmet direct dependencies detected for PHY_SAMSUNG_UFS > Depends on [n]: OF [=n] && (ARCH_EXYNOS || COMPILE_TEST [=y]) > Selected by [y]: > - SCSI_UFS_EXYNOS [=y] && SCSI_LOWLEVEL [=y] && SCSI [=y] && SCSI_UFSHCD_PLATFORM [=y] && (ARCH_EXYNOS || COMPILE_TEST [=y]) > > Fix it by removing PHY_SAMSUNG_UFS dependency. > > Reported-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > Signed-off-by: Alim Akhtar <alim.akhtar@xxxxxxxxxxx> Looks good. Thanks. Acked-by: Randy Dunlap <rdunlap@xxxxxxxxxxxxx> > --- > drivers/scsi/ufs/Kconfig | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/drivers/scsi/ufs/Kconfig b/drivers/scsi/ufs/Kconfig > index 46a4542f37eb..590768758fc6 100644 > --- a/drivers/scsi/ufs/Kconfig > +++ b/drivers/scsi/ufs/Kconfig > @@ -164,7 +164,6 @@ config SCSI_UFS_BSG > config SCSI_UFS_EXYNOS > tristate "EXYNOS specific hooks to UFS controller platform driver" > depends on SCSI_UFSHCD_PLATFORM && (ARCH_EXYNOS || COMPILE_TEST) > - select PHY_SAMSUNG_UFS > help > This selects the EXYNOS specific additions to UFSHCD platform driver. > UFS host on EXYNOS includes HCI and UNIPRO layer, and associates with > > base-commit: ab8be66e724ecf4bffb2895c9c91bbd44fa687c7 > -- ~Randy