Kconfig (e3d001a0c29d6c9a87dd9e86bcb84fc66c2ddbe8) Kconfig (a687a5337063af99ebd0eebaa6f4b4cf2e07c21b)
1#
2# SPI driver configuration
3#
4menuconfig SPI
5 bool "SPI support"
6 depends on HAS_IOMEM
7 help
8 The "Serial Peripheral Interface" is a low level synchronous

--- 58 unchanged lines hidden (view full) ---

67 depends on (ARCH_MVEBU && OF) || COMPILE_TEST
68 help
69 This enables support for the SPI controller present on the
70 Marvell Armada 3700 SoCs.
71
72config SPI_ATMEL
73 tristate "Atmel SPI Controller"
74 depends on HAS_DMA
1#
2# SPI driver configuration
3#
4menuconfig SPI
5 bool "SPI support"
6 depends on HAS_IOMEM
7 help
8 The "Serial Peripheral Interface" is a low level synchronous

--- 58 unchanged lines hidden (view full) ---

67 depends on (ARCH_MVEBU && OF) || COMPILE_TEST
68 help
69 This enables support for the SPI controller present on the
70 Marvell Armada 3700 SoCs.
71
72config SPI_ATMEL
73 tristate "Atmel SPI Controller"
74 depends on HAS_DMA
75 depends on (ARCH_AT91 || COMPILE_TEST)
75 depends on ARCH_AT91 || COMPILE_TEST
76 help
77 This selects a driver for the Atmel SPI Controller, present on
76 help
77 This selects a driver for the Atmel SPI Controller, present on
78 many AT91 (ARM) chips.
78 many AT91 ARM chips.
79
80config SPI_AU1550
81 tristate "Au1550/Au1200/Au1300 SPI Controller"
82 depends on MIPS_ALCHEMY
83 select SPI_BITBANG
84 help
85 If you say yes to this option, support will be included for the
86 PSC SPI controller found on Au1550, Au1200 and Au1300 series.

--- 747 unchanged lines hidden ---
79
80config SPI_AU1550
81 tristate "Au1550/Au1200/Au1300 SPI Controller"
82 depends on MIPS_ALCHEMY
83 select SPI_BITBANG
84 help
85 If you say yes to this option, support will be included for the
86 PSC SPI controller found on Au1550, Au1200 and Au1300 series.

--- 747 unchanged lines hidden ---