kconfig-generic.toml: require VMD on x86_64 kernels

It's required by some Intel-based laptops for controlling NVMe drives.

Part-of: <https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/8977>
This commit is contained in:
Bart Ribbers 2026-07-08 20:39:51 +02:00 committed by The Friendly Meow (merge) Bot
parent afcb37ded0
commit 0de4e65e8e
No known key found for this signature in database

View file

@ -170,6 +170,8 @@ REMOTEPROC_CDEV = "y"
["category:storage".">=0.0.0"."all"]
BLK_DEV_NVME = "m"
NVME_CORE = "m"
["category:storage".">=0.0.0"."x86_64"]
VMD = "y"
# Trusted Platform Modules
["category:tpm".">=0.0.0"."aarch64 armv7"]