t440p: disable NVMe support in Linux kernel

I went through all of the different options we copied from the Librem
config. The only thing that stood out as irrelevant was NVMe support.
However, I'm not a Linux kernel expert, and I didn't do a deep dive, so
I'm sure there is still room for improvement.
This commit is contained in:
Rocky Breslow 2023-01-20 17:23:20 -05:00
parent c23ed548ff
commit 7a29db11ed
No known key found for this signature in database
GPG Key ID: 5401F9FC55CD2EA4

View File

@ -87,7 +87,6 @@ CONFIG_DEVTMPFS_MOUNT=y
CONFIG_BLK_DEV_LOOP=y
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_SIZE=65536
CONFIG_BLK_DEV_NVME=y
CONFIG_EEPROM_93CX6=m
CONFIG_INTEL_MEI_ME=m
CONFIG_INTEL_MEI_TXE=m