blob: 9cc1a77f6c88915dd146da8d6719df2f5cd9dfa1 [file] [log] [blame]
Icenowy Zheng2c699fe2022-01-29 10:23:06 -05001/* SPDX-License-Identifier: GPL-2.0+ */
2/*
Andre Przywara93118432022-07-04 15:10:03 +01003 * Placeholder wrapper to allow addressing Allwinner F-series (suniv) CPU
4 * based devices separately. Please do not add anything in here.
Icenowy Zheng2c699fe2022-01-29 10:23:06 -05005 */
Icenowy Zheng2c699fe2022-01-29 10:23:06 -05006#ifndef __CONFIG_H
7#define __CONFIG_H
8
Icenowy Zheng2c699fe2022-01-29 10:23:06 -05009#include <configs/sunxi-common.h>
10
11#endif /* __CONFIG_H */