1# Copyright (c) 2024 Chen Xingyu <hi@xingrz.me>
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_ADC_KEYS
5	bool "ADC attached resistor ladder buttons"
6	default y
7	depends on DT_HAS_ADC_KEYS_ENABLED
8	depends on ADC
9	help
10	  Enable support for ADC attached resistor ladder buttons.
11