]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - drivers/net/caif/Kconfig
caif: Kconfig and Makefile fixes
[net-next-2.6.git] / drivers / net / caif / Kconfig
index 0b28e0107697e58349d66695f6c5e24fbcc53497..6f33ee453f41d4b8e9e87562bc01781d5bb2e79d 100644 (file)
@@ -2,16 +2,13 @@
 # CAIF physical drivers
 #
 
-if CAIF
-
 comment "CAIF transport drivers"
 
 config CAIF_TTY
        tristate "CAIF TTY transport driver"
+       depends on CAIF
        default n
        ---help---
        The CAIF TTY transport driver is a Line Discipline (ldisc)
        identified as N_CAIF. When this ldisc is opened from user space
        it will redirect the TTY's traffic into the CAIF stack.
-
-endif # CAIF