sensor: apds9660: remove IP specific GPIO configs
The driver and port used are already configured per port, no need to hardcode the sample to a specific driver. Change-Id: I8056e35db1e0970ec4ad56ce14fe5654fac9cf3e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
fb385ab066
commit
407eb36ec4
|
@ -1,8 +1,5 @@
|
|||
CONFIG_STDOUT_CONSOLE=y
|
||||
CONFIG_PRINTK=y
|
||||
CONFIG_GPIO=y
|
||||
CONFIG_GPIO_DW=y
|
||||
CONFIG_GPIO_DW_0=y
|
||||
CONFIG_GPIO_DW_0_BITS=8
|
||||
CONFIG_I2C=y
|
||||
CONFIG_I2C_QUARK_SE_SS_0_DEFAULT_CFG=0x14
|
||||
|
|
Loading…
Reference in a new issue