zephyr/modules/hal_rpi_pico/Kconfig
TOKITA Hiroshi 725aa4759a modules: hal_rpi_pico: Enable ADC driver
Enable ADC driver.
Add the path of the ADC driver header into include paths.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@fujitsu.com>
2022-09-06 17:11:19 +02:00

31 lines
472 B
Plaintext

# Copyright (c) 2021 Yonatan Schachter
# SPDX-License-Identifier: Apache-2.0
config HAS_RPI_PICO
bool
config PICOSDK_USE_UART
bool
help
Use the UART driver from pico-sdk
config PICOSDK_USE_GPIO
bool
help
Use the GPIO driver from pico-sdk
config PICOSDK_USE_FLASH
bool
help
Use the flash driver from pico-sdk
config PICOSDK_USE_PWM
bool
help
Use the PWM driver from pico-sdk
config PICOSDK_USE_ADC
bool
help
Use the ADC driver from pico-sdk