diff options
Diffstat (limited to 'cmd/mvebu/Kconfig')
-rw-r--r-- | cmd/mvebu/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig index ad10a572a36..f0e4f884d70 100644 --- a/cmd/mvebu/Kconfig +++ b/cmd/mvebu/Kconfig @@ -33,7 +33,7 @@ config MVEBU_SPI_BOOT config MVEBU_MMC_BOOT bool "eMMC flash boot" - depends on MVEBU_MMC + depends on MVEBU_MMC || MMC_SDHCI_XENON help Enable boot from eMMC boot partition Allow usage of eMMC/SD device as a target for "bubt" command @@ -49,4 +49,11 @@ config MVEBU_UBOOT_DFLT_NAME This option should contain a default file name to be used with MVEBU "bubt" command if the source file name is omitted +config CMD_MVEBU_RX_TRAINING + bool "rx_training" + depends on TARGET_MVEBU_ARMADA_8K + default n + help + Perform RX training sequence + endmenu |