aboutsummaryrefslogtreecommitdiffstats
path: root/package/boot/uboot-oxnas/files/board/ox820/Kconfig
blob: 8f631aa67b91083f4551819013694ce80766c790 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_OX820

config SYS_CPU
	default "arm1136"

config SYS_SOC
	default "nas782x"

config SYS_BOARD
	default "ox820"

config SYS_CONFIG_NAME
	default "ox820"

endif