]> git.ipfire.org Git - people/ms/u-boot.git/blob - include/config_cmd_all.h
Convert CONFIG_CMD_SDRAM to Kconfig
[people/ms/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_TERMINAL /* built-in Serial Terminal */
17 #define CONFIG_CMD_UNIVERSE /* Tundra Universe Support */
18 #define CONFIG_CMD_ZFS /* ZFS Support */
19
20 #endif /* _CONFIG_CMD_ALL_H */