u-boot-brain/board/varisys/cyrus/Kconfig
York Sun 22a1b99a1d powerpc: cyrus: Separate P5020/P5040 config options
Instead of using EXTRA options in defconfig, use two targets
in Kconfig to select correct SoC.

Signed-off-by: York Sun <york.sun@nxp.com>
2016-12-02 08:52:34 -08:00

13 lines
165 B
Plaintext

if TARGET_CYRUS_P5020 || TARGET_CYRUS_P5040
config SYS_BOARD
default "cyrus"
config SYS_VENDOR
default "varisys"
config SYS_CONFIG_NAME
default "cyrus"
endif