summaryrefslogtreecommitdiff
path: root/board/radxa/rock-2-rk3528/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'board/radxa/rock-2-rk3528/Kconfig')
-rw-r--r--board/radxa/rock-2-rk3528/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/board/radxa/rock-2-rk3528/Kconfig b/board/radxa/rock-2-rk3528/Kconfig
new file mode 100644
index 00000000000..5f1ad10c0ed
--- /dev/null
+++ b/board/radxa/rock-2-rk3528/Kconfig
@@ -0,0 +1,14 @@
+if TARGET_RADXA_ROCK_2_RK3528
+
+config SYS_BOARD
+ default "rock-2-rk3528"
+
+config SYS_VENDOR
+ default "radxa"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+ select ADC
+ select SPL_ADC
+
+endif