diff options
author | José Pekkarinen <jose.pekkarinen@nokia.com> | 2016-05-13 13:49:23 +0300 |
---|---|---|
committer | José Pekkarinen <jose.pekkarinen@nokia.com> | 2016-05-13 13:49:23 +0300 |
commit | ae9fe07ca77bf87aae65b91438f9033f30539df9 (patch) | |
tree | 455d664757e0a7de22805ed0e7f02ba38ab0e119 /kernel/arch | |
parent | 5bbd6fe9b8bab2a93e548c5a53b032d1939eec05 (diff) |
Build uio as module to fix initialization of i40e devices
in bare metal execution of dpdk-16.04.
Upstream: NA.
Change-Id: Ia98461b15348a667c4989dfe1399f0c5bc0f0c12
Signed-off-by: José Pekkarinen <jose.pekkarinen@nokia.com>
Diffstat (limited to 'kernel/arch')
-rw-r--r-- | kernel/arch/x86/configs/opnfv.config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/arch/x86/configs/opnfv.config b/kernel/arch/x86/configs/opnfv.config index ce2326af5..2d6d1cc4e 100644 --- a/kernel/arch/x86/configs/opnfv.config +++ b/kernel/arch/x86/configs/opnfv.config @@ -3561,7 +3561,7 @@ CONFIG_DMATEST=m CONFIG_DMA_ENGINE_RAID=y CONFIG_DCA=m # CONFIG_AUXDISPLAY is not set -CONFIG_UIO=y +CONFIG_UIO=m # CONFIG_UIO_CIF is not set # CONFIG_UIO_PDRV_GENIRQ is not set # CONFIG_UIO_DMEM_GENIRQ is not set |