commit | 51f29370366a40fc54eec579c7567bc1356da6e4 | [log] [tgz] |
---|---|---|
author | Simon Glass <sjg@chromium.org> | Wed May 17 03:25:22 2017 -0600 |
committer | Tom Rini <trini@konsulko.com> | Mon May 22 09:33:58 2017 -0400 |
tree | 365d5baff6470277a3aaa83362851a3430260d03 | |
parent | fe7604a3bcbfc1dbf0c832b055fb9d1387a971a4 [diff] [blame] |
Convert CONFIG_CMD_FUSE to Kconfig This converts the following to Kconfig: CONFIG_CMD_FUSE Signed-off-by: Simon Glass <sjg@chromium.org>
diff --git a/configs/colibri_vf_defconfig b/configs/colibri_vf_defconfig index b69ce65..cc9c4ee 100644 --- a/configs/colibri_vf_defconfig +++ b/configs/colibri_vf_defconfig
@@ -21,6 +21,7 @@ CONFIG_CMD_USB=y CONFIG_CMD_DFU=y CONFIG_CMD_USB_MASS_STORAGE=y +CONFIG_CMD_FUSE=y CONFIG_CMD_GPIO=y # CONFIG_CMD_SETEXPR is not set CONFIG_CMD_DHCP=y