Loongson2f support video acceleration. Signed-off-by: Wu Zhangjin <wuzhangjin@xxxxxxxxx> --- arch/mips/Kconfig | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig index 539c384..2e39609 100644 --- a/arch/mips/Kconfig +++ b/arch/mips/Kconfig @@ -1318,6 +1318,9 @@ config CPU_LOONGSON2 config SYS_HAS_CPU_LOONGSON2E bool +config CPU_SUPPORT_VIDEO_ACC + bool + config CPU_SUPPORT_CPUFREQ bool @@ -1328,6 +1331,7 @@ config SYS_HAS_CPU_LOONGSON2F bool select CPU_SUPPORT_CPUFREQ select CPU_SUPPORT_ADDRWINCFG if 64BIT + select CPU_SUPPORT_VIDEO_ACC config SYS_HAS_CPU_MIPS32_R1 bool -- 1.6.2.1