rk29: update Kconfig
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rk29 / Kconfig
1 if ARCH_RK29
2
3 choice
4         prompt "Select Board Type"
5         depends on ARCH_RK29
6         default MACH_RK29SDK
7
8 config MACH_RK29SDK
9         depends on ARCH_RK29
10         bool "ROCKCHIP Board Rk29 For Sdk"
11         help
12           Support for the ROCKCHIP Board For Rk29 Sdk.
13
14 config MACH_RK29WINACCORD
15         depends on ARCH_RK29
16         bool "ROCKCHIP Board Rk29 For Winaccord"
17         help
18           Support for the ROCKCHIP Board For Rk29 Winaccord.
19
20 endchoice
21
22 config RK29_MEM_SIZE_M
23         int "Memory size (in MiB)"
24         default 512
25
26 config WIFI_CONTROL_FUNC
27         bool "Enable WiFi control function abstraction"
28         help
29           Enables Power/Reset/Carddetect function abstraction
30
31 menu "RK29 VPU (Video Processing Unit) support"
32
33 config RK29_VPU
34         tristate "Support for RK29 VPU (Video Processing Unit)"
35         depends on ARCH_RK29
36         default y
37
38 config RK29_VPU_DEBUG
39         bool "RK29 VPU debugging"
40         depends on RK29_VPU != n
41         default n
42         help
43           This is an option for the developers; most people should
44           say N here.  This enables RK29 VPU driver debugging.
45
46 config RK29_VPU_HW_PERFORMANCE
47         bool "RK29 VPU HW_PERFORMANCE ioctl support"
48         depends on RK29_VPU != n
49         default n
50         help
51           This is an option for the developers; most people should
52           say N here.  This enables RK29 VPU driver HW_PERFORMANCE ioctl.
53
54 endmenu
55
56 endif