28de00a90a
Squashed commit of the following: libnx: Need to duplicate some Kconfig setting for NXFONTs if it can be configured and built independently of NX. Also includes some build-related fixes. configs/sim: Disable NX graphics support in the fb configuration. libnx: Basic configuration and build changes to support building font support independend of the NX server.
24 lines
566 B
Plaintext
24 lines
566 B
Plaintext
CONFIG_ARCH_BOARD_SIM=y
|
|
CONFIG_ARCH_BOARD="sim"
|
|
CONFIG_ARCH_SIM=y
|
|
CONFIG_ARCH="sim"
|
|
CONFIG_BOARD_INITIALIZE=y
|
|
CONFIG_DEBUG_SYMBOLS=y
|
|
CONFIG_DISABLE_ENVIRON=y
|
|
CONFIG_DISABLE_MOUNTPOINT=y
|
|
CONFIG_DISABLE_POLL=y
|
|
CONFIG_DISABLE_POSIX_TIMERS=y
|
|
CONFIG_DRIVERS_VIDEO=y
|
|
CONFIG_EXAMPLES_FB=y
|
|
CONFIG_IDLETHREAD_STACKSIZE=4096
|
|
CONFIG_MAX_TASKS=16
|
|
CONFIG_PTHREAD_STACK_DEFAULT=8192
|
|
CONFIG_SDCLONE_DISABLE=y
|
|
CONFIG_SIM_FRAMEBUFFER=y
|
|
CONFIG_START_DAY=28
|
|
CONFIG_START_MONTH=11
|
|
CONFIG_START_YEAR=2008
|
|
CONFIG_USER_ENTRYPOINT="fb_main"
|
|
CONFIG_USERMAIN_STACKSIZE=4096
|
|
CONFIG_VIDEO_FB=y
|