blob: 06610f9d6e3f9f893c3d6b5547bbdfc733276f9a [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 */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050017#define CONFIG_CMD_NAND /* NAND support */
Kyungmin Parkaf3d11c2007-09-10 17:15:14 +090018#define CONFIG_CMD_ONENAND /* OneNAND support */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050019#define CONFIG_CMD_PCI /* pciinfo */
20#define CONFIG_CMD_PCMCIA /* PCMCIA support */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050021#define CONFIG_CMD_PORTIO /* Port I/O */
22#define CONFIG_CMD_REGINFO /* Register dump */
23#define CONFIG_CMD_REISER /* Reiserfs support */
Kenneth Watersc889fb42012-12-05 14:46:30 +000024#define CONFIG_CMD_READ /* Read data from partition */
Simon Glassbf6ce792012-12-26 09:53:36 +000025#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050026#define CONFIG_CMD_SAVES /* save S record dump */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050027#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
Harald Weltea311ef32007-12-19 14:14:47 +010028#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050029#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
Jorgen Lundman9b4a1f92012-07-19 20:48:25 +000030#define CONFIG_CMD_ZFS /* ZFS Support */
Jon Loeliger8b1f74b2007-06-11 19:01:34 -050031
32#endif /* _CONFIG_CMD_ALL_H */