• Adrian Bunk's avatar
    [PATCH] TMS380TR must select FW_LOADER · cd631f0f
    Adrian Bunk authored
    I got the following compile error with CONFIG_FW_LOADER=n:
    
    <--  snip  -->
    
    ...
      LD      .tmp_vmlinux1
    drivers/built-in.o(.text+0x297944): In function `tms380tr_reset_adapter':
    : undefined reference to `request_firmware'
    drivers/built-in.o(.text+0x297aaf): In function `tms380tr_reset_adapter':
    : undefined reference to `release_firmware'
    drivers/built-in.o(.text+0x297af9): In function `tms380tr_reset_adapter':
    : undefined reference to `release_firmware'
    make: *** [.tmp_vmlinux1] Error 1
    
    <--  snip  -->
    
    
    CONFIG_TMS380TR must select FW_LOADER (and therefore depend on HOTPLUG).
    Signed-off-by: default avatarAdrian Bunk <bunk@fs.tum.de>
    cd631f0f
Kconfig 6.08 KB