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