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 <vgupta@synopsys.com>
This commit is contained in:
parent
0b07194bb5
commit
4fbaf649eb
|
@ -14,6 +14,8 @@ menuconfig ARC_PLAT_AXS10X
|
||||||
select MIGHT_HAVE_PCI
|
select MIGHT_HAVE_PCI
|
||||||
select GENERIC_IRQ_CHIP
|
select GENERIC_IRQ_CHIP
|
||||||
select GPIOLIB
|
select GPIOLIB
|
||||||
|
select AXS101 if ISA_ARCOMPACT
|
||||||
|
select AXS103 if ISA_ARCV2
|
||||||
help
|
help
|
||||||
Support for the ARC AXS10x Software Development Platforms.
|
Support for the ARC AXS10x Software Development Platforms.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue