Skip to content

Commit bf7660d

Browse files
arndbJiri Kosina
authored andcommitted
HID: stop drivers from selecting CONFIG_HID
There is a mix of drivers using either 'depends on HID' or 'select HID', which causes both circular dependencies and missed dependencies for a 'select': WARNING: unment direct dependencies for HID Depends on [m]: HID_SUPPORT [=y] && INPUT [=m] Selected by [y]: - AMD_SFH_HID [=y] && HID_SUPPORT [=y] && (X86_64 || COMPILE_TEST [=y]) && PCI [=y] Selected by [m]: - I2C_HID_CORE [=m] && HID_SUPPORT [=y] WARNING: unmet direct dependencies detected for INPUT_FF_MEMLESS Depends on [m]: INPUT [=m] Selected by [y]: - DRAGONRISE_FF [=y] && HID_SUPPORT [=y] && HID [=y] && HID_DRAGONRISE [=y] - HID_MICROSOFT [=y] && HID_SUPPORT [=y] && HID [=y] - GREENASIA_FF [=y] && HID_SUPPORT [=y] && HID [=y] && HID_GREENASIA [=y] Selected by [m]: - INPUT_ARIZONA_HAPTICS [=m] && INPUT [=m] && INPUT_MISC [=y] && MFD_ARIZONA [=y] && SND_SOC [=m] - INPUT_PM8XXX_VIBRATOR [=m] && INPUT [=m] && INPUT_MISC [=y] && (MFD_PM8XXX [=m] || MFD_SPMI_PMIC [=n]) - INPUT_MAX8997_HAPTIC [=m] && INPUT [=m] && INPUT_MISC [=y] && PWM [=y] && MFD_MAX8997 [=y] - INPUT_GPIO_VIBRA [=m] && INPUT [=m] && INPUT_MISC [=y] && (GPIOLIB [=y] || COMPILE_TEST [=y]) - INPUT_REGULATOR_HAPTIC [=m] && INPUT [=m] && INPUT_MISC [=y] && REGULATOR [=y] - INPUT_TWL6040_VIBRA [=m] && INPUT [=m] && INPUT_MISC [=y] && TWL6040_CORE [=y] - INPUT_PWM_VIBRA [=m] && INPUT [=m] && INPUT_MISC [=y] && PWM [=y] - INPUT_DRV260X_HAPTICS [=m] && INPUT_MISC [=y] && INPUT [=m] && I2C [=y] && (GPIOLIB [=y] || COMPILE_TEST [=y]) - INPUT_DRV2665_HAPTICS [=m] && INPUT_MISC [=y] && INPUT [=m] && I2C [=y] - INPUT_DRV2667_HAPTICS [=m] && INPUT_MISC [=y] && INPUT [=m] && I2C [=y] - INPUT_SC27XX_VIBRA [=m] && INPUT [=m] && INPUT_MISC [=y] && (MFD_SC27XX_PMIC [=y] || COMPILE_TEST [=y]) - HID_MAYFLASH [=m] && HID_SUPPORT [=y] && HID [=y] Avoid this by changing all HID client drivers to use 'depends on HID'. For I2C_HID, this requires a larger rework of the Kconfig description, but it hopefully becomes easier to understand without the complex I2C_HID_CORE definition. Fixes: 25621bc ("HID: Kconfig: split HID support and hid-core compilation") Signed-off-by: Arnd Bergmann <[email protected]> Acked-by: Randy Dunlap <[email protected]> Reviewed-by: Greg Kroah-Hartman <[email protected]> Signed-off-by: Jiri Kosina <[email protected]>
1 parent e9d48ab commit bf7660d

File tree

3 files changed

+18
-17
lines changed

3 files changed

+18
-17
lines changed

drivers/hid/amd-sfh-hid/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ menu "AMD SFH HID Support"
55

66
config AMD_SFH_HID
77
tristate "AMD Sensor Fusion Hub"
8-
select HID
8+
depends on HID
99
help
1010
If you say yes to this option, support will be included for the
1111
AMD Sensor Fusion Hub.

drivers/hid/i2c-hid/Kconfig

Lines changed: 16 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,15 @@
11
# SPDX-License-Identifier: GPL-2.0-only
2-
menu "I2C HID support"
3-
depends on I2C
2+
menuconfig I2C_HID
3+
tristate "I2C HID support"
4+
default y
5+
depends on I2C && INPUT && HID
6+
7+
if I2C_HID
48

59
config I2C_HID_ACPI
610
tristate "HID over I2C transport layer ACPI driver"
7-
default n
8-
depends on I2C && INPUT && ACPI
11+
depends on ACPI
12+
select I2C_HID_CORE
913
help
1014
Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
1115
other HID based devices which is connected to your computer via I2C.
@@ -19,8 +23,8 @@ config I2C_HID_ACPI
1923

2024
config I2C_HID_OF
2125
tristate "HID over I2C transport layer Open Firmware driver"
22-
default n
23-
depends on I2C && INPUT && OF
26+
depends on OF
27+
select I2C_HID_CORE
2428
help
2529
Say Y here if you use a keyboard, a touchpad, a touchscreen, or any
2630
other HID based devices which is connected to your computer via I2C.
@@ -34,8 +38,8 @@ config I2C_HID_OF
3438

3539
config I2C_HID_OF_ELAN
3640
tristate "Driver for Elan hid-i2c based devices on OF systems"
37-
default n
38-
depends on I2C && INPUT && OF
41+
depends on OF
42+
select I2C_HID_CORE
3943
help
4044
Say Y here if you want support for Elan i2c devices that use
4145
the i2c-hid protocol on Open Firmware (Device Tree)-based
@@ -49,8 +53,8 @@ config I2C_HID_OF_ELAN
4953

5054
config I2C_HID_OF_GOODIX
5155
tristate "Driver for Goodix hid-i2c based devices on OF systems"
52-
default n
53-
depends on I2C && INPUT && OF
56+
depends on OF
57+
select I2C_HID_CORE
5458
help
5559
Say Y here if you want support for Goodix i2c devices that use
5660
the i2c-hid protocol on Open Firmware (Device Tree)-based
@@ -62,10 +66,7 @@ config I2C_HID_OF_GOODIX
6266
will be called i2c-hid-of-goodix. It will also build/depend on
6367
the module i2c-hid.
6468

65-
endmenu
66-
6769
config I2C_HID_CORE
6870
tristate
69-
default y if I2C_HID_ACPI=y || I2C_HID_OF=y || I2C_HID_OF_GOODIX=y
70-
default m if I2C_HID_ACPI=m || I2C_HID_OF=m || I2C_HID_OF_GOODIX=m
71-
select HID
71+
endif
72+

drivers/hid/intel-ish-hid/Kconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ config INTEL_ISH_HID
66
tristate "Intel Integrated Sensor Hub"
77
default n
88
depends on X86
9-
select HID
9+
depends on HID
1010
help
1111
The Integrated Sensor Hub (ISH) enables the ability to offload
1212
sensor polling and algorithm processing to a dedicated low power

0 commit comments

Comments
 (0)