can: Kconfig: sort drivers alphabetically
Sort the drivers that are directly listed in the Kconfig alphabetically, no functional change. Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
parent
83407c7f42
commit
26821162f9
|
@ -70,13 +70,6 @@ config CAN_AT91
|
||||||
This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
|
This is a driver for the SoC CAN controller in Atmel's AT91SAM9263
|
||||||
and AT91SAM9X5 processors.
|
and AT91SAM9X5 processors.
|
||||||
|
|
||||||
config CAN_TI_HECC
|
|
||||||
depends on ARM
|
|
||||||
tristate "TI High End CAN Controller"
|
|
||||||
---help---
|
|
||||||
Driver for TI HECC (High End CAN Controller) module found on many
|
|
||||||
TI devices. The device specifications are available from www.ti.com
|
|
||||||
|
|
||||||
config CAN_BFIN
|
config CAN_BFIN
|
||||||
depends on BF534 || BF536 || BF537 || BF538 || BF539 || BF54x
|
depends on BF534 || BF536 || BF537 || BF538 || BF539 || BF54x
|
||||||
tristate "Analog Devices Blackfin on-chip CAN"
|
tristate "Analog Devices Blackfin on-chip CAN"
|
||||||
|
@ -86,6 +79,21 @@ config CAN_BFIN
|
||||||
To compile this driver as a module, choose M here: the
|
To compile this driver as a module, choose M here: the
|
||||||
module will be called bfin_can.
|
module will be called bfin_can.
|
||||||
|
|
||||||
|
config CAN_FLEXCAN
|
||||||
|
tristate "Support for Freescale FLEXCAN based chips"
|
||||||
|
depends on ARM || PPC
|
||||||
|
---help---
|
||||||
|
Say Y here if you want to support for Freescale FlexCAN.
|
||||||
|
|
||||||
|
config CAN_GRCAN
|
||||||
|
tristate "Aeroflex Gaisler GRCAN and GRHCAN CAN devices"
|
||||||
|
depends on OF && HAS_DMA
|
||||||
|
---help---
|
||||||
|
Say Y here if you want to use Aeroflex Gaisler GRCAN or GRHCAN.
|
||||||
|
Note that the driver supports little endian, even though little
|
||||||
|
endian syntheses of the cores would need some modifications on
|
||||||
|
the hardware level to work.
|
||||||
|
|
||||||
config CAN_JANZ_ICAN3
|
config CAN_JANZ_ICAN3
|
||||||
tristate "Janz VMOD-ICAN3 Intelligent CAN controller"
|
tristate "Janz VMOD-ICAN3 Intelligent CAN controller"
|
||||||
depends on MFD_JANZ_CMODIO
|
depends on MFD_JANZ_CMODIO
|
||||||
|
@ -96,29 +104,6 @@ config CAN_JANZ_ICAN3
|
||||||
This driver can also be built as a module. If so, the module will be
|
This driver can also be built as a module. If so, the module will be
|
||||||
called janz-ican3.ko.
|
called janz-ican3.ko.
|
||||||
|
|
||||||
config CAN_FLEXCAN
|
|
||||||
tristate "Support for Freescale FLEXCAN based chips"
|
|
||||||
depends on ARM || PPC
|
|
||||||
---help---
|
|
||||||
Say Y here if you want to support for Freescale FlexCAN.
|
|
||||||
|
|
||||||
config PCH_CAN
|
|
||||||
tristate "Intel EG20T PCH CAN controller"
|
|
||||||
depends on PCI && (X86_32 || COMPILE_TEST)
|
|
||||||
---help---
|
|
||||||
This driver is for PCH CAN of Topcliff (Intel EG20T PCH) which
|
|
||||||
is an IOH for x86 embedded processor (Intel Atom E6xx series).
|
|
||||||
This driver can access CAN bus.
|
|
||||||
|
|
||||||
config CAN_GRCAN
|
|
||||||
tristate "Aeroflex Gaisler GRCAN and GRHCAN CAN devices"
|
|
||||||
depends on OF && HAS_DMA
|
|
||||||
---help---
|
|
||||||
Say Y here if you want to use Aeroflex Gaisler GRCAN or GRHCAN.
|
|
||||||
Note that the driver supports little endian, even though little
|
|
||||||
endian syntheses of the cores would need some modifications on
|
|
||||||
the hardware level to work.
|
|
||||||
|
|
||||||
config CAN_RCAR
|
config CAN_RCAR
|
||||||
tristate "Renesas R-Car CAN controller"
|
tristate "Renesas R-Car CAN controller"
|
||||||
depends on ARM
|
depends on ARM
|
||||||
|
@ -139,6 +124,13 @@ config CAN_SUN4I
|
||||||
To compile this driver as a module, choose M here: the module will
|
To compile this driver as a module, choose M here: the module will
|
||||||
be called sun4i_can.
|
be called sun4i_can.
|
||||||
|
|
||||||
|
config CAN_TI_HECC
|
||||||
|
depends on ARM
|
||||||
|
tristate "TI High End CAN Controller"
|
||||||
|
---help---
|
||||||
|
Driver for TI HECC (High End CAN Controller) module found on many
|
||||||
|
TI devices. The device specifications are available from www.ti.com
|
||||||
|
|
||||||
config CAN_XILINXCAN
|
config CAN_XILINXCAN
|
||||||
tristate "Xilinx CAN"
|
tristate "Xilinx CAN"
|
||||||
depends on ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST
|
depends on ARCH_ZYNQ || ARM64 || MICROBLAZE || COMPILE_TEST
|
||||||
|
@ -147,6 +139,13 @@ config CAN_XILINXCAN
|
||||||
Xilinx CAN driver. This driver supports both soft AXI CAN IP and
|
Xilinx CAN driver. This driver supports both soft AXI CAN IP and
|
||||||
Zynq CANPS IP.
|
Zynq CANPS IP.
|
||||||
|
|
||||||
|
config PCH_CAN
|
||||||
|
tristate "Intel EG20T PCH CAN controller"
|
||||||
|
depends on PCI && (X86_32 || COMPILE_TEST)
|
||||||
|
---help---
|
||||||
|
This driver is for PCH CAN of Topcliff (Intel EG20T PCH) which
|
||||||
|
is an IOH for x86 embedded processor (Intel Atom E6xx series).
|
||||||
|
This driver can access CAN bus.
|
||||||
|
|
||||||
source "drivers/net/can/c_can/Kconfig"
|
source "drivers/net/can/c_can/Kconfig"
|
||||||
source "drivers/net/can/cc770/Kconfig"
|
source "drivers/net/can/cc770/Kconfig"
|
||||||
|
|
Loading…
Reference in New Issue