graphics/Kconfig: Eliminate warning '(NXSTART_EXTERNINIT) selects LCD_EXTERNINIT which has unmet direct dependencies (LCD && LCD_FRAMEBUFFER)'

This commit is contained in:
Gregory Nutt 2018-08-25 18:59:52 -06:00
parent 4ca538c4c7
commit 8bbe777628
1 changed files with 1 additions and 1 deletions

View File

@ -391,7 +391,7 @@ config NX_MXCLIENTMSGS
config NXSTART_EXTERNINIT config NXSTART_EXTERNINIT
bool "External Display Initialization" bool "External Display Initialization"
default n default n
select LCD_EXTERNINIT if NX_LCDDRIVER select LCD_EXTERNINIT if LCD && LCD_FRAMEBUFFER
---help--- ---help---
Define to support external display initialization by platform- Define to support external display initialization by platform-
specific code. This this option is defined, then nx_start() will specific code. This this option is defined, then nx_start() will