diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2013-03-21 06:13:17 -0400 |
---|---|---|
committer | Richard Kuo <rkuo@codeaurora.org> | 2013-04-30 20:40:27 -0400 |
commit | 41929798bb71a5997e4b8a760ab8e0dd4f592bb6 (patch) | |
tree | 8fdd9f37d680193991709fa42807046cfb8a116d /arch/hexagon | |
parent | 65af3a3f89d726701c6436c4e223d9e2e7d525bc (diff) |
Hexagon: remove two Kconfig entries
The Kconfig entries for HEXAGON_VM and HEXAGON_ANGEL_TRAPS were added,
together with the configuration and makefiles for the Hexagon
architecture, in v3.2. They have never been used. They can safely be
removed.
Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
[rkuo@codeaurora.org: adjust for line changes in Kconfig]
Signed-off-by: Richard Kuo <rkuo@codeaurora.org>
Diffstat (limited to 'arch/hexagon')
-rw-r--r-- | arch/hexagon/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index a0c0fb09d677..04dff5bdcbf7 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig | |||
@@ -105,9 +105,6 @@ config HEXAGON_ARCH_VERSION | |||
105 | int "Architecture version" | 105 | int "Architecture version" |
106 | default 2 | 106 | default 2 |
107 | 107 | ||
108 | config HEXAGON_VM | ||
109 | def_bool y | ||
110 | |||
111 | config CMDLINE | 108 | config CMDLINE |
112 | string "Default kernel command string" | 109 | string "Default kernel command string" |
113 | default "" | 110 | default "" |
@@ -118,12 +115,6 @@ config CMDLINE | |||
118 | minimum, you should specify the memory size and the root device | 115 | minimum, you should specify the memory size and the root device |
119 | (e.g., mem=64M root=/dev/nfs). | 116 | (e.g., mem=64M root=/dev/nfs). |
120 | 117 | ||
121 | config HEXAGON_ANGEL_TRAPS | ||
122 | bool "Use Angel Traps" | ||
123 | default n | ||
124 | ---help--- | ||
125 | Enable angel debug traps (for printk's). | ||
126 | |||
127 | config SMP | 118 | config SMP |
128 | bool "Multi-Processing support" | 119 | bool "Multi-Processing support" |
129 | ---help--- | 120 | ---help--- |