summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp/Kconfig
blob: b30439735e1761aa3a19d81e6ca49ac89c17adf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if ARCH_STM32MP

config ARCH_NR_GPIO
	int
	default 416

config ARCH_STM32MP157
	bool

config MACH_STM32MP157C_DK2
	select ARCH_STM32MP157
	bool "STM32MP157C-DK2 board"

endif