[PATCH 0/3] CAIF Kconfig fixes

2019-10-01 Thread rd . dunlab
This series of patches cleans up the CAIF Kconfig menus in net/caif/Kconfig and drivers/net/caif/Kconfig and also puts the CAIF Transport drivers into their own sub-menu. drivers/net/caif/Kconfig | 16 net/caif/Kconfig | 10 +- 2 files changed, 17 insertion

[PATCH 1/3] Clean up the net/caif/Kconfig menu

2019-10-01 Thread rd . dunlab
Clean up the net/caif/Kconfig menu: - remove extraneous space - minor language tweaks - fix punctuation Signed-off-by: Randy Dunlap Cc: Randy Dunlap --- net/caif/Kconfig | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) --- lnx-53-caif.orig/net/caif/Kconfig +++ lnx-53-caif/net

[PATCH 3/3] Minor fixes to the CAIF Transport drivers Kconfig file

2019-10-01 Thread rd . dunlab
Minor fixes to the CAIF Transport drivers Kconfig file: - end sentence with period - capitalize CAIF acronym Signed-off-by: Randy Dunlap Cc: Randy Dunlap --- drivers/net/caif/Kconfig |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) --- lnx-53-caif.orig/drivers/net/caif/Kconfig +

[PATCH 2/3] Isolate CAIF transport drivers into their own menu

2019-10-01 Thread rd . dunlab
Isolate CAIF transport drivers into their own menu. This cleans up the main Network device support menu, makes it easier to find the CAIF drivers, and makes it easier to enable/disable them as a group. Signed-off-by: Randy Dunlap Cc: Randy Dunlap --- drivers/net/caif/Kconfig | 10 +-