]> git.ipfire.org Git - people/ms/u-boot.git/blame - include/config_distro_defaults.h
net/ethoc: implement MDIO bus and support phylib
[people/ms/u-boot.git] / include / config_distro_defaults.h
CommitLineData
13a49c3a
DG
1/*
2 * Copyright 2013-2014 Red Hat, Inc.
3 *
4 * SPDX-License-Identifier: GPL-2.0+
5 */
6
7#ifndef _CONFIG_CMD_DISTRO_DEFAULTS_H
8#define _CONFIG_CMD_DISTRO_DEFAULTS_H
9
10/*
e141652b
TR
11 * List of all commands and options that when defined enables support for
12 * features required by distros to support boards in a standardised and
3bd6f7e7 13 * consistent manner.
13a49c3a
DG
14 */
15
16#define CONFIG_BOOTP_BOOTPATH
17#define CONFIG_BOOTP_DNS
18#define CONFIG_BOOTP_GATEWAY
19#define CONFIG_BOOTP_HOSTNAME
20#define CONFIG_BOOTP_PXE
21#define CONFIG_BOOTP_SUBNETMASK
22
e2a5d556
TR
23#ifdef CONFIG_ARM64
24#define CONFIG_CMD_BOOTI
e2a5d556 25#endif
13a49c3a
DG
26#define CONFIG_CMD_PXE
27
28#define CONFIG_CMDLINE_EDITING
29#define CONFIG_AUTO_COMPLETE
13a49c3a
DG
30#define CONFIG_SYS_LONGHELP
31#define CONFIG_MENU
32#define CONFIG_DOS_PARTITION
33#define CONFIG_EFI_PARTITION
578ec3b1 34#define CONFIG_ISO_PARTITION
13a49c3a 35#define CONFIG_SUPPORT_RAW_INITRD
ff2545ab 36#define CONFIG_ENV_VARS_UBOOT_CONFIG
13a49c3a
DG
37
38#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */