Skip to content

Commit

Permalink
pinmux: remove s1000 i2s driver
Browse files Browse the repository at this point in the history
Remove intel_s1000_crb pinmux driver. The board is no longer available
or supported in the zephyr tree.

Signed-off-by: Anas Nashif <[email protected]>
  • Loading branch information
nashif committed Jun 13, 2022
1 parent fa843d3 commit 8d04b86
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 109 deletions.
1 change: 0 additions & 1 deletion drivers/pinmux/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
# SPDX-License-Identifier: Apache-2.0

# Board initialization
zephyr_sources_ifdef(CONFIG_PINMUX_INTEL_S1000 pinmux_intel_s1000.c)
zephyr_sources_ifdef(CONFIG_PINMUX_LPC11U6X pinmux_lpc11u6x.c)
zephyr_sources_ifdef(CONFIG_PINMUX_MCUX pinmux_mcux.c)
zephyr_sources_ifdef(CONFIG_PINMUX_MCUX_LPC pinmux_mcux_lpc.c)
Expand Down
2 changes: 0 additions & 2 deletions drivers/pinmux/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,6 @@ config PINMUX_INIT_PRIORITY

source "drivers/pinmux/Kconfig.beetle"

source "drivers/pinmux/Kconfig.intel_s1000"

source "drivers/pinmux/Kconfig.lpc11u6x"

source "drivers/pinmux/Kconfig.mcux"
Expand Down
8 changes: 0 additions & 8 deletions drivers/pinmux/Kconfig.intel_s1000

This file was deleted.

98 changes: 0 additions & 98 deletions drivers/pinmux/pinmux_intel_s1000.c

This file was deleted.

0 comments on commit 8d04b86

Please sign in to comment.