Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1249289
| From | Marcel Holtmann <marcel@holtmann.org> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | Re: [PATCH] bluetooth: bpa10x: fix BT_HCIUART dependency |
| Date | 2015-10-17 11:20 +0200 |
| Message-ID | <qkvOF-1ds-1@gated-at.bofh.it> (permalink) |
| References | <qklmi-2Im-29@gated-at.bofh.it> |
| Organization | linux.* mail to news gateway |
Hi Arnd, > The change to bpa10x to use the h4_recv_buf helper added a dependency > on BT_HCIUART. This was incorrectly added to Kconfig by adding a > 'select' statement, which now in turn causes build failures > when CONFIG_TTY is not set: > > warning: (BT_HCIBPA10X) selects BT_HCIUART which has unmet direct dependencies (NET && BT && TTY) > vers/built-in.o: In function `hci_uart_tty_receive': > fpga-mgr.c:(.text+0x282824): undefined reference to `tty_unthrottle' > drivers/built-in.o: In function `hci_uart_tty_ioctl': > fpga-mgr.c:(.text+0x282aa0): undefined reference to `n_tty_ioctl_helper' > drivers/built-in.o: In function `hci_uart_flush': > > This replaces the 'select BT_HCIUART' dependency with 'depends on', which > does not have this kind of problem. Alternatively, one could add 'depends > on TTY', but avoiding 'select' on user-visible options is generally the > preferred choice as that does not introduce the potential for dependency > loops or incomplete dependency chains. the intention here was to use select, but that seems to open all sorts of problems. Since I am most likely the only person that still has this device and attaches it to Linux, I am fine in going the easier path with depends on. Patch has been applied to bluetooth-next tree. Regards Marcel -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Previous in thread | Find similar | Unroll thread
[PATCH] bluetooth: bpa10x: fix BT_HCIUART dependency Arnd Bergmann <arnd@arndb.de> - 2015-10-17 00:10 +0200 Re: [PATCH] bluetooth: bpa10x: fix BT_HCIUART dependency Marcel Holtmann <marcel@holtmann.org> - 2015-10-17 11:20 +0200
csiph-web