From 21f0afb16296bd6a4322f13185c6c686c3cd2d18 Mon Sep 17 00:00:00 2001 From: Aster Boese Date: Sat, 21 Mar 2026 17:09:39 +0100 Subject: [PATCH] kconfig-generic: add, amdgpu, intel, nouveau, and nvme configs Signed-off-by: Aster Boese Part-of: --- kconfig-generic.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/kconfig-generic.toml b/kconfig-generic.toml index f4ccef03d..da873d343 100644 --- a/kconfig-generic.toml +++ b/kconfig-generic.toml @@ -16,6 +16,18 @@ DRM_PANEL_SAMSUNG_S6E8AA5X01_AMS561RA01 = "m" DRM_PANEL_SYNAPTICS_TDDI = "m" ["category:graphics".">=0.0.0"."aarch64 armv7"] EXYNOS_IOMMU = "y" +NOUVEAU_PLATFORM_DRIVER = "y" +["category:graphics".">=0.0.0"."all"] +DRM_AMDGPU = "m" +["category:graphics".">=0.0.0"."x86 x86_64"] +DRM_I915 = "m" +# depends on 4k page sizes +["category:graphics".">=0.0.0"."aarch64 armv7 riscv64 x86 x86_64"] +DRM_NOUVEAU = "m" +DRM_NOUVEAU_BACKLIGHT = "y" +DRM_NOUVEAU_CH7006 = "m" +DRM_NOUVEAU_SIL164 = "m" +DRM_XE = "m" # input devices ["category:input".">=0.0.0"."all"] @@ -73,3 +85,8 @@ PPC_SUBPAGE_PROT = "y" # enable all loongarch64 CPU features ["category:misc".">=0.0.0"."loongarch64"] CPU_HAS_LBT = "y" + +# storage devices +["category:storage".">=0.0.0"."all"] +NVME_CORE = "m" +BLK_DEV_NVME = "m"