From 76480636f941288e5af3afd32d7284ef47187943 Mon Sep 17 00:00:00 2001 From: Kumar Gala Date: Mon, 9 Jan 2017 16:19:08 -0600 Subject: [PATCH] tests/sensors_n_z.conf: fix duplicated setting of CONFIG options A few CONFIG options got set twice in sensors_n_z.conf, remove the duplicates as we get warnings associated with this: warning: override: reassigning to symbol GPIO warning: override: reassigning to symbol SENSOR warning: override: reassigning to symbol SPI warning: override: reassigning to symbol SYS_LOG_SENSOR_LEVEL Change-Id: I7a723218db8e365bdb45c004e93bd2c4f55ab5ac Signed-off-by: Kumar Gala --- tests/drivers/build_all/sensors_n_z.conf | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/drivers/build_all/sensors_n_z.conf b/tests/drivers/build_all/sensors_n_z.conf index 6396090ac68..d9b4ec06e7e 100644 --- a/tests/drivers/build_all/sensors_n_z.conf +++ b/tests/drivers/build_all/sensors_n_z.conf @@ -1,8 +1,4 @@ CONFIG_GPIO=y -CONFIG_SENSOR=y -CONFIG_SPI=y -CONFIG_SYS_LOG_SENSOR_LEVEL=4 -CONFIG_GPIO=y CONFIG_I2C=y CONFIG_SENSOR=y CONFIG_SPI=y