From: Josua Mayer Date: Mon, 24 Apr 2017 08:10:45 +0000 (+0200) Subject: add Kconfig for fsuuid command X-Git-Tag: v2017.05-rc3~43 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=efbe99ceb629fae4ecb7c0b2cd7d28164f585686;p=oweals%2Fu-boot.git add Kconfig for fsuuid command CONFIG_CMD_FS_UUID was neither whitelisted, nor was it declared in Kconfig. Now it can be enabled in .config and defconfig as expected. Signed-off-by: Josua Mayer --- diff --git a/cmd/Kconfig b/cmd/Kconfig index 13dc46a174..50888236db 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -831,6 +831,11 @@ config CMD_FS_GENERIC Enables filesystem commands (e.g. load, ls) that work for multiple fs types. +config CMD_FS_UUID + bool "fsuuid command" + help + Enables fsuuid command for filesystem UUID. + config CMD_MTDPARTS depends on ARCH_SUNXI bool "MTD partition support"