Skip to content

Commit 75b3bf5

Browse files
arbraunscarlescufi
authored andcommitted
drivers: remove legacy mcp23s17 driver
This chip is handled by the more generic mcp23xxx driver, which will get a microchip,mcp23s17 compatible binding in the next commit. Signed-off-by: Armin Brauns <armin.brauns@embedded-solutions.at>
1 parent 756869c commit 75b3bf5

File tree

5 files changed

+0
-453
lines changed

5 files changed

+0
-453
lines changed

drivers/gpio/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ zephyr_library_sources_ifdef(CONFIG_GPIO_LPC11U6X gpio_lpc11u6x.c)
4343
zephyr_library_sources_ifdef(CONFIG_GPIO_MAX32 gpio_max32.c)
4444
zephyr_library_sources_ifdef(CONFIG_GPIO_MCHP_MSS gpio_mchp_mss.c)
4545
zephyr_library_sources_ifdef(CONFIG_GPIO_MCP230XX gpio_mcp230xx.c)
46-
zephyr_library_sources_ifdef(CONFIG_GPIO_MCP23S17 gpio_mcp23s17.c)
4746
zephyr_library_sources_ifdef(CONFIG_GPIO_MCP23SXX gpio_mcp23sxx.c)
4847
zephyr_library_sources_ifdef(CONFIG_GPIO_MCP23XXX gpio_mcp23xxx.c)
4948
zephyr_library_sources_ifdef(CONFIG_GPIO_MCUX gpio_mcux.c)

drivers/gpio/Kconfig

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,6 @@ source "drivers/gpio/Kconfig.lmp90xxx"
133133
source "drivers/gpio/Kconfig.lpc11u6x"
134134
source "drivers/gpio/Kconfig.max32"
135135
source "drivers/gpio/Kconfig.mchp_mss"
136-
source "drivers/gpio/Kconfig.mcp23s17"
137136
source "drivers/gpio/Kconfig.mcp23xxx"
138137
source "drivers/gpio/Kconfig.mcux"
139138
source "drivers/gpio/Kconfig.mcux_igpio"

drivers/gpio/Kconfig.mcp23s17

Lines changed: 0 additions & 22 deletions
This file was deleted.

0 commit comments

Comments
 (0)