mpc85xx: Add support for the Varisys Cyrus board
This board runs a P5020 or P5040 chip, and utilizes an EEPROM with similar formatting to the Freescale P5020DS. Large amounts of this code were developed by Adrian Cox <adrian at humboldt dot co dot uk> Signed-off-by: Andy Fleming <afleming@gmail.com> Reviewed-by: York Sun <yorksun@freescale.com>
This commit is contained in:
@@ -149,6 +149,9 @@ config TARGET_XPEDITE550X
|
||||
config TARGET_UCP1020
|
||||
bool "Support uCP1020"
|
||||
|
||||
config TARGET_CYRUS
|
||||
bool "Support Varisys Cyrus"
|
||||
|
||||
endchoice
|
||||
|
||||
source "board/freescale/b4860qds/Kconfig"
|
||||
@@ -185,6 +188,7 @@ source "board/gdsys/p1022/Kconfig"
|
||||
source "board/keymile/kmp204x/Kconfig"
|
||||
source "board/sbc8548/Kconfig"
|
||||
source "board/socrates/Kconfig"
|
||||
source "board/varisys/cyrus/Kconfig"
|
||||
source "board/xes/xpedite520x/Kconfig"
|
||||
source "board/xes/xpedite537x/Kconfig"
|
||||
source "board/xes/xpedite550x/Kconfig"
|
||||
|
||||
Reference in New Issue
Block a user