rk29: add vpu support
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rk29 / Kconfig
1 config MACH_RK29SDK
2         depends on ARCH_RK29
3         default y
4         bool "ROCKCHIP Board Rk29 For Sdk"
5         select PL330    
6         help
7           Support for the ROCKCHIP Board For Rk29 Sdk.
8
9 menu "RK29 VPU (Video Processing Unit) support"
10
11 config RK29_VPU
12         tristate "Support for RK29 VPU (Video Processing Unit)"
13         depends on ARCH_RK29
14         default y
15
16 config RK29_VPU_DEBUG
17         bool "RK29 VPU debugging"
18         depends on RK29_VPU != n
19         default n
20         help
21           This is an option for the developers; most people should
22           say N here.  This enables RK29 VPU driver debugging.
23
24 config RK29_VPU_HW_PERFORMANCE
25         bool "RK29 VPU HW_PERFORMANCE ioctl support"
26         depends on RK29_VPU != n
27         default n
28         help
29           This is an option for the developers; most people should
30           say N here.  This enables RK29 VPU driver HW_PERFORMANCE ioctl.
31
32 endmenu