xref: /linux/arch/arm/mach-davinci/Kconfig (revision 7c6337e225364870e9bf02a3ae277d9fdea483f8)
1*7c6337e2SKevin Hilmanif ARCH_DAVINCI
2*7c6337e2SKevin Hilman
3*7c6337e2SKevin Hilmanmenu "TI DaVinci Implementations"
4*7c6337e2SKevin Hilman
5*7c6337e2SKevin Hilmancomment "DaVinci Core Type"
6*7c6337e2SKevin Hilman
7*7c6337e2SKevin Hilmanconfig ARCH_DAVINCI644x
8*7c6337e2SKevin Hilman	default y
9*7c6337e2SKevin Hilman	bool "DaVinci 644x based system"
10*7c6337e2SKevin Hilman
11*7c6337e2SKevin Hilmancomment "DaVinci Board Type"
12*7c6337e2SKevin Hilman
13*7c6337e2SKevin Hilmanconfig MACH_DAVINCI_EVM
14*7c6337e2SKevin Hilman	bool "TI DaVinci EVM"
15*7c6337e2SKevin Hilman	default y
16*7c6337e2SKevin Hilman	depends on ARCH_DAVINCI644x
17*7c6337e2SKevin Hilman	help
18*7c6337e2SKevin Hilman	  Configure this option to specify the whether the board used
19*7c6337e2SKevin Hilman	  for development is a DaVinci EVM
20*7c6337e2SKevin Hilman
21*7c6337e2SKevin Hilmanendmenu
22*7c6337e2SKevin Hilman
23*7c6337e2SKevin Hilmanendif
24