summaryrefslogtreecommitdiff
path: root/board/chipspark/popmetal_rk3288/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2016-08-01 00:31:13 (GMT)
committerTom Rini <trini@konsulko.com>2016-08-01 00:31:13 (GMT)
commit26fb8db0f4d1e7c118b5e8f3a8849f359b91c166 (patch)
treee804df1f0dc8fdf6cfe825f711f930c80d545f02 /board/chipspark/popmetal_rk3288/Kconfig
parentfcada3b05e56c9b22bf5f92ba94fa80449452e76 (diff)
parentdd63fbc70a5fa59677c86695ebad341834fec172 (diff)
downloadu-boot-26fb8db0f4d1e7c118b5e8f3a8849f359b91c166.tar.xz
Merge git://git.denx.de/u-boot-rockchip
Diffstat (limited to 'board/chipspark/popmetal_rk3288/Kconfig')
-rw-r--r--board/chipspark/popmetal_rk3288/Kconfig15
1 files changed, 15 insertions, 0 deletions
diff --git a/board/chipspark/popmetal_rk3288/Kconfig b/board/chipspark/popmetal_rk3288/Kconfig
new file mode 100644
index 0000000..a5f4043
--- /dev/null
+++ b/board/chipspark/popmetal_rk3288/Kconfig
@@ -0,0 +1,15 @@
+if TARGET_POPMETAL_RK3288
+
+config SYS_BOARD
+ default "popmetal_rk3288"
+
+config SYS_VENDOR
+ default "chipspark"
+
+config SYS_CONFIG_NAME
+ default "popmetal_rk3288"
+
+config BOARD_SPECIFIC_OPTIONS # dummy
+ def_bool y
+
+endif