powerpc: cyrus: Separate P5020/P5040 config options
[platform/kernel/u-boot.git] / board / varisys / cyrus / Kconfig
1 if TARGET_CYRUS_P5020 || TARGET_CYRUS_P5040
2
3 config SYS_BOARD
4         default "cyrus"
5
6 config SYS_VENDOR
7         default "varisys"
8
9 config SYS_CONFIG_NAME
10         default "cyrus"
11
12 endif