zephyr/drivers/adc/Kconfig.ads1112
TOKITA Hiroshi a873c73701 driver: adc: ads1112 Fix missing default y in config ADC_ADS1112
The `default y`, which is coupled with
depends on DT_HAS_TI_ADS1112_ENABLED to link the settings with DeviceTree,
which was missing, so I added it.

Signed-off-by: TOKITA Hiroshi <tokita.hiroshi@gmail.com>
2024-09-26 17:43:52 -04:00

14 lines
325 B
Plaintext

# ADS1112 ADC configuration options
# Copyright (c) 2023 Cruise, LLC.
# SPDX-License-Identifier: Apache-2.0
config ADC_ADS1112
bool "Texas Instruments ADS1112 ADC driver"
depends on DT_HAS_TI_ADS1112_ENABLED
default y
select I2C
select ADC_CONFIGURABLE_INPUTS
help
Enable the driver implementation for the ADS1112