9
0
Fork 0

xymodem: select CRC16 from lib

Signed-off-by: Jan Weitzel <j.weitzel@phytec.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Jan Weitzel 2014-11-12 08:41:53 +01:00 committed by Sascha Hauer
parent abf9c94b53
commit 8e2c7b3de3
2 changed files with 1 additions and 1 deletions

View File

@ -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

View File

@ -41,6 +41,7 @@ config QSORT
config XYMODEM
bool
select CRC16
config LIBSCAN
bool