From bd88c8280783f406c0db67de4fa95678dbce5433 Mon Sep 17 00:00:00 2001 From: Maximilian Luz Date: Sat, 15 Jul 2023 15:12:20 +0200 Subject: [PATCH] Remove unused config option for IPC_CLASSES The CONFIG_IPC_CLASSES option has been introduced in a patchset adding Intel Thread Director support. Unfortunately, this patchset had to be removed due to complications (see issues #1084 and #1120), which was done in commits b6c8d6ad356 ("Update v6.2 patches") and a53f55d8f0f ("Update v6.1 patches"). Those commits accidentally left the now unused CONFIG_IPC_CLASSES option in place, so remove it now. --- configs/surface-6.1.config | 5 ----- configs/surface-6.3.config | 5 ----- configs/surface-6.4.config | 5 ----- 3 files changed, 15 deletions(-) diff --git a/configs/surface-6.1.config b/configs/surface-6.1.config index ddcedca6f..7bc77e8f8 100644 --- a/configs/surface-6.1.config +++ b/configs/surface-6.1.config @@ -61,11 +61,6 @@ CONFIG_VIDEO_OV8865=m ## CONFIG_APDS9960=m -## -## For Intel Thread Director (Alder-Lake) -## -CONFIG_IPC_CLASSES=y - ## ## Other Drivers ## diff --git a/configs/surface-6.3.config b/configs/surface-6.3.config index 6fa2ea359..6fe3f7951 100644 --- a/configs/surface-6.3.config +++ b/configs/surface-6.3.config @@ -62,11 +62,6 @@ CONFIG_VIDEO_OV8865=m ## CONFIG_APDS9960=m -## -## For Intel Thread Director (Alder-Lake) -## -CONFIG_IPC_CLASSES=y - ## ## Other Drivers ## diff --git a/configs/surface-6.4.config b/configs/surface-6.4.config index 6fa2ea359..6fe3f7951 100644 --- a/configs/surface-6.4.config +++ b/configs/surface-6.4.config @@ -62,11 +62,6 @@ CONFIG_VIDEO_OV8865=m ## CONFIG_APDS9960=m -## -## For Intel Thread Director (Alder-Lake) -## -CONFIG_IPC_CLASSES=y - ## ## Other Drivers ##