ACPI / debugger: Fix regression introduced by IS_ERR_VALUE() removal
[linux-2.6-block.git] / drivers / pinctrl / stm32 / Kconfig
CommitLineData
aceb16dc
MC
1if ARCH_STM32 || COMPILE_TEST
2
3config PINCTRL_STM32
4 bool
5 depends on OF
6 select PINMUX
7 select GENERIC_PINCONF
8 select GPIOLIB
9
10config PINCTRL_STM32F429
11 bool "STMicroelectronics STM32F429 pin control" if COMPILE_TEST && !MACH_STM32F429
12 depends on OF
13 default MACH_STM32F429
14 select PINCTRL_STM32
15
16endif