diff options
| author | Simon Glass <[email protected]> | 2017-08-04 16:35:04 -0600 |
|---|---|---|
| committer | Tom Rini <[email protected]> | 2017-08-11 17:44:53 -0400 |
| commit | 54feea17d6956cbad47fe6111e9a807f3c59795e (patch) | |
| tree | bd74bb31a45ada6fca7826f5181526f12735265a /cmd | |
| parent | e7a815f32e187480236727393459d205e87ab780 (diff) | |
Convert CONFIG_CMD_ZFS to Kconfig
This converts the following to Kconfig:
CONFIG_CMD_ZFS
Signed-off-by: Simon Glass <[email protected]>
Reviewed-by: Bin Meng <[email protected]>
Reviewed-by: Philipp Tomsich <[email protected]>
Diffstat (limited to 'cmd')
| -rw-r--r-- | cmd/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index fbedf989578..5719a614324 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1415,6 +1415,17 @@ config CMD_YAFFS2 that device writes are sequential regardless of filesystem activity. +config CMD_ZFS + bool "zfs - Access of ZFS filesystem" + help + This provides commands to accessing a ZFS filesystem, commonly used + on Solaris systems. Two sub-commands are provided: + + zfsls - list files in a directory + zfsload - load a file + + See doc/README.zfs for more details. + endmenu menu "Debug commands" |
