7c6337e225
Add base kernel support for the TI DaVinci platform. This patch only includes interrupts, timers, CPU identification, serial support and basic power and sleep controller init. More drivers to come. Signed-off-by: Kevin Hilman <khilman@mvista.com> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
23 lines
389 B
Text
23 lines
389 B
Text
if ARCH_DAVINCI
|
|
|
|
menu "TI DaVinci Implementations"
|
|
|
|
comment "DaVinci Core Type"
|
|
|
|
config ARCH_DAVINCI644x
|
|
default y
|
|
bool "DaVinci 644x based system"
|
|
|
|
comment "DaVinci Board Type"
|
|
|
|
config MACH_DAVINCI_EVM
|
|
bool "TI DaVinci EVM"
|
|
default y
|
|
depends on ARCH_DAVINCI644x
|
|
help
|
|
Configure this option to specify the whether the board used
|
|
for development is a DaVinci EVM
|
|
|
|
endmenu
|
|
|
|
endif
|