vrmay23 commented on code in PR #18505:
URL: https://github.com/apache/nuttx/pull/18505#discussion_r2901432909
##########
drivers/lcd/Kconfig:
##########
@@ -831,10 +831,153 @@ config LCD_ST7796
bool "ST7796 LCD Display"
default n
depends on SPI
- depends on LCD_FRAMEBUFFER
+ select LCD_FRAMEBUFFER
Review Comment:
Thank you! I was in doubt if it should be depends on or select. I remember
you asked to change (in previous PR) but I did not remember which one. I'll fix
this one.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]