summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-stm32mp/Kconfig
blob: f064a38088f4ae1b482167cca4823e289278b3c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if ARCH_STM32MP

config ARCH_NR_GPIO
	int
	default 416

config ARCH_STM32MP157
	select ARM_PSCI_CLIENT
	bool

config MACH_STM32MP157C_DK2
	select ARCH_STM32MP157
	bool "STM32MP157C-DK2 board"

config MACH_LXA_MC1
	select ARCH_STM32MP157
	bool "Linux Automation MC-1 board"

config MACH_SEEED_ODYSSEY
	select ARCH_STM32MP157
	bool "Seeed Studio Odyssey"

endif