summaryrefslogtreecommitdiffstats
path: root/board/BuR/kwb/Kconfig
blob: 5676c4fe5be21f32bdad0ee1bd7ba0b645e8fef3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
if TARGET_KWB

config SYS_CPU
	string
	default "armv7"

config SYS_BOARD
	string
	default "kwb"

config SYS_VENDOR
	string
	default "BuR"

config SYS_SOC
	string
	default "am33xx"

config SYS_CONFIG_NAME
	string
	default "kwb"

endif
OpenPOWER on IntegriCloud