boards/sim: Add vncserver config for test

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
This commit is contained in:
Xiang Xiao 2021-12-31 18:46:21 +08:00 committed by Xiang Xiao
parent 43c28c4456
commit d2309195da
2 changed files with 29 additions and 1 deletions

View File

@ -118,7 +118,7 @@ endif
ifeq ($(CONFIG_SIM_LCDDRIVER),y)
CSRCS += up_lcd.c
else ifeq ($(CONFIG_SIM_FRAMEBUFFER),y)
CSRCS += up_framebuffer.c
CSRCS += up_framebuffer.c
endif
ifeq ($(CONFIG_SIM_X11FB),y)

View File

@ -0,0 +1,28 @@
#
# This file is autogenerated: PLEASE DO NOT EDIT IT.
#
# You can use "make menuconfig" to make any modifications to the installed .config file.
# You can then do "make savedefconfig" to generate a new defconfig file that includes your
# modifications.
#
# CONFIG_NET_ETHERNET is not set
CONFIG_ARCH="sim"
CONFIG_ARCH_BOARD="sim"
CONFIG_ARCH_BOARD_SIM=y
CONFIG_ARCH_CHIP="sim"
CONFIG_ARCH_SIM=y
CONFIG_DEBUG_SYMBOLS=y
CONFIG_DRIVERS_VIDEO=y
CONFIG_EXAMPLES_FB=y
CONFIG_INIT_ENTRYPOINT="fb_main"
CONFIG_NET=y
CONFIG_NET_ICMP_NO_STACK=y
CONFIG_NET_TCP_NO_STACK=y
CONFIG_NET_UDP_NO_STACK=y
CONFIG_NET_USRSOCK=y
CONFIG_NET_USRSOCK_OTHER=y
CONFIG_NET_USRSOCK_TCP=y
CONFIG_NET_USRSOCK_UDP=y
CONFIG_SIM_VNCSERVER=y
CONFIG_VIDEO_FB=y
CONFIG_VNCSERVER=y