]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
lib: remove AVR32 entry in Kconfig.debug compile with frame pointers
authorHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Sun, 9 Apr 2017 08:45:27 +0000 (10:45 +0200)
committerHans-Christian Noren Egtvedt <egtvedt@samfundet.no>
Mon, 1 May 2017 07:27:15 +0000 (09:27 +0200)
AVR32 architecture has been removed from the Linux kernel sources, hence
clean up the architecture related symbols in lib/Kconfig.debug.

Signed-off-by: Hans-Christian Noren Egtvedt <egtvedt@samfundet.no>
lib/Kconfig.debug

index fa16c0f82d6e4c159ac4b8751a1fc52631974438..2598a32d2db188635c873d27b8e94d8a82a9b904 100644 (file)
@@ -356,7 +356,7 @@ config FRAME_POINTER
        bool "Compile the kernel with frame pointers"
        depends on DEBUG_KERNEL && \
                (CRIS || M68K || FRV || UML || \
-                AVR32 || SUPERH || BLACKFIN || MN10300 || METAG) || \
+                SUPERH || BLACKFIN || MN10300 || METAG) || \
                ARCH_WANT_FRAME_POINTERS
        default y if (DEBUG_INFO && UML) || ARCH_WANT_FRAME_POINTERS
        help