alistair23-linux/arch/arm/mach-milbeaut/Kconfig
Sugaya Taichi 9fb29c734f ARM: milbeaut: Add basic support for Milbeaut m10v SoC
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>
2019-03-01 15:18:26 +01:00

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