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