python3: move toolchain comment above main option
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 28 Apr 2015 06:46:25 +0000 (08:46 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 28 Apr 2015 06:46:25 +0000 (08:46 +0200)
So suboptions are correctly indented.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/python3/Config.in

index e2f9077c4b9cc330fdd48a5aea9689899b757581..f61401e5513b7969f8a4e9bd5a6894c966d1a90b 100644 (file)
@@ -1,3 +1,7 @@
+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