diff options
Diffstat (limited to 'cmd/mvebu/Kconfig')
-rw-r--r-- | cmd/mvebu/Kconfig | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/cmd/mvebu/Kconfig b/cmd/mvebu/Kconfig index f0e4f884d7..7c42c75afb 100644 --- a/cmd/mvebu/Kconfig +++ b/cmd/mvebu/Kconfig @@ -49,11 +49,10 @@ 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 +config CMD_MVEBU_COMPHY_RX_TRAINING + bool "mvebu_comphy_rx_training" + depends on ARMADA_8K help - Perform RX training sequence + Perform COMPHY RX training sequence endmenu |