diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/configs/sonoff-ihost.h | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/sonoff-ihost.h b/include/configs/sonoff-ihost.h new file mode 100644 index 00000000000..affc24ddcd9 --- /dev/null +++ b/include/configs/sonoff-ihost.h @@ -0,0 +1,10 @@ +/* SPDX-License-Identifier: GPL-2.0+ */ + +#ifndef __SONOFF_IHOST_H +#define __SONOFF_IHOST_H + +#define ROCKCHIP_DEVICE_SETTINGS + +#include <configs/rv1126_common.h> + +#endif /* __SONOFF_IHOST_H */ |
