Convert CONFIG_CMD_FUSE to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_FUSE

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2017-05-17 03:25:22 -06:00
committed by Tom Rini
parent fe7604a3bc
commit 51f2937036
27 changed files with 17 additions and 21 deletions

View File

@@ -627,6 +627,14 @@ config CMD_FPGAD
fpga_get_reg() function. This functions similarly to the 'md'
command.
config CMD_FUSE
bool "fuse - support for the fuse subssystem"
help
(deprecated - needs conversion to driver model)
This allows reading, sensing, programming or overriding fuses
which control the behaviour of the device. The command uses the
fuse_...() API.
config CMD_REMOTEPROC
bool "remoteproc"
depends on REMOTEPROC