[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <91d3b405-1da0-fe89-14d3-f45043167822@infradead.org>
Date: Fri, 24 May 2019 20:24:19 -0700
From: Randy Dunlap <rdunlap@...radead.org>
To: Paul Menzel <pmenzel@...gen.mpg.de>,
Hans de Goede <hdegoede@...hat.com>,
Jens Axboe <axboe@...nel.dk>
Cc: linux-ide@...r.kernel.org, LKML <linux-kernel@...r.kernel.org>,
linux-pci <linux-pci@...r.kernel.org>
Subject: Re: `SATA_AHCI` not selected by default with `make olddefconfig`
On 1/10/19 6:43 AM, Paul Menzel wrote:
> Dear Linux folks,
>
>
> There were some PCI Kconfig changes, which seem to cause problems
> with components depending on PCI. With the attached minimal config,
> running `make olddefconfig` on Linux 4.20 and older caused
> `SATA_AHCI` to be selected. But, with Linux 5.0-rc1 it is not
> selected.
>
>
> Kind regards,
>
> Paul
[adding linux-pci for posterity]
Hi Paul,
I guess this is called progress. Anyway, it's good that you noticed and
reported it.
In 4.20 (and earlier), PCI defaults to y.
As you hint, in 5.x, PCI does not default to y, so Kconfig symbols that
depend on PCI will not be set/enabled by "make olddefconfig", including
SATA_AHCI even though SATA_AHCI is set in your old .config file.
--
~Randy
Powered by blists - more mailing lists