projects
/
platform
/
kernel
/
u-boot.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Convert CONFIG_ESDHC_DETECT_QUIRK to Kconfig
[platform/kernel/u-boot.git]
/
include
/
configs
/
suniv.h
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 */