ARM: chiliboard: enable DM_SPI
authorMarcin Niestroj <m.niestroj@grinn-global.com>
Fri, 18 Jan 2019 16:35:42 +0000 (17:35 +0100)
committerTom Rini <trini@konsulko.com>
Sat, 26 Jan 2019 13:13:55 +0000 (08:13 -0500)
Add DM_SPI to suppress build warning about dm conversion.

Signed-off-by: Marcin Niestroj <m.niestroj@grinn-global.com>
configs/chiliboard_defconfig

index 02eb324..ceba006 100644 (file)
@@ -42,6 +42,7 @@ CONFIG_DM_ETH=y
 CONFIG_MII=y
 CONFIG_DRIVER_TI_CPSW=y
 CONFIG_SPI=y
+CONFIG_DM_SPI=y
 CONFIG_OMAP3_SPI=y
 CONFIG_TIMER=y
 CONFIG_OMAP_TIMER=y