“4838a5799f8f1318dac8c5863d19e626969f45b2”上不存在“paddle/capi/git@gitcode.net:BaiXuePrincess/Paddle.git”
  • R
    toshiba_acpi: depends on INPUT · b3cef8f6
    Randy Dunlap 提交于
    CONFIG_ACPI_TOSHIBA can =y when CONFIG_INPUT=m, so prevent that
    combination and its subsequent build errors:
    
    toshiba_acpi.c:(.text+0x3e877): undefined reference to `input_event'
    toshiba_acpi.c:(.text+0x3e98a): undefined reference to `input_unregister_polled_device'
    toshiba_acpi.c:(.text+0x3e994): undefined reference to `input_free_polled_device'
    toshiba_acpi.c:(.init.text+0x21b4): undefined reference to `input_allocate_polled_device'
    toshiba_acpi.c:(.init.text+0x2263): undefined reference to `input_register_polled_device'
    make[1]: *** [.tmp_vmlinux1] Error 1
    Signed-off-by: NRandy Dunlap <randy.dunlap@oracle.com>
    Signed-off-by: NLen Brown <len.brown@intel.com>
    b3cef8f6
Kconfig 13.8 KB