diff options
author | Simon Glass <sjg@chromium.org> | 2017-08-04 22:35:04 (GMT) |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2017-08-11 21:44:53 (GMT) |
commit | 54feea17d6956cbad47fe6111e9a807f3c59795e (patch) | |
tree | bd74bb31a45ada6fca7826f5181526f12735265a /include/config_cmd_all.h | |
parent | e7a815f32e187480236727393459d205e87ab780 (diff) | |
download | u-boot-fsl-qoriq-54feea17d6956cbad47fe6111e9a807f3c59795e.tar.xz |
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>
Diffstat (limited to 'include/config_cmd_all.h')
-rw-r--r-- | include/config_cmd_all.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/config_cmd_all.h b/include/config_cmd_all.h index faddca8..df88df4 100644 --- a/include/config_cmd_all.h +++ b/include/config_cmd_all.h @@ -13,6 +13,4 @@ * Alphabetical list of all possible commands. */ -#define CONFIG_CMD_ZFS /* ZFS Support */ - #endif /* _CONFIG_CMD_ALL_H */ |