8f631aa67b91083f4551819013694ce80766c790
[openwrt/staging/yousong.git] / package / boot / uboot-oxnas / files / board / ox820 / Kconfig
1 if TARGET_OX820
2
3 config SYS_CPU
4 default "arm1136"
5
6 config SYS_SOC
7 default "nas782x"
8
9 config SYS_BOARD
10 default "ox820"
11
12 config SYS_CONFIG_NAME
13 default "ox820"
14
15 endif