spl: fix SPI config dependencies
authorSimon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Fri, 25 Oct 2019 14:22:09 +0000 (16:22 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 7 Nov 2019 23:01:13 +0000 (18:01 -0500)
commitd024e992b3f88745ca80ce81055974c9bf2134d4
tree03348152a1f7449addcbe853913ea5dbf7ca19a6
parenta43b60cc78e25fddffec8b5401afab61f3dbd5c9
spl: fix SPI config dependencies

As SPL_SPI_FLASH_SUPPORT cannot work without SPL_SPI_SUPPORT, fix
dependencies to prevent enabling SPI flash support without basic SPI
support.

Signed-off-by: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
Reviewed-by: Lukasz Majewski <lukma@denx.de>
common/spl/Kconfig