summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorSteve Rae <steve.rae@raedomain.com>2016-08-16 00:26:26 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-20 18:03:23 (GMT)
commite016f0b2c2e1dc6287b205905ff232c32f8c9e92 (patch)
tree7973736b0763d0f7d940b459ae4676747f0c826f /cmd/Kconfig
parent3c1dcef62adca0e0ff83ab925ca0b4b8c5fbc573 (diff)
downloadu-boot-e016f0b2c2e1dc6287b205905ff232c32f8c9e92.tar.xz
fastboot: implement Kconfig
implement Kconfig for the 'fastboot' feature set Signed-off-by: Steve Rae <steve.rae@raedomain.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index e219246..d28da54 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -114,6 +114,8 @@ config AUTOBOOT_STOP_STR_SHA256
endmenu
+source "cmd/fastboot/Kconfig"
+
comment "Commands"
menu "Info commands"