commit d1edce71135cc6d98c0a4b5729774542b676e769 Author: sophgo-forum-service <forum_service@sophgo.com> Date: Fri Mar 15 16:07:33 2024 +0800 [fix] recommend using ssh method to clone repo. [fix] fix sensor driver repo branch name.
15 lines
377 B
Plaintext
15 lines
377 B
Plaintext
# SPDX-License-Identifier: GPL-2.0
|
|
config ARCH_TANGO
|
|
bool "Sigma Designs Tango4 (SMP87xx)"
|
|
depends on ARCH_MULTI_V7
|
|
# Cortex-A9 MPCore r3p0, PL310 r3p2
|
|
select ARCH_HAS_HOLES_MEMORYMODEL
|
|
select ARM_ERRATA_754322
|
|
select ARM_ERRATA_764369 if SMP
|
|
select ARM_ERRATA_775420
|
|
select ARM_GIC
|
|
select CLKSRC_TANGO_XTAL
|
|
select HAVE_ARM_SCU
|
|
select HAVE_ARM_TWD
|
|
select TANGO_IRQ
|