mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-31 10:25:48 +00:00
- Move selection of CONFIG_PINCTRL from soc to individual drivers - in accordance with issue #78619 Signed-off-by: McAtee Maxwell <maxwell.mcatee@infineon.com>
13 lines
287 B
Plaintext
13 lines
287 B
Plaintext
# XMC4XXX ADC configuration options
|
|
|
|
# Copyright (c) 2022 Andriy Gelman <andriy.gelman@gmail.com>
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config ADC_XMC4XXX
|
|
bool "XMC4XXX ADC"
|
|
default y
|
|
depends on DT_HAS_INFINEON_XMC4XXX_ADC_ENABLED
|
|
select PINCTRL
|
|
help
|
|
Enable XMC4XXX adc driver.
|