diff options
| author | Simon Glass <[email protected]> | 2017-05-17 03:25:21 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-05-22 09:33:57 -0400 |
| commit | fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 (patch) | |
| tree | 944e7df8325d987c065211e4ba36e680a7d1b053 /arch | |
| parent | df1c489adec1530aea44b806c3c8a87ebaaf0050 (diff) | |
Convert CONFIG_CMD_FPGA_LOADBP et al to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_FPGA_LOADBP
CONFIG_CMD_FPGA_LOADFS
CONFIG_CMD_FPGA_LOADMK
CONFIG_CMD_FPGA_LOADP
Signed-off-by: Simon Glass <[email protected]>
Diffstat (limited to 'arch')
| -rw-r--r-- | arch/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/Kconfig b/arch/Kconfig index 2528f50efa7..77e1a3ec7eb 100644 --- a/arch/Kconfig +++ b/arch/Kconfig @@ -86,6 +86,7 @@ config X86 select DM_SPI_FLASH select USB_EHCI_HCD select DM_MMC if MMC + imply CMD_FPGA_LOADMK config XTENSA bool "Xtensa architecture" |
