diff options
author | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-09 11:57:47 +0100 |
---|---|---|
committer | Neil Armstrong <narmstrong@baylibre.com> | 2018-11-26 14:40:51 +0100 |
commit | 302987b6c56dba7e694b0ac8233e2b0c2aa107e6 (patch) | |
tree | 61c7085c55d4586b7d70124af87acd4995147e05 /board/amlogic/q200/Kconfig | |
parent | 8bbfb40e572ddb8a11482ca513131e21a75e99de (diff) |
board: amlogic: move khadas-vim2 as q200 ref board
The Khadas vim2 derive from amlogic s912 reference design (Q200).
This patch moves the khadas-vim2 board support to a generic Q200 board,
while keeping a dedicated defconfig to customize the names and device tree.
Signed-off-by: Neil Armstrong <narmstrong@baylibre.com>
Diffstat (limited to 'board/amlogic/q200/Kconfig')
-rw-r--r-- | board/amlogic/q200/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/board/amlogic/q200/Kconfig b/board/amlogic/q200/Kconfig new file mode 100644 index 0000000000..cfaf3797ac --- /dev/null +++ b/board/amlogic/q200/Kconfig @@ -0,0 +1,12 @@ +if TARGET_Q200 + +config SYS_BOARD + default "q200" + +config SYS_VENDOR + default "amlogic" + +config SYS_CONFIG_NAME + default "q200" + +endif |