config_cmd_all.h 2.0 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  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_DATE /* support for RTC, date/time...*/
  14. #define CONFIG_CMD_DIAG /* Diagnostics */
  15. #define CONFIG_CMD_DISPLAY /* Display support */
  16. #define CONFIG_CMD_DTT /* Digital Therm and Thermostat */
  17. #define CONFIG_CMD_EEPROM /* EEPROM read/write support */
  18. #define CONFIG_CMD_FDC /* Floppy Disk Support */
  19. #define CONFIG_CMD_FUSE /* Device fuse support */
  20. #define CONFIG_CMD_GETTIME /* Get time since boot */
  21. #define CONFIG_CMD_HASH /* calculate hash / digest */
  22. #define CONFIG_CMD_IDE /* IDE harddisk support */
  23. #define CONFIG_CMD_IMMAP /* IMMR dump support */
  24. #define CONFIG_CMD_IO /* Access to X86 IO space */
  25. #define CONFIG_CMD_IRQ /* irqinfo */
  26. #define CONFIG_CMD_JFFS2 /* JFFS2 Support */
  27. #define CONFIG_CMD_KGDB /* kgdb */
  28. #define CONFIG_CMD_MFSL /* FSL support for Microblaze */
  29. #define CONFIG_CMD_MTDPARTS /* mtd parts support */
  30. #define CONFIG_CMD_NAND /* NAND support */
  31. #define CONFIG_CMD_ONENAND /* OneNAND support */
  32. #define CONFIG_CMD_PCI /* pciinfo */
  33. #define CONFIG_CMD_PCMCIA /* PCMCIA support */
  34. #define CONFIG_CMD_PORTIO /* Port I/O */
  35. #define CONFIG_CMD_REGINFO /* Register dump */
  36. #define CONFIG_CMD_REISER /* Reiserfs support */
  37. #define CONFIG_CMD_READ /* Read data from partition */
  38. #define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
  39. #define CONFIG_CMD_SAVES /* save S record dump */
  40. #define CONFIG_SCSI /* SCSI Support */
  41. #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
  42. #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
  43. #define CONFIG_CMD_UBIFS /* UBIFS Support */
  44. #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
  45. #define CONFIG_CMD_ZFS /* ZFS Support */
  46. #endif /* _CONFIG_CMD_ALL_H */