# # Packet configuration # config PACKET tristate "Packet socket" ---help--- The Packet protocol is used by applications which communicate directly with network devices without an intermediate network protocol implemented in the kernel, e.g. tcpdump. If you want them to work, choose Y. To compile this driver as a module, choose M here: the module will be called af_packet. If unsure, say Y. config PACKET_DIAG tristate "Packet: sockets monitoring interface" depends on PACKET default n ---help--- Support for PF_PACKET sockets monitoring interface used by the ss tool. If unsure, say Y. 'header'> cgit logo index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/Documentation/x86
diff options
context:
space:
mode:
authorPurna Chandra Mandal <purna.mandal@microchip.com>2016-04-01 16:48:50 +0530
committerMark Brown <broonie@kernel.org>2016-04-04 10:04:29 -0700
commit1bcb9f8ceb67803960871ecf4ed2d365a2a919c8 (patch)
tree893122cc6815e8d6957bc249870cffe15947ea52 /Documentation/x86
parent120e8989ebac7c7c702e351046c20e9918912aca (diff)
spi: spi-pic32: Add PIC32 SPI master driver
The PIC32 SPI driver is capable of performing SPI transfers using PIO or external DMA engine. GPIO controlled /CS support is made default in the driver for correct operation of the controller. This can be enabled by adding "cs-gpios" property of the SPI node in board dts file. Signed-off-by: Purna Chandra Mandal <purna.mandal@microchip.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/x86')