cachepc-linux

Fork of AMDESE/linux with modifications for CachePC side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-linux
Log | Files | Refs | README | LICENSE | sfeed.txt

Kconfig (421B)


      1# SPDX-License-Identifier: GPL-2.0-only
      2menu "CAN SPI interfaces"
      3	depends on SPI
      4
      5config CAN_HI311X
      6	tristate "Holt HI311x SPI CAN controllers"
      7	help
      8	  Driver for the Holt HI311x SPI CAN controllers.
      9
     10config CAN_MCP251X
     11	tristate "Microchip MCP251x and MCP25625 SPI CAN controllers"
     12	help
     13	  Driver for the Microchip MCP251x and MCP25625 SPI CAN
     14	  controllers.
     15
     16source "drivers/net/can/spi/mcp251xfd/Kconfig"
     17
     18endmenu