diff options
Diffstat (limited to 'package/qemu/Config.in')
-rw-r--r-- | package/qemu/Config.in | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/package/qemu/Config.in b/package/qemu/Config.in index ff11208191..58825719c2 100644 --- a/package/qemu/Config.in +++ b/package/qemu/Config.in @@ -85,11 +85,11 @@ config BR2_PACKAGE_QEMU_SDL comment "Misc. features" config BR2_PACKAGE_QEMU_FDT - bool "Enable FDT" - select BR2_PACKAGE_DTC - help - Say 'y' here to have QEMU capable of constructing Device Trees, - and passing them to the VMs. + bool "Enable FDT" + select BR2_PACKAGE_DTC + help + Say 'y' here to have QEMU capable of constructing Device Trees, + and passing them to the VMs. endif # BR2_PACKAGE_QEMU_HAS_EMULS |