summaryrefslogtreecommitdiffstats
path: root/board/davedenx/qong/Kconfig
blob: 54cb4502f05f336f9698d4db0b3b8ff49fb1149e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
if TARGET_QONG

config SYS_CPU
	default "arm1136"

config SYS_BOARD
	default "qong"

config SYS_VENDOR
	default "davedenx"

config SYS_SOC
	default "mx31"

config SYS_CONFIG_NAME
	default "qong"

endif
OpenPOWER on IntegriCloud