File tree Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Expand file tree Collapse file tree 4 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ menuconfig LWM2M_CARRIER
99 depends on NEWLIB_LIBC
1010 depends on BSD_LIBRARY && !BSD_LIBRARY_SYS_INIT
1111 # Need a source of entropy
12- depends on TEST_RANDOM_GENERATOR
12+ depends on ENTROPY_HAS_DRIVER
1313 # Flash settings
1414 depends on FLASH && FLASH_PAGE_LAYOUT
1515 depends on MPU_ALLOW_FLASH_WRITE
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ CONFIG_LWM2M_CARRIER=y
99# The library requires newlibc
1010CONFIG_NEWLIB_LIBC=y
1111
12- # The library needs a source of entropy
13- CONFIG_TEST_RANDOM_GENERATOR=y
14-
1512CONFIG_BSD_LIBRARY=y
1613CONFIG_BSD_LIBRARY_SYS_INIT=n
1714
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ CONFIG_LWM2M_CARRIER=y
99# The library requires newlibc
1010CONFIG_NEWLIB_LIBC=y
1111
12- # The library needs a source of entropy
13- CONFIG_TEST_RANDOM_GENERATOR=y
14-
1512CONFIG_BSD_LIBRARY=y
1613CONFIG_BSD_LIBRARY_SYS_INIT=n
1714
Original file line number Diff line number Diff line change @@ -9,9 +9,6 @@ CONFIG_LWM2M_CARRIER=y
99# The library requires newlibc
1010CONFIG_NEWLIB_LIBC=y
1111
12- # The library needs a source of entropy
13- CONFIG_TEST_RANDOM_GENERATOR=y
14-
1512CONFIG_BSD_LIBRARY=y
1613CONFIG_BSD_LIBRARY_SYS_INIT=n
1714
You can’t perform that action at this time.
0 commit comments