Skip to content

Commit 9b335c8

Browse files
Martinhoff-makercfriedt
authored andcommitted
tests: build_all: eeprom: change config for compatibility
Since the old configuration set a sensor initialization priority to 60, we faced a conflict between sensor and regulator initialization priorities. I think the best approach is to always use a lower priority if the component has dependencies. If this is a specific case, maybe a .conf file is needed for the board. The new .conf file will then be more generic. Signed-off-by: Martin Hoff <[email protected]>
1 parent 3123839 commit 9b335c8

File tree

3 files changed

+1
-5
lines changed

3 files changed

+1
-5
lines changed

tests/drivers/build_all/eeprom/boards/nrf9131ek_nrf9131.conf

Lines changed: 0 additions & 1 deletion
This file was deleted.

tests/drivers/build_all/eeprom/boards/xg23_rb4210a.conf

Lines changed: 0 additions & 2 deletions
This file was deleted.

tests/drivers/build_all/eeprom/prj.conf

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,4 @@ CONFIG_TEST_USERSPACE=y
33
CONFIG_EEPROM=y
44
CONFIG_GPIO=y
55
CONFIG_SENSOR=y
6-
CONFIG_SENSOR_INIT_PRIORITY=60
7-
CONFIG_EEPROM_INIT_PRIORITY=70
6+
CONFIG_EEPROM_INIT_PRIORITY=95

0 commit comments

Comments
 (0)