summaryrefslogtreecommitdiffstats
path: root/board/ivm/Kconfig
blob: 6ff302556db4745585dfed668bdef0c6c9095ebd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
if TARGET_IVML24

config SYS_BOARD
	default "ivm"

config SYS_CONFIG_NAME
	default "IVML24"

endif

if TARGET_IVMS8

config SYS_BOARD
	default "ivm"

config SYS_CONFIG_NAME
	default "IVMS8"

endif
OpenPOWER on IntegriCloud