1choice 2 prompt "Machine Type" 3 depends on PPC_82xx 4 default MPC82xx_ADS 5 6config MPC82xx_ADS 7 bool "Freescale MPC82xx ADS" 8 select DEFAULT_UIMAGE 9 select PQ2ADS 10 select 8272 11 select 8260 12 select FSL_SOC 13 help 14 This option enables support for the MPC8272 ADS board 15 16endchoice 17 18config PQ2ADS 19 bool 20 default n 21 22config 8260 23 bool 24 depends on 6xx 25 select CPM2 26 help 27 The MPC8260 is a typical embedded CPU made by Freescale. Selecting 28 this option means that you wish to build a kernel for a machine with 29 an 8260 class CPU. 30 31config 8272 32 bool 33 select 8260 34 help 35 The MPC8272 CPM has a different internal dpram setup than other CPM2 36 devices 37