blob: b1f41abf4f2157456deee30b1876c5914ad5abc6 [file] [log] [blame]
Jon Loeligerec63b102007-06-11 19:01:34 -05001/*
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
Jon Loeligerec63b102007-06-11 19:01:34 -050016#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
Stefan Roese68d7d652009-03-19 13:30:36 +010017#define CONFIG_CMD_MTDPARTS /* mtd parts support */
Jon Loeligerec63b102007-06-11 19:01:34 -050018#define CONFIG_CMD_NAND /* NAND support */
Kyungmin Parkd7e8ce12007-09-10 17:15:14 +090019#define CONFIG_CMD_ONENAND /* OneNAND support */
Jon Loeligerec63b102007-06-11 19:01:34 -050020#define CONFIG_CMD_PCI /* pciinfo */
21#define CONFIG_CMD_PCMCIA /* PCMCIA support */
Jon Loeligerec63b102007-06-11 19:01:34 -050022#define CONFIG_CMD_PORTIO /* Port I/O */
23#define CONFIG_CMD_REGINFO /* Register dump */
24#define CONFIG_CMD_REISER /* Reiserfs support */
Kenneth Watersff048ea2012-12-05 14:46:30 +000025#define CONFIG_CMD_READ /* Read data from partition */
Simon Glassd3049312012-12-26 09:53:36 +000026#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
Jon Loeligerec63b102007-06-11 19:01:34 -050027#define CONFIG_CMD_SAVES /* save S record dump */
Simon Glassc649e3c2016-05-01 11:36:02 -060028#define CONFIG_SCSI /* SCSI Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050029#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
Harald Welted16471e2007-12-19 14:14:47 +010030#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
Frans Meulenbroeks9157e9c2010-04-08 17:55:47 +020031#define CONFIG_CMD_UBIFS /* UBIFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050032#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
Jorgen Lundman4d3c95f2012-07-19 20:48:25 +000033#define CONFIG_CMD_ZFS /* ZFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050034
35#endif /* _CONFIG_CMD_ALL_H */