summaryrefslogtreecommitdiff
path: root/samples
diff options
context:
space:
mode:
authorAnas Nashif <anas.nashif@intel.com>2017-02-10 07:51:54 +0530
committerAnas Nashif <nashif@linux.intel.com>2017-02-10 16:02:22 +0000
commitdf16cb92d4f664dd26fb70718dbd1ea5f12d5e83 (patch)
tree7a814944c3297a21ab9c4b5ecebcd574bd636761 /samples
parentda1c3c7d35c3a90203265ab48cc77f55252c607c (diff)
arduino_101: bmi160: use new device name
Use new device name for SPI device Jira: ZEP-1704 Change-Id: Iec39468bbef54423af2b3a681dd4ae1eee866d1e Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Diffstat (limited to 'samples')
-rw-r--r--samples/sensor/bmi160/prj.conf2
1 files changed, 0 insertions, 2 deletions
diff --git a/samples/sensor/bmi160/prj.conf b/samples/sensor/bmi160/prj.conf
index 4f6f0bd2f..5da97fad6 100644
--- a/samples/sensor/bmi160/prj.conf
+++ b/samples/sensor/bmi160/prj.conf
@@ -3,8 +3,6 @@ CONFIG_SPI=y
CONFIG_GPIO=y
CONFIG_SENSOR=y
CONFIG_BMI160=y
-CONFIG_BMI160_NAME="bmi160"
-CONFIG_BMI160_SPI_PORT_NAME="SPI_SS_1"
CONFIG_BMI160_SLAVE=1
CONFIG_BMI160_SPI_BUS_FREQ=88
CONFIG_BMI160_TRIGGER_OWN_THREAD=y