Merge tag 'edac_for_5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/bp/bp
[sfrench/cifs-2.6.git] / arch / arm / mach-milbeaut / Kconfig
1 # SPDX-License-Identifier: GPL-2.0
2 menuconfig 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
9 if ARCH_MILBEAUT
10
11 config 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
20 endif