summaryrefslogtreecommitdiffstats
path: root/board/ti/ti814x/Kconfig
blob: 9bd3d73427b43b94a95e663f7e3c44e54ed4e4de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_TI814X_EVM

config SYS_CPU
	default "armv7"

config SYS_BOARD
	default "ti814x"

config SYS_VENDOR
	default "ti"

config SYS_SOC
	default "am33xx"

config SYS_CONFIG_NAME
	default "ti814x_evm"

endif
OpenPOWER on IntegriCloud