btashton commented on a change in pull request #1778: URL: https://github.com/apache/incubator-nuttx/pull/1778#discussion_r487672068
########## File path: boards/arm/nrf52/nrf52-feather/Kconfig ########## @@ -5,4 +5,54 @@ if ARCH_BOARD_NRF52_FEATHER -endif +menuconfig NRF52_FEATHER_KB_FEATHERWING + bool "Keyboard FeatherWing" + default n + ---help--- + Enable support for the SolderParty FeatherWing + https://www.solder.party/docs/keyboard-featherwing/ + +if NRF52_FEATHER_KB_FEATHERWING +config KB_FEATHERWING_LCD Review comment: @patacongo what are your thoughts here on how this calls select? Originally I had the LCD dependent on LCD_ILI9341 and no selects, but here it seems like you would want as a user to enable the top level hardware you have and have it turn on the required hardware. I am fine changing this back if you think that makes sense. I just was thinking this would make is easy for a user. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org