summaryrefslogtreecommitdiffstats
path: root/arch/m68k/include
diff options
context:
space:
mode:
authorLinus Torvalds <torvalds@linux-foundation.org>2024-11-26 23:47:58 +0100
committerLinus Torvalds <torvalds@linux-foundation.org>2024-11-26 23:47:58 +0100
commit7ebe7afed716391a9831de8adc910fff65001ef2 (patch)
treed1802412c8f69fcf6d9da3fbfbacb24bd8504ded /arch/m68k/include
parentMerge tag 'rust-6.13' of https://github.com/Rust-for-Linux/linux (diff)
parentm68k: coldfire/device.c: only build FEC when HW macros are defined (diff)
downloadlinux-7ebe7afed716391a9831de8adc910fff65001ef2.tar.xz
linux-7ebe7afed716391a9831de8adc910fff65001ef2.zip
Merge tag 'm68knommu-for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu
Pull m68knommu updates from Greg Ungerer: - only include FEC platform entries when hardware supports it - fix typo in ifdef config name * tag 'm68knommu-for-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/gerg/m68knommu: m68k: coldfire/device.c: only build FEC when HW macros are defined m68k: mcfgpio: Fix incorrect register offset for CONFIG_M5441x
Diffstat (limited to 'arch/m68k/include')
-rw-r--r--arch/m68k/include/asm/mcfgpio.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/m68k/include/asm/mcfgpio.h b/arch/m68k/include/asm/mcfgpio.h
index 019f24439546..9c91ecdafc45 100644
--- a/arch/m68k/include/asm/mcfgpio.h
+++ b/arch/m68k/include/asm/mcfgpio.h
@@ -136,7 +136,7 @@ static inline void gpio_free(unsigned gpio)
* read-modify-write as well as those controlled by the EPORT and GPIO modules.
*/
#define MCFGPIO_SCR_START 40
-#elif defined(CONFIGM5441x)
+#elif defined(CONFIG_M5441x)
/* The m5441x EPORT doesn't have its own GPIO port, uses PORT C */
#define MCFGPIO_SCR_START 0
#else