Kconfig 430 B

1234567891011121314151617181920
  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. if ARCH_MILBEAUT
  9. config ARCH_MILBEAUT_M10V
  10. bool "Milbeaut SC2000/M10V platform"
  11. select ARM_ARCH_TIMER
  12. select MILBEAUT_TIMER
  13. select PINCTRL
  14. select PINCTRL_MILBEAUT
  15. help
  16. Support for Socionext's MILBEAUT M10V based systems
  17. endif