Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e8621d83 authored by Nicolas Ferre's avatar Nicolas Ferre Committed by Olof Johansson
Browse files

ARM: at91: add a Kconfig dependency on multi-platform



When building a legacy (non-multi) platforms and if the ARCH_AT91 config option
is enabled there is a build error. We need AT91 to depend on multi-platform
core type options.

Reported-by: default avatarArnd Bergmann <arnd@arndb.de>
Signed-off-by: default avatarNicolas Ferre <nicolas.ferre@atmel.com>
Signed-off-by: default avatarOlof Johansson <olof@lixom.net>
parent 58bc2d9b
Loading
Loading
Loading
Loading
+1 −0
Original line number Original line Diff line number Diff line
menuconfig ARCH_AT91
menuconfig ARCH_AT91
	bool "Atmel SoCs"
	bool "Atmel SoCs"
	depends on ARCH_MULTI_V4T || ARCH_MULTI_V5 || ARCH_MULTI_V7
	select ARCH_REQUIRE_GPIOLIB
	select ARCH_REQUIRE_GPIOLIB
	select COMMON_CLK_AT91
	select COMMON_CLK_AT91
	select PINCTRL
	select PINCTRL