summaryrefslogtreecommitdiffstats
path: root/common/Kconfig
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2014-07-17 08:12:09 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2014-07-22 08:11:08 +0200
commit057a57448debbb942babf0a307294a9022863760 (patch)
tree528d0f2e32895752c6c85c99c09b9c369b732cf8 /common/Kconfig
parent55ebc3849381d7f9e139762aa13e9e2a512fdbd2 (diff)
downloadbarebox-057a57448debbb942babf0a307294a9022863760.tar.gz
barebox-057a57448debbb942babf0a307294a9022863760.tar.xz
Add function to parse a string in dfu format
The dfu command parses a string which contains a list of devices and flags. This format is useful for other users aswell, so add common helper functions to parse it and let the dfu command use this format. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'common/Kconfig')
-rw-r--r--common/Kconfig3
1 files changed, 3 insertions, 0 deletions
diff --git a/common/Kconfig b/common/Kconfig
index e7c22e5bae..4960b71802 100644
--- a/common/Kconfig
+++ b/common/Kconfig
@@ -64,6 +64,9 @@ config MENUTREE
select GLOB
select GLOB_SORT
+config FILE_LIST
+ bool
+
menu "General Settings"
config LOCALVERSION