summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-rockchip/Kconfig
blob: ea4361d44e30b3876423785b165b4c527cd27f35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
if ARCH_ROCKCHIP

config ARCH_TEXT_BASE
	hex
	default 0x68000000

comment "select Rockchip boards:"

config MACH_RADXA_ROCK
	select I2C
	select MFD_ACT8846
	bool "Radxa rock board"

endif