[U-Boot] [PATCH v2 20/22] x86: kconfig: Let board select SPI flash
Simon Glass
sjg at chromium.org
Tue Aug 1 09:12:34 UTC 2017
On 30 July 2017 at 07:23, Bin Meng <bmeng.cn at gmail.com> wrote:
> Only a specific type of SPI flash exists on a board, having board
> Kconfig to select the SPI flash seems to make more sense. Other
> flash types are not necessary except coreboot, which implies all
> available flash drivers there.
>
> Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
> ---
>
> Changes in v2: None
>
> board/advantech/som-db5800-som-6867/Kconfig | 1 +
> board/congatec/conga-qeval20-qa3-e3845/Kconfig | 1 +
> board/coreboot/coreboot/Kconfig | 11 +++++++++++
> board/dfi/dfi-bt700/Kconfig | 1 +
> board/google/chromebook_link/Kconfig | 1 +
> board/google/chromebook_samus/Kconfig | 1 +
> board/google/chromebox_panther/Kconfig | 1 +
> board/intel/bayleybay/Kconfig | 1 +
> board/intel/cougarcanyon2/Kconfig | 1 +
> board/intel/crownbay/Kconfig | 1 +
> board/intel/galileo/Kconfig | 1 +
> board/intel/minnowmax/Kconfig | 1 +
> configs/bayleybay_defconfig | 3 ---
> configs/chromebook_link64_defconfig | 3 ---
> configs/chromebook_link_defconfig | 3 ---
> configs/chromebook_samus_defconfig | 3 ---
> configs/chromebox_panther_defconfig | 3 ---
> configs/conga-qeval20-qa3-e3845-internal-uart_defconfig | 4 ----
> configs/conga-qeval20-qa3-e3845_defconfig | 4 ----
> configs/coreboot-x86_defconfig | 3 ---
> configs/cougarcanyon2_defconfig | 1 -
> configs/crownbay_defconfig | 4 ----
> configs/dfi-bt700-q7x-151_defconfig | 4 ----
> configs/galileo_defconfig | 3 ---
> configs/minnowmax_defconfig | 4 ----
> configs/som-db5800-som-6867_defconfig | 4 ----
> configs/theadorable-x86-dfi-bt700_defconfig | 5 -----
> 27 files changed, 22 insertions(+), 51 deletions(-)
Reviewed-by: Simon Glass <sjg at chromium.org>
More information about the U-Boot
mailing list