1choice 2 prompt "Machine Type" 3 depends on PPC_85xx 4 default MPC8540_ADS 5 6config MPC8540_ADS 7 bool "Freescale MPC8540 ADS" 8 select DEFAULT_UIMAGE 9 help 10 This option enables support for the MPC 8540 ADS board 11 12config MPC8560_ADS 13 bool "Freescale MPC8560 ADS" 14 select DEFAULT_UIMAGE 15 help 16 This option enables support for the MPC 8560 ADS board 17 18config MPC85xx_CDS 19 bool "Freescale MPC85xx CDS" 20 select DEFAULT_UIMAGE 21 select PPC_I8259 22 help 23 This option enables support for the MPC85xx CDS board 24 25config MPC85xx_MDS 26 bool "Freescale MPC85xx MDS" 27 select DEFAULT_UIMAGE 28# select QUICC_ENGINE 29 help 30 This option enables support for the MPC85xx MDS board 31 32config MPC8544_DS 33 bool "Freescale MPC8544 DS" 34 select PPC_I8259 35 select DEFAULT_UIMAGE 36 help 37 This option enables support for the MPC8544 DS board 38 39endchoice 40 41config MPC8540 42 bool 43 select PPC_UDBG_16550 44 select PPC_INDIRECT_PCI 45 default y if MPC8540_ADS || MPC85xx_CDS 46 47config MPC8560 48 bool 49 select CPM2 50 default y if MPC8560_ADS 51 52config MPC85xx 53 bool 54 select PPC_UDBG_16550 55 select PPC_INDIRECT_PCI if PCI 56 select MPIC 57 select FSL_PCI if PCI 58 select SERIAL_8250_SHARE_IRQ if SERIAL_8250 59 default y if MPC8540_ADS || MPC85xx_CDS || MPC8560_ADS \ 60 || MPC85xx_MDS || MPC8544_DS 61