Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1589386 > unrolled thread
| Started by | Pavel Machek <pavel@ucw.cz> |
|---|---|
| First post | 2017-02-28 13:00 +0100 |
| Last post | 2017-02-28 13:40 +0100 |
| Articles | 3 — 2 participants |
Back to article view | Back to linux.kernel
serdev Kconfig in v4.11 Pavel Machek <pavel@ucw.cz> - 2017-02-28 13:00 +0100
Re: serdev Kconfig in v4.11 Greg KH <gregkh@linuxfoundation.org> - 2017-02-28 13:40 +0100
Re: serdev Kconfig in v4.11 Pavel Machek <pavel@ucw.cz> - 2017-02-28 13:40 +0100
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Date | 2017-02-28 13:00 +0100 |
| Subject | serdev Kconfig in v4.11 |
| Message-ID | <tfOBI-3VC-1@gated-at.bofh.it> |
[Multipart message — attachments visible in raw view] — view raw
Hi!
menuconfig SERIAL_DEV_BUS
tristate "Serial device bus"
help
Core support for devices connected via a serial port.
This is pretty misleading, it would be nice to mention that this is
mostly for embedded devices, and perhaps mention "say N if you don't know".
config SERIAL_DEV_CTRL_TTYPORT
bool "Serial device TTY port controller"
I have no idea what this is, please provide some kind of help here.
Pavel
--
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[toc] | [next] | [standalone]
| From | Greg KH <gregkh@linuxfoundation.org> |
|---|---|
| Date | 2017-02-28 13:40 +0100 |
| Message-ID | <tfPeq-4pW-13@gated-at.bofh.it> |
| In reply to | #1589386 |
On Tue, Feb 28, 2017 at 12:55:26PM +0100, Pavel Machek wrote: > Hi! > > menuconfig SERIAL_DEV_BUS > tristate "Serial device bus" > help > Core support for devices connected via a serial port. > > This is pretty misleading, it would be nice to mention that this is > mostly for embedded devices, and perhaps mention "say N if you don't know". It's not just for embedded devices, just wait, it will get used everywhere :) > config SERIAL_DEV_CTRL_TTYPORT > bool "Serial device TTY port controller" > > I have no idea what this is, please provide some kind of help here. Patches welcome :) Seriously, just say N for now, you will be fine. Rob, care to update the Kconfig help a bit? thanks, greg k-h
[toc] | [prev] | [next] | [standalone]
| From | Pavel Machek <pavel@ucw.cz> |
|---|---|
| Date | 2017-02-28 13:40 +0100 |
| Message-ID | <tfPer-4pW-33@gated-at.bofh.it> |
| In reply to | #1589409 |
[Multipart message — attachments visible in raw view] — view raw
On Tue 2017-02-28 13:30:37, Greg KH wrote: > On Tue, Feb 28, 2017 at 12:55:26PM +0100, Pavel Machek wrote: > > Hi! > > > > menuconfig SERIAL_DEV_BUS > > tristate "Serial device bus" > > help > > Core support for devices connected via a serial port. > > > > This is pretty misleading, it would be nice to mention that this is > > mostly for embedded devices, and perhaps mention "say N if you don't know". > > It's not just for embedded devices, just wait, it will get used > everywhere :) Yeah, well. It is "support for automatically attaching devices attached over serial port". You can support them just fine without serdev, but you'll have to do irattach/hciattach/whatever attach manually... > > config SERIAL_DEV_CTRL_TTYPORT > > bool "Serial device TTY port controller" > > > > I have no idea what this is, please provide some kind of help here. > > Patches welcome :) > > Seriously, just say N for now, you will be fine. Rob, care to update > the Kconfig help a bit? Thanks, Pavel -- (english) http://www.livejournal.com/~pavelmachek (cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web