mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-02 17:46:45 +07:00
3b8f5030dd
This patch adds the basic machine file for the MesonX SoCs. Only Meson6 is populated. Signed-off-by: Carlo Caione <carlo@caione.org> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
14 lines
235 B
Plaintext
14 lines
235 B
Plaintext
menuconfig ARCH_MESON
|
|
bool "Amlogic Meson SoCs" if ARCH_MULTI_V7
|
|
select GENERIC_IRQ_CHIP
|
|
select ARM_GIC
|
|
|
|
if ARCH_MESON
|
|
|
|
config MACH_MESON6
|
|
bool "Amlogic Meson6 (8726MX) SoCs support"
|
|
default ARCH_MESON
|
|
select MESON6_TIMER
|
|
|
|
endif
|