mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-05-12 18:35:08 +00:00
Update the Intel QAT Dockerfile to work with the 2.0 repos, fix some bugs with building Debian/Ubuntu rootfs, and update the latest QAT driver. Updated copyright. Fixes: #1419 Signed-off-by: Adams, Eric <eric.adams@intel.com>
18 lines
490 B
Plaintext
18 lines
490 B
Plaintext
#
|
|
# Copyright (c) 2021 Intel Corporation
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
CONFIG_PCIEAER=y
|
|
CONFIG_UIO=y
|
|
CONFIG_CRYPTO_HW=y
|
|
# This is a hack. By setting this QAT device as a module, we get the kernel
|
|
# to configure/build all the other parts required for QAT - and then later we
|
|
# build and load the out-of-tree QAT kernel modules instead of this one.
|
|
CONFIG_CRYPTO_DEV_QAT_C62XVF=m
|
|
CONFIG_CRYPTO_CBC=y
|
|
CONFIG_MODULES=y
|
|
CONFIG_MODULE_SIG=y
|
|
CONFIG_CRYPTO_AUTHENC=y
|
|
CONFIG_CRYPTO_DH=y
|