summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp1/Kconfig
blob: cc7cf23cfb3141aa1d4ffd94e07712d07829c0a6 (plain)
1
2
3
4
5
6
7
8
9
10
if ARCH_STM32MP1

config ARCH_STM32MP1157
	bool

config MACH_STM32MP157C_DK2
	select ARCH_STM32MP1157
	bool "STM32MP157C-DK2 board"

endif