summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/Kconfig
blob: f2fa3c6345fa00f8ec277dee3340ca9a71f477f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40

menu "Rockchip Features"
	depends on ARCH_ROCKCHIP

config ARCH_TEXT_BASE
	hex
	default 0x68000000 if ARCH_RK3188
	default 0x0 if ARCH_RK3288

config RK_TIMER
	hex
	default 1

choice
	prompt "Select Rockchip SoC"

config ARCH_RK3188
	bool "Rockchip RK3188 SoCs"

config ARCH_RK3288
	bool "Rockchip RK3288 SoCs"
	select CLOCKSOURCE_ROCKCHIP
endchoice

comment "select Rockchip boards:"

config MACH_RADXA_ROCK
	depends on ARCH_RK3188
	select I2C
	select MFD_ACT8846
	bool "Radxa rock board"

config MACH_PHYTEC_SOM_RK3288
	depends on ARCH_RK3288
	select I2C
	bool "RK3288 phyCORE SOM"
	help
	  Say Y here if you are using a RK3288 based Phytecs SOM

endmenu