2008-06-27 20:26:26 +04:00
|
|
|
menuconfig PPC_83xx
|
|
|
|
bool "83xx-based boards"
|
2009-03-10 20:53:27 +03:00
|
|
|
depends on 6xx
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_UDBG_16550
|
2008-06-26 21:07:56 +04:00
|
|
|
select PPC_PCI_CHOICE
|
2008-06-26 21:07:57 +04:00
|
|
|
select FSL_PCI if PCI
|
2008-06-27 20:26:26 +04:00
|
|
|
select FSL_SOC
|
|
|
|
select IPIC
|
2008-01-28 19:52:15 +03:00
|
|
|
|
2008-06-27 20:26:26 +04:00
|
|
|
if PPC_83xx
|
2006-01-11 06:43:56 +03:00
|
|
|
|
2008-01-25 05:45:51 +03:00
|
|
|
config MPC831x_RDB
|
|
|
|
bool "Freescale MPC831x RDB"
|
2007-02-08 07:19:12 +03:00
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC831x
|
2007-02-08 07:19:12 +03:00
|
|
|
help
|
2008-01-25 05:46:00 +03:00
|
|
|
This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
|
2007-02-08 07:19:12 +03:00
|
|
|
|
2006-10-03 05:10:30 +04:00
|
|
|
config MPC832x_MDS
|
|
|
|
bool "Freescale MPC832x MDS"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC832x
|
2006-10-03 05:10:30 +04:00
|
|
|
help
|
|
|
|
This option enables support for the MPC832x MDS evaluation board.
|
|
|
|
|
2007-03-19 17:15:28 +03:00
|
|
|
config MPC832x_RDB
|
|
|
|
bool "Freescale MPC832x RDB"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC832x
|
2007-03-19 17:15:28 +03:00
|
|
|
help
|
|
|
|
This option enables support for the MPC8323 RDB board.
|
|
|
|
|
2007-02-08 10:11:00 +03:00
|
|
|
config MPC834x_MDS
|
|
|
|
bool "Freescale MPC834x MDS"
|
2006-01-13 20:19:58 +03:00
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC834x
|
2006-01-11 06:43:56 +03:00
|
|
|
help
|
2007-02-08 10:11:00 +03:00
|
|
|
This option enables support for the MPC 834x MDS evaluation board.
|
2006-01-11 06:43:56 +03:00
|
|
|
|
2007-02-08 10:11:00 +03:00
|
|
|
Be aware that PCI buses can only function when MDS board is plugged
|
2006-01-11 06:43:56 +03:00
|
|
|
into the PIB (Platform IO Board) board from Freescale which provide
|
|
|
|
3 PCI slots. The PIBs PCI initialization is the bootloader's
|
2006-11-30 07:22:59 +03:00
|
|
|
responsibility.
|
2006-01-11 06:43:56 +03:00
|
|
|
|
2006-07-01 03:41:20 +04:00
|
|
|
config MPC834x_ITX
|
|
|
|
bool "Freescale MPC834x ITX"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC834x
|
2006-07-01 03:41:20 +04:00
|
|
|
help
|
|
|
|
This option enables support for the MPC 834x ITX evaluation board.
|
|
|
|
|
|
|
|
Be aware that PCI initialization is the bootloader's
|
2006-11-30 07:22:59 +03:00
|
|
|
responsibility.
|
2006-07-01 03:41:20 +04:00
|
|
|
|
2007-02-17 19:13:56 +03:00
|
|
|
config MPC836x_MDS
|
|
|
|
bool "Freescale MPC836x MDS"
|
2006-10-11 15:04:22 +04:00
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
help
|
2007-02-17 19:13:56 +03:00
|
|
|
This option enables support for the MPC836x MDS Processor Board.
|
2006-10-11 15:04:22 +04:00
|
|
|
|
powerpc/83xx: new board support: MPC8360E-RDK
This is patch adds board file, device tree, and defconfig for the new
board, made by Freescale Semiconductor Inc. and Logic Product Development.
Currently supported:
1. UEC{1,2,7,4};
2. I2C;
3. SPI;
4. NS16550 serial;
5. PCI and miniPCI;
6. Intel NOR StrataFlash X16 64Mbit PC28F640P30T85;
7. Graphics controller, Fujitsu MB86277.
Not supported in this patch:
1. StMICRO NAND512W3A2BN6E, 512 Mbit (supported with FSL UPM NAND driver);
2. FHCI USB (supported with FHCI driver).
3. QE Serial UCCs (tested to not work with ucc_uart driver, reason
unknown, yet);
4. ADC AD7843 (tested to work, but support via device tree depends on
major SPI rework, GPIO API, etc);
Signed-off-by: Anton Vorontsov <avorontsov@ru.mvista.com>
Signed-off-by: Kumar Gala <galak@kernel.crashing.org>
2008-05-23 20:39:01 +04:00
|
|
|
config MPC836x_RDK
|
|
|
|
bool "Freescale/Logic MPC836x RDK"
|
|
|
|
select DEFAULT_UIMAGE
|
|
|
|
select FSL_GTM
|
|
|
|
select FSL_LBC
|
|
|
|
help
|
|
|
|
This option enables support for the MPC836x RDK Processor Board,
|
|
|
|
also known as ZOOM PowerQUICC Kit.
|
|
|
|
|
2007-10-19 15:38:45 +04:00
|
|
|
config MPC837x_MDS
|
|
|
|
bool "Freescale MPC837x MDS"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC837x
|
2007-10-19 15:38:45 +04:00
|
|
|
help
|
|
|
|
This option enables support for the MPC837x MDS Processor Board.
|
2008-01-25 02:41:30 +03:00
|
|
|
|
2008-01-25 05:47:11 +03:00
|
|
|
config MPC837x_RDB
|
|
|
|
bool "Freescale MPC837x RDB"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC837x
|
2008-01-25 05:47:11 +03:00
|
|
|
help
|
|
|
|
This option enables support for the MPC837x RDB Board.
|
|
|
|
|
2008-01-25 02:41:30 +03:00
|
|
|
config SBC834x
|
|
|
|
bool "Wind River SBC834x"
|
|
|
|
select DEFAULT_UIMAGE
|
2008-01-28 19:52:15 +03:00
|
|
|
select PPC_MPC834x
|
2008-01-25 02:41:30 +03:00
|
|
|
help
|
|
|
|
This option enables support for the Wind River SBC834x board.
|
|
|
|
|
2008-05-08 16:47:00 +04:00
|
|
|
config ASP834x
|
|
|
|
bool "Analogue & Micro ASP 834x"
|
|
|
|
select PPC_MPC834x
|
|
|
|
select REDBOOT
|
|
|
|
help
|
|
|
|
This enables support for the Analogue & Micro ASP 83xx
|
|
|
|
board.
|
|
|
|
|
|
|
|
|
2008-01-28 19:52:15 +03:00
|
|
|
endif
|
2006-01-11 06:43:56 +03:00
|
|
|
|
2008-01-28 19:52:15 +03:00
|
|
|
# used for usb
|
2007-02-08 07:19:12 +03:00
|
|
|
config PPC_MPC831x
|
|
|
|
bool
|
|
|
|
|
2008-01-28 19:52:15 +03:00
|
|
|
# used for math-emu
|
2006-10-03 05:10:30 +04:00
|
|
|
config PPC_MPC832x
|
|
|
|
bool
|
|
|
|
|
2008-01-28 19:52:15 +03:00
|
|
|
# used for usb
|
|
|
|
config PPC_MPC834x
|
2006-01-11 06:43:56 +03:00
|
|
|
bool
|
2007-10-19 15:38:45 +04:00
|
|
|
|
2008-01-28 19:52:15 +03:00
|
|
|
# used for usb
|
2007-10-19 15:38:45 +04:00
|
|
|
config PPC_MPC837x
|
|
|
|
bool
|