[SRU][Noble][PATCH 1/1] UBUNTU: [Config]: Configure TPM drivers as builtins for arm64 in annotations
mitchell.augustin at canonical.com
mitchell.augustin at canonical.com
Fri Apr 19 22:22:17 UTC 2024
From: Mitchell Augustin <mitchell.augustin at canonical.com>
BugLink: https://bugs.launchpad.net/ubuntu/+source/linux-nvidia-6.2/+bug/2037688
Sets the following configs for arm64 to resolve the above issue on Grace systems:
CONFIG_SPI_TEGRA210_QUAD=y
CONFIG_TCG_TIS_SPI=y
---
debian.master/config/annotations | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/debian.master/config/annotations b/debian.master/config/annotations
index 702fca42e937..2b0a91d7cb73 100644
--- a/debian.master/config/annotations
+++ b/debian.master/config/annotations
@@ -13326,7 +13326,7 @@ CONFIG_SPI_SYNQUACER policy<{'arm64': 'm'}>
CONFIG_SPI_TEGRA114 policy<{'arm64': 'm', 'armhf': 'm'}>
CONFIG_SPI_TEGRA20_SFLASH policy<{'arm64': 'm', 'armhf': 'm'}>
CONFIG_SPI_TEGRA20_SLINK policy<{'arm64': 'm', 'armhf': 'm'}>
-CONFIG_SPI_TEGRA210_QUAD policy<{'arm64': 'm', 'armhf': 'm'}>
+CONFIG_SPI_TEGRA210_QUAD policy<{'arm64': 'y', 'armhf': 'm'}>
CONFIG_SPI_THUNDERX policy<{'arm64': 'm'}>
CONFIG_SPI_TI_QSPI policy<{'armhf': 'm'}>
CONFIG_SPI_TLE62X0 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': '-'}>
@@ -13627,7 +13627,7 @@ CONFIG_TCG_TIS policy<{'amd64': 'y', 'arm64': '
CONFIG_TCG_TIS_CORE policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y'}>
CONFIG_TCG_TIS_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}>
CONFIG_TCG_TIS_I2C_CR50 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}>
-CONFIG_TCG_TIS_SPI policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': '-'}>
+CONFIG_TCG_TIS_SPI policy<{'amd64': 'm', 'arm64': 'y', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': '-'}>
CONFIG_TCG_TIS_SPI_CR50 policy<{'amd64': 'y', 'arm64': 'y', 'armhf': 'y', 'ppc64el': 'y', 'riscv64': 'y'}>
CONFIG_TCG_TIS_ST33ZP24 policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm'}>
CONFIG_TCG_TIS_ST33ZP24_I2C policy<{'amd64': 'm', 'arm64': 'm', 'armhf': 'm', 'ppc64el': 'm', 'riscv64': 'm', 's390x': 'n'}>
--
2.34.1
More information about the kernel-team
mailing list