Commit ef4749f0858a2e15b9aaf35d1ee9966d7fe7a927

Authored by Abel Vesa
Committed by Stefano Babic
1 parent 991f2771d2

configs: mx6sabreauto: Add DM_SPI_FLASH necessary configs

Enable all neceassary configs to support DM_SPI_FLASH on mx6sabreauto.

Signed-off-by: Abel Vesa <abel.vesa@nxp.com>
Reviewed-by: Peng Fan <peng.fan@nxp.com>
Reviewed-by: Fabio Estevam <festevam@gmail.com>

Showing 1 changed file with 2 additions and 0 deletions Side-by-side Diff

configs/mx6sabreauto_defconfig
... ... @@ -62,12 +62,14 @@
62 62 CONFIG_FSL_ESDHC=y
63 63 CONFIG_NAND=y
64 64 CONFIG_NAND_MXS=y
  65 +CONFIG_DM_SPI_FLASH=y
65 66 CONFIG_SPI_FLASH=y
66 67 CONFIG_SPI_FLASH_STMICRO=y
67 68 CONFIG_PHYLIB=y
68 69 CONFIG_MII=y
69 70 CONFIG_DM_REGULATOR=y
70 71 CONFIG_SPI=y
  72 +CONFIG_DM_SPI=y
71 73 CONFIG_MXC_SPI=y
72 74 CONFIG_USB=y
73 75 CONFIG_DM_USB=y