1menu "Platform support" 2 depends on PPC_82xx 3 4choice 5 prompt "Machine Type" 6 default MPC82xx_ADS 7 8config MPC82xx_ADS 9 bool "Freescale MPC82xx ADS" 10 select DEFAULT_UIMAGE 11 select PQ2ADS 12 select 8272 13 select 8260 14 select CPM2 15 select FSL_SOC 16 help 17 This option enables support for the MPC8272 ADS board 18 19endchoice 20 21endmenu 22