From f938512af63916ed3b131f647e84aafadfa332fc Mon Sep 17 00:00:00 2001 From: Florian Eckert Date: Wed, 26 Jan 2022 16:04:54 +0100 Subject: target/at91: replace gpio-mcp23s08 with pinctrl-mcp23s08-spi update config Adapt the device package to no longer use the gpio-mcp23s08 but instead use the pinctrl-mcp23s08-spi. In addition, the kernel configuration was adapted so that this can be built as a module and does not have to be integrated directly into the kernel for this target. Signed-off-by: Florian Eckert --- target/linux/at91/sam9x/config-5.10 | 4 +--- target/linux/at91/sam9x/config-5.15 | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) (limited to 'target/linux/at91/sam9x') diff --git a/target/linux/at91/sam9x/config-5.10 b/target/linux/at91/sam9x/config-5.10 index 63575c6093..da2229b22a 100644 --- a/target/linux/at91/sam9x/config-5.10 +++ b/target/linux/at91/sam9x/config-5.10 @@ -217,9 +217,7 @@ CONFIG_PHYLINK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_AT91=y # CONFIG_PINCTRL_AT91PIO4 is not set -CONFIG_PINCTRL_MCP23S08=y -CONFIG_PINCTRL_MCP23S08_I2C=y -CONFIG_PINCTRL_MCP23S08_SPI=y +# 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 ffbd2aba62..85fe1dd8af 100644 --- a/target/linux/at91/sam9x/config-5.15 +++ b/target/linux/at91/sam9x/config-5.15 @@ -219,9 +219,7 @@ CONFIG_PHYLINK=y CONFIG_PINCTRL=y CONFIG_PINCTRL_AT91=y # CONFIG_PINCTRL_AT91PIO4 is not set -CONFIG_PINCTRL_MCP23S08=y -CONFIG_PINCTRL_MCP23S08_I2C=y -CONFIG_PINCTRL_MCP23S08_SPI=y +# CONFIG_PINCTRL_MCP23S08 is not set CONFIG_PM=y CONFIG_PM_CLK=y CONFIG_PM_SLEEP=y -- cgit v1.2.3