diff options
author | Adam Ford <aford173@gmail.com> | 2018-03-07 05:23:10 -0600 |
---|---|---|
committer | Jagan Teki <jagan@amarulasolutions.com> | 2018-03-14 23:19:31 +0530 |
commit | 4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd (patch) | |
tree | 9f4dd74f58299d8b5875dd232d07afebefa6f68c /configs/omap3_logic_defconfig | |
parent | b2b41d27775823b8e19f6816aa08ffca0e234ade (diff) | |
download | u-boot-4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd.tar.gz u-boot-4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd.tar.xz u-boot-4d1dd69e5f12208ed3d04f99fd9b2a1e926f89cd.zip |
omap3_logic: Enable DM_SPI
With the introduction of ("Boards,Need,to,Switch,DM] spi: omap3_spi:
Full dm conversion"), Driver Model for McSPI is now available on the
omap3. This enables the config by default on omap3_logic boards.
Signed-off-by: Adam Ford <aford173@gmail.com>
Reviewed-by: Jagan Teki <jagan@openedev.com>
Diffstat (limited to 'configs/omap3_logic_defconfig')
-rw-r--r-- | configs/omap3_logic_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/omap3_logic_defconfig b/configs/omap3_logic_defconfig index c3e999e27b..519b2a0814 100644 --- a/configs/omap3_logic_defconfig +++ b/configs/omap3_logic_defconfig @@ -47,6 +47,7 @@ CONFIG_SMC911X=y CONFIG_SMC911X_BASE=0x08000000 CONFIG_SMC911X_32_BIT=y CONFIG_SYS_NS16550=y +CONFIG_DM_SPI=y CONFIG_OMAP3_SPI=y CONFIG_USB=y CONFIG_USB_EHCI_HCD=y |