-choice
-       prompt "82xx Board Type"
-       depends on PPC_82xx
-       default MPC8272_ADS
+menuconfig PPC_82xx
+       bool "82xx-based boards (PQ II)"
+       depends on 6xx && PPC_MULTIPLATFORM
+
+if PPC_82xx
 
 config MPC8272_ADS
        bool "Freescale MPC8272 ADS"
          This board is also resold by Freescale as the QUICCStart
          MPC8248 Evaluation System and/or the CWH-PPC-8248N-VE.
 
-endchoice
+endif
 
 config PQ2ADS
        bool
 
-menuconfig MPC83xx
-       bool "83xx Board Type"
-       depends on PPC_83xx
+menuconfig PPC_83xx
+       bool "83xx-based boards"
+       depends on 6xx && PPC_MULTIPLATFORM
        select PPC_UDBG_16550
        select PPC_INDIRECT_PCI
+       select FSL_SOC
+       select IPIC
 
-if MPC83xx
+if PPC_83xx
 
 config MPC831x_RDB
        bool "Freescale MPC831x RDB"
 
-choice
-       prompt "86xx Board Type"
-       depends on PPC_86xx
-       default MPC8641_HPCN
+config PPC_86xx
+menuconfig PPC_86xx
+       bool "86xx-based boards"
+       depends on 6xx && PPC_MULTIPLATFORM
+       select FSL_SOC
+       select ALTIVEC
+       help
+         The Freescale E600 SoCs have 74xx cores.
+
+if PPC_86xx
 
 config MPC8641_HPCN
        bool "Freescale MPC8641 HPCN"
        help
          This option enables support for the MPC8610 HPCD board.
 
-endchoice
+endif
 
 config MPC8641
        bool
 
 menu "Platform support"
 
-choice
-       prompt "Machine type"
-       depends on PPC64 || 6xx
-       default PPC_MULTIPLATFORM
-
 config PPC_MULTIPLATFORM
-       bool "Generic desktop/server/laptop"
-       help
-         Select this option if configuring for an IBM pSeries or
-         RS/6000 machine, an Apple machine, or a PReP, CHRP,
-         Maple or Cell-based machine.
-
-config PPC_82xx
-       bool "Freescale 82xx"
-       depends on 6xx
-
-config PPC_83xx
-       bool "Freescale 83xx"
-       depends on 6xx
-       select FSL_SOC
-       select MPC83xx
-       select IPIC
-
-config PPC_86xx
-       bool "Freescale 86xx"
-       depends on 6xx
-       select FSL_SOC
-       select ALTIVEC
-       help
-         The Freescale E600 SoCs have 74xx cores.
-endchoice
+       bool
+       depends on PPC64 || 6xx
+       default y
 
 config CLASSIC32
        def_bool y