menu "CAN Device Drivers"
-       depends on CAN
 
 config CAN_VCAN
        tristate "Virtual Local CAN Interface (vcan)"
-       depends on CAN
        ---help---
          Similar to the network loopback devices, vcan offers a
          virtual local CAN interface.
 
 config CAN_SLCAN
        tristate "Serial / USB serial CAN Adaptors (slcan)"
-       depends on CAN
        ---help---
          CAN driver for several 'low cost' CAN interfaces that are attached
          via serial lines or via USB-to-serial adapters using the LAWICEL
 
 config CAN_DEV
        tristate "Platform CAN drivers with Netlink support"
-       depends on CAN
        default y
        ---help---
          Enables the common framework for platform CAN drivers with Netlink
 
 config CAN_DEBUG_DEVICES
        bool "CAN devices debugging messages"
-       depends on CAN
        ---help---
          Say Y here if you want the CAN device drivers to produce a bunch of
          debug messages to the system log.  Select this if you are having
 
          If you want CAN support you should say Y here and also to the
          specific driver for your controller(s) below.
 
+if CAN
+
 config CAN_RAW
        tristate "Raw CAN Protocol (raw access with CAN-ID filtering)"
-       depends on CAN
        default N
        ---help---
          The raw CAN protocol option offers access to the CAN bus via
 
 config CAN_BCM
        tristate "Broadcast Manager CAN Protocol (with content filtering)"
-       depends on CAN
        default N
        ---help---
          The Broadcast Manager offers content filtering, timeout monitoring,
 
 config CAN_GW
        tristate "CAN Gateway/Router (with netlink configuration)"
-       depends on CAN
        default N
        ---help---
          The CAN Gateway/Router is used to route (and modify) CAN frames.
          by the netlink configuration interface known e.g. from iptables.
 
 source "drivers/net/can/Kconfig"
+
+endif