uboot-oxnas: bump to U-Boot 2014.10
[librecmc/librecmc.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