Commit d6f18b4e authored by Kevin Hilman's avatar Kevin Hilman

DaVinci: Allow building for multiple chips into same kernel

Signed-off-by: default avatarKevin Hilman <khilman@deeprootsystems.com>
parent 12c01b05
......@@ -4,19 +4,17 @@ menu "TI DaVinci Implementations"
comment "DaVinci Core Type"
choice
prompt "DaVinci ARCH type"
default ARCH_DAVINCI644x
config ARCH_DAVINCI644x
bool "DaVinci 644x based system"
select CPU_V5
config ARCH_DAVINCI_DM646x
bool "DaVinci 646x based system"
select CPU_V5
config ARCH_DAVINCI_DM355
bool "DaVinci 355 based system"
endchoice
select CPU_V5
comment "DaVinci Board Type"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment