[openwrt/openwrt] at91: Remove CONFIG_PINCTRL_MCP23S08 configuration option

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 30 16:46:41 PDT 2022


hauke pushed a commit to openwrt/openwrt.git, branch master:
https://git.openwrt.org/95c216806b2520d5638b500f61d3788e8ecbabc9

commit 95c216806b2520d5638b500f61d3788e8ecbabc9
Author: Hauke Mehrtens <hauke at hauke-m.de>
AuthorDate: Sun Oct 30 23:37:53 2022 +0100

    at91: Remove CONFIG_PINCTRL_MCP23S08 configuration option
    
    The CONFIG_PINCTRL_MCP23S08 configuration option is already unset in the
    generic kernel configuration.
    
    Fixes: f938512af639 ("target/at91: replace gpio-mcp23s08 with pinctrl-mcp23s08-spi update config")
    Signed-off-by: Hauke Mehrtens <hauke at hauke-m.de>
---
 target/linux/at91/sam9x/config-5.10 | 1 -
 target/linux/at91/sam9x/config-5.15 | 1 -
 2 files changed, 2 deletions(-)

diff --git a/target/linux/at91/sam9x/config-5.10 b/target/linux/at91/sam9x/config-5.10
index da2229b22a..021231d3df 100644
--- a/target/linux/at91/sam9x/config-5.10
+++ b/target/linux/at91/sam9x/config-5.10
@@ -217,7 +217,6 @@ CONFIG_PHYLINK=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_AT91=y
 # CONFIG_PINCTRL_AT91PIO4 is not set
-# CONFIG_PINCTRL_MCP23S08 is not set
 CONFIG_PM=y
 CONFIG_PM_CLK=y
 CONFIG_PM_SLEEP=y
diff --git a/target/linux/at91/sam9x/config-5.15 b/target/linux/at91/sam9x/config-5.15
index 85fe1dd8af..3aa652c188 100644
--- a/target/linux/at91/sam9x/config-5.15
+++ b/target/linux/at91/sam9x/config-5.15
@@ -219,7 +219,6 @@ CONFIG_PHYLINK=y
 CONFIG_PINCTRL=y
 CONFIG_PINCTRL_AT91=y
 # CONFIG_PINCTRL_AT91PIO4 is not set
-# CONFIG_PINCTRL_MCP23S08 is not set
 CONFIG_PM=y
 CONFIG_PM_CLK=y
 CONFIG_PM_SLEEP=y




More information about the lede-commits mailing list