Skip to content

Commit

Permalink
recipes-kernel: linux: tezi.cfg: do not disable PCI
Browse files Browse the repository at this point in the history
The PCI is enabled at linux-toradex-kconfig/cfg/base/base.cfg file. Do
not disable it here, which will make the following kconfigs to be
enabled as consequence:

CONFIG_NVME_CORE=m
CONFIG_BLK_DEV_NVME=m
CONFIG_PHY_FSL_IMX8M_PCIE=m
CONFIG_INTERCONNECT_IMX=y
CONFIG_INTERCONNECT_IMX8MP=m

These kconfigs are required in order to flash Torizon OS on NVMe SSD. See
the feature request at [1]

[1] #3

Suggested-by: Rafael Beims <rafael.beims@toradex.com>
Suggested-by: Fathi Boudra <fathi.boudra@linaro.org>
Signed-off-by: Hiago De Franco <hiago.franco@toradex.com>
  • Loading branch information
hiagofranco committed Oct 18, 2024
1 parent d9b3474 commit 924ed6c
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions recipes-kernel/linux/files/tezi.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,6 @@ CONFIG_MTD_PARTITIONED_MASTER=y
##
# CONFIG_WLAN is not set

##
## file: drivers/pci/Kconfig
##
# CONFIG_PCI is not set

##
## file: fs/smb/client/Kconfig
##
Expand Down

1 comment on commit 924ed6c

@fboudra
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@hiagofranco Thanks. As mentioned in the issue #3 (comment)

You need NVMe driver built-in in the kernel because the kernel modules aren't automatically loaded in the initramfs

Please sign in to comment.