Re: [PATCH 08/10] HID: apple: Add DockChannel HID transport driver
Julian Braha <[email protected]>
| Newsgroups | dev.linux.lists.asahi,dev.linux.lists.iommu,org.infradead.lists.linux-arm-kernel,org.kernel.vger.linux-devicetree,org.kernel.vger.linux-input,org.kernel.vger.linux-kernel |
|---|---|
| Message-ID | <[email protected]> |
Hi Michael, On 6/30/26 13:54, Michael Reeves via B4 Relay wrote: > +source "drivers/hid/dockchannel/Kconfig" > + > endif # HID > > +++ b/drivers/hid/dockchannel/Kconfig > @@ -0,0 +1,15 @@ > +# SPDX-License-Identifier: GPL-2.0-only OR MIT > + > +config APPLE_DOCKCHANNEL_HID > + tristate "HID over Apple DockChannel" > + depends on APPLE_DOCKCHANNEL > + depends on APPLE_RTKIT > + depends on HID APPLE_DOCKCHANNEL_HID has a duplicate dependency on HID, since you put the import for this file inside of 'if HID..endif', and then also gave it a 'depends on HID'. - Julian Braha