Skip to content
Snippets Groups Projects
Commit 7e6a6fd8 authored by Tom Rini's avatar Tom Rini
Browse files

Convert CONFIG_ENV_SPI_BUS et al to Kconfig


This converts the following to Kconfig:
   CONFIG_ENV_SPI_BUS
   CONFIG_ENV_SPI_CS
   CONFIG_ENV_SPI_MAX_HZ
   CONFIG_ENV_SPI_MODE

As part of this, we use Kconfig to provide the defaults now that were
done in include/spi_flash.h.  We also in some cases change from using
CONFIG_ENV_SPI_FOO to CONFIG_SF_DEFAULT_FOO as those were the values in
use anyhow as ENV was not enabled.

Signed-off-by: default avatarTom Rini <trini@konsulko.com>
parent 5fd4a7ed
No related branches found
No related tags found
No related merge requests found
Showing
with 3 additions and 20 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment