arch/arm/src/lpc11 and lpc17: Remove duplicate configuration variable CAN_LOOPBACK. The architecture-indendent version is selectable in drivers/can/Kconfig.

This commit is contained in:
Gregory Nutt 2018-06-28 12:52:02 -06:00
parent 104860560d
commit 2c78adf529
2 changed files with 0 additions and 12 deletions

View File

@ -202,12 +202,6 @@ config CAN_SAM
---help---
The bus is sampled 3 times (recommended for low to medium speed buses to spikes on the bus-line).
config CAN_LOOPBACK
bool "CAN loopback mode"
default n
---help---
Enable CAN loopback mode
config CAN_REGDEBUG
bool "Register level debug"
depends on DEBUG_CAN_INFO

View File

@ -590,12 +590,6 @@ config CAN_SAM
---help---
The bus is sampled 3 times (recommended for low to medium speed buses to spikes on the bus-line).
config CAN_LOOPBACK
bool "CAN loopback mode"
default n
---help---
Enable CAN loopback mode
config LPC17_CAN_REGDEBUG
bool "Register level debug"
depends on DEBUG_CAN_INFO