Hi Aurelien, On Sat, Aug 24, 2024 at 10:16:50PM +0200, Aurelien Jarno wrote: > Hi, > > On 2024-08-24 09:05, Salvatore Bonaccorso wrote: > > Hi, > > > > On Fri, Aug 23, 2024 at 06:43:50PM -0700, E Shattow wrote: > > > Package: src:linux > > > Version: 6.11~rc4-1~exp1 > > > Severity: normal > > > X-Debbugs-Cc: [email protected] > > > > > > Dear Maintainer, > > > > > > Dependency INPUT_MISC=y is missing from Kconfig options needed by > > > CONFIG_INPUT_AXP20X_PEK=m in debian/config/config > > > > > > This makes built Linux kernels fail to have > > > CONFIG_INPUT_AXP20X_PEK=m (and probably other options are washed out > > > too). > > > > INPUT_MISC=y has been enabled through architecture specific configs, > > but it is missing in riscv64 AFAICS. If that make sense there then > > that's where it is missing. > > > > Aurelien, want to have a look at this? > > Setting INPUT_MISC=y enables the following options: > > CONFIG_INPUT_ATI_REMOTE2=m > CONFIG_INPUT_KEYSPAN_REMOTE=m > CONFIG_INPUT_POWERMATE=m > CONFIG_INPUT_YEALINK=m > CONFIG_INPUT_CM109=m > CONFIG_INPUT_AXP20X_PEK=m > CONFIG_INPUT_DA9063_ONKEY=m > > That looks reasonable overall. I'll submit a PR to enable it, but there > are other options into discussion, and prefer to just group all of that > in a single PR.
Ack, that sounds good! Regards, Salvatore

