diff --git a/boot/at91bootstrap3/Config.in b/boot/at91bootstrap3/Config.in index 966e393db5..f44597bc00 100644 --- a/boot/at91bootstrap3/Config.in +++ b/boot/at91bootstrap3/Config.in @@ -100,8 +100,6 @@ config BR2_TARGET_AT91BOOTSTRAP3_CUSTOM_CONFIG_FILE help Path to the at91bootstrap3 configuration file -endif # BR2_TARGET_AT91BOOTSTRAP3 - config BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 bool "needs host-python3" help @@ -109,3 +107,5 @@ config BR2_TARGET_AT91BOOTSTRAP3_NEEDS_PYTHON3 Python 3.x to be available on the host. This is needed in some at91bootstrap configurations to use NAND/PMECC Python scripts. + +endif # BR2_TARGET_AT91BOOTSTRAP3