98e5d7a2b7
The Xilinx ZynqMP CAN controller is developed based on SocketCAN, QEMU CAN bus implementation. Bus connection and socketCAN connection for each CAN module can be set through command lines. Example for using single CAN: -object can-bus,id=canbus0 \ -machine xlnx-zcu102.canbus0=canbus0 \ -object can-host-socketcan,id=socketcan0,if=vcan0,canbus=canbus0 Example for connecting both CAN to same virtual CAN on host machine: -object can-bus,id=canbus0 -object can-bus,id=canbus1 \ -machine xlnx-zcu102.canbus0=canbus0 \ -machine xlnx-zcu102.canbus1=canbus1 \ -object can-host-socketcan,id=socketcan0,if=vcan0,canbus=canbus0 \ -object can-host-socketcan,id=socketcan1,if=vcan0,canbus=canbus1 To create virtual CAN on the host machine, please check the QEMU CAN docs: https://github.com/qemu/qemu/blob/master/docs/can.txt Signed-off-by: Vikram Garhwal <fnu.vikram@xilinx.com> Message-id: 1605728926-352690-2-git-send-email-fnu.vikram@xilinx.com Reviewed-by: Peter Maydell <peter.maydell@linaro.org> Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
84 lines
1.6 KiB
Plaintext
84 lines
1.6 KiB
Plaintext
# devices Kconfig
|
|
source 9pfs/Kconfig
|
|
source acpi/Kconfig
|
|
source adc/Kconfig
|
|
source audio/Kconfig
|
|
source block/Kconfig
|
|
source char/Kconfig
|
|
source core/Kconfig
|
|
source display/Kconfig
|
|
source dma/Kconfig
|
|
source gpio/Kconfig
|
|
source hyperv/Kconfig
|
|
source i2c/Kconfig
|
|
source ide/Kconfig
|
|
source input/Kconfig
|
|
source intc/Kconfig
|
|
source ipack/Kconfig
|
|
source ipmi/Kconfig
|
|
source isa/Kconfig
|
|
source mem/Kconfig
|
|
source misc/Kconfig
|
|
source net/Kconfig
|
|
source nubus/Kconfig
|
|
source nvram/Kconfig
|
|
source pci-bridge/Kconfig
|
|
source pci-host/Kconfig
|
|
source pcmcia/Kconfig
|
|
source pci/Kconfig
|
|
source rdma/Kconfig
|
|
source rtc/Kconfig
|
|
source scsi/Kconfig
|
|
source sd/Kconfig
|
|
source semihosting/Kconfig
|
|
source smbios/Kconfig
|
|
source ssi/Kconfig
|
|
source timer/Kconfig
|
|
source tpm/Kconfig
|
|
source usb/Kconfig
|
|
source virtio/Kconfig
|
|
source vfio/Kconfig
|
|
source watchdog/Kconfig
|
|
|
|
# arch Kconfig
|
|
source arm/Kconfig
|
|
source alpha/Kconfig
|
|
source avr/Kconfig
|
|
source cris/Kconfig
|
|
source hppa/Kconfig
|
|
source i386/Kconfig
|
|
source lm32/Kconfig
|
|
source m68k/Kconfig
|
|
source microblaze/Kconfig
|
|
source mips/Kconfig
|
|
source moxie/Kconfig
|
|
source nios2/Kconfig
|
|
source openrisc/Kconfig
|
|
source ppc/Kconfig
|
|
source riscv/Kconfig
|
|
source rx/Kconfig
|
|
source s390x/Kconfig
|
|
source sh4/Kconfig
|
|
source sparc/Kconfig
|
|
source sparc64/Kconfig
|
|
source tricore/Kconfig
|
|
source unicore32/Kconfig
|
|
source xtensa/Kconfig
|
|
|
|
# Symbols used by multiple targets
|
|
config TEST_DEVICES
|
|
bool
|
|
|
|
config XILINX
|
|
bool
|
|
select PTIMER # for hw/timer/xilinx_timer.c
|
|
|
|
config XILINX_AXI
|
|
bool
|
|
select PTIMER # for hw/dma/xilinx_axidma.c
|
|
|
|
config XLNX_ZYNQMP
|
|
bool
|
|
select REGISTER
|
|
select CAN_BUS
|