summaryrefslogtreecommitdiffstats
path: root/board/ti/dra7xx/Kconfig
blob: 9ee13c53d3300f79f068bd78fee25a12cc6642f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_DRA7XX_EVM

config SYS_BOARD
	string
	default "dra7xx"

config SYS_VENDOR
	string
	default "ti"

config SYS_CONFIG_NAME
	string
	default "dra7xx_evm"

endif
OpenPOWER on IntegriCloud