rk: RK_CONSOLE_THREAD no depends on FIQ_DEBUGGER_CONSOLE
[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         default y
23         help
24           Normal kernel printk will write out to UART by "kconsole" kthread
25
26 config BLOCK_RKNAND
27         tristate "RK NAND Device Support"
28         default n
29         help
30           RK NAND Device Support.
31
32 config RK_FPGA
33         bool "FPGA Board"
34
35 config DVFS
36         bool "Enable dvfs"
37         default y
38         select PM_OPP
39         select CPU_FREQ
40
41 config RK_PM_TESTS
42         bool "/sys/pm_tests/ support"
43         default n
44         select DVFS
45         select WATCHDOG
46
47 config DDR_TEST
48         bool "DDR Test"
49         select CRC32
50         default n
51
52 config RK_VCODEC
53         tristate "VCODEC (VPU HEVC) service driver in kernel"
54         depends on ARCH_ROCKCHIP
55         default y
56
57 config RK_PL330_DMA_TEST
58         bool "pl330 DMA memcpy test"
59
60 endif