linux-surface/kernel/drivers/pinctrl/stm32/Kconfig

36 lines
866 B
Plaintext
Raw Normal View History

2017-08-10 13:25:24 +00:00
if ARCH_STM32 || COMPILE_TEST
config PINCTRL_STM32
bool
depends on OF
select PINMUX
select GENERIC_PINCONF
select GPIOLIB
2017-09-05 02:31:27 +00:00
select IRQ_DOMAIN_HIERARCHY
2017-08-10 13:25:24 +00:00
select MFD_SYSCON
config PINCTRL_STM32F429
bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
2017-09-05 02:31:27 +00:00
depends on OF
2017-08-10 13:25:24 +00:00
default MACH_STM32F429
select PINCTRL_STM32
config PINCTRL_STM32F469
bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469
2017-09-05 02:31:27 +00:00
depends on OF
2017-08-10 13:25:24 +00:00
default MACH_STM32F469
select PINCTRL_STM32
config PINCTRL_STM32F746
bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
2017-09-05 02:31:27 +00:00
depends on OF
2017-08-10 13:25:24 +00:00
default MACH_STM32F746
select PINCTRL_STM32
config PINCTRL_STM32H743
bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
2017-09-05 02:31:27 +00:00
depends on OF
2017-08-10 13:25:24 +00:00
default MACH_STM32H743
select PINCTRL_STM32
endif