Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
refs/heads/upstream/collab-sdk-dev
/
.
/
drivers
/
input
/
Kconfig.modulino
blob: 95ae6fe4dfd2cbfee3f34817101c65703874461b [
file
] [
log
] [
blame
] [
edit
]
# Copyright (c) 2025 Google, LLC
# SPDX-License-Identifier: Apache-2.0
config INPUT_MODULINO_BUTTONS
bool
"Arduino Modulino buttons"
default
y
depends on DT_HAS_ARDUINO_MODULINO_BUTTONS_ENABLED
select
I2C
help
Enable
driver
Arduino
Modulino
Buttons
.