diff options
| author | Marcin Niestroj <[email protected]> | 2019-01-18 17:35:42 +0100 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2019-01-26 08:13:55 -0500 |
| commit | f68bc629f46413fc07297224ba35ecc941520789 (patch) | |
| tree | 72b343e58fafbd4b223d202a2433d8db6c64aad2 | |
| parent | c1180aa254b45fdd9a4811bda19ed1a612114975 (diff) | |
ARM: chiliboard: enable DM_SPI
Add DM_SPI to suppress build warning about dm conversion.
Signed-off-by: Marcin Niestroj <[email protected]>
| -rw-r--r-- | configs/chiliboard_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/chiliboard_defconfig b/configs/chiliboard_defconfig index 02eb324811c..ceba006e0c5 100644 --- a/configs/chiliboard_defconfig +++ b/configs/chiliboard_defconfig @@ -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 |
