Update several defconfig files. Make sure that every defconfig file that requires external graphics initialization also approprietly initializes boardctl().
This commit is contained in:
parent
ded2001121
commit
2b0202e6d7
@ -616,6 +616,8 @@ CONFIG_EXAMPLES_NX_BPP=4
|
||||
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
|
||||
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=16
|
||||
CONFIG_EXAMPLES_NX_EXTERNINIT=y
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_BOARDCTL_GRAPHICS=y
|
||||
# CONFIG_EXAMPLES_NXTERM is not set
|
||||
# CONFIG_EXAMPLES_NXFFS is not set
|
||||
# CONFIG_EXAMPLES_NXFLAT is not set
|
||||
|
@ -624,6 +624,8 @@ CONFIG_EXAMPLES_NX_BPP=4
|
||||
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
|
||||
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=16
|
||||
CONFIG_EXAMPLES_NX_EXTERNINIT=y
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_BOARDCTL_GRAPHICS=y
|
||||
# CONFIG_EXAMPLES_NXTERM is not set
|
||||
# CONFIG_EXAMPLES_NXFFS is not set
|
||||
# CONFIG_EXAMPLES_NXFLAT is not set
|
||||
|
@ -677,6 +677,8 @@ CONFIG_EXAMPLES_NX_BPP=1
|
||||
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
|
||||
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=4
|
||||
CONFIG_EXAMPLES_NX_EXTERNINIT=y
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_BOARDCTL_GRAPHICS=y
|
||||
# CONFIG_EXAMPLES_NXTERM is not set
|
||||
# CONFIG_EXAMPLES_NXFFS is not set
|
||||
# CONFIG_EXAMPLES_NXFLAT is not set
|
||||
|
@ -688,6 +688,8 @@ CONFIG_EXAMPLES_NX_BPP=8
|
||||
# CONFIG_EXAMPLES_NX_RAWWINDOWS is not set
|
||||
CONFIG_EXAMPLES_NX_TOOLBAR_HEIGHT=16
|
||||
CONFIG_EXAMPLES_NX_EXTERNINIT=y
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_BOARDCTL_GRAPHICS=y
|
||||
# CONFIG_EXAMPLES_NXTERM is not set
|
||||
# CONFIG_EXAMPLES_NXFFS is not set
|
||||
# CONFIG_EXAMPLES_NXFLAT is not set
|
||||
|
@ -487,6 +487,8 @@ CONFIG_EXAMPLES_NXLINES_BORDERCOLOR=0x01
|
||||
CONFIG_EXAMPLES_NXLINES_CIRCLECOLOR=0x00
|
||||
CONFIG_EXAMPLES_NXLINES_BPP=1
|
||||
CONFIG_EXAMPLES_NXLINES_EXTERNINIT=y
|
||||
CONFIG_LIB_BOARDCTL=y
|
||||
CONFIG_BOARDCTL_GRAPHICS=y
|
||||
# CONFIG_EXAMPLES_NXTEXT is not set
|
||||
# CONFIG_EXAMPLES_OSTEST is not set
|
||||
# CONFIG_EXAMPLES_PASHELLO is not set
|
||||
|
Loading…
Reference in New Issue
Block a user