python: move toolchain comment above main option
authorPeter Korsgaard <peter@korsgaard.com>
Sat, 2 May 2015 07:35:16 +0000 (09:35 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Sat, 2 May 2015 07:39:45 +0000 (09:39 +0200)
So suboptions are correctly indented.

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

index 8d71dc9351628360bbd28102093ce2bc9e5f9e63..1a78f17e6f41ffce7f4c9630d16319199f860f35 100644 (file)
@@ -1,3 +1,7 @@
+comment "python needs a toolchain w/ wchar, threads"
+       depends on BR2_USE_MMU
+       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
+
 config BR2_PACKAGE_PYTHON
        bool "python"
        depends on BR2_USE_WCHAR
@@ -10,10 +14,6 @@ config BR2_PACKAGE_PYTHON
 
          http://www.python.org/
 
-comment "python needs a toolchain w/ wchar, threads"
-       depends on BR2_USE_MMU
-       depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS
-
 if BR2_PACKAGE_PYTHON
 
 choice