From: "David Müller (ELSOFT AG)" <d.mueller@elsoft.ch>
To: u-boot@lists.denx.de
Subject: [U-Boot] CONFIG_MODEM_SUPPORT / CONFIG_HWFLOW still in use?
Date: Fri, 5 Feb 2016 11:59:17 +0100 [thread overview]
Message-ID: <56B48085.2050500@elsoft.ch> (raw)
In-Reply-To: <CAPnjgZ2YpRVOdP5Pbf7ZasYXbvreVEyd1bA+PyUm-wKrdtv0hg@mail.gmail.com>
Hello
While trying to convert the serial_s3c24x0.c driver to DM, I noticed
that no offical U-Boot configuration seems to be using the
CONFIG_MODEM_SUPPORT or CONFIG_HWFLOW option.
Do you know if these two options are still in use somewhere else? Or can
all the references to these options be removed irrevocably?
> git grep CONFIG_MODEM_SUPPORT | uniq
README: CONFIG_MODEM_SUPPORT
arch/powerpc/cpu/mpc8xx/serial.c:#ifdef CONFIG_MODEM_SUPPORT
common/Makefile:obj-$(CONFIG_MODEM_SUPPORT) += modem.o
common/board_f.c:#ifdef CONFIG_MODEM_SUPPORT
common/main.c:#ifdef CONFIG_MODEM_SUPPORT
drivers/serial/serial_s3c24x0.c:#ifdef CONFIG_MODEM_SUPPORT
include/asm-generic/global_data.h:#ifdef CONFIG_MODEM_SUPPORT
> git grep CONFIG_HWFLOW | uniq
README: CONFIG_HWFLOW
common/modem.c:#ifdef CONFIG_HWFLOW
doc/README.Modem:UART driver supports it (see CONFIG_HWFLOW compile-time
flag in
drivers/serial/serial_imx.c:#ifdef CONFIG_HWFLOW
drivers/serial/serial_s3c24x0.c:#ifdef CONFIG_HWFLOW
Dave
next prev parent reply other threads:[~2016-02-05 10:59 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-01-31 16:16 [U-Boot] Converting serial_s3c24x0.c to driver model Simon Glass
2016-02-02 15:59 ` David Müller (ELSOFT AG)
2016-02-02 16:21 ` Simon Glass
2016-02-05 10:59 ` David Müller (ELSOFT AG) [this message]
2016-02-05 15:33 ` [U-Boot] CONFIG_MODEM_SUPPORT / CONFIG_HWFLOW still in use? Tom Rini
2016-02-05 19:31 ` Wolfgang Denk
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=56B48085.2050500@elsoft.ch \
--to=d.mueller@elsoft.ch \
--cc=u-boot@lists.denx.de \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.