summaryrefslogtreecommitdiffstats
path: root/arch/hexagon/Kconfig
diff options
context:
space:
mode:
authorPaul Bolle2013-03-21 11:13:17 +0100
committerRichard Kuo2013-05-01 02:40:27 +0200
commit41929798bb71a5997e4b8a760ab8e0dd4f592bb6 (patch)
tree8fdd9f37d680193991709fa42807046cfb8a116d /arch/hexagon/Kconfig
parentarch: remove CONFIG_GENERIC_FIND_NEXT_BIT again (diff)
downloadkernel-qcow2-linux-41929798bb71a5997e4b8a760ab8e0dd4f592bb6.tar.gz
kernel-qcow2-linux-41929798bb71a5997e4b8a760ab8e0dd4f592bb6.tar.xz
kernel-qcow2-linux-41929798bb71a5997e4b8a760ab8e0dd4f592bb6.zip
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/Kconfig')
-rw-r--r--arch/hexagon/Kconfig9
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
int "Architecture version"
default 2
-config HEXAGON_VM
- def_bool y
-
config CMDLINE
string "Default kernel command string"
default ""
@@ -118,12 +115,6 @@ config CMDLINE
minimum, you should specify the memory size and the root device
(e.g., mem=64M root=/dev/nfs).
-config HEXAGON_ANGEL_TRAPS
- bool "Use Angel Traps"
- default n
- ---help---
- Enable angel debug traps (for printk's).
-
config SMP
bool "Multi-Processing support"
---help---