Hans de Goede | 1871a8c | 2015-01-13 19:25:06 +0100 | [diff] [blame] | 1 | /* |
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 */ |