summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32/Kconfig
Commit message (Collapse)AuthorAgeFilesLines
* ARM: stm32: Introduce MACH_STM32F469 flagAlexandre TORGUE2017-06-181-0/+5
| | | | | | | | | | This patch introduces the MACH_STM32F469 to make possible to only select STM32F469 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com> Signed-off-by: Olof Johansson <olof@lixom.net>
* ARM: stm32: Introduce MACH_STM32H743 flagAlexandre TORGUE2017-03-241-0/+5
| | | | | | | | | This patch introduces the MACH_STM32H743 to make possible to only select STM32H743 pinctrl driver By default, all the MACH_STM32Fxxx flags will be set with STM32 defconfig. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>
* ARM: stm32: create dedicated kconfig for STM32 machineAlexandre TORGUE2017-03-241-0/+21
Create a dedicated Kconfig file in mach-stm32/ and move existing stm32 configs inside. Signed-off-by: Alexandre TORGUE <alexandre.torgue@st.com>