
24 Jul
2023
24 Jul
'23
9:51 a.m.
On Mon, Jul 24, 2023 at 09:03:10AM +0200, Heinrich Schuchardt wrote:
CONFIG_SPL_PCI_PNP=y without CONFIG_SPL_PCI=y makes no sense.
Move CONFIG_SPL_PCI_PNP to the SPL menu and add the missing dependency.
Fixes: 32f5e9e5c1a7 ("nvme: pci: Enable for SPL") Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
common/spl/Kconfig | 12 ++++++++++++ drivers/pci/Kconfig | 11 ----------- 2 files changed, 12 insertions(+), 11 deletions(-)
Reviewed-by: Leo Yu-Chi Liang ycliang@andestech.com