From: Fedora Kernel Team <[email protected]>
Hi,
As part of the ongoing rebase effort, the following configuration
options need to be reviewed.
As a reminder, the ARK configuration flow involves moving unreviewed
configuration options from the pending directory to the ark directory.
In the diff below, options are removed from the pending directory and
added to the ark hierarchy. The final options that need to be ACKed
are the files that are being added to the ark hierarchy.
If the value for a file that is added should be changed, please reply
with a better option.
CONFIG_CAN_ISOTP:
CAN Transport Protocols offer support for segmented Point-to-Point
communication between CAN nodes via two defined CAN Identifiers.
As CAN frames can only transport a small amount of data bytes
(max. 8 bytes for 'classic' CAN and max. 64 bytes for CAN FD) this
segmentation is needed to transport longer PDUs as needed e.g. for
vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN traffic.
This protocol driver implements data transfers according to
ISO 15765-2:2016 for 'classic' CAN and CAN FD frame types.
If you want to perform automotive vehicle diagnostic services (UDS),
say 'y'.
Symbol: CAN_ISOTP [=n]
Type : tristate
Defined at net/can/Kconfig:58
Prompt: ISO 15765-2:2016 CAN transport protocol
Depends on: NET [=y] && CAN [=m]
Location:
-> Networking support (NET [=y])
-> CAN bus subsystem support (CAN [=m])
---
Cc: Jiri Benc <[email protected]>
Cc: Marcelo Leitner <[email protected]>
Cc: Davide Caratti <[email protected]>
Cc: Eric Garver <[email protected]>
Cc: Flavio Leitner <[email protected]>
Cc: Florian Westphal <[email protected]>
Cc: Guillaume Nault <[email protected]>
Cc: Hangbin Liu <[email protected]>
Cc: Ivan Vecera <[email protected]>
Cc: Jarod Wilson <[email protected]>
Cc: Lorenzo Bianconi <[email protected]>
Cc: Paolo Abeni <[email protected]>
Cc: Phil Sutter <[email protected]>
Cc: Sabrina Dubroca <[email protected]>
Cc: Stefano Brivio <[email protected]>
Cc: Xin Long <[email protected]>
Signed-off-by: Fedora Kernel Team <[email protected]>
---
.../configs/common/generic/CONFIG_CAN_ISOTP | 1 +
.../pending-common/generic/CONFIG_CAN_ISOTP | 25 -------------------
2 files changed, 1 insertion(+), 25 deletions(-)
create mode 100644 redhat/configs/common/generic/CONFIG_CAN_ISOTP
delete mode 100644 redhat/configs/pending-common/generic/CONFIG_CAN_ISOTP
diff --git a/redhat/configs/common/generic/CONFIG_CAN_ISOTP
b/redhat/configs/common/generic/CONFIG_CAN_ISOTP
new file mode 100644
index 000000000000..2ebf8768a868
--- /dev/null
+++ b/redhat/configs/common/generic/CONFIG_CAN_ISOTP
@@ -0,0 +1 @@
+# CONFIG_CAN_ISOTP is not set
diff --git a/redhat/configs/pending-common/generic/CONFIG_CAN_ISOTP
b/redhat/configs/pending-common/generic/CONFIG_CAN_ISOTP
deleted file mode 100644
index 58dd572e7fc7..000000000000
--- a/redhat/configs/pending-common/generic/CONFIG_CAN_ISOTP
+++ /dev/null
@@ -1,25 +0,0 @@
-# CONFIG_CAN_ISOTP:
-#
-# CAN Transport Protocols offer support for segmented Point-to-Point
-# communication between CAN nodes via two defined CAN Identifiers.
-# As CAN frames can only transport a small amount of data bytes
-# (max. 8 bytes for 'classic' CAN and max. 64 bytes for CAN FD) this
-# segmentation is needed to transport longer PDUs as needed e.g. for
-# vehicle diagnosis (UDS, ISO 14229) or IP-over-CAN traffic.
-# This protocol driver implements data transfers according to
-# ISO 15765-2:2016 for 'classic' CAN and CAN FD frame types.
-# If you want to perform automotive vehicle diagnostic services (UDS),
-# say 'y'.
-#
-# Symbol: CAN_ISOTP [=n]
-# Type : tristate
-# Defined at net/can/Kconfig:58
-# Prompt: ISO 15765-2:2016 CAN transport protocol
-# Depends on: NET [=y] && CAN [=m]
-# Location:
-# -> Networking support (NET [=y])
-# -> CAN bus subsystem support (CAN [=m])
-#
-#
-#
-# CONFIG_CAN_ISOTP is not set
--
GitLab
_______________________________________________
kernel mailing list -- [email protected]
To unsubscribe send an email to [email protected]
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/[email protected]