1 /* SPDX-License-Identifier: GPL-2.0+ */ 2 /* 3 * (C) Copyright 2014 Chen-Yu Tsai <wens@csie.org> 4 * 5 * Configuration settings for the Allwinner A23 (sun8i) CPU 6 */ 7 8 #ifndef __CONFIG_H 9 #define __CONFIG_H 10 11 /* 12 * A23 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 */ 21