Kconfig 306 B

12345678910111213141516
  1. if ARCH_STM32 || COMPILE_TEST
  2. config PINCTRL_STM32
  3. bool
  4. depends on OF
  5. select PINMUX
  6. select GENERIC_PINCONF
  7. select GPIOLIB
  8. config PINCTRL_STM32F429
  9. bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
  10. depends on OF
  11. default MACH_STM32F429
  12. select PINCTRL_STM32
  13. endif