Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a30d5155 authored by Marc Kleine-Budde's avatar Marc Kleine-Budde Committed by David S. Miller
Browse files

net/can: activate bit-timing calculation and netlink based drivers by default



The two options "CAN bit-timing calculation" and
"Platform CAN drivers with Netlink support" have a "default Y". In order to
activate them by default, change to "default y".

Signed-off-by: default avatarMarc Kleine-Budde <mkl@pengutronix.de>
Acked-by: default avatarWolfgang Grandegger <wg@grandegger.com>
Acked-by: default avatarKurt Van Dijck <kurt.van.dijck@eia.be>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 55caa924
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -36,7 +36,7 @@ config CAN_SLCAN
config CAN_DEV
config CAN_DEV
	tristate "Platform CAN drivers with Netlink support"
	tristate "Platform CAN drivers with Netlink support"
	depends on CAN
	depends on CAN
	default Y
	default y
	---help---
	---help---
	  Enables the common framework for platform CAN drivers with Netlink
	  Enables the common framework for platform CAN drivers with Netlink
	  support. This is the standard library for CAN drivers.
	  support. This is the standard library for CAN drivers.
@@ -45,7 +45,7 @@ config CAN_DEV
config CAN_CALC_BITTIMING
config CAN_CALC_BITTIMING
	bool "CAN bit-timing calculation"
	bool "CAN bit-timing calculation"
	depends on CAN_DEV
	depends on CAN_DEV
	default Y
	default y
	---help---
	---help---
	  If enabled, CAN bit-timing parameters will be calculated for the
	  If enabled, CAN bit-timing parameters will be calculated for the
	  bit-rate specified via Netlink argument "bitrate" when the device
	  bit-rate specified via Netlink argument "bitrate" when the device