Message ID | 20250303044745.268964-3-raag.jadav@intel.com |
---|---|
State | New |
Headers | show |
Series | Introduce Intel Elkhart Lake PSE TIO | expand |
diff --git a/drivers/gpio/Kconfig b/drivers/gpio/Kconfig index 98b4d1633b25..b2efd2533630 100644 --- a/drivers/gpio/Kconfig +++ b/drivers/gpio/Kconfig @@ -1372,7 +1372,7 @@ config HTC_EGPIO config GPIO_ELKHARTLAKE tristate "Intel Elkhart Lake PSE GPIO support" - depends on X86 || COMPILE_TEST + depends on (X86 && MFD_INTEL_EHL_PSE_GPIO) || COMPILE_TEST select GPIO_TANGIER help Select this option to enable GPIO support for Intel Elkhart Lake
Now that we have Intel MFD driver for PSE GPIO, depend on it. Signed-off-by: Raag Jadav <raag.jadav@intel.com> --- drivers/gpio/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)