Newer
Older
barebox / arch / arm / mach-rockchip / Kconfig
@Lucas Stach Lucas Stach on 11 Mar 2015 188 bytes ARM: radxa-rock: select options for regulator
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