config_cmd_all.h 1011 B

1234567891011121314151617181920212223242526272829
  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_PCI /* pciinfo */
  14. #define CONFIG_CMD_PCMCIA /* PCMCIA support */
  15. #define CONFIG_CMD_PORTIO /* Port I/O */
  16. #define CONFIG_CMD_REGINFO /* Register dump */
  17. #define CONFIG_CMD_REISER /* Reiserfs support */
  18. #define CONFIG_CMD_READ /* Read data from partition */
  19. #define CONFIG_CMD_SANDBOX /* sb command to access sandbox features */
  20. #define CONFIG_CMD_SAVES /* save S record dump */
  21. #define CONFIG_CMD_SDRAM /* SDRAM DIMM SPD info printout */
  22. #define CONFIG_CMD_TERMINAL /* built-in Serial Terminal */
  23. #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
  24. #define CONFIG_CMD_ZFS /* ZFS Support */
  25. #endif /* _CONFIG_CMD_ALL_H */