diff --git a/canutils/candump/Kconfig b/canutils/candump/Kconfig index 12049d02f..628cf5edc 100644 --- a/canutils/candump/Kconfig +++ b/canutils/candump/Kconfig @@ -7,7 +7,7 @@ config CANUTILS_CANDUMP tristate "SocketCAN candump tool" default n depends on NET_CAN - select CANUTILS_LIBCANUTILS + select CANUTILS_LIBCANUTILS ---help--- Enable the SocketCAN candump tool ported from https://github.com/linux-can/can-utils diff --git a/canutils/cansend/Kconfig b/canutils/cansend/Kconfig index 8c25f50f0..3084b17ac 100644 --- a/canutils/cansend/Kconfig +++ b/canutils/cansend/Kconfig @@ -7,7 +7,7 @@ config CANUTILS_CANSEND tristate "SocketCAN cansend tool" default n depends on NET_CAN - select CANUTILS_LIBCANUTILS + select CANUTILS_LIBCANUTILS ---help--- Enable the SocketCAN cansend tool ported from https://github.com/linux-can/can-utils