summaryrefslogtreecommitdiff
path: root/arch/powerpc/platforms/82xx/Kconfig
blob: 47d841ecf2e28767af53edfe6d4ff7278a8433f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
menu "Platform support"
       depends on PPC_82xx

choice
       prompt "Machine Type"
       default MPC82xx_ADS

config MPC82xx_ADS
       bool "Freescale MPC82xx ADS"
       select DEFAULT_UIMAGE
       select PQ2ADS
       select 8272
       select 8260
       select CPM2
       select FSL_SOC
       help
         This option enables support for the MPC8272 ADS board

endchoice

endmenu