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 <andre.guedes@intel.com>
This commit is contained in:
parent
0a0ca81e8b
commit
3d0c115a27
1 changed files with 0 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue