f87a589f5d
Adding support for the adafruit can picowbell shield for the raspberry pi picoi. Also added nodelable for spi0 called 'pico_spi' as well as an GPIO nexus node 'pico_header' Signed-off-by: Joseph Yates <joeyatessecond@gmail.com>
12 lines
364 B
Plaintext
12 lines
364 B
Plaintext
# Copyright (c) 2019 Linaro Limited
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config SHIELD_DFROBOT_CAN_BUS_V2_0
|
|
def_bool $(shields_list_contains,dfrobot_can_bus_v2_0)
|
|
|
|
config SHIELD_KEYESTUDIO_CAN_BUS_KS0411
|
|
def_bool $(shields_list_contains,keyestudio_can_bus_ks0411)
|
|
|
|
config SHIELD_ADAFRUIT_CAN_PICOWBELL
|
|
def_bool $(shields_list_contains,adafruit_can_picowbell)
|