From: Peter Robinson <pbrobinson@xxxxxxxxxx> The Intel IoT/Edge Elkhart Lake SoC has onboard Bosch MCAN controller IP. This is scheduled to be a supported RHEL for Edge platform so we want MCAN support. Signed-off-by: Peter Robinson <pbrobinson@xxxxxxxxxx> --- redhat/configs/ark/generic/CONFIG_CAN_M_CAN | 1 - .../generic/CONFIG_CAN_M_CAN | 0 .../common/generic/CONFIG_CAN_M_CAN_PCI | 1 + .../generic/CONFIG_CAN_M_CAN_PLATFORM | 0 .../generic/CONFIG_CAN_M_CAN_TCAN4X5X | 0 .../generic/CONFIG_CAN_M_CAN_PCI | 20 ------------------- 6 files changed, 1 insertion(+), 21 deletions(-) delete mode 100644 redhat/configs/ark/generic/CONFIG_CAN_M_CAN rename redhat/configs/{fedora => common}/generic/CONFIG_CAN_M_CAN (100%) create mode 100644 redhat/configs/common/generic/CONFIG_CAN_M_CAN_PCI rename redhat/configs/{fedora => common}/generic/CONFIG_CAN_M_CAN_PLATFORM (100%) rename redhat/configs/{fedora => common}/generic/CONFIG_CAN_M_CAN_TCAN4X5X (100%) delete mode 100644 redhat/configs/pending-fedora/generic/CONFIG_CAN_M_CAN_PCI diff --git a/redhat/configs/ark/generic/CONFIG_CAN_M_CAN b/redhat/configs/ark/generic/CONFIG_CAN_M_CAN deleted file mode 100644 index abb62b3b4b8a..000000000000 --- a/redhat/configs/ark/generic/CONFIG_CAN_M_CAN +++ /dev/null @@ -1 +0,0 @@ -# CONFIG_CAN_M_CAN is not set diff --git a/redhat/configs/fedora/generic/CONFIG_CAN_M_CAN b/redhat/configs/common/generic/CONFIG_CAN_M_CAN similarity index 100% rename from redhat/configs/fedora/generic/CONFIG_CAN_M_CAN rename to redhat/configs/common/generic/CONFIG_CAN_M_CAN diff --git a/redhat/configs/common/generic/CONFIG_CAN_M_CAN_PCI b/redhat/configs/common/generic/CONFIG_CAN_M_CAN_PCI new file mode 100644 index 000000000000..e14b48ecac92 --- /dev/null +++ b/redhat/configs/common/generic/CONFIG_CAN_M_CAN_PCI @@ -0,0 +1 @@ +CONFIG_CAN_M_CAN_PCI=m diff --git a/redhat/configs/fedora/generic/CONFIG_CAN_M_CAN_PLATFORM b/redhat/configs/common/generic/CONFIG_CAN_M_CAN_PLATFORM similarity index 100% rename from redhat/configs/fedora/generic/CONFIG_CAN_M_CAN_PLATFORM rename to redhat/configs/common/generic/CONFIG_CAN_M_CAN_PLATFORM diff --git a/redhat/configs/fedora/generic/CONFIG_CAN_M_CAN_TCAN4X5X b/redhat/configs/common/generic/CONFIG_CAN_M_CAN_TCAN4X5X similarity index 100% rename from redhat/configs/fedora/generic/CONFIG_CAN_M_CAN_TCAN4X5X rename to redhat/configs/common/generic/CONFIG_CAN_M_CAN_TCAN4X5X diff --git a/redhat/configs/pending-fedora/generic/CONFIG_CAN_M_CAN_PCI b/redhat/configs/pending-fedora/generic/CONFIG_CAN_M_CAN_PCI deleted file mode 100644 index d2d483bb94c7..000000000000 --- a/redhat/configs/pending-fedora/generic/CONFIG_CAN_M_CAN_PCI +++ /dev/null @@ -1,20 +0,0 @@ -# CONFIG_CAN_M_CAN_PCI: -# -# Say Y here if you want to support Bosch M_CAN controller connected -# to the pci bus. -# -# Symbol: CAN_M_CAN_PCI [=n] -# Type : tristate -# Defined at drivers/net/can/m_can/Kconfig:10 -# Prompt: Generic PCI Bus based M_CAN driver -# Depends on: NET [=y] && CAN [=m] && CAN_DEV [=m] && CAN_M_CAN [=m] && PCI [=y] -# Location: -# -> Networking support (NET [=y]) -# -> CAN bus subsystem support (CAN [=m]) -# -> CAN Device Drivers -# -> Platform CAN drivers with Netlink support (CAN_DEV [=m]) -# -> Bosch M_CAN support (CAN_M_CAN [=m]) -# -# -# -# CONFIG_CAN_M_CAN_PCI is not set -- GitLab _______________________________________________ kernel mailing list -- kernel@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe send an email to kernel-leave@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: https://docs.fedoraproject.org/en-US/project/code-of-conduct/ List Guidelines: https://fedoraproject.org/wiki/Mailing_list_guidelines List Archives: https://lists.fedoraproject.org/archives/list/kernel@xxxxxxxxxxxxxxxxxxxxxxx