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:
parent
afcb37ded0
commit
0de4e65e8e
1 changed files with 2 additions and 0 deletions
|
|
@ -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"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue