mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-04 09:05:20 +00:00
Replace occurrences of "RaspberryPi" with "Raspberry Pi" in documentation, comment blocks etc. Correct the name of "PicoW" to "Pico W", matching Raspberry Pi's documentation at https://www.raspberrypi.com/documentation/microcontrollers/pico-series.html . Signed-off-by: Andrew Featherstone <andrew.featherstone@gmail.com>
13 lines
333 B
Plaintext
13 lines
333 B
Plaintext
# Copyright (c) 2023 Tokita, Hiroshi <tokita.hiroshi@gfujitsu.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config DMA_RPI_PICO
|
|
bool "Raspberry Pi Pico DMA driver"
|
|
default y
|
|
depends on DT_HAS_RASPBERRYPI_PICO_DMA_ENABLED
|
|
select PICOSDK_USE_DMA
|
|
select PICOSDK_USE_CLAIM
|
|
depends on RESET
|
|
help
|
|
DMA driver for Raspberry Pi Pico.
|