blob: bc0bc2b6c8cdad7e88ae029c9ef4c372de2d4e63 [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_DTT /* Digital Therm and Thermostat */
Jon Loeligerec63b102007-06-11 19:01:34 -050017#define CONFIG_CMD_EEPROM /* EEPROM read/write support */
Jon Loeligerec63b102007-06-11 19:01:34 -050018#define CONFIG_CMD_FDC /* Floppy Disk Support */
Benoît Thébaudeauccca7df2013-04-23 10:17:40 +000019#define CONFIG_CMD_FUSE /* Device fuse support */
Anton Staaf53fdc7e2012-12-05 14:46:29 +000020#define CONFIG_CMD_GETTIME /* Get time since boot */
Simon Glassbf36c5d2012-12-05 14:46:38 +000021#define CONFIG_CMD_HASH /* calculate hash / digest */
Jon Loeligerec63b102007-06-11 19:01:34 -050022#define CONFIG_CMD_IDE /* IDE harddisk support */
Jon Loeligerec63b102007-06-11 19:01:34 -050023#define CONFIG_CMD_IMMAP /* IMMR dump support */
Vadim Bendebury9ad557b2012-12-05 14:46:42 +000024#define CONFIG_CMD_IO /* Access to X86 IO space */
Jon Loeligerec63b102007-06-11 19:01:34 -050025#define CONFIG_CMD_IRQ /* irqinfo */
Jon Loeligerec63b102007-06-11 19:01:34 -050026#define CONFIG_CMD_JFFS2 /* JFFS2 Support */
27#define CONFIG_CMD_KGDB /* kgdb */
Jon Loeligerec63b102007-06-11 19:01:34 -050028#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
Stefan Roese68d7d652009-03-19 13:30:36 +010029#define CONFIG_CMD_MTDPARTS /* mtd parts support */
Jon Loeligerec63b102007-06-11 19:01:34 -050030#define CONFIG_CMD_NAND /* NAND support */
Kyungmin Parkd7e8ce12007-09-10 17:15:14 +090031#define CONFIG_CMD_ONENAND /* OneNAND support */
Jon Loeligerec63b102007-06-11 19:01:34 -050032#define CONFIG_CMD_PCI /* pciinfo */
33#define CONFIG_CMD_PCMCIA /* PCMCIA support */
Jon Loeligerec63b102007-06-11 19:01:34 -050034#define CONFIG_CMD_PORTIO /* Port I/O */
35#define CONFIG_CMD_REGINFO /* Register dump */
36#define CONFIG_CMD_REISER /* Reiserfs support */
Kenneth Watersff048ea2012-12-05 14:46:30 +000037#define CONFIG_CMD_READ /* Read data from partition */
Simon Glassd3049312012-12-26 09:53:36 +000038#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
Jon Loeligerec63b102007-06-11 19:01:34 -050039#define CONFIG_CMD_SAVES /* save S record dump */
Simon Glassc649e3c2016-05-01 11:36:02 -060040#define CONFIG_SCSI /* SCSI Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050041#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
Harald Welted16471e2007-12-19 14:14:47 +010042#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
Frans Meulenbroeks9157e9c2010-04-08 17:55:47 +020043#define CONFIG_CMD_UBIFS /* UBIFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050044#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
Jorgen Lundman4d3c95f2012-07-19 20:48:25 +000045#define CONFIG_CMD_ZFS /* ZFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050046
47#endif /* _CONFIG_CMD_ALL_H */