Signed-off-by: Daniel Palmer <danieruru@xxxxxxxxx> --- arch/m68k/Kconfig.cpu | 16 +++++++++------- 1 file changed, 9 insertions(+), 7 deletions(-) diff --git a/arch/m68k/Kconfig.cpu b/arch/m68k/Kconfig.cpu index 33013df..1ca7cbe 100644 --- a/arch/m68k/Kconfig.cpu +++ b/arch/m68k/Kconfig.cpu @@ -93,27 +93,29 @@ config M68060 If you anticipate running this kernel on a computer with a MC68060 processor, say Y. Otherwise, say N. +choice + prompt "DragonBall SoC family support" + depends on M68000 + help + Select which member of the DragonBall SoC family to support. + config M68328 bool "MC68328" - depends on !MMU - select M68000 help Motorola 68328 processor support. config M68EZ328 bool "MC68EZ328" - depends on !MMU - select M68000 help - Motorola 68EX328 processor support. + Motorola 68EZ328 processor support. config M68VZ328 bool "MC68VZ328" - depends on !MMU - select M68000 help Motorola 68VZ328 processor support. +endchoice + config M68360 bool "MC68360" depends on !MMU -- 1.9.1 -- To unsubscribe from this list: send the line "unsubscribe linux-m68k" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html