commit | e5289a7509db1162fbf324ccf7cb3d764fb3de58 | [log] [tgz] |
---|---|---|
author | Tom Rini <trini@konsulko.com> | Wed May 29 17:01:28 2019 -0400 |
committer | Jagan Teki <jagan@amarulasolutions.com> | Thu Jun 13 12:51:06 2019 +0530 |
tree | bacd31a2b7e884dd1ddb09739cce2f85e09cb6cf | |
parent | c5d3e8bbe7ea8786db90883d654d17f50d28d62c [diff] |
Kconfig: Add SPI / SPI_FLASH as dependencies In order to use CMD_SF / CMD_SPI / ENV_IS_IN_SPI_FLASH we need to have the SPI (or SPI_FLASH/DM_SPI_FLASH, for CMD_SF) enabled. Express this in the Kconfigs. Signed-off-by: Tom Rini <trini@konsulko.com> Reviewed-by: Jagan Teki <jagan@amarulasolutions.com>