2021-12-02 13:03:46 +08:00
|
|
|
# Copyright (c) 2021, Marc Reilly, Creative Product Design
|
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
|
|
|
config SPI_BITBANG
|
|
|
|
bool "Bitbang SPI controller driver"
|
2022-07-21 05:14:56 +08:00
|
|
|
default y
|
|
|
|
depends on DT_HAS_ZEPHYR_SPI_BITBANG_ENABLED
|
2021-12-02 13:03:46 +08:00
|
|
|
help
|
|
|
|
Enable the Bitbang SPI controller
|