Commit 4c80949e authored by Daniel Leung's avatar Daniel Leung Committed by Anas Nashif
Browse files

libc: remove no longer valid kconfig comment



After commit 9a0aebc5,
the exclusion of qemu_x86_tiny is no longer and the "depends on"
option was removed. However, the comment about that remained.
Remove the comment as it is no longer valid.

Signed-off-by: default avatarDaniel Leung <daniel.leung@intel.com>
parent ed8355ad
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -37,7 +37,6 @@ config PICOLIBC_SUPPORTED
	depends on !NATIVE_APPLICATION
	depends on ("$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr") || (NATIVE_LIBRARY)
	depends on !(CPP && "$(ZEPHYR_TOOLCHAIN_VARIANT)" = "zephyr")
	# picolibc text is outside .pinned.text on this board. #54148
	default y
	select FULL_LIBC_SUPPORTED
	help