mirror of
https://github.com/apache/nuttx.git
synced 2026-05-30 05:16:47 +08:00
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:
+3
-7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user