Kconfig 1.0 KB

12345678910111213141516171819202122232425262728293031323334
  1. config VMWARE_MVP
  2. bool "Build VMware Mobile Virtualization Platform modules"
  3. select MODULES
  4. select MODULE_UNLOAD
  5. select SYSFS
  6. select NAMESPACES
  7. select NET_NS
  8. select INET
  9. select IPV6
  10. select TUN
  11. select NETFILTER
  12. help
  13. Say Y here to enable the building of kernel modules
  14. for VMware's Mobile Virtualization Platform
  15. config VMWARE_MVP_DEBUG
  16. bool "Enable debug for VMware Mobile Virtualization Platform modules"
  17. depends on VMWARE_MVP
  18. select IKCONFIG
  19. select IKCONFIG_PROC
  20. help
  21. Say Y here to enable debug on kernel modules
  22. for VMware's Mobile Virtualization Platform.
  23. This should be enabled for eng or userdebug builds.
  24. config VMWARE_PVTCP_DEBUG
  25. bool "Enable debug for VMware PVTCP modules"
  26. depends on VMWARE_MVP_DEBUG
  27. help
  28. Say Y here to enable debug on the PVTCP networking
  29. kernel modules for VMware's Mobile Virtualization
  30. Platform. This should only be enabled for eng or
  31. userdebug builds.