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

config SYS_CPU
	string
	default "arm920t"

config SYS_BOARD
	string
	default "cm4008"

config SYS_SOC
	string
	default "ks8695"

config SYS_CONFIG_NAME
	string
	default "cm4008"

endif
OpenPOWER on IntegriCloud