diff --git a/hw/net/Kconfig b/hw/net/Kconfig index 225d948841..6d795ec752 100644 --- a/hw/net/Kconfig +++ b/hw/net/Kconfig @@ -132,16 +132,15 @@ config ROCKER config CAN_BUS bool -config CAN_PCI - bool - default y if PCI_DEVICES - depends on PCI - select CAN_BUS - config CAN_SJA1000 bool default y if PCI_DEVICES - depends on PCI + select CAN_BUS + +config CAN_PCI + bool + default y if PCI_DEVICES + depends on PCI && CAN_SJA1000 select CAN_BUS config CAN_CTUCANFD