10e25351d6
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>
12 lines
257 B
Plaintext
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
|