repo.or.cz
/
u-boot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
cmd: Fix Kconfig coding style
[u-boot.git]
/
include
/
configs
/
sonoff-ihost.h
blob
affc24ddcd9955a2951a85f4204cb6ca4d29f139
1
/* SPDX-License-Identifier: GPL-2.0+ */
2
3
#ifndef __SONOFF_IHOST_H
4
#define __SONOFF_IHOST_H
5
6
#define ROCKCHIP_DEVICE_SETTINGS
7
8
#include <configs/rv1126_common.h>
9
10
#endif
/* __SONOFF_IHOST_H */