spl: Introduce SPL_DM_SPI Kconfig define
authorLukasz Majewski <lukma@denx.de>
Mon, 9 Sep 2019 10:06:46 +0000 (12:06 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 11 Oct 2019 19:33:27 +0000 (15:33 -0400)
commitf18845c27ad86e118b074ce545ce685cb9a97561
tree0b1fc85524679cae40a6f318e910bc4e30a7aa02
parent57bbf44de6db8408e2b368475ca33dab3bab638a
spl: Introduce SPL_DM_SPI Kconfig define

This define indicates if DM_SPI shall be supported in SPL. This allows
proper operation of DM converted SPI drivers in SPL, which use
#if !CONFIG_IS_ENABLED(DM_SPI) to also support not yet DM/DTS converted
boards.

Signed-off-by: Lukasz Majewski <lukma@denx.de>
common/spl/Kconfig