]>
Commit | Line | Data |
---|---|---|
83d290c5 | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
f84269c5 HG |
2 | /* |
3 | * (C) Copyright 2012-2013 Henrik Nordstrom <[email protected]> | |
4 | * | |
5 | * Configuration settings for the Allwinner A13 (sun5i) CPU | |
f84269c5 HG |
6 | */ |
7 | #ifndef __CONFIG_H | |
8 | #define __CONFIG_H | |
9 | ||
10 | /* | |
11 | * High Level Configuration Options | |
12 | */ | |
f84269c5 | 13 | |
f84269c5 HG |
14 | /* |
15 | * Include common sunxi configuration where most the settings are | |
16 | */ | |
17 | #include <configs/sunxi-common.h> | |
18 | ||
19 | #endif /* __CONFIG_H */ |