1# Copyright (c) 2024 Bootlin
2# SPDX-License-Identifier: Apache-2.0
3
4config INPUT_NUNCHUK
5 bool "Nintendo Nunchuk joystick"
6 default y
7 depends on DT_HAS_NINTENDO_NUNCHUK_ENABLED
8 select I2C
9 help
10 This option enable the driver for the Nintendo Nunchuk joystick.
11