Commit c9c254b74995 ("minor Arm config tweaks") set CONFIG_PCI_MESON to
'y' for all shipped arm and aarch64 .config files. It didn't add the
corrresponding change to the configuration generation directory. Do so
now.Signed-off-by: Paul Bolle <[email protected]> --- configs/fedora/generic/arm/CONFIG_PCI_MESON | 1 + 1 file changed, 1 insertion(+) create mode 100644 configs/fedora/generic/arm/CONFIG_PCI_MESON diff --git a/configs/fedora/generic/arm/CONFIG_PCI_MESON b/configs/fedora/generic/arm/CONFIG_PCI_MESON new file mode 100644 index 000000000000..2c5ba5ddf5f8 --- /dev/null +++ b/configs/fedora/generic/arm/CONFIG_PCI_MESON @@ -0,0 +1 @@ +CONFIG_PCI_MESON=y -- 2.17.2 _______________________________________________ kernel mailing list -- [email protected] To unsubscribe send an email to [email protected] Fedora Code of Conduct: https://getfedora.org/code-of-conduct.html List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/[email protected]
