native_{posix,sim} defconfig: Do not override EEPROM_SIMULATOR
The EEPROM_SIMULATOR already defaults to 'y' with proper dependencies in its main definition in drivers/eeprom/Kconfig. Let's not define it also in the board Kconfig.defconfig as that causes dependencies to be lost if not duplicated correctly. Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
This commit is contained in:
parent
1748c75f40
commit
6ca6e516f6
|
@ -51,10 +51,6 @@ config USB_NATIVE_POSIX
|
|||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
config EEPROM_SIMULATOR
|
||||
default y
|
||||
depends on EEPROM
|
||||
|
||||
if I2C
|
||||
|
||||
config EMUL
|
||||
|
|
|
@ -51,10 +51,6 @@ config USB_NATIVE_POSIX
|
|||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
||||
config EEPROM_SIMULATOR
|
||||
default y
|
||||
depends on EEPROM
|
||||
|
||||
if I2C
|
||||
|
||||
config EMUL
|
||||
|
|
Loading…
Reference in a new issue