native_{posix,sim} defconfig: Do not override FLASH_SIMULATOR
The FLASH_SIMULATOR already defaults to 'y' with proper dependencies in its main definition in drivers/flash/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
ee1499e93b
commit
1748c75f40
|
@ -47,10 +47,6 @@ config UART_CONSOLE
|
|||
|
||||
endif # CONSOLE
|
||||
|
||||
config FLASH_SIMULATOR
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_NATIVE_POSIX
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
|
@ -47,10 +47,6 @@ config UART_CONSOLE
|
|||
|
||||
endif # CONSOLE
|
||||
|
||||
config FLASH_SIMULATOR
|
||||
default y
|
||||
depends on FLASH
|
||||
|
||||
config USB_NATIVE_POSIX
|
||||
default y
|
||||
depends on USB_DEVICE_DRIVER
|
||||
|
|
Loading…
Reference in a new issue