--- zzzz-none-000/linux-4.9.276/drivers/gpio/Kconfig 2021-07-20 14:21:16.000000000 +0000 +++ falcon-5530-750/linux-4.9.276/drivers/gpio/Kconfig 2023-04-05 08:19:01.000000000 +0000 @@ -1062,6 +1062,14 @@ Say yes here to access the GPIO signals of WM8994 audio hub CODECs from Wolfson Microelectronics. +config GPIO_INTEL_SSO + bool "Intel SSO GPIO support" + depends on GPIOLIB + depends on MFD_SYSCON + help + This driver enables GPIO function of SSO. + SSO support upto 32 pins in output mode only. + endmenu menu "PCI GPIO expanders" @@ -1215,4 +1223,16 @@ endmenu +config GPIO_AGGREGATOR + tristate "GPIO Aggregator" + help + Say yes here to enable the GPIO Aggregator, which provides a way to + aggregate existing GPIO lines into a new virtual GPIO chip. + This can serve the following purposes: + - Assign permissions for a collection of GPIO lines to a user, + - Export a collection of GPIO lines to a virtual machine, + - Provide a generic driver for a GPIO-operated device in an + industrial control context, to be operated from userspace using + the GPIO chardev interface. + endif