Commit 54feea17d6956cbad47fe6111e9a807f3c59795e

Authored by Simon Glass
Committed by Tom Rini
1 parent e7a815f32e

Convert CONFIG_CMD_ZFS to Kconfig

This converts the following to Kconfig:
   CONFIG_CMD_ZFS

Signed-off-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Bin Meng <bmeng.cn@gmail.com>
Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>

Showing 3 changed files with 11 additions and 3 deletions Side-by-side Diff

... ... @@ -1415,6 +1415,17 @@
1415 1415 that device writes are sequential regardless of filesystem
1416 1416 activity.
1417 1417  
  1418 +config CMD_ZFS
  1419 + bool "zfs - Access of ZFS filesystem"
  1420 + help
  1421 + This provides commands to accessing a ZFS filesystem, commonly used
  1422 + on Solaris systems. Two sub-commands are provided:
  1423 +
  1424 + zfsls - list files in a directory
  1425 + zfsload - load a file
  1426 +
  1427 + See doc/README.zfs for more details.
  1428 +
1418 1429 endmenu
1419 1430  
1420 1431 menu "Debug commands"
include/config_cmd_all.h
... ... @@ -13,7 +13,5 @@
13 13 * Alphabetical list of all possible commands.
14 14 */
15 15  
16   -#define CONFIG_CMD_ZFS /* ZFS Support */
17   -
18 16 #endif /* _CONFIG_CMD_ALL_H */
scripts/config_whitelist.txt
... ... @@ -293,7 +293,6 @@
293 293 CONFIG_CMDLINE_EDITING
294 294 CONFIG_CMDLINE_PS_SUPPORT
295 295 CONFIG_CMDLINE_TAG
296   -CONFIG_CMD_ZFS
297 296 CONFIG_CM_INIT
298 297 CONFIG_CM_MULTIPLE_SSRAM
299 298 CONFIG_CM_REMAP