From 585a696e4eebab3b48004cf70e1077fb38287c60 Mon Sep 17 00:00:00 2001 From: Lukasz Majewski Date: Mon, 24 Aug 2015 00:21:49 +0200 Subject: [PATCH] dfu: tftp: Kconfig: Add Kconfig entry for dfu tftp feature The dfu tftp feature can be now enabled via Kconfig. This commit provides necessary code for it. Signed-off-by: Lukasz Majewski Acked-by: Joe Hershberger --- drivers/dfu/Kconfig | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/drivers/dfu/Kconfig b/drivers/dfu/Kconfig index e69de29bb2..4fe22193b1 100644 --- a/drivers/dfu/Kconfig +++ b/drivers/dfu/Kconfig @@ -0,0 +1,10 @@ +menu "DFU support" + +config DFU_TFTP + bool "DFU via TFTP" + help + This option allows performing update of DFU managed medium with data + send via TFTP boot. + Detailed description of this feature can be found at ./doc/README.dfutftp + +endmenu -- 2.39.2