Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

m68knommu: Remove dependencies on nonexistent M68KNOMMU

M68KNOMMU is set nowhere.

Signed-off-by: Geert Uytterhoeven <geert@linux-m68k.org>
Signed-off-by: Greg Ungerer <gerg@uclinux.org>

authored by

Geert Uytterhoeven and committed by
Greg Ungerer
73020415 100b33c8

+2 -2
+1 -1
drivers/net/can/mscan/Kconfig
··· 1 1 config CAN_MSCAN 2 - depends on CAN_DEV && (PPC || M68K || M68KNOMMU) 2 + depends on CAN_DEV && (PPC || M68K) 3 3 tristate "Support for Freescale MSCAN based chips" 4 4 ---help--- 5 5 The Motorola Scalable Controller Area Network (MSCAN) definition
+1 -1
lib/Kconfig.debug
··· 805 805 config FRAME_POINTER 806 806 bool "Compile the kernel with frame pointers" 807 807 depends on DEBUG_KERNEL && \ 808 - (CRIS || M68K || M68KNOMMU || FRV || UML || \ 808 + (CRIS || M68K || FRV || UML || \ 809 809 AVR32 || SUPERH || BLACKFIN || MN10300) || \ 810 810 ARCH_WANT_FRAME_POINTERS 811 811 default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS