From: rd.dunlab@gmail.com Date: Tue, 1 Oct 2019 23:04:00 +0000 (-0700) Subject: Isolate CAIF transport drivers into their own menu X-Git-Tag: v5.15~5092^2~435^2~1 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=21d549769e793607c081328c9811e03ad851f9dc;p=platform%2Fkernel%2Flinux-starfive.git Isolate CAIF transport drivers into their own menu 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 Signed-off-by: David S. Miller --- diff --git a/drivers/net/caif/Kconfig b/drivers/net/caif/Kconfig index 2b9a2f1..ab07156 100644 --- a/drivers/net/caif/Kconfig +++ b/drivers/net/caif/Kconfig @@ -3,7 +3,13 @@ # CAIF physical drivers # -comment "CAIF transport drivers" +menuconfig CAIF_DRIVERS + bool "CAIF transport drivers" + depends on CAIF + help + Enable this to see CAIF physical drivers. + +if CAIF_DRIVERS config CAIF_TTY tristate "CAIF TTY transport driver" @@ -55,3 +61,5 @@ config CAIF_VIRTIO if CAIF_VIRTIO source "drivers/vhost/Kconfig.vringh" endif + +endif # CAIF_DRIVERS