Skip to content

Commit

Permalink
fix CTR_TSC_TOUCH dependencies (#80)
Browse files Browse the repository at this point in the history
makes sure that the 10x18 font is always available when the touchscreen driver is enabled. this prevents build/linking errors. happened to me when i was rebasing this kernel on v5.15.72.
  • Loading branch information
raisinware authored Oct 11, 2022
1 parent 9c6f996 commit 253c328
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions drivers/platform/nintendo3ds/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ config CTR_TSC_TOUCH
tristate "Nintendo 3DS touchscreen/circlepad driver"
depends on CTR_TSC
select INPUT_POLLDEV
select FB
select FRAMEBUFFER_CONSOLE
select FONTS
select FONT_10x18
default y
help
TODO
Expand Down

0 comments on commit 253c328

Please sign in to comment.