]> git.ipfire.org Git - people/ms/u-boot.git/commit
OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section.
authorAdam Ford <aford173@gmail.com>
Thu, 27 Jul 2017 03:25:29 +0000 (22:25 -0500)
committerTom Rini <trini@konsulko.com>
Sat, 12 Aug 2017 23:17:20 +0000 (19:17 -0400)
commita41e3e1480a189104ab0bbfda70c4eb5bc2c59e1
tree106926b0f7804c2470f61a423af1777731bb355c
parentb730ff3fd65c8d1c33f1c05ca3fbab579a86abb4
OMAP3_SPI: Kconfig: move OMAP3_SPI out of DM_SPI section.

The OMAP3_SPI driver can work with or without DM_SPI.  Moving this
outside of the #if DM_SPI section allows us to include it on boards
that don't support DM_SPI yet.

Signed-off-by: Adam Ford <aford173@gmail.com>
drivers/spi/Kconfig