1# Copyright (c) 2025 Google, LLC
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_MODULINO_BUTTONS
5	bool "Arduino Modulino buttons"
6	default y
7	depends on DT_HAS_ARDUINO_MODULINO_BUTTONS_ENABLED
8	select I2C
9	help
10	  Enable driver Arduino Modulino Buttons.
11