diff options
author | Richard Kuo <rkuo@codeaurora.org> | 2012-03-27 18:37:33 -0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-04-30 20:40:22 -0400 |
commit | 66b03dbfe605c2566cff55bde35372030aa4b3d0 (patch) | |
tree | 1e933ee8a5ad6b3c4c3e5f8184e9ea9069be2908 /arch/hexagon/Kconfig | |
parent | 8f5a0b9dffeb3cb94f2b0622b6fe0717512ef54b (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/Kconfig | 18 |
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 | |||
37 | config HEXAGON_ARCH_V1 | ||
38 | bool | ||
39 | |||
40 | config HEXAGON_ARCH_V2 | ||
41 | bool | ||
42 | |||
43 | config HEXAGON_ARCH_V3 | ||
44 | bool | ||
45 | |||
46 | config HEXAGON_ARCH_V4 | ||
47 | bool | ||
48 | |||
49 | config HEXAGON_PHYS_OFFSET | 36 | config HEXAGON_PHYS_OFFSET |
50 | def_bool y | 37 | def_bool y |
51 | ---help--- | 38 | ---help--- |
@@ -109,12 +96,15 @@ choice | |||
109 | 96 | ||
110 | config HEXAGON_COMET | 97 | config 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 | ||
116 | endchoice | 102 | endchoice |
117 | 103 | ||
104 | config HEXAGON_ARCH_VERSION | ||
105 | int "Architecture version" | ||
106 | default 2 | ||
107 | |||
118 | config HEXAGON_VM | 108 | config HEXAGON_VM |
119 | def_bool y | 109 | def_bool y |
120 | 110 | ||