Dennis Gilmore | 9e5d27a | 2014-02-04 05:25:47 -0600 | [diff] [blame] | 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 | /* |
Tom Rini | 7e78278 | 2014-02-05 08:04:38 -0500 | [diff] [blame] | 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 |
Robert P. J. Day | 6f871d0 | 2014-10-21 16:35:28 -0400 | [diff] [blame] | 13 | * consistent manner. |
Dennis Gilmore | 9e5d27a | 2014-02-04 05:25:47 -0600 | [diff] [blame] | 14 | */ |
| 15 | |
Dennis Gilmore | 9e5d27a | 2014-02-04 05:25:47 -0600 | [diff] [blame] | 16 | #endif /* _CONFIG_CMD_DISTRO_DEFAULTS_H */ |