You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
389 B
24 lines
389 B
18 years ago
|
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
|