aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/Kconfig
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2013-03-22 17:05:40 -0400
committerRichard Kuo <rkuo@codeaurora.org>2013-04-30 20:40:22 -0400
commit8f5a0b9dffeb3cb94f2b0622b6fe0717512ef54b (patch)
treed85d4b7531645b4b189fb88dd8d6b4b62072284b /arch/hexagon/Kconfig
parente0025a72c37ca404fbf31d569439c20bfb04295e (diff)
Hexagon: add support for ARCH_PFN_OFFSET
Add support for loading the kernel at a physical offset. The offset should still be 4M aligned. Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/Kconfig')
-rw-r--r--arch/hexagon/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index e4decc6b8947..dd89a7245ac4 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -33,6 +33,7 @@ config HEXAGON
33 Qualcomm Hexagon is a processor architecture designed for high 33 Qualcomm Hexagon is a processor architecture designed for high
34 performance and low power across a wide variety of applications. 34 performance and low power across a wide variety of applications.
35 35
36
36config HEXAGON_ARCH_V1 37config HEXAGON_ARCH_V1
37 bool 38 bool
38 39
@@ -45,6 +46,11 @@ config HEXAGON_ARCH_V3
45config HEXAGON_ARCH_V4 46config HEXAGON_ARCH_V4
46 bool 47 bool
47 48
49config HEXAGON_PHYS_OFFSET
50 def_bool y
51 ---help---
52 Platforms that don't load the kernel at zero set this.
53
48config FRAME_POINTER 54config FRAME_POINTER
49 def_bool y 55 def_bool y
50 56