Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
[pandora-kernel.git] / arch / powerpc / platforms / 82xx / Kconfig
1 menu "Platform support"
2        depends on PPC_82xx
3
4 choice
5        prompt "Machine Type"
6        default MPC82xx_ADS
7
8 config 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
19 endchoice
20
21 endmenu