blob: 6ee08cf0d95ede276f05207fa5151a3c13877dc3 [file] [log] [blame]
Tom Rini83d290c2018-05-06 17:58:06 -04001/* SPDX-License-Identifier: GPL-2.0+ */
Hans de Goede1871a8c2015-01-13 19:25:06 +01002/*
3 * (C) Copyright 2015 Hans de Goede <hdegoede@redhat.com>
4 *
5 * Configuration settings for the Allwinner A80 (sun9i) CPU
Hans de Goede1871a8c2015-01-13 19:25:06 +01006 */
7
8#ifndef __CONFIG_H
9#define __CONFIG_H
10
11/*
12 * A80 specific configuration
13 */
14
15/*
16 * Include common sunxi configuration where most the settings are
17 */
18#include <configs/sunxi-common.h>
19
20#endif /* __CONFIG_H */