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 <[email protected]> --- Untested. arch/hexagon/Kconfig | 9 --------- 1 file changed, 9 deletions(-) diff --git a/arch/hexagon/Kconfig b/arch/hexagon/Kconfig index e4decc6..48130eb 100644 --- a/arch/hexagon/Kconfig +++ b/arch/hexagon/Kconfig @@ -109,9 +109,6 @@ config HEXAGON_COMET endchoice -config HEXAGON_VM - def_bool y - config CMDLINE string "Default kernel command string" default "" @@ -122,12 +119,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--- -- 1.7.11.7 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

