aboutsummaryrefslogtreecommitdiffstats
path: root/arch/hexagon/Kconfig
diff options
context:
space:
mode:
authorRichard Kuo <rkuo@codeaurora.org>2012-03-27 18:37:33 -0400
committerRichard Kuo <rkuo@codeaurora.org>2013-04-30 20:40:22 -0400
commit66b03dbfe605c2566cff55bde35372030aa4b3d0 (patch)
tree1e933ee8a5ad6b3c4c3e5f8184e9ea9069be2908 /arch/hexagon/Kconfig
parent8f5a0b9dffeb3cb94f2b0622b6fe0717512ef54b (diff)
Hexagon: change arch version config to allow comparisons
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon/Kconfig')
-rw-r--r--arch/hexagon/Kconfig18
1 files changed, 4 insertions, 14 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig
index dd89a7245ac4..d90a495ab791 100644
--- a/arch/hexagon/Kconfig
+++ b/arch/hexagon/Kconfig
@@ -33,19 +33,6 @@ 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
37config HEXAGON_ARCH_V1
38 bool
39
40config HEXAGON_ARCH_V2
41 bool
42
43config HEXAGON_ARCH_V3
44 bool
45
46config HEXAGON_ARCH_V4
47 bool
48
49config HEXAGON_PHYS_OFFSET 36config HEXAGON_PHYS_OFFSET
50 def_bool y 37 def_bool y
51 ---help--- 38 ---help---
@@ -109,12 +96,15 @@ choice
109 96
110config HEXAGON_COMET 97config HEXAGON_COMET
111 bool "Comet Board" 98 bool "Comet Board"
112 select HEXAGON_ARCH_V2
113 ---help--- 99 ---help---
114 Support for the Comet platform. 100 Support for the Comet platform.
115 101
116endchoice 102endchoice
117 103
104config HEXAGON_ARCH_VERSION
105 int "Architecture version"
106 default 2
107
118config HEXAGON_VM 108config HEXAGON_VM
119 def_bool y 109 def_bool y
120 110