1# SPDX-License-Identifier: GPL-2.0 2menuconfig ARCH_MILBEAUT 3 bool "Socionext Milbeaut SoCs" 4 depends on ARCH_MULTI_V7 5 select ARM_GIC 6 help 7 This enables support for Socionext Milbeaut SoCs 8 9if ARCH_MILBEAUT 10 11config ARCH_MILBEAUT_M10V 12 bool "Milbeaut SC2000/M10V platform" 13 select ARM_ARCH_TIMER 14 select MILBEAUT_TIMER 15 select PINCTRL 16 select PINCTRL_MILBEAUT 17 help 18 Support for Socionext's MILBEAUT M10V based systems 19 20endif 21