diff options
author | Steve Rae <steve.rae@raedomain.com> | 2016-08-15 17:26:26 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2016-08-20 14:03:23 -0400 |
commit | e016f0b2c2e1dc6287b205905ff232c32f8c9e92 (patch) | |
tree | 7973736b0763d0f7d940b459ae4676747f0c826f /cmd/Kconfig | |
parent | 3c1dcef62adca0e0ff83ab925ca0b4b8c5fbc573 (diff) |
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/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index e21924639fa..d28da54ed65 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" |