mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-14 13:06:45 +07:00
9fb29c734f
This adds the basic M10V SoC support under arch/arm. Since all cores are activated in the custom bootloader before booting linux, it is necessary to wait for the secondary-cores using cpu-enable- method and special sram. Signed-off-by: Sugaya Taichi <sugaya.taichi@socionext.com> Signed-off-by: Arnd Bergmann <arnd@arndb.de>
21 lines
430 B
Plaintext
21 lines
430 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
menuconfig ARCH_MILBEAUT
|
|
bool "Socionext Milbeaut SoCs"
|
|
depends on ARCH_MULTI_V7
|
|
select ARM_GIC
|
|
help
|
|
This enables support for Socionext Milbeaut SoCs
|
|
|
|
if ARCH_MILBEAUT
|
|
|
|
config ARCH_MILBEAUT_M10V
|
|
bool "Milbeaut SC2000/M10V platform"
|
|
select ARM_ARCH_TIMER
|
|
select MILBEAUT_TIMER
|
|
select PINCTRL
|
|
select PINCTRL_MILBEAUT
|
|
help
|
|
Support for Socionext's MILBEAUT M10V based systems
|
|
|
|
endif
|