barebox/arch/arm/mach-nomadik/Kconfig
Jean-Christophe PLAGNIOL-VILLARD 6186a85515 arm: move clkdev to drivers/clk
as refer in this patch "arm & sh: factorised duplicated clkdev.c"

factorise some generic infrastructure to assist looking up struct clks
for the ARM & SH architecture.

as the code is identical at 99% in linux

move it also as preparing for the SH adding

Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
2010-09-20 08:56:42 +02:00

25 lines
372 B
Text

if ARCH_NOMADIK
config ARCH_TEXT_BASE
hex
default 0x03c00000 if MACH_NOMADIK_8815NHK
config BOARDINFO
default "NHK8815" if MACH_NOMADIK_8815NHK
choice
prompt "Nomadik boards"
config MACH_NOMADIK_8815NHK
bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
select NOMADIK_8815
select CLKDEV_LOOKUP
endchoice
config NOMADIK_8815
bool
select ARM_AMBA
endif