Starting with libnvme commit [0] MMU is required so let's add a depends
on BR2_USE_MMU accordingly.
[0]:
7d927f5f38
Signed-off-by: Giulio Benetti <giulio.benetti@benettiengineering.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
9 lines
251 B
Plaintext
9 lines
251 B
Plaintext
config BR2_PACKAGE_LIBNVME
|
|
bool "libnvme"
|
|
depends on BR2_USE_MMU # malloc_usable_size()
|
|
help
|
|
libnvme provides type definitions for NVMe specification
|
|
and utilities for nvme devices handling in Linux.
|
|
|
|
https://github.com/linux-nvme/libnvme
|