]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_cmd_all.h
configs: Migrate RBTREE, LZO, CMD_MTDPARTS, CMD_UBI and CMD_UBIFS
[people/ms/u-boot.git] / include / config_cmd_all.h
CommitLineData
ec63b10b
JL
1/*
2 * Copyright 2007 Freescale Semiconductor, Inc.
3 *
4 * This file is licensed under the terms of the GNU General Public
5 * License Version 2. This file is licensed "as is" without any
6 * warranty of any kind, whether express or implied.
7 */
8
9#ifndef _CONFIG_CMD_ALL_H
10#define _CONFIG_CMD_ALL_H
11
12/*
13 * Alphabetical list of all possible commands.
14 */
15
ec63b10b 16#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
ec63b10b 17#define CONFIG_CMD_NAND /* NAND support */
d7e8ce10 18#define CONFIG_CMD_ONENAND /* OneNAND support */
ec63b10b
JL
19#define CONFIG_CMD_PCI /* pciinfo */
20#define CONFIG_CMD_PCMCIA /* PCMCIA support */
ec63b10b
JL
21#define CONFIG_CMD_PORTIO /* Port I/O */
22#define CONFIG_CMD_REGINFO /* Register dump */
23#define CONFIG_CMD_REISER /* Reiserfs support */
ff048ea9 24#define CONFIG_CMD_READ /* Read data from partition */
d304931f 25#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
ec63b10b 26#define CONFIG_CMD_SAVES /* save S record dump */
ec63b10b 27#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
d16471ee 28#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
ec63b10b 29#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
4d3c95f5 30#define CONFIG_CMD_ZFS /* ZFS Support */
ec63b10b
JL
31
32#endif /* _CONFIG_CMD_ALL_H */