]> git.ipfire.org Git - people/ms/u-boot.git/commit
cmd: Kconfig: Add a Kconfig options for a few CMD
authorDinh Nguyen <dinguyen@kernel.org>
Thu, 21 Apr 2016 14:05:23 +0000 (09:05 -0500)
committerTom Rini <trini@konsulko.com>
Mon, 25 Apr 2016 19:09:46 +0000 (15:09 -0400)
commitab8243e43145598a55182c3f8ba0784f70526358
treeea73bf00d566c325a4fef4c6073e85ac265cf188
parentcb04db155f4e7ccaec1b961d8a84e1a1b9524594
cmd: Kconfig: Add a Kconfig options for a few CMD

Add the following CMD options to Kconfig:

CMD_BOOTZ
CMD_ASKENV
CMD_GREPENV
CMD_USB_MASS_STORAGE
CMD_FAT
CMD_MII
CMD_CACHE
CMD_DFU
CMD_EXT2
CMD_EXT4
CMD_EXT4_WRITE
CMD_FS_GENERIC
CMD_MMC

Signed-off-by: Dinh Nguyen <dinguyen@kernel.org>
[trini: Don't make CMD_USB_MASS_STORAGE nor CMD_DFU depend on CMD_USB]
Signed-off-by: Tom Rini <trini@konsulko.com>
cmd/Kconfig