Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 502e9d4

Browse files
committed
uefi-x86: enable Intel IPU7 + OV02C10/OV02E10 sensors for LNL ThinkPads
Lunar Lake ships IPU7 (PCI 8086:645d), distinct from the IPU6 found on Tiger/Alder/Meteor Lake - the IPU7 driver lives in staging/media/ipu7/ and is gated by its own CONFIG_VIDEO_INTEL_IPU7. STAGING, STAGING_MEDIA and IPU_BRIDGE were already on; only the IPU7 leaf was missing. Add OV02C10 (world cam) and OV02E10 (IR cam for Windows Hello) - the typical sensor pair on ThinkPad X9-14 Aura Edition Gen 1 (21Q6xxx). HI556/OV13B10 stay enabled to cover other SKUs.
1 parent 53fdd29 commit 502e9d4

2 files changed

Lines changed: 6 additions & 0 deletions

File tree

config/kernel/linux-uefi-x86-current.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6129,6 +6129,9 @@ CONFIG_SPI_CS42L43=m
61296129
CONFIG_SND_SOC_CS42L43=m
61306130
CONFIG_SND_SOC_CS42L43_SDW=m
61316131
CONFIG_SND_SOC_DMIC=m
6132+
CONFIG_VIDEO_INTEL_IPU7=m
6133+
CONFIG_VIDEO_OV02C10=m
6134+
CONFIG_VIDEO_OV02E10=m
61326135
CONFIG_SND_SOC_CS35L56=m
61336136
CONFIG_SND_SOC_CS35L56_SHARED=m
61346137
CONFIG_SND_SOC_CS35L56_SDW=m

config/kernel/linux-uefi-x86-edge.config

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5626,6 +5626,9 @@ CONFIG_SPI_CS42L43=m
56265626
CONFIG_SND_SOC_CS42L43=m
56275627
CONFIG_SND_SOC_CS42L43_SDW=m
56285628
CONFIG_SND_SOC_DMIC=m
5629+
CONFIG_VIDEO_INTEL_IPU7=m
5630+
CONFIG_VIDEO_OV02C10=m
5631+
CONFIG_VIDEO_OV02E10=m
56295632
CONFIG_SND_SOC_CS35L56=m
56305633
CONFIG_SND_SOC_CS35L56_SHARED=m
56315634
CONFIG_SND_SOC_CS35L56_SDW=m

0 commit comments

Comments
 (0)