Message ID | 1447096878-13519-3-git-send-email-yang.shi@linaro.org |
---|---|
State | New |
Headers | show |
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index 4dc89d1..87d6dc6 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -28,6 +28,7 @@ config HEXAGON select MODULES_USE_ELF_RELA select GENERIC_CPU_DEVICES select HAVE_DMA_ATTRS + select ARCH_WANT_FRAME_POINTERS ---help--- Qualcomm Hexagon is a processor architecture designed for high performance and low power across a wide variety of applications. @@ -37,9 +38,6 @@ config HEXAGON_PHYS_OFFSET ---help--- Platforms that don't load the kernel at zero set this. -config FRAME_POINTER - def_bool y - config LOCKDEP_SUPPORT def_bool y
FRAME_POINTER is set by default if ARCH_WANT_FRAME_POINTERS is selcted, this is the standard way to include FRAME_POINTER used by all of other architectures. Signed-off-by: Yang Shi <yang.shi@linaro.org> --- arch/hexagon/Kconfig | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) -- 2.0.2 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/