blob: 35e704e2c920955adbea379f03c0c6af8e6c1a77 [file] [log] [blame]
Dennis Gilmore9e5d27a2014-02-04 05:25:47 -06001/*
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/*
Tom Rini7e782782014-02-05 08:04:38 -050011 * List of all commands and options that when defined enables support for
12 * features required by distros to support boards in a standardised and
Robert P. J. Day6f871d02014-10-21 16:35:28 -040013 * consistent manner.
Dennis Gilmore9e5d27a2014-02-04 05:25:47 -060014 */
15
Dennis Gilmore9e5d27a2014-02-04 05:25:47 -060016#endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */