Le 07/04/2022 à 05:16, Randy Dunlap a écrit : > > > On 4/6/22 19:37, Randy Dunlap wrote: >> When CONFIG_INPUT=m, the input_*() family of functions is not >> available to builtin drivers. >> >> When CONFIG_RTC_CLASS is not set, rtc_tm_to_time64() is not defined. >> >> Fix multiple build errors by making these Kconfig symbols required by >> ADB_CUDA (RTC_CLASS) and ADB_PMU (RTC_CLASS and INPUT). > > Ah yes, Finn has already fixed the INPUT problems here.
https://patchwork.ozlabs.org/project/linuxppc-dev/patch/d987663bbed18d7dbf106db6066a759040b4e57a.1647837028.git.fth...@linux-m68k.org/ > > Maybe that patch hasn't been merged anywhere yet? The patch has comments, I guess we are waiting for a new version ? > > The RTC_CLASS problem is still present AFAICT. > Christophe