]>
Commit | Line | Data |
---|---|---|
ec63b10b JL |
1 | /* |
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 | ||
ec63b10b JL |
16 | #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */ |
17 | #define CONFIG_CMD_BMP /* BMP support */ | |
ec63b10b | 18 | #define CONFIG_CMD_BSP /* Board Specific functions */ |
08d0d6f3 | 19 | #define CONFIG_CMD_CLK /* Clock support */ |
ec63b10b | 20 | #define CONFIG_CMD_DATE /* support for RTC, date/time...*/ |
ec63b10b JL |
21 | #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 */ | |
ec63b10b | 25 | #define CONFIG_CMD_EEPROM /* EEPROM read/write support */ |
ec63b10b | 26 | #define CONFIG_CMD_FDC /* Floppy Disk Support */ |
ccca7dfd | 27 | #define CONFIG_CMD_FUSE /* Device fuse support */ |
53fdc7ef | 28 | #define CONFIG_CMD_GETTIME /* Get time since boot */ |
bf36c5d5 | 29 | #define CONFIG_CMD_HASH /* calculate hash / digest */ |
ec63b10b | 30 | #define CONFIG_CMD_IDE /* IDE harddisk support */ |
ec63b10b | 31 | #define CONFIG_CMD_IMMAP /* IMMR dump support */ |
9ad557be | 32 | #define CONFIG_CMD_IO /* Access to X86 IO space */ |
ec63b10b | 33 | #define CONFIG_CMD_IRQ /* irqinfo */ |
ec63b10b JL |
34 | #define CONFIG_CMD_JFFS2 /* JFFS2 Support */ |
35 | #define CONFIG_CMD_KGDB /* kgdb */ | |
ec63b10b | 36 | #define CONFIG_CMD_MFSL /* FSL support for Microblaze */ |
68d7d651 | 37 | #define CONFIG_CMD_MTDPARTS /* mtd parts support */ |
ec63b10b | 38 | #define CONFIG_CMD_NAND /* NAND support */ |
d7e8ce10 | 39 | #define CONFIG_CMD_ONENAND /* OneNAND support */ |
ec63b10b JL |
40 | #define CONFIG_CMD_PCI /* pciinfo */ |
41 | #define CONFIG_CMD_PCMCIA /* PCMCIA support */ | |
ec63b10b JL |
42 | #define CONFIG_CMD_PORTIO /* Port I/O */ |
43 | #define CONFIG_CMD_REGINFO /* Register dump */ | |
44 | #define CONFIG_CMD_REISER /* Reiserfs support */ | |
ff048ea9 | 45 | #define CONFIG_CMD_READ /* Read data from partition */ |
d304931f | 46 | #define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */ |
ec63b10b | 47 | #define CONFIG_CMD_SAVES /* save S record dump */ |
c649e3c9 | 48 | #define CONFIG_SCSI /* SCSI Support */ |
ec63b10b | 49 | #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */ |
d16471ee | 50 | #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */ |
9157e9c4 FM |
51 | #define CONFIG_CMD_UBI /* UBI Support */ |
52 | #define CONFIG_CMD_UBIFS /* UBIFS Support */ | |
ec63b10b | 53 | #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */ |
fe2ce550 | 54 | #define CONFIG_CMD_UNZIP /* unzip from memory to memory */ |
4d3c95f5 | 55 | #define CONFIG_CMD_ZFS /* ZFS Support */ |
ec63b10b JL |
56 | |
57 | #endif /* _CONFIG_CMD_ALL_H */ |