f0a5f3a5932bd7e33c1d11037954cdbe93aeca81
[firefly-linux-kernel-4.4.55.git] / arch / arm / mach-rockchip / Kconfig.common
1 if ARCH_ROCKCHIP
2
3 config RK_LAST_LOG
4         bool "Save the last kernel log on /proc/last_log"
5         depends on DEBUG_KERNEL && PRINTK
6         default y
7         help
8           It is only intended for debugging.
9
10 config RK_DEBUG_UART
11         int "Debug UART"
12         default 2
13         help
14           Select a UART for debugging. -1 disable.
15
16 config RK_USB_UART
17         bool "Support USB UART Bypass Function"
18         depends on (RK_DEBUG_UART = 2) 
19
20 config RK_CONSOLE_THREAD
21         bool "Console write by thread"
22         depends on FIQ_DEBUGGER_CONSOLE
23         default y
24         help
25           Normal kernel printk will write out to UART by "kconsole" kthread
26
27 config BLOCK_RKNAND
28         tristate "RK NAND Device Support"
29         default n
30         help
31           RK NAND Device Support.
32
33 config RK_FPGA
34         bool "FPGA Board"
35
36 config DVFS
37         bool "Enable dvfs"
38         default y
39         select PM_OPP
40         select CPU_FREQ
41
42 config RK_PM_TESTS
43         bool "/sys/pm_tests/ support"
44         default n
45         select DVFS
46         select WATCHDOG
47
48 config DDR_TEST
49         bool "DDR Test"
50         select CRC32
51         default n
52
53 config RK_VCODEC
54         tristate "VCODEC (VPU HEVC) service driver in kernel"
55         depends on ARCH_ROCKCHIP
56         default y
57
58 config RK_PL330_DMA_TEST
59         bool "pl330 DMA memcpy test"
60
61 endif