Convert CONFIG_CMD_IRQ to Kconfig
[platform/kernel/u-boot.git] / include / config_cmd_all.h
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
16 #define CONFIG_CMD_KGDB         /* kgdb                         */
17 #define CONFIG_CMD_MFSL         /* FSL support for Microblaze   */
18 #define CONFIG_CMD_MTDPARTS     /* mtd parts support            */
19 #define CONFIG_CMD_NAND         /* NAND support                 */
20 #define CONFIG_CMD_ONENAND      /* OneNAND support              */
21 #define CONFIG_CMD_PCI          /* pciinfo                      */
22 #define CONFIG_CMD_PCMCIA       /* PCMCIA support               */
23 #define CONFIG_CMD_PORTIO       /* Port I/O                     */
24 #define CONFIG_CMD_REGINFO      /* Register dump                */
25 #define CONFIG_CMD_REISER       /* Reiserfs support             */
26 #define CONFIG_CMD_READ         /* Read data from partition     */
27 #define CONFIG_CMD_SANDBOX      /* sb command to access sandbox features */
28 #define CONFIG_CMD_SAVES        /* save S record dump           */
29 #define CONFIG_SCSI             /* SCSI Support                 */
30 #define CONFIG_CMD_SDRAM        /* SDRAM DIMM SPD info printout */
31 #define CONFIG_CMD_TERMINAL     /* built-in Serial Terminal     */
32 #define CONFIG_CMD_UBIFS        /* UBIFS Support                */
33 #define CONFIG_CMD_UNIVERSE     /* Tundra Universe Support      */
34 #define CONFIG_CMD_ZFS          /* ZFS Support                  */
35
36 #endif  /* _CONFIG_CMD_ALL_H */