Follow the pattern we have for other peripherals in that if the driver class (CAN) is enabled than enable the driver for that class (CAN_STM32). Also have the STM32 CAN driver depend on being on a STM32 SoC. Remove setting of CONFIG_CAN_STM32 in any .conf files as it will get set of CONFIG_CAN is set/enabled. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
5 lines
80 B
Plaintext
5 lines
80 B
Plaintext
CONFIG_CAN=y
|
|
CONFIG_CAN_INIT_PRIORITY=80
|
|
CONFIG_CAN_1=y
|
|
CONFIG_CAN_MAX_FILTER=5
|