2016-01-14 20:16:30 +08:00
|
|
|
if ARCH_STM32 || COMPILE_TEST
|
|
|
|
|
|
|
|
config PINCTRL_STM32
|
|
|
|
bool
|
|
|
|
depends on OF
|
|
|
|
select PINMUX
|
|
|
|
select GENERIC_PINCONF
|
|
|
|
select GPIOLIB
|
2017-07-12 07:11:49 +08:00
|
|
|
select IRQ_DOMAIN_HIERARCHY
|
2016-09-09 22:42:01 +08:00
|
|
|
select MFD_SYSCON
|
2016-01-14 20:16:30 +08:00
|
|
|
|
|
|
|
config PINCTRL_STM32F429
|
|
|
|
bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
|
2017-07-12 07:11:49 +08:00
|
|
|
depends on OF
|
2016-01-14 20:16:30 +08:00
|
|
|
default MACH_STM32F429
|
|
|
|
select PINCTRL_STM32
|
|
|
|
|
2017-04-07 20:43:01 +08:00
|
|
|
config PINCTRL_STM32F469
|
|
|
|
bool "STMicroelectronics STM32F469 pin control" if COMPILE_TEST && !MACH_STM32F469
|
2017-07-12 07:11:49 +08:00
|
|
|
depends on OF
|
2017-04-07 20:43:01 +08:00
|
|
|
default MACH_STM32F469
|
|
|
|
select PINCTRL_STM32
|
|
|
|
|
2016-07-11 16:43:40 +08:00
|
|
|
config PINCTRL_STM32F746
|
|
|
|
bool "STMicroelectronics STM32F746 pin control" if COMPILE_TEST && !MACH_STM32F746
|
2017-07-12 07:11:49 +08:00
|
|
|
depends on OF
|
2016-07-11 16:43:40 +08:00
|
|
|
default MACH_STM32F746
|
|
|
|
select PINCTRL_STM32
|
|
|
|
|
2017-01-31 21:14:19 +08:00
|
|
|
config PINCTRL_STM32H743
|
|
|
|
bool "STMicroelectronics STM32H743 pin control" if COMPILE_TEST && !MACH_STM32H743
|
2017-07-12 07:11:49 +08:00
|
|
|
depends on OF
|
2017-01-31 21:14:19 +08:00
|
|
|
default MACH_STM32H743
|
|
|
|
select PINCTRL_STM32
|
2016-01-14 20:16:30 +08:00
|
|
|
endif
|