blob: 6118cd5e1a696b7998ba9e3e6ac24664bd19e618 [file] [log] [blame]
Icenowy Zheng2c699fe2022-01-29 10:23:06 -05001/* 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 */