]> Git Repo - linux.git/blobdiff - drivers/gpio/Kconfig
Merge tag 'gpio-updates-for-v6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
[linux.git] / drivers / gpio / Kconfig
index 00b5c007a2bb4385a7778c1279268ccc3889ed45..3dbddec07028188786f92dfa24bbc6fc47e6b492 100644 (file)
@@ -321,6 +321,24 @@ config GPIO_GENERIC_PLATFORM
        help
          Say yes here to support basic platform_device memory-mapped GPIO controllers.
 
+config GPIO_GRANITERAPIDS
+       tristate "Intel Granite Rapids-D vGPIO support"
+       depends on X86 || COMPILE_TEST
+       select GPIOLIB_IRQCHIP
+       help
+         Select this to enable virtual GPIO support on platforms with the
+         following SoCs:
+
+         - Intel Granite Rapids-D
+
+         The driver enables basic GPIO functionality and implements interrupt
+         support. The virtual GPIO driver controls GPIO lines via a firmware
+         interface. The physical GPIO pins reside on device that is external
+         from the main SoC package, such as a BMC or a CPLD.
+
+         To compile this driver as a module, choose M here: the module will
+         be called gpio-graniterapids.
+
 config GPIO_GRGPIO
        tristate "Aeroflex Gaisler GRGPIO support"
        depends on OF_GPIO
This page took 0.039207 seconds and 4 git commands to generate.