From e7b09e28164e85ab448e47e073864ee6fef09975 Mon Sep 17 00:00:00 2001 From: Ryuki Maruyama Date: Sun, 6 Sep 2026 20:45:45 +0900 Subject: [PATCH] feat: enable earth-pt3 dvb driver Earthsoft PT1/PT2/PT3 are ISDB-T/S PCIe tuner cards that are common in Japan. The in-tree earth-pt3 driver was the only piece missing: its dependencies (tc90522 demodulator, qm1d1c0042 and mxl301rf tuners) are already built as modules, so this only flips CONFIG_DVB_PT3 on for amd64. Enabling it here lets a matching system extension ship the modules, the same way dvb-cx23885 does. Signed-off-by: Ruk Doe Signed-off-by: Andrey Smirnov --- kernel/build/config-amd64 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/build/config-amd64 b/kernel/build/config-amd64 index 94d1aa1cc..86d31c6fa 100644 --- a/kernel/build/config-amd64 +++ b/kernel/build/config-amd64 @@ -4441,7 +4441,7 @@ CONFIG_VIDEO_CX23885=m # CONFIG_DVB_NGENE is not set # CONFIG_DVB_PLUTO2 is not set # CONFIG_DVB_PT1 is not set -# CONFIG_DVB_PT3 is not set +CONFIG_DVB_PT3=m # CONFIG_DVB_SMIPCIE is not set # CONFIG_DVB_BUDGET_CORE is not set # CONFIG_VIDEO_IPU3_CIO2 is not set