mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 12:08:36 +08:00
grapics/Kconfig: Restore condition removed in commit 8bbe777628
This commit is contained in:
parent
8bbe777628
commit
bd252230ad
1 changed files with 1 additions and 1 deletions
|
@ -391,7 +391,7 @@ config NX_MXCLIENTMSGS
|
|||
config NXSTART_EXTERNINIT
|
||||
bool "External Display Initialization"
|
||||
default n
|
||||
select LCD_EXTERNINIT if LCD && LCD_FRAMEBUFFER
|
||||
select LCD_EXTERNINIT if LCD && LCD_FRAMEBUFFER && NX_LCDDRIVER
|
||||
---help---
|
||||
Define to support external display initialization by platform-
|
||||
specific code. This this option is defined, then nx_start() will
|
||||
|
|
Loading…
Reference in a new issue