native_posix: kconfig: Fix misplaced USB_NATIVE_POSIX default
Should be within the 'if BOARD_NATIVE_POSIX`, or USB_NATIVE_POSIX will get enabled whenever USB is (unless a user value overrides it). Probably didn't cause any problems, since boards/posix/native_posix/Kconfig.defconfig is only included for this board. Signed-off-by: Ulf Magnusson <Ulf.Magnusson@nordicsemi.no>
This commit is contained in:
parent
f00429cc2f
commit
1f046d86a0
1 changed files with 2 additions and 2 deletions
|
@ -95,11 +95,11 @@ config FLASH_NATIVE_POSIX
|
|||
|
||||
endif # FLASH
|
||||
|
||||
endif # BOARD_NATIVE_POSIX
|
||||
|
||||
if USB
|
||||
|
||||
config USB_NATIVE_POSIX
|
||||
default y
|
||||
|
||||
endif # USB
|
||||
|
||||
endif # BOARD_NATIVE_POSIX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue