summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--commands/Kconfig1
-rw-r--r--lib/Kconfig1
2 files changed, 1 insertions, 1 deletions
diff --git a/commands/Kconfig b/commands/Kconfig
index bef58473a5..494a0192a6 100644
--- a/commands/Kconfig
+++ b/commands/Kconfig
@@ -481,7 +481,6 @@ config CMD_LOADS
Load S-Record file over serial line with offset OFFS.
config CMD_LOADY
- select CRC16
select XYMODEM
depends on !CONSOLE_NONE
tristate
diff --git a/lib/Kconfig b/lib/Kconfig
index d4095fdcd5..62695f1b2c 100644
--- a/lib/Kconfig
+++ b/lib/Kconfig
@@ -41,6 +41,7 @@ config QSORT
config XYMODEM
bool
+ select CRC16
config LIBSCAN
bool