zephyr/drivers/can/Kconfig.stm32h7
Henrik Brix Andersen 10e25351d6 drivers: can: stm32h7: remove unused std/ext filter size Kconfig options
Remove the STM32H7 specific Kconfig overrides for setting the maximum
number of standard and extended CAN RX filters as they are unused.

The number of available standard and extended filter elements for Bosch
M_CAN can be configured via the devicetree.

Signed-off-by: Henrik Brix Andersen <hebad@vestas.com>
2023-05-12 10:51:29 +00:00

12 lines
257 B
Plaintext

# STM32H7 FD-CAN configuration options
# Copyright (c) 2022 Blue Clover
# SPDX-License-Identifier: Apache-2.0
config CAN_STM32H7
bool "STM32H7 FDCAN driver"
default y
depends on DT_HAS_ST_STM32H7_FDCAN_ENABLED
select CAN_MCAN
select USE_STM32_LL_RCC