]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
arm64: defconfig: Enable i.MX95 drivers for pinctrl, Ethernet and PCIe
authorJoão Paulo Gonçalves <joao.goncalves@toradex.com>
Mon, 27 Oct 2025 12:17:53 +0000 (09:17 -0300)
committerShawn Guo <shawnguo@kernel.org>
Sun, 16 Nov 2025 04:01:44 +0000 (12:01 +0800)
commitef2429fe38a6cd9477871aa322347be352ad41a3
tree9715a366cd5887cb1ca8d904ab7367a00d991b3c
parent3a8660878839faadb4f1a6dd72c3179c1df56787
arm64: defconfig: Enable i.MX95 drivers for pinctrl, Ethernet and PCIe

Enable i.MX95 pinctrl driver necessary for booting. Also enable the
missing drivers required for Ethernet and PCIe functionality. These
drivers are used on i.MX95 boards, including the NXP i.MX95 19x19 EVK.

The below configurations were enabled (listed with their DT nodes on
imx95.dtsi):

* CONFIG_PINCTRL_IMX_SCMI for the `scmi_iomuxc` pinctrl.
* CONFIG_CLK_IMX95_BLK_CTL for the HSIO domain clock controller
  (`hsio_blk_ctl`) used by the PCIe controller.
* CONFIG_NXP_NETC_BLK_CTRL for the NETC hardware domain controller
  (`netc_blk_ctrl`).
* CONFIG_NXP_ENETC4 for the Ethernet controller (`enetc_port*`).

Signed-off-by: João Paulo Gonçalves <joao.goncalves@toradex.com>
Reviewed-by: Krzysztof Kozlowski <krzysztof.kozlowski@linaro.org>
Signed-off-by: Shawn Guo <shawnguo@kernel.org>
arch/arm64/configs/defconfig