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