forked from Minki/linux
bus: cdmm: Add MIPS R5 arch support
CDMM may be available not only on MIPS R2 architectures, but also on newer MIPS R5 chips. For instance our P5600 chip has one. Let's mark the CDMM bus being supported for that MIPS arch too. Signed-off-by: Serge Semin <Sergey.Semin@baikalelectronics.ru> Reviewed-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de> Signed-off-by: Thomas Bogendoerfer <tsbogend@alpha.franken.de>
This commit is contained in:
parent
2121aa3e23
commit
16274e58c4
@ -97,7 +97,7 @@ config IMX_WEIM
|
||||
|
||||
config MIPS_CDMM
|
||||
bool "MIPS Common Device Memory Map (CDMM) Driver"
|
||||
depends on CPU_MIPSR2
|
||||
depends on CPU_MIPSR2 || CPU_MIPSR5
|
||||
help
|
||||
Driver needed for the MIPS Common Device Memory Map bus in MIPS
|
||||
cores. This bus is for per-CPU tightly coupled devices such as the
|
||||
|
Loading…
Reference in New Issue
Block a user