8 prompt "8xx Machine Type"
21 MPC86x Application Development System by Freescale Semiconductor.
22 The MPC86xADS is meant to serve as a platform for s/w and h/w
23 development around the MPC86X processor families.
29 Freescale Semiconductor MPC885 Application Development System (ADS).
31 The MPC885ADS is meant to serve as a platform for s/w and h/w
32 development around the MPC885 processor family.
36 menu "Freescale Ethernet driver platform-specific options"
37 depends on (FS_ENET && MPC885ADS)
39 config MPC8xx_SECOND_ETH
40 bool "Second Ethernet channel"
44 This enables support for second Ethernet on MPC885ADS and MPC86xADS boards.
45 The latter will use SCC1, for 885ADS you can select it below.
48 prompt "Second Ethernet channel"
49 depends on MPC8xx_SECOND_ETH
50 default MPC8xx_SECOND_ETH_FEC2
52 config MPC8xx_SECOND_ETH_FEC2
56 Enable FEC2 to serve as 2-nd Ethernet channel. Note that SMC2
57 (often 2-nd UART) will not work if this is enabled.
59 config MPC8xx_SECOND_ETH_SCC3
63 Enable SCC3 to serve as 2-nd Ethernet channel. Note that SMC1
64 (often 1-nd UART) will not work if this is enabled.
71 # MPC8xx Communication options
74 menu "MPC8xx CPM Options"
77 # This doesn't really belong here, but it is convenient to ask
78 # 8xx specific questions.
79 comment "Generic MPC8xx Options"
82 bool "Copy-Back Data Cache (else Writethrough)"
84 Saying Y here will cause the cache on an MPC8xx processor to be used
85 in Copy-Back mode. If you say N here, it is used in Writethrough
88 If in doubt, say Y here.
91 bool "CPU6 Silicon Errata (860 Pre Rev. C)"
93 MPC860 CPUs, prior to Rev C have some bugs in the silicon, which
94 require workarounds for Linux (and most other OSes to work). If you
95 get a BUG() very early in boot, this might fix the problem. For
96 more details read the document entitled "MPC860 Family Device Errata
97 Reference" on Freescale's website. This option also incurs a
100 If in doubt, say N here.
103 prompt "Microcode patch selection"
104 default NO_UCODE_PATCH
106 Help not implemented yet, coming soon.
108 config NO_UCODE_PATCH
111 config USB_SOF_UCODE_PATCH
114 Help not implemented yet, coming soon.
116 config I2C_SPI_UCODE_PATCH
117 bool "I2C/SPI relocation patch"
119 Help not implemented yet, coming soon.
121 config I2C_SPI_SMC1_UCODE_PATCH
122 bool "I2C/SPI/SMC1 relocation patch"
124 Help not implemented yet, coming soon.
131 depends on !NO_UCODE_PATCH