diff --git a/target/linux/generic/config-6.12 b/target/linux/generic/config-6.12 index 51b7dc79d8..ccd23a0ca2 100644 --- a/target/linux/generic/config-6.12 +++ b/target/linux/generic/config-6.12 @@ -2175,6 +2175,7 @@ CONFIG_FW_LOADER=y CONFIG_FW_LOADER_USER_HELPER=y CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y # CONFIG_FW_UPLOAD is not set +# CONFIG_FWNODE_PCS is not set # CONFIG_FXAS21002C is not set # CONFIG_FXLS8962AF_I2C is not set # CONFIG_FXLS8962AF_SPI is not set diff --git a/target/linux/generic/config-6.18 b/target/linux/generic/config-6.18 index 44578c1d73..6373a39880 100644 --- a/target/linux/generic/config-6.18 +++ b/target/linux/generic/config-6.18 @@ -2272,6 +2272,7 @@ CONFIG_FW_LOADER=y CONFIG_FW_LOADER_USER_HELPER=y CONFIG_FW_LOADER_USER_HELPER_FALLBACK=y # CONFIG_FW_UPLOAD is not set +# CONFIG_FWNODE_PCS is not set # CONFIG_FXAS21002C is not set # CONFIG_FXLS8962AF_I2C is not set # CONFIG_FXLS8962AF_SPI is not set diff --git a/target/linux/generic/pending-6.12/770-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch b/target/linux/generic/pending-6.12/770-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch index 676e23c001..da608c6c21 100644 --- a/target/linux/generic/pending-6.12/770-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch +++ b/target/linux/generic/pending-6.12/770-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch @@ -56,7 +56,7 @@ Signed-off-by: Christian Marangi menu "PCS device drivers" +config FWNODE_PCS -+ tristate ++ bool "PCS Firmware Node" + depends on (ACPI || OF) + depends on PHYLINK + help diff --git a/target/linux/generic/pending-6.18/737-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch b/target/linux/generic/pending-6.18/737-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch index 676e23c001..da608c6c21 100644 --- a/target/linux/generic/pending-6.18/737-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch +++ b/target/linux/generic/pending-6.18/737-04-net-pcs-implement-Firmware-node-support-for-PCS-driv.patch @@ -56,7 +56,7 @@ Signed-off-by: Christian Marangi menu "PCS device drivers" +config FWNODE_PCS -+ tristate ++ bool "PCS Firmware Node" + depends on (ACPI || OF) + depends on PHYLINK + help