Commit 7beb9ed0 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

python3: move toolchain comment above main option



So suboptions are correctly indented.

Signed-off-by: default avatarPeter Korsgaard <peter@korsgaard.com>
parent a692a251
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
comment "python3 needs a toolchain w/ wchar, threads"
	depends on BR2_USE_MMU
	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

config BR2_PACKAGE_PYTHON3
	bool "python3"
	depends on !BR2_PACKAGE_PYTHON
@@ -11,10 +15,6 @@ config BR2_PACKAGE_PYTHON3

	  http://www.python.org/

comment "python3 needs a toolchain w/ wchar, threads"
	depends on BR2_USE_MMU
	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS

if BR2_PACKAGE_PYTHON3

choice