add rk29 Winaccord board
[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 config MACH_RK29WINACCORD
10         depends on ARCH_RK29
11         default y
12         bool "ROCKCHIP Board Rk29 For Winaccord"
13         select PL330    
14         help
15           Support for the ROCKCHIP Board For Rk29 Winaccord.
16
17 config MACH_RK29SDK_MEM_SIZE_M
18         int "Memory size (in MiB)"
19         depends on MACH_RK29SDK || MACH_RK29WINACCORD
20         default 512
21
22 config WIFI_CONTROL_FUNC
23         bool "Enable WiFi control function abstraction"
24         help
25           Enables Power/Reset/Carddetect function abstraction
26
27 menu "RK29 VPU (Video Processing Unit) support"
28
29 config RK29_VPU
30         tristate "Support for RK29 VPU (Video Processing Unit)"
31         depends on ARCH_RK29
32         default y
33
34 config RK29_VPU_DEBUG
35         bool "RK29 VPU debugging"
36         depends on RK29_VPU != n
37         default n
38         help
39           This is an option for the developers; most people should
40           say N here.  This enables RK29 VPU driver debugging.
41
42 config RK29_VPU_HW_PERFORMANCE
43         bool "RK29 VPU HW_PERFORMANCE ioctl support"
44         depends on RK29_VPU != n
45         default n
46         help
47           This is an option for the developers; most people should
48           say N here.  This enables RK29 VPU driver HW_PERFORMANCE ioctl.
49
50 endmenu