public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@konsulko.com>
To: Simon Glass <sjg@chromium.org>
Cc: "U-Boot Mailing List" <u-boot@lists.denx.de>,
	"Stefan Roese" <sr@denx.de>, "Michael Walle" <michael@walle.cc>,
	"Aleksandar Gerasimovski"
	<aleksandar.gerasimovski@hitachienergy.com>,
	"Alison Wang" <alison.wang@nxp.com>,
	"Andre Przywara" <andre.przywara@arm.com>,
	"Andrew F. Davis" <afd@ti.com>,
	"Baruch Siach" <baruch@tkos.co.il>,
	"Bin Meng" <bmeng.cn@gmail.com>, "Biwen Li" <biwen.li@nxp.com>,
	"Dennis Gilmore" <dgilmore@redhat.com>,
	"Fabio Estevam" <festevam@gmail.com>,
	"Gerald Kerma" <dreagle@doukki.net>,
	"Green Wan" <green.wan@sifive.com>, "Heiko Schocher" <hs@denx.de>,
	"Ian Ray" <ian.ray@ge.com>,
	"Igor Opaniuk" <igor.opaniuk@foundries.io>,
	"Jason Cooper" <u-boot@lakedaemon.net>,
	"Jason Liu" <jason.hui.liu@nxp.com>,
	"Luka Perkov" <luka.perkov@sartura.hr>,
	"Marek Behún" <marek.behun@nic.cz>, "Marek Vasut" <marex@denx.de>,
	"Mario Six" <mario.six@gdsys.cc>,
	"Martyn Welch" <martyn.welch@collabora.com>,
	"Meenakshi Aggarwal" <meenakshi.aggarwal@nxp.com>,
	"Mian Yousaf Kaukab" <ykaukab@suse.de>,
	"Mingkai Hu" <mingkai.hu@nxp.com>,
	"Nikita Kiryanov" <nikita@compulab.co.il>,
	"Olaf Mandel" <o.mandel@menlosystems.com>,
	"Pali Rohár" <pali@kernel.org>,
	"Patrick Delaunay" <patrick.delaunay@foss.st.com>,
	"Paul Walmsley" <paul.walmsley@sifive.com>,
	"Pragnesh Patel" <pragnesh.patel@sifive.com>,
	"Pramod Kumar" <pramod.kumar_1@nxp.com>,
	"Priyanka Jain" <priyanka.jain@nxp.com>,
	"Qiang Zhao" <qiang.zhao@nxp.com>,
	"Rainer Boschung" <rainer.boschung@hitachienergy.com>,
	"Rajesh Bhagat" <rajesh.bhagat@nxp.com>,
	"Rasmus Villemoes" <rasmus.villemoes@prevas.dk>,
	"Rick Chen" <rick@andestech.com>,
	"Ruchika Gupta" <ruchika.gupta@nxp.com>,
	"Sean Anderson" <seanga2@gmail.com>,
	"Shengzhou Liu" <Shengzhou.Liu@nxp.com>,
	"Simon Guinot" <simon.guinot@sequanux.org>,
	"Sinan Akman" <sinan@writeme.com>, "Soeren Moch" <smoch@web.de>,
	"Tang Yuantian" <andy.tang@nxp.com>,
	"Tim Harvey" <tharvey@gateworks.com>,
	"Tony Dinh" <mibodhi@gmail.com>,
	"Troy Kisky" <troy.kisky@boundarydevices.com>,
	"Udit Agarwal" <udit.agarwal@nxp.com>,
	"Vladimir Oltean" <olteanv@gmail.com>,
	"Wasim Khan" <wasim.khan@nxp.com>, "Wolfgang Denk" <wd@denx.de>,
	"Yangbo Lu" <yangbo.lu@nxp.com>, liuhao <liuhao@phytium.com.cn>,
	shuyiqi <shuyiqi@phytium.com.cn>
Subject: Re: [PATCH 7/8] Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig
Date: Wed, 9 Feb 2022 11:39:36 -0500	[thread overview]
Message-ID: <20220209163936.GY7515@bill-the-cat> (raw)
In-Reply-To: <20220131144938.927349-8-sjg@chromium.org>

