• Arnd Bergmann's avatar
    nvme-loop: add configfs dependency · 1fb47040
    Arnd Bergmann authored
    CONFIG_NVME_TARGET has a correct CONFIG_CONFIGFS_FS dependency, but the
    newly added NVME_TARGET_LOOP is missing this, resulting in a link
    failure:
    
    drivers/nvme/built-in.o: In function `nvmet_init_configfs':
    loop.c:(.init.text+0x2a0): undefined reference to `config_group_init'
    loop.c:(.init.text+0x2c0): undefined reference to `config_group_init_type_name'
    loop.c:(.init.text+0x318): undefined reference to `configfs_register_subsystem'
    drivers/nvme/built-in.o: In function `nvmet_exit_configfs':
    loop.c:(.exit.text+0x9c): undefined reference to `configfs_unregister_subsystem'
    
    This adds the same dependency here.
    Signed-off-by: default avatarArnd Bergmann <arnd@arndb.de>
    Fixes: 3a85a5de ("nvme-loop: add a NVMe loopback host driver")
    Signed-off-by: default avatarJens Axboe <axboe@fb.com>
    1fb47040
Kconfig 843 Bytes