README (81b196bed881e3f38d7b1eabe1b60d9b86c7bb7b) README (89c8230dec063d894aec1a7b5c58f1dcadced738)
1#
2# (C) Copyright 2000 - 2013
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
8Summary:

--- 998 unchanged lines hidden (view full) ---

1007 CONFIG_CMD_TFTPSRV * TFTP transfer in server mode
1008 CONFIG_CMD_TFTPPUT * TFTP put command (upload)
1009 CONFIG_CMD_TIME * run command and report execution time (ARM specific)
1010 CONFIG_CMD_TIMER * access to the system tick timer
1011 CONFIG_CMD_USB * USB support
1012 CONFIG_CMD_CDP * Cisco Discover Protocol support
1013 CONFIG_CMD_MFSL * Microblaze FSL support
1014 CONFIG_CMD_XIMG Load part of Multi Image
1#
2# (C) Copyright 2000 - 2013
3# Wolfgang Denk, DENX Software Engineering, wd@denx.de.
4#
5# SPDX-License-Identifier: GPL-2.0+
6#
7
8Summary:

--- 998 unchanged lines hidden (view full) ---

1007 CONFIG_CMD_TFTPSRV * TFTP transfer in server mode
1008 CONFIG_CMD_TFTPPUT * TFTP put command (upload)
1009 CONFIG_CMD_TIME * run command and report execution time (ARM specific)
1010 CONFIG_CMD_TIMER * access to the system tick timer
1011 CONFIG_CMD_USB * USB support
1012 CONFIG_CMD_CDP * Cisco Discover Protocol support
1013 CONFIG_CMD_MFSL * Microblaze FSL support
1014 CONFIG_CMD_XIMG Load part of Multi Image
1015 CONFIG_CMD_UUID * Generate random UUID or GUID string
1015
1016
1016
1017 EXAMPLE: If you want all functions except of network
1018 support you can write:
1019
1020 #include "config_cmd_all.h"
1021 #undef CONFIG_CMD_NET
1022
1023 Other Commands:
1024 fdt (flattened device tree) command: CONFIG_OF_LIBFDT

--- 5102 unchanged lines hidden ---
1017 EXAMPLE: If you want all functions except of network
1018 support you can write:
1019
1020 #include "config_cmd_all.h"
1021 #undef CONFIG_CMD_NET
1022
1023 Other Commands:
1024 fdt (flattened device tree) command: CONFIG_OF_LIBFDT

--- 5102 unchanged lines hidden ---