Hallo Manfred,
ich vermute mal, dass die Option nur zur Verfügung steht, wenn die Abhängikeiten stimmen. Bei der Suche nach dem Modul fand ich das hier
|
Quellcode
|
1
2
3
4
5
6
7
8
|
Symbol: VMWARE_BALLOON [=n]
│ Type : tristate
│ Prompt: VMware Balloon Driver
│ Location:
│ -> Device Drivers
│ (4) -> Misc devices
│ Defined at drivers/misc/Kconfig:427
│ Depends on: X86 [=y] && HYPERVISOR_GUEST [=n]
|
Zumindest bei mir würde da noch das hier fehlen
|
Quellcode
|
1
2
3
4
5
6
7
|
Symbol: HYPERVISOR_GUEST [=n]
│ Type : boolean
│ Prompt: Linux guest support
│ Location:
│ (1) -> Processor type and features
│ Defined at arch/x86/Kconfig:605
│ Selected by: X86_VSMP [=n] && X86_64 [=y] && PCI [=y] && X86_EXTENDED_PLATFORM [=y] && SMP [=y]
|
Das andere Modul müsste dann auf die gleiche Methode aktivierbar sein.
|
Quellcode
|
1
2
3
4
5
6
7
8
9
|
Symbol: VMWARE_VMCI_VSOCKETS [=n]
│ Type : tristate
│ Prompt: VMware VMCI transport for Virtual Sockets
│ Location:
│ -> Networking support (NET [=y])
│ -> Networking options
│ (1) -> Virtual Socket protocol (VSOCKETS [=n])
│ Defined at net/vmw_vsock/Kconfig:18
│ Depends on: NET [=y] && VSOCKETS [=n] && VMWARE_VMCI [=n]
|
Auch hier vielleicht einfach mal die "Depends on" Zeile überprüfen, ob da alles aktiviert ist.