blob: b5fd6c68e8fefbde16fcff2f9c8f2cf91222be5e [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_BEDBUG /* Include BedBug Debugger */
17#define CONFIG_CMD_BMP /* BMP support */
Jon Loeligerec63b102007-06-11 19:01:34 -050018#define CONFIG_CMD_BSP /* Board Specific functions */
Michal Simek08d0d6f2013-11-21 13:39:02 -080019#define CONFIG_CMD_CLK /* Clock support */
Jon Loeligerec63b102007-06-11 19:01:34 -050020#define CONFIG_CMD_DATE /* support for RTC, date/time...*/
Jon Loeligerec63b102007-06-11 19:01:34 -050021#define CONFIG_CMD_DIAG /* Diagnostics */
22#define CONFIG_CMD_DISPLAY /* Display support */
23#define CONFIG_CMD_DOC /* Disk-On-Chip Support */
24#define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
Jon Loeligerec63b102007-06-11 19:01:34 -050025#define CONFIG_CMD_EEPROM /* EEPROM read/write support */
Jon Loeligerec63b102007-06-11 19:01:34 -050026#define CONFIG_CMD_FDC /* Floppy Disk Support */
Benoît Thébaudeauccca7df2013-04-23 10:17:40 +000027#define CONFIG_CMD_FUSE /* Device fuse support */
Anton Staaf53fdc7e2012-12-05 14:46:29 +000028#define CONFIG_CMD_GETTIME /* Get time since boot */
Simon Glassbf36c5d2012-12-05 14:46:38 +000029#define CONFIG_CMD_HASH /* calculate hash / digest */
Jon Loeligerec63b102007-06-11 19:01:34 -050030#define CONFIG_CMD_IDE /* IDE harddisk support */
Jon Loeligerec63b102007-06-11 19:01:34 -050031#define CONFIG_CMD_IMMAP /* IMMR dump support */
Vadim Bendebury9ad557b2012-12-05 14:46:42 +000032#define CONFIG_CMD_IO /* Access to X86 IO space */
Jon Loeligerec63b102007-06-11 19:01:34 -050033#define CONFIG_CMD_IRQ /* irqinfo */
Jon Loeligerec63b102007-06-11 19:01:34 -050034#define CONFIG_CMD_JFFS2 /* JFFS2 Support */
35#define CONFIG_CMD_KGDB /* kgdb */
Jon Loeligerec63b102007-06-11 19:01:34 -050036#define CONFIG_CMD_MFSL /* FSL support for Microblaze */
Stefan Roese68d7d652009-03-19 13:30:36 +010037#define CONFIG_CMD_MTDPARTS /* mtd parts support */
Jon Loeligerec63b102007-06-11 19:01:34 -050038#define CONFIG_CMD_NAND /* NAND support */
Kyungmin Parkd7e8ce12007-09-10 17:15:14 +090039#define CONFIG_CMD_ONENAND /* OneNAND support */
Jon Loeligerec63b102007-06-11 19:01:34 -050040#define CONFIG_CMD_PCI /* pciinfo */
41#define CONFIG_CMD_PCMCIA /* PCMCIA support */
Jon Loeligerec63b102007-06-11 19:01:34 -050042#define CONFIG_CMD_PORTIO /* Port I/O */
43#define CONFIG_CMD_REGINFO /* Register dump */
44#define CONFIG_CMD_REISER /* Reiserfs support */
Kenneth Watersff048ea2012-12-05 14:46:30 +000045#define CONFIG_CMD_READ /* Read data from partition */
Simon Glassd3049312012-12-26 09:53:36 +000046#define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
Jon Loeligerec63b102007-06-11 19:01:34 -050047#define CONFIG_CMD_SAVES /* save S record dump */
Simon Glassc649e3c2016-05-01 11:36:02 -060048#define CONFIG_SCSI /* SCSI Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050049#define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
Harald Welted16471e2007-12-19 14:14:47 +010050#define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
Frans Meulenbroeks9157e9c2010-04-08 17:55:47 +020051#define CONFIG_CMD_UBI /* UBI Support */
52#define CONFIG_CMD_UBIFS /* UBIFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050053#define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
Harald Weltefe2ce552008-07-06 15:56:38 +080054#define CONFIG_CMD_UNZIP /* unzip from memory to memory */
Jorgen Lundman4d3c95f2012-07-19 20:48:25 +000055#define CONFIG_CMD_ZFS /* ZFS Support */
Jon Loeligerec63b102007-06-11 19:01:34 -050056
57#endif /* _CONFIG_CMD_ALL_H */