xref: /linux/drivers/misc/rp1/Kconfig (revision e55feea3a03aa1eaf5abb22cc854208813865e04)
149d63971SAndrea della Porta# SPDX-License-Identifier: GPL-2.0-only
249d63971SAndrea della Porta#
349d63971SAndrea della Porta# RaspberryPi RP1 misc device
449d63971SAndrea della Porta#
549d63971SAndrea della Porta
649d63971SAndrea della Portaconfig MISC_RP1
749d63971SAndrea della Porta	tristate "RaspberryPi RP1 misc device"
8*ce26f588SAndrea della Porta	depends on OF_IRQ && PCI_MSI
949d63971SAndrea della Porta	help
1049d63971SAndrea della Porta	  Support the RP1 peripheral chip found on Raspberry Pi 5 board.
1149d63971SAndrea della Porta
1249d63971SAndrea della Porta	  This device supports several sub-devices including e.g. Ethernet
1349d63971SAndrea della Porta	  controller, USB controller, I2C, SPI and UART.
1449d63971SAndrea della Porta
1549d63971SAndrea della Porta	  The driver is responsible for enabling the DT node once the PCIe
1649d63971SAndrea della Porta	  endpoint has been configured, and handling interrupts.
17