All of lore.kernel.org
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: Loic Poulain <loic.poulain@linaro.org>
Cc: marex@denx.de, pali@kernel.org, lukma@denx.de, u-boot@lists.denx.de
Subject: Re: [PATCH v2 1/2] lib/circbuf: Make circbuf selectable symbol
Date: Mon, 22 Nov 2021 13:50:04 +0100	[thread overview]
Message-ID: <2527692.1637585404@gemini.denx.de> (raw)
In-Reply-To: <1637584252-15617-1-git-send-email-loic.poulain@linaro.org>

Dear Loic Poulain,

In message <1637584252-15617-1-git-send-email-loic.poulain@linaro.org> you wrote:
> It is currenly only used from usbtty driver but make it properly
> selectable via Kconfig symbol, for future usage.
>
> Signed-off-by: Loic Poulain <loic.poulain@linaro.org>
> ---
>  v2: no change
>
>  lib/Kconfig  | 3 +++
>  lib/Makefile | 8 +++++++-
>  2 files changed, 10 insertions(+), 1 deletion(-)
>
> diff --git a/lib/Kconfig b/lib/Kconfig
> index c535147..1bd54d8 100644
> --- a/lib/Kconfig
> +++ b/lib/Kconfig
> @@ -290,6 +290,9 @@ config TRACE_EARLY_ADDR
>  	  the size is too small then the message which says the amount of early
>  	  data being coped will the the same as the
>  
> +config CIRCBUF
> +        bool
> +
>  source lib/dhry/Kconfig

Please add a description what this symbos is doing.

Thanks.


Wolfgang Denk

-- 
DENX Software Engineering GmbH,      Managing Director: Wolfgang Denk
HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany
Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd@denx.de
Old programmers never die, they just become managers.

  parent reply	other threads:[~2021-11-22 12:50 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-11-22 12:30 [PATCH v2 1/2] lib/circbuf: Make circbuf selectable symbol Loic Poulain
2021-11-22 12:30 ` [PATCH v2 2/2] usb: gadget: Add CDC ACM function Loic Poulain
2021-11-22 15:48   ` Pali Rohár
2021-11-22 16:31     ` Loic Poulain
2021-11-22 12:50 ` Wolfgang Denk [this message]
2021-11-22 16:47   ` [PATCH v2 1/2] lib/circbuf: Make circbuf selectable symbol Loic Poulain

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=2527692.1637585404@gemini.denx.de \
    --to=wd@denx.de \
    --cc=loic.poulain@linaro.org \
    --cc=lukma@denx.de \
    --cc=marex@denx.de \
    --cc=pali@kernel.org \
    --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.