summaryrefslogtreecommitdiff
path: root/board/elgin/elgin_rv1108/Kconfig
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2018-12-01 17:05:54 +0300
committerPhilipp Tomsich <philipp.tomsich@theobroma-systems.com>2018-12-16 03:30:11 +0300
commite11ef3d26eff8d14a11f89b9bdc20471b425d2d7 (patch)
tree0adaabc999c9d94fce3726808e7e27fc0d4ed870 /board/elgin/elgin_rv1108/Kconfig
parent9af1d5ef2fa4248c5e4b4b098e2d36caa0298ee8 (diff)
downloadu-boot-e11ef3d26eff8d14a11f89b9bdc20471b425d2d7.tar.xz
ARM: rockchip: Add rv1108-elgin-r1 board support
Add the initial support for Elgin R1 board, which is based on the RV1108 SoC and has the following features currently supported in U-Boot: - UART - eMMC - USB Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Reviewed-by: Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
Diffstat (limited to 'board/elgin/elgin_rv1108/Kconfig')
-rw-r--r--board/elgin/elgin_rv1108/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/elgin/elgin_rv1108/Kconfig b/board/elgin/elgin_rv1108/Kconfig
new file mode 100644
index 0000000000..be9243164a
--- /dev/null
+++ b/board/elgin/elgin_rv1108/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_ELGIN_RV1108
+
+config SYS_BOARD
+ default "elgin_rv1108"
+
+config SYS_VENDOR
+ default "elgin"
+
+config SYS_CONFIG_NAME
+ default "elgin_rv1108"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+
+endif