aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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
105 int "Architecture version" 105 int "Architecture version"
106 default 2 106 default 2
107 107
108config HEXAGON_VM
109 def_bool y
110
111config CMDLINE 108config 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
121config HEXAGON_ANGEL_TRAPS
122 bool "Use Angel Traps"
123 default n
124 ---help---
125 Enable angel debug traps (for printk's).
126
127config SMP 118config SMP
128 bool "Multi-Processing support" 119 bool "Multi-Processing support"
129 ---help--- 120 ---help---