1CONFIG_LOG=y
2
3CONFIG_CAN=y
4CONFIG_CAN_MAX_FILTER=8
5
6CONFIG_ISOTP=y
7CONFIG_ISOTP_RX_BUF_COUNT=2
8#A frame has 7 bytes payload, we are using a BS of 8 and need one char for the
9#string termination (7 * 8 + 1 = 57)
10CONFIG_ISOTP_RX_BUF_SIZE=57
11#We have two receiving contexts that are bound to a single address.
12CONFIG_ISOTP_RX_SF_FF_BUF_COUNT=2
13