Icenowy Zheng | b00ef02 | 2022-01-29 10:23:06 -0500 | [diff] [blame] | 1 | /* SPDX-License-Identifier: GPL-2.0+ */ |
2 | /* | ||||
3 | * Configuration settings for new Allwinner F-series (suniv) CPU | ||||
4 | */ | ||||
5 | |||||
6 | #ifndef __CONFIG_H | ||||
7 | #define __CONFIG_H | ||||
8 | |||||
9 | /* | ||||
10 | * Include common sunxi configuration where most the settings are | ||||
11 | */ | ||||
12 | #include <configs/sunxi-common.h> | ||||
13 | |||||
14 | #endif /* __CONFIG_H */ |