diff options
author | Scott Murray <scott.murray@konsulko.com> | 2022-12-07 19:00:11 +0900 |
---|---|---|
committer | Scott Murray <scott.murray@konsulko.com> | 2022-12-10 07:48:31 +0000 |
commit | 1460f80a5f49785b3b713bf8a8787d64630cb3c8 (patch) | |
tree | 988f2cdbd391ed0390d0ef97499840ec08995f1c /recipes-kernel/sllin/files/lin_config.conf | |
parent | 8b6cd106f1090bc3ee0640502d36bc493b8ccf70 (diff) |
Remove demo sllin configuration
Remove recipes providing sllin configuration for the full demo,
as all LIN usage is being replaced with CAN. The recipes for the
sllin driver and associated lin_config utility are kept for now in
case there are external uses.
Bug-AGL: SPEC-4635
Change-Id: I67b7acf5a8c3801cb1890ee27486080255252385
Signed-off-by: Scott Murray <scott.murray@konsulko.com>
Diffstat (limited to 'recipes-kernel/sllin/files/lin_config.conf')
-rw-r--r-- | recipes-kernel/sllin/files/lin_config.conf | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/recipes-kernel/sllin/files/lin_config.conf b/recipes-kernel/sllin/files/lin_config.conf deleted file mode 100644 index 9775b8b39..000000000 --- a/recipes-kernel/sllin/files/lin_config.conf +++ /dev/null @@ -1,10 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!--PCAN-LIN CT profile.--> -<PCLIN_PROFILE Version="1"> - <LIN Group="2"> - <Scheduler_Entries Count="1"> - <!-- Poll steering wheel adapter at address 0x21 every 100 ms --> - <Entry Time="100">33</Entry> - </Scheduler_Entries> - </LIN> -</PCLIN_PROFILE> |