From: Geert Uytterhoeven Date: Tue, 13 Dec 2022 08:18:50 +0000 (+0100) Subject: m68k: nommu: Fix misspellings of "uCdimm" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8f6077272910d1c7b2ccaacbb02119e18aabecb8;p=linux.git m68k: nommu: Fix misspellings of "uCdimm" Arcturus Networks produced the "uCsimm" and "uCdimm" modules. Signed-off-by: Geert Uytterhoeven Signed-off-by: Greg Ungerer --- diff --git a/arch/m68k/Kconfig.machine b/arch/m68k/Kconfig.machine index 53c45ccda5647..b7a70297fbc1a 100644 --- a/arch/m68k/Kconfig.machine +++ b/arch/m68k/Kconfig.machine @@ -192,11 +192,11 @@ config UCSIMM Support for the Arcturus Networks uCsimm module. config UCDIMM - bool "uDsimm module support" + bool "uCdimm module support" depends on !MMU select M68VZ328 help - Support for the Arcturus Networks uDsimm module. + Support for the Arcturus Networks uCdimm module. config DRAGEN2 bool "DragenEngine II board support"