2007-06-12 00:01:34 +00:00
|
|
|
/*
|
|
|
|
* Copyright 2007 Freescale Semiconductor, Inc.
|
|
|
|
*
|
|
|
|
* This file is licensed under the terms of the GNU General Public
|
|
|
|
* License Version 2. This file is licensed "as is" without any
|
|
|
|
* warranty of any kind, whether express or implied.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#ifndef _CONFIG_CMD_ALL_H
|
|
|
|
#define _CONFIG_CMD_ALL_H
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Alphabetical list of all possible commands.
|
|
|
|
*/
|
|
|
|
|
|
|
|
#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
|
2007-09-10 08:15:14 +00:00
|
|
|
#define CONFIG_CMD_ONENAND /* OneNAND support */
|
2007-06-12 00:01:34 +00:00
|
|
|
#define CONFIG_CMD_PCI /* pciinfo */
|
|
|
|
#define CONFIG_CMD_PCMCIA /* PCMCIA support */
|
|
|
|
#define CONFIG_CMD_PORTIO /* Port I/O */
|
|
|
|
#define CONFIG_CMD_REGINFO /* Register dump */
|
|
|
|
#define CONFIG_CMD_REISER /* Reiserfs support */
|
2012-12-05 14:46:30 +00:00
|
|
|
#define CONFIG_CMD_READ /* Read data from partition */
|
2012-12-26 09:53:36 +00:00
|
|
|
#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
|
2007-06-12 00:01:34 +00:00
|
|
|
#define CONFIG_CMD_SAVES /* save S record dump */
|
|
|
|
#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
|
2007-12-19 13:14:47 +00:00
|
|
|
#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
|
2007-06-12 00:01:34 +00:00
|
|
|
#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
|
2012-07-19 20:48:25 +00:00
|
|
|
#define CONFIG_CMD_ZFS /* ZFS Support */
|
2007-06-12 00:01:34 +00:00
|
|
|
|
|
|
|
#endif /* _CONFIG_CMD_ALL_H */
|