[-- Attachment #1: Type: text/plain, Size: 478 bytes --]

On Mon, Jan 31, 2022 at 07:49:37AM -0700, Simon Glass wrote:

> This converts the following to Kconfig:
>    CONFIG_SCSI_AHCI_PLAT
>    CONFIG_SYS_SCSI_MAX_SCSI_ID
>    CONFIG_SYS_SCSI_MAX_LUN
>    CONFIG_SYS_SATA_MAX_DEVICE
> 
> Drop CONFIG_SCSI for everything except the sandbox build. We only need
> one build for tests.
> 
> Signed-off-by: Simon Glass <sjg@chromium.org>
> Reviewed-by: Stefan Roese <sr@denx.de>

Applied to u-boot/master, thanks!

-- 
Tom

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 659 bytes --]

  parent reply	other threads:[~2022-02-09 16:43 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-01-31 14:49 [PATCH 0/8] scsi: Convert some options to Kconfig Simon Glass
2022-01-31 14:49 ` [PATCH 1/8] sata: Drop Silicon Image SIL3114 SATA driver Simon Glass
2022-02-01  6:08   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini
2022-01-31 14:49 ` [PATCH 2/8] sata: Only support BLK Simon Glass
2022-02-01  6:08   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini
2022-01-31 14:49 ` [PATCH 3/8] sata: Rearrange Kconfig for SATA Simon Glass
2022-02-01  6:09   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini
2022-01-31 14:49 ` [PATCH 4/8] sata: sata_sil: Only support BLK Simon Glass
2022-02-01  6:13   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini
2022-01-31 14:49 ` [PATCH 5/8] ahci: Make ahci drivers depend on AHCI Simon Glass
2022-02-01  6:14   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini
2022-01-31 14:49 ` [PATCH 6/8] scsi: Drop CONFIG_SYS_SCSI_MAX_DEVICE Simon Glass
2022-01-31 15:58   ` Heinrich Schuchardt
2022-01-31 16:04     ` Tom Rini
2022-01-31 16:13       ` Simon Glass
2022-02-01  6:14   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini
2022-01-31 14:49 ` [PATCH 7/8] Convert CONFIG_SCSI_AHCI_PLAT et al to Kconfig Simon Glass
2022-02-01  6:14   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini [this message]
2022-01-31 14:49 ` [PATCH 8/8] dm: scsi: Add a migration deadline for scsi Simon Glass
2022-02-01  6:15   ` Stefan Roese
2022-02-09 16:39   ` Tom Rini

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=20220209163936.GY7515@bill-the-cat \
    --to=trini@konsulko.com \
    --cc=Shengzhou.Liu@nxp.com \
    --cc=afd@ti.com \
    --cc=aleksandar.gerasimovski@hitachienergy.com \
    --cc=alison.wang@nxp.com \
    --cc=andre.przywara@arm.com \
    --cc=andy.tang@nxp.com \
    --cc=baruch@tkos.co.il \
    --cc=biwen.li@nxp.com \
    --cc=bmeng.cn@gmail.com \
    --cc=dgilmore@redhat.com \
    --cc=dreagle@doukki.net \
    --cc=festevam@gmail.com \
    --cc=green.wan@sifive.com \
    --cc=hs@denx.de \
    --cc=ian.ray@ge.com \
    --cc=igor.opaniuk@foundries.io \
    --cc=jason.hui.liu@nxp.com \
    --cc=liuhao@phytium.com.cn \
    --cc=luka.perkov@sartura.hr \
    --cc=marek.behun@nic.cz \
    --cc=marex@denx.de \
    --cc=mario.six@gdsys.cc \
    --cc=martyn.welch@collabora.com \
    --cc=meenakshi.aggarwal@nxp.com \
    --cc=mibodhi@gmail.com \
    --cc=michael@walle.cc \
    --cc=mingkai.hu@nxp.com \
    --cc=nikita@compulab.co.il \
    --cc=o.mandel@menlosystems.com \
    --cc=olteanv@gmail.com \
    --cc=pali@kernel.org \
    --cc=patrick.delaunay@foss.st.com \
    --cc=paul.walmsley@sifive.com \
    --cc=pragnesh.patel@sifive.com \
    --cc=pramod.kumar_1@nxp.com \
    --cc=priyanka.jain@nxp.com \
    --cc=qiang.zhao@nxp.com \
    --cc=rainer.boschung@hitachienergy.com \
    --cc=rajesh.bhagat@nxp.com \
    --cc=rasmus.villemoes@prevas.dk \
    --cc=rick@andestech.com \
    --cc=ruchika.gupta@nxp.com \
    --cc=seanga2@gmail.com \
    --cc=shuyiqi@phytium.com.cn \
    --cc=simon.guinot@sequanux.org \
    --cc=sinan@writeme.com \
    --cc=sjg@chromium.org \
    --cc=smoch@web.de \
    --cc=sr@denx.de \
    --cc=tharvey@gateworks.com \
    --cc=troy.kisky@boundarydevices.com \
    --cc=u-boot@lakedaemon.net \
    --cc=u-boot@lists.denx.de \
    --cc=udit.agarwal@nxp.com \
    --cc=wasim.khan@nxp.com \
    --cc=wd@denx.de \
    --cc=yangbo.lu@nxp.com \
    --cc=ykaukab@suse.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox