aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mvp/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'arch/arm/mvp/Kconfig')
-rw-r--r--arch/arm/mvp/Kconfig24
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/arm/mvp/Kconfig b/arch/arm/mvp/Kconfig
deleted file mode 100644
index 4f2c5c7..0000000
--- a/arch/arm/mvp/Kconfig
+++ /dev/null
@@ -1,24 +0,0 @@
-config VMWARE_MVP
- bool "Build VMware Mobile Virtualization Platform modules"
- select MODULES
- select MODULE_UNLOAD
- select SYSFS
- select NAMESPACES
- select NET_NS
- select INET
- select IPV6
- select TUN
- select NETFILTER
- help
- Say Y here to enable the building of kernel modules
- for VMware's Mobile Virtualization Platform
-
-config VMWARE_MVP_DEBUG
- bool "Enable debug for VMware Mobile Virtualization Platform modules"
- depends on VMWARE_MVP
- select IKCONFIG
- select IKCONFIG_PROC
- help
- Say Y here to enable debug on kernel modules
- for VMware's Mobile Virtualization Platform.
- This should be enabled for eng or userdebug builds.