1# Copyright (c) 2021, Marc Reilly, Creative Product Design
2# SPDX-License-Identifier: Apache-2.0
3
4config SPI_BITBANG
5 bool "Bitbang SPI controller driver"
6 default y
7 depends on DT_HAS_ZEPHYR_SPI_BITBANG_ENABLED
8 help
9 Enable the Bitbang SPI controller
10