(xxm) support FIH
[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 config MACH_RK29FIH
21         depends on ARCH_RK29
22         bool "ROCKCHIP Board Rk29 For FIH"
23         help
24           Support for the ROCKCHIP Board For Rk29 FIH.
25
26
27 config MACH_RK29_AIGO
28         depends on ARCH_RK29
29         bool "ROCKCHIP Board Rk29 For Aigo"
30         help
31           Support for the ROCKCHIP Board For Rk29 Aigo.
32           
33 config MACH_RK29_MALATA
34         depends on ARCH_RK29
35         bool "ROCKCHIP Board Rk29 For Malata"
36         help
37           Support for the ROCKCHIP Board For Rk29 Malata.
38
39 config MACH_RK29_PHONESDK
40         depends on ARCH_RK29
41         bool "ROCKCHIP Board Rk29 For Phone Sdk"
42         help
43           Support for the ROCKCHIP Board For Rk29 Phone Sdk.
44
45 endchoice
46
47 config RK29_MEM_SIZE_M
48         int "Memory size (in MiB)"
49         default 512
50
51 config WIFI_CONTROL_FUNC
52         bool "Enable WiFi control function abstraction"
53         help
54           Enables Power/Reset/Carddetect function abstraction
55
56 menu "RK29 VPU (Video Processing Unit) support"
57
58 config RK29_VPU
59         tristate "Support for RK29 VPU (Video Processing Unit)"
60         depends on ARCH_RK29
61         default y
62
63 config RK29_VPU_DEBUG
64         bool "RK29 VPU debugging"
65         depends on RK29_VPU != n
66         default n
67         help
68           This is an option for the developers; most people should
69           say N here.  This enables RK29 VPU driver debugging.
70
71 endmenu
72
73 endif