Re: [PATCH v1 1/1] defconfig: enable GPIO_SIM

2021-04-08 Thread Andy Shevchenko
On Thu, Apr 08, 2021 at 06:54:41PM +0300, Andy Shevchenko wrote:
> Signed-off-by: Andy Shevchenko 

Sorry for the noise.

-- 
With Best Regards,
Andy Shevchenko




[PATCH v1 1/1] defconfig: enable GPIO_SIM

2021-04-08 Thread Andy Shevchenko
Signed-off-by: Andy Shevchenko 
---
 arch/x86/configs/i386_defconfig   | 1 +
 arch/x86/configs/x86_64_defconfig | 1 +
 2 files changed, 2 insertions(+)

diff --git a/arch/x86/configs/i386_defconfig b/arch/x86/configs/i386_defconfig
index d696336674b0..e36dc940a83c 100644
--- a/arch/x86/configs/i386_defconfig
+++ b/arch/x86/configs/i386_defconfig
@@ -309,6 +309,7 @@ CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCA953X_IRQ=y
 CONFIG_GPIO_PCH=m
 CONFIG_GPIO_SCH=m
+CONFIG_GPIO_SIM=m
 CONFIG_GPIO_XILINX=m
 CONFIG_X86_EXTENDED_PLATFORM=y
 CONFIG_X86_INTEL_MID=y
diff --git a/arch/x86/configs/x86_64_defconfig 
b/arch/x86/configs/x86_64_defconfig
index 20a955acf775..97d42dd67c8a 100644
--- a/arch/x86/configs/x86_64_defconfig
+++ b/arch/x86/configs/x86_64_defconfig
@@ -305,6 +305,7 @@ CONFIG_GPIO_PCA953X=y
 CONFIG_GPIO_PCA953X_IRQ=y
 CONFIG_GPIO_PCH=m
 CONFIG_GPIO_SCH=m
+CONFIG_GPIO_SIM=m
 CONFIG_GPIO_XILINX=m
 CONFIG_X86_EXTENDED_PLATFORM=y
 CONFIG_X86_INTEL_MID=y
-- 
2.30.2