]> git.ipfire.org Git - people/ms/u-boot.git/commit
add Kconfig for fsuuid command
authorJosua Mayer <josua.mayer97@gmail.com>
Mon, 24 Apr 2017 08:10:45 +0000 (10:10 +0200)
committerTom Rini <trini@konsulko.com>
Thu, 27 Apr 2017 20:49:07 +0000 (16:49 -0400)
commitefbe99ceb629fae4ecb7c0b2cd7d28164f585686
treef89a92feb97964e8369abb61f1dfe220a73d8638
parent46f9ef18461609064a1ffbc3f61dc027ec76b3ff
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 <josua.mayer97@gmail.com>
cmd/Kconfig