From 3d0c115a274381e65b4f82e7d987860e5387b275 Mon Sep 17 00:00:00 2001 From: Andre Guedes Date: Tue, 16 Feb 2016 22:05:52 -0200 Subject: [PATCH] samples: gpio: Remove driver selection This patches removes 'CONFIG_GPIO_DW=y' and 'CONFIG_GPIO_DW_0=y' so we rely on the platform's default options for the gpio driver. This way the gpio sample application can be built for different platforms without changing the configuration file. Change-Id: I2480fee5fcd5463c39470c668c4438d83ecb786f Signed-off-by: Andre Guedes --- samples/drivers/gpio/prj_x86.conf | 2 -- 1 file changed, 2 deletions(-) diff --git a/samples/drivers/gpio/prj_x86.conf b/samples/drivers/gpio/prj_x86.conf index d737bc3771e..1cb602f749a 100644 --- a/samples/drivers/gpio/prj_x86.conf +++ b/samples/drivers/gpio/prj_x86.conf @@ -1,7 +1,5 @@ CONFIG_STDOUT_CONSOLE=y CONFIG_PRINTK=y CONFIG_GPIO=y -CONFIG_GPIO_DW=y -CONFIG_GPIO_DW_0=y CONFIG_NANO_TIMERS=y CONFIG_NANO_TIMEOUTS=y