[LEDE-DEV] [RFC 07/26] kernel: add kmod-dax
Mathew McBride
matt at traverse.com.au
Sun Dec 3 16:11:43 PST 2017
On 26/11/17 10:45 pm, Hauke Mehrtens wrote:
> In kernel 4.14 kmod-dm depends on kmod-dax.
> Add DAX: "Direct access to differentiated memory" to LEDE.
Hi Hauke,
I had to add CONFIG_DEV_DAX to the KCONFIG otherwise the kernel build
got interrupted for the missing symbol.
> Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
> +define KernelPackage/dax
> + SUBMENU:=$(BLOCK_MENU)
> + TITLE:=DAX: direct access to differentiated memory
> + DEPENDS:=@LINUX_4_14
> + KCONFIG:=CONFIG_DAX
Add:
+ KCONFIG:=CONFIG_DAX \
+ CONFIG_DEV_DAX=n
Regards,
Matt
More information about the Lede-dev
mailing list