MIPS: kconfig: globally define CONFIG_SYS_CPU for MIPS
[oweals/u-boot.git] / board / micronas / vct / Kconfig
1 if TARGET_VCT
2
3 config SYS_BOARD
4         default "vct"
5
6 config SYS_VENDOR
7         default "micronas"
8
9 config SYS_CONFIG_NAME
10         default "vct"
11
12 endif