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

tests: drivers: build_all: input: Add config for futaba,sbus #79139

Merged

Commits on Sep 28, 2024

  1. drivers: input: sbus: Remove unused pinctrl.h including

    This source does not reference any pinctrl functions.
    Removing the unused header.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d100d89 View commit details
    Browse the repository at this point in the history
  2. drivers: input: sbus: Fix incorrect index reference of INPUT_SBUS_INIT

    The argument of INPUT_SBUS_INIT is named `n,` but there are some places
    where it references `id.`  Correcting these.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    d000237 View commit details
    Browse the repository at this point in the history
  3. tests: drivers: build_all: input: Add config for futaba,sbus

    Add configuration to add `futaba,sbus` to build test.
    
    Signed-off-by: TOKITA Hiroshi <[email protected]>
    soburi committed Sep 28, 2024
    Configuration menu
    Copy the full SHA
    6cd12d9 View commit details
    Browse the repository at this point in the history