Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0
0002 menuconfig ARCH_MILBEAUT
0003         bool "Socionext Milbeaut SoCs"
0004         depends on ARCH_MULTI_V7
0005         select ARM_GIC
0006         help
0007           This enables support for Socionext Milbeaut SoCs
0008 
0009 if ARCH_MILBEAUT
0010 
0011 config ARCH_MILBEAUT_M10V
0012         bool "Milbeaut SC2000/M10V platform"
0013         select ARM_ARCH_TIMER
0014         select MILBEAUT_TIMER
0015         select PINCTRL
0016         select PINCTRL_MILBEAUT
0017         help
0018           Support for Socionext's MILBEAUT M10V based systems
0019 
0020 endif