Commit 9b335c82 authored by Martin Hoff's avatar Martin Hoff Committed by Chris Friedt
Browse files

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: default avatarMartin Hoff <martin.hoff@silabs.com>
parent 31238398
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
CONFIG_MFD_INIT_PRIORITY=55
+0 −2
Original line number Diff line number Diff line
# Needs to be before CONFIG_SENSOR_INIT_PRIORITY
CONFIG_REGULATOR_FIXED_INIT_PRIORITY=55
+1 −2
Original line number Diff line number Diff line
@@ -3,5 +3,4 @@ CONFIG_TEST_USERSPACE=y
CONFIG_EEPROM=y
CONFIG_GPIO=y
CONFIG_SENSOR=y
CONFIG_SENSOR_INIT_PRIORITY=60
CONFIG_EEPROM_INIT_PRIORITY=70
CONFIG_EEPROM_INIT_PRIORITY=95