From: Vineet Gupta Date: Fri, 27 Oct 2017 22:23:44 +0000 (-0700) Subject: ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA config X-Git-Tag: v4.15-rc1~9^2~6 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=4fbaf649ebbc625189e349fd6d07a4fe22a863f8;p=users%2Fdwmw2%2Flinux.git ARC: [plat-axs10x] auto-select AXS101 or AXS103 given the ISA config AXS10x platform has two flavours: - AXS101 (ARC700 cpu, ARCompact ISA) - AXS103 (ARC HS38x cpu, ARCv2 ISA) So depending on the ISA support configured, pre-select the AXS10x variant. Signed-off-by: Vineet Gupta --- diff --git a/arch/arc/plat-axs10x/Kconfig b/arch/arc/plat-axs10x/Kconfig index c54d1ae57fe0b..4e0df7b7a2481 100644 --- a/arch/arc/plat-axs10x/Kconfig +++ b/arch/arc/plat-axs10x/Kconfig @@ -14,6 +14,8 @@ menuconfig ARC_PLAT_AXS10X select MIGHT_HAVE_PCI select GENERIC_IRQ_CHIP select GPIOLIB + select AXS101 if ISA_ARCOMPACT + select AXS103 if ISA_ARCV2 help Support for the ARC AXS10x Software Development Platforms.