Newer
Older
barebox / arch / arm / mach-stm32mp / Kconfig
@Ahmad Fatoum Ahmad Fatoum on 15 Jul 2019 206 bytes ARM: stm32mp: fix some misnomers/typos
if ARCH_STM32MP

config ARCH_NR_GPIO
	int
	default 416

config ARCH_STM32MP157
	bool

config MACH_STM32MP157C_DK2
	select ARCH_STM32MP157
	select ARM_USE_COMPRESSED_DTB
	bool "STM32MP157C-DK2 board"

endif