commit | 03a333a89cd1659b31ebcf3250ab796afd70d7e7 | [log] [tgz] |
---|---|---|
author | Adam Ford <aford173@gmail.com> | Wed Jul 26 22:25:29 2017 -0500 |
committer | Tom Rini <trini@konsulko.com> | Sat Aug 12 19:17:20 2017 -0400 |
tree | 106926b0f7804c2470f61a423af1777731bb355c | |
parent | 9b5f2593e06de003f557ef4d2adf7787fb867047 [diff] |
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>