Kconfig 2.46 KB
Newer Older
1 2 3
menuconfig PPC_83xx
	bool "83xx-based boards"
	depends on 6xx && PPC_MULTIPLATFORM
4
	select PPC_UDBG_16550
John Rigby's avatar
John Rigby committed
5
	select PPC_PCI_CHOICE
6
	select FSL_PCI if PCI
7 8
	select FSL_SOC
	select IPIC
9

10
if PPC_83xx
11

12 13
config MPC831x_RDB
	bool "Freescale MPC831x RDB"
14
	select DEFAULT_UIMAGE
15
	select PPC_MPC831x
16
	help
17
	  This option enables support for the MPC8313 RDB and MPC8315 RDB boards.
18

19 20 21
config MPC832x_MDS
	bool "Freescale MPC832x MDS"
	select DEFAULT_UIMAGE
22
	select PPC_MPC832x
23 24 25
	help
	  This option enables support for the MPC832x MDS evaluation board.

26 27 28
config MPC832x_RDB
	bool "Freescale MPC832x RDB"
	select DEFAULT_UIMAGE
29
	select PPC_MPC832x
30 31 32
	help
	  This option enables support for the MPC8323 RDB board.

33 34
config MPC834x_MDS
	bool "Freescale MPC834x MDS"
35
	select DEFAULT_UIMAGE
36
	select PPC_MPC834x
37
	help
38
	  This option enables support for the MPC 834x MDS evaluation board.
39

40
	  Be aware that PCI buses can only function when MDS board is plugged
41 42
	  into the PIB (Platform IO Board) board from Freescale which provide
	  3 PCI slots.  The PIBs PCI initialization is the bootloader's
Matt LaPlante's avatar
Matt LaPlante committed
43
	  responsibility.
44

45 46 47
config MPC834x_ITX
	bool "Freescale MPC834x ITX"
	select DEFAULT_UIMAGE
48
	select PPC_MPC834x
49 50 51 52
	help
	  This option enables support for the MPC 834x ITX evaluation board.

	  Be aware that PCI initialization is the bootloader's
Matt LaPlante's avatar
Matt LaPlante committed
53
	  responsibility.
54

55 56
config MPC836x_MDS
	bool "Freescale MPC836x MDS"
57 58
	select DEFAULT_UIMAGE
	help
59
	  This option enables support for the MPC836x MDS Processor Board.
60

61 62 63 64 65 66 67 68 69
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.

70 71 72
config MPC837x_MDS
	bool "Freescale MPC837x MDS"
	select DEFAULT_UIMAGE
73
	select PPC_MPC837x
74 75
	help
	  This option enables support for the MPC837x MDS Processor Board.
76

77 78 79
config MPC837x_RDB
	bool "Freescale MPC837x RDB"
	select DEFAULT_UIMAGE
80
	select PPC_MPC837x
81 82 83
	help
	  This option enables support for the MPC837x RDB Board.

84 85 86
config SBC834x
	bool "Wind River SBC834x"
	select DEFAULT_UIMAGE
87
	select PPC_MPC834x
88 89 90
	help
	  This option enables support for the Wind River SBC834x board.

91 92 93 94 95 96 97 98 99
config ASP834x
	bool "Analogue & Micro ASP 834x"
	select PPC_MPC834x
	select REDBOOT
	help
	  This enables support for the Analogue & Micro ASP 83xx
	  board.


100
endif
101

102
# used for usb
103 104 105
config PPC_MPC831x
	bool

106
# used for math-emu
107 108 109
config PPC_MPC832x
	bool

110 111
# used for usb
config PPC_MPC834x
112
	bool
113

114
# used for usb
115 116
config PPC_MPC837x
	bool