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