
10 Oct
2018
10 Oct
'18
5:15 a.m.
Enable driver model for eSDHC on lx2160a rdb board.
Signed-off-by: Yinbo Zhu yinbo.zhu@nxp.com --- configs/lx2160ardb_defconfig | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/configs/lx2160ardb_defconfig b/configs/lx2160ardb_defconfig index bc16085..3d577fc 100644 --- a/configs/lx2160ardb_defconfig +++ b/configs/lx2160ardb_defconfig @@ -35,6 +35,9 @@ CONFIG_NXP_FSPI=y CONFIG_PHYLIB=y CONFIG_NETDEVICES=y CONFIG_PHY_GIGE=y +CONFIG_DM_MMC=y +CONFIG_DM_MMC_OPS=n +CONFIG_BLK=n CONFIG_USB=y CONFIG_DM_USB=y CONFIG_USB_XHCI_HCD=y
--
1.7.1