ODROID-C5: arch/arm64: add 'ARCH_MESON_ODROID{C5|_COMMON}*'

Signed-off-by: Dongjin Kim <tobetter@gmail.com>
Change-Id: Ice6bb36f197bc445d8595b18e45110cfbfafe7b2
This commit is contained in:
Dongjin Kim
2024-10-11 09:56:54 +09:00
parent 76240bbedd
commit 1f4d398356

View File

@@ -328,4 +328,14 @@ config ARCH_ZYNQMP
help
This enables support for Xilinx ZynqMP Family
config ARCH_MESON_ODROID_COMMON
bool
config ARCH_MESON_ODROIDC5
bool "Hardkernel's ODROID-C5 Single Board Computer"
select ARCH_MESON_ODROID_COMMON
help
This enables support for the board ODROID-C5 of Hardkernel
which is based on ARMv7 SoC of Amlogic.
endmenu