diff options
author | Ralf Baechle <ralf@linux-mips.org> | 2006-07-14 12:15:40 +0100 |
---|---|---|
committer | Jeff Garzik <jeff@garzik.org> | 2006-07-19 13:50:39 -0400 |
commit | b6e37e55c250f5233401b2566b1a4b512a98bc7b (patch) | |
tree | bf7f0e127619ac2b39fc76aee1fcb8157372b656 /drivers/isdn/i4l/Kconfig | |
parent | 5f5d83fdbfb50ffb6f5fbf5fd69bc791d9d5cd20 (diff) |
[PATCH] Cleanup SLHC configuration
Convert selection of serial line header compression to use CONFIG_SLHC
rather than makefile ifeq uglyness. This makes it easier to select
the SLHC module from other code.
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Signed-off-by: Jeff Garzik <jeff@garzik.org>
Diffstat (limited to 'drivers/isdn/i4l/Kconfig')
-rw-r--r-- | drivers/isdn/i4l/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/isdn/i4l/Kconfig b/drivers/isdn/i4l/Kconfig index a4f7288a1fc..3ef567b99c7 100644 --- a/drivers/isdn/i4l/Kconfig +++ b/drivers/isdn/i4l/Kconfig @@ -5,6 +5,7 @@ config ISDN_PPP bool "Support synchronous PPP" depends on INET + select SLHC help Over digital connections such as ISDN, there is no need to synchronize sender and recipient's clocks with start and stop bits |