config_cmd_all.h 3.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677
  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. #ifndef _CONFIG_CMD_ALL_H
  9. #define _CONFIG_CMD_ALL_H
  10. /*
  11. * Alphabetical list of all possible commands.
  12. */
  13. #define CONFIG_CMD_AMBAPP /* AMBA Plug & Play Bus print utility */
  14. #define CONFIG_CMD_ASKENV /* ask for env variable */
  15. #define CONFIG_CMD_BEDBUG /* Include BedBug Debugger */
  16. #define CONFIG_CMD_BMP /* BMP support */
  17. #define CONFIG_CMD_BOOTZ /* boot zImage */
  18. #define CONFIG_CMD_BSP /* Board Specific functions */
  19. #define CONFIG_CMD_CACHE /* icache, dcache */
  20. #define CONFIG_CMD_CDP /* Cisco Discovery Protocol */
  21. #define CONFIG_CMD_CLK /* Clock support */
  22. #define CONFIG_CMD_DATE /* support for RTC, date/time...*/
  23. #define CONFIG_CMD_DHCP /* DHCP Support */
  24. #define CONFIG_CMD_DIAG /* Diagnostics */
  25. #define CONFIG_CMD_DISPLAY /* Display support */
  26. #define CONFIG_CMD_DOC /* Disk-On-Chip Support */
  27. #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
  28. #define CONFIG_CMD_EEPROM /* EEPROM read/write support */
  29. #define CONFIG_CMD_EXT2 /* EXT2 Support */
  30. #define CONFIG_CMD_FAT /* FAT support */
  31. #define CONFIG_CMD_FDC /* Floppy Disk Support */
  32. #define CONFIG_CMD_FUSE /* Device fuse support */
  33. #define CONFIG_CMD_GETTIME /* Get time since boot */
  34. #define CONFIG_CMD_HASH /* calculate hash / digest */
  35. #define CONFIG_CMD_HWFLOW /* RTS/CTS hw flow control */
  36. #define CONFIG_CMD_I2C /* I2C serial bus support */
  37. #define CONFIG_CMD_IDE /* IDE harddisk support */
  38. #define CONFIG_CMD_IMMAP /* IMMR dump support */
  39. #define CONFIG_CMD_IO /* Access to X86 IO space */
  40. #define CONFIG_CMD_IRQ /* irqinfo */
  41. #define CONFIG_CMD_JFFS2 /* JFFS2 Support */
  42. #define CONFIG_CMD_KGDB /* kgdb */
  43. #define CONFIG_CMD_LICENSE /* console license display */
  44. #define CONFIG_CMD_MEMINFO /* meminfo */
  45. #define CONFIG_CMD_MEMTEST /* mtest */
  46. #define CONFIG_CMD_MFSL /* FSL support for Microblaze */
  47. #define CONFIG_CMD_MII /* MII support */
  48. #define CONFIG_CMD_MMC /* MMC support */
  49. #define CONFIG_CMD_MTDPARTS /* mtd parts support */
  50. #define CONFIG_CMD_NAND /* NAND support */
  51. #define CONFIG_CMD_ONENAND /* OneNAND support */
  52. #define CONFIG_CMD_PCI /* pciinfo */
  53. #define CONFIG_CMD_PCMCIA /* PCMCIA support */
  54. #define CONFIG_CMD_PING /* ping support */
  55. #define CONFIG_CMD_PORTIO /* Port I/O */
  56. #define CONFIG_CMD_REGINFO /* Register dump */
  57. #define CONFIG_CMD_REISER /* Reiserfs support */
  58. #define CONFIG_CMD_RARP /* rarpboot support */
  59. #define CONFIG_CMD_READ /* Read data from partition */
  60. #define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
  61. #define CONFIG_CMD_SAVES /* save S record dump */
  62. #define CONFIG_CMD_SCSI /* SCSI Support */
  63. #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
  64. #define CONFIG_CMD_SNTP /* SNTP support */
  65. #define CONFIG_CMD_SPI /* SPI utility */
  66. #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
  67. #define CONFIG_CMD_UBI /* UBI Support */
  68. #define CONFIG_CMD_UBIFS /* UBIFS Support */
  69. #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
  70. #define CONFIG_CMD_UNZIP /* unzip from memory to memory */
  71. #define CONFIG_CMD_USB /* USB Support */
  72. #define CONFIG_CMD_ZFS /* ZFS Support */
  73. #endif /* _CONFIG_CMD_ALL_H */