arch/sim: Guard frame buffer related setting in SIM_X11FB

and remove SIM_VNCSERVER

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao
2023-09-13 00:54:53 +08:00
committed by GUIDINGLI
parent 4d2cc2ab4d
commit 15e78470f8
4 changed files with 5 additions and 8 deletions
+3 -7
View File
@@ -326,10 +326,10 @@ config SIM_X11FB
---help---
Use X11 to provide graphics and input emulation to interact with host.
if SIM_X11FB
config SIM_X11NOSHM
bool "Don't use shared memory with X11"
default n
depends on SIM_X11FB
---help---
Don't use shared memory with the X11 graphics device emulation.
@@ -383,14 +383,10 @@ config SIM_FRAMEBUFFER
---help---
Emulate a framebuffer
config SIM_VNCSERVER
bool "VNC server"
depends on VNCSERVER
---help---
Serve a VNC server
endchoice
endif # SIM_X11FB
if INPUT
choice
prompt "Input Device"