From mboxrd@z Thu Jan 1 00:00:00 1970 From: Antoine Tenart Date: Sun, 30 Apr 2017 15:29:51 +0200 Subject: [U-Boot] [PATCH v4 06/11] mx7: select ARM_GIC In-Reply-To: <20170430132956.30190-1-antoine.tenart@free-electrons.com> References: <20170430132956.30190-1-antoine.tenart@free-electrons.com> Message-ID: <20170430132956.30190-7-antoine.tenart@free-electrons.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Select the newly introduced ARM_GIC option to the relevant configuration which also have a psci implementation. Signed-off-by: Antoine Tenart Cc: Stefano Babic --- arch/arm/cpu/armv7/mx7/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm/cpu/armv7/mx7/Kconfig b/arch/arm/cpu/armv7/mx7/Kconfig index 8dfb4c96464f..412e4aba3c2a 100644 --- a/arch/arm/cpu/armv7/mx7/Kconfig +++ b/arch/arm/cpu/armv7/mx7/Kconfig @@ -2,6 +2,7 @@ if ARCH_MX7 config MX7 bool + select ARM_GIC select ROM_UNIFIED_SECTIONS select CPU_V7_HAS_VIRT select CPU_V7_HAS_NONSEC -- 2.11.0