aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Eckert <fe@dev.tdt.de>2022-01-26 16:11:09 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2022-10-30 23:14:45 +0100
commit29ae20519a83f3d70fd5238c1668c0d9a777cf6b (patch)
treea3b10feb9ba11fd13b58dc47579f0340a471febf
parentf938512af63916ed3b131f647e84aafadfa332fc (diff)
downloadupstream-29ae20519a83f3d70fd5238c1668c0d9a777cf6b.tar.gz
upstream-29ae20519a83f3d70fd5238c1668c0d9a777cf6b.tar.bz2
upstream-29ae20519a83f3d70fd5238c1668c0d9a777cf6b.zip
kernel: remove CONFIG_GPIO_MCP23S08 from default kernel configs
The kernel config option 'CONFIG_GPIO_MCP23S08' no longer exists. Therefore, it is removed from the generic kernel configuration for linux-5.10 and linux-5.15. Signed-off-by: Florian Eckert <fe@dev.tdt.de>
-rw-r--r--target/linux/generic/config-5.101
-rw-r--r--target/linux/generic/config-5.151
2 files changed, 0 insertions, 2 deletions
diff --git a/target/linux/generic/config-5.10 b/target/linux/generic/config-5.10
index 30934d2e5f..cef0c7d0a8 100644
--- a/target/linux/generic/config-5.10
+++ b/target/linux/generic/config-5.10
@@ -2123,7 +2123,6 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_MB86S7X is not set
# CONFIG_GPIO_MC33880 is not set
-# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_MOCKUP is not set
# CONFIG_GPIO_MPC8XXX is not set
diff --git a/target/linux/generic/config-5.15 b/target/linux/generic/config-5.15
index 379e35cce8..8b2d6b5491 100644
--- a/target/linux/generic/config-5.15
+++ b/target/linux/generic/config-5.15
@@ -2205,7 +2205,6 @@ CONFIG_GPIOLIB_FASTPATH_LIMIT=512
# CONFIG_GPIO_MAX732X is not set
# CONFIG_GPIO_MB86S7X is not set
# CONFIG_GPIO_MC33880 is not set
-# CONFIG_GPIO_MCP23S08 is not set
# CONFIG_GPIO_ML_IOH is not set
# CONFIG_GPIO_MOCKUP is not set
# CONFIG_GPIO_MPC8XXX is not set