Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input: joystick - fix Kconfig warning for JOYSTICK_ADC #121

Open
wants to merge 1 commit into
base: JH7110_VisionFive2_devel
Choose a base branch
from

Conversation

opsiff
Copy link

@opsiff opsiff commented Sep 28, 2023

Fix: https://github.com/deepin-community/deepin-riscv-kernel/actions/runs/6320541745/job/17163185895
Fix: https://github.com/deepin-community/deepin-riscv-kernel/actions/runs/6333699747/job/17202178605

unmet direct dependencies detected for IIO_BUFFER_CB
Depends on [n]: IIO [=y] && IIO_BUFFER [=n]
Selected by [m]:
JOYSTICK_ADC [=m] && INPUT [=y] && INPUT_JOYSTICK [=y] && IIO [=y]

[ Upstream commit 6100a19 ]

[ Upstream commit 6100a19 ]

Fix a Kconfig warning for JOYSTICK_ADC by also selecting
IIO_BUFFER.

WARNING: unmet direct dependencies detected for IIO_BUFFER_CB
  Depends on [n]: IIO [=y] && IIO_BUFFER [=n]
  Selected by [y]:
  - JOYSTICK_ADC [=y] && INPUT [=y] && INPUT_JOYSTICK [=y] && IIO [=y]

Fixes: 2c2b364 ("Input: joystick - add ADC attached joystick driver.")
Reported-by: kernel test robot <[email protected]>
Signed-off-by: Randy Dunlap <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Dmitry Torokhov <[email protected]>
Signed-off-by: Sasha Levin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant