summaryrefslogtreecommitdiff
path: root/include/configs/qnap_ts433.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/configs/qnap_ts433.h')
-rw-r--r--include/configs/qnap_ts433.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/include/configs/qnap_ts433.h b/include/configs/qnap_ts433.h
new file mode 100644
index 00000000000..aee4546bf07
--- /dev/null
+++ b/include/configs/qnap_ts433.h
@@ -0,0 +1,10 @@
+/* SPDX-License-Identifier: GPL-2.0+ */
+
+#ifndef __QNAP_TS433_H
+#define __QNAP_TS433_H
+
+#define ROCKCHIP_DEVICE_SETTINGS
+
+#include <configs/rk3568_common.h>
+
+#endif