summaryrefslogtreecommitdiff
path: root/arch/arm/mach-meson/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-11-09 11:57:47 +0100
committerNeil Armstrong <narmstrong@baylibre.com>2018-11-26 14:40:51 +0100
commit302987b6c56dba7e694b0ac8233e2b0c2aa107e6 (patch)
tree61c7085c55d4586b7d70124af87acd4995147e05 /arch/arm/mach-meson/Kconfig
parent8bbfb40e572ddb8a11482ca513131e21a75e99de (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 'arch/arm/mach-meson/Kconfig')
-rw-r--r--arch/arm/mach-meson/Kconfig9
1 files changed, 5 insertions, 4 deletions
diff --git a/arch/arm/mach-meson/Kconfig b/arch/arm/mach-meson/Kconfig
index e0b2812477..98303dbda1 100644
--- a/arch/arm/mach-meson/Kconfig
+++ b/arch/arm/mach-meson/Kconfig
@@ -50,13 +50,14 @@ config TARGET_P212
You should also select this TARGET if you have Khadas Vim or
a libretech aml-s905x-cc
-config TARGET_KHADAS_VIM2
+config TARGET_Q200
bool "KHADAS-VIM2"
select MESON_GXM
help
- Khadas VIM2 is a single board computer based on Meson GXM
+ Q200 is a reference dessign board based on Meson GXM
with 2/3 GiB of RAM, Ethernet, HDMI, 4 USB, micro-SD slot,
- eMMC, IR receiver and a 40-pin GPIO header.
+ eMMC, IR receiver.
+ You should also select this TARGET if you have Khadas Vim2.
endchoice
@@ -72,6 +73,6 @@ source "board/amlogic/nanopi-k2/Kconfig"
source "board/amlogic/p212/Kconfig"
-source "board/amlogic/khadas-vim2/Kconfig"
+source "board/amlogic/q200/Kconfig"
endif