Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
recipes-kernel: linux: tezi.cfg: do not disable PCI
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
924ed6c
There was a problem hiding this comment.
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)