Skip to content
  • Guido Gunther's avatar
    input: touchscreen: Selelct TOUCHSCREEN_PROPERTIES for drivers using it · cf36ca27
    Guido Gunther authored
    
    
    Otherwise we might end up with modules that can't be loaded:
    
      modprobe: ERROR: could not insert 'goodix': Unknown symbol in module, or unknown parameter (see dmesg)
      [   15.190397] goodix: Unknown symbol touchscreen_report_pos (err -2)
      [   15.221560] goodix: Unknown symbol touchscreen_parse_properties (err -2)
      [   64.677545] goodix: Unknown symbol touchscreen_report_pos (err -2)
      [   64.683767] goodix: Unknown symbol touchscreen_parse_properties (err -2)
    
    Signed-off-by: default avatarGuido Günther <agx@sigxcpu.org>
    cf36ca27