diff options
author | Wu Zhangjin <wuzhangjin@gmail.com> | 2009-11-11 00:59:23 -0500 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2009-12-16 20:57:15 -0500 |
commit | 22f1fdfd62a5f6ab738ffe03dc2ee9f1f25dabc4 (patch) | |
tree | dbfd9b7b9b1a25f31cfb0af42becdb33e7418b4d /arch/mips/Kconfig | |
parent | 55045ff5557bc804752e84dca5d1b1f1d4bb4e31 (diff) |
MIPS: Add support for uncached accelerated mappings.
Loongson2f support video acceleration.
Signed-off-by: Wu Zhangjin <wuzhangjin@gmail.com>
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/624/
Patchwork: http://patchwork.linux-mips.org/patch/625/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/Kconfig')
-rw-r--r-- | arch/mips/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 51e4e5b02f9d..e2116b1f968e 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig | |||
@@ -1336,6 +1336,7 @@ config SYS_HAS_CPU_LOONGSON2F | |||
1336 | bool | 1336 | bool |
1337 | select CPU_SUPPORTS_CPUFREQ | 1337 | select CPU_SUPPORTS_CPUFREQ |
1338 | select CPU_SUPPORTS_ADDRWINCFG if 64BIT | 1338 | select CPU_SUPPORTS_ADDRWINCFG if 64BIT |
1339 | select CPU_SUPPORTS_UNCACHED_ACCELERATED | ||
1339 | 1340 | ||
1340 | config SYS_HAS_CPU_MIPS32_R1 | 1341 | config SYS_HAS_CPU_MIPS32_R1 |
1341 | bool | 1342 | bool |
@@ -1451,6 +1452,8 @@ config CPU_SUPPORTS_ADDRWINCFG | |||
1451 | bool | 1452 | bool |
1452 | config CPU_SUPPORTS_HUGEPAGES | 1453 | config CPU_SUPPORTS_HUGEPAGES |
1453 | bool | 1454 | bool |
1455 | config CPU_SUPPORTS_UNCACHED_ACCELERATED | ||
1456 | bool | ||
1454 | config MIPS_PGD_C0_CONTEXT | 1457 | config MIPS_PGD_C0_CONTEXT |
1455 | bool | 1458 | bool |
1456 | default y if 64BIT && CPU_MIPSR2 | 1459 | default y if 64BIT && CPU_MIPSR2 |