blob: 6118cd5e1a696b7998ba9e3e6ac24664bd19e618 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* SPDX-License-Identifier: GPL-2.0+ */
/*
* Configuration settings for new Allwinner F-series (suniv) CPU
*/
#ifndef __CONFIG_H
#define __CONFIG_H
/*
* Include common sunxi configuration where most the settings are
*/
#include <configs/sunxi-common.h>
#endif /* __CONFIG_H */
|