diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-07-17 20:01:44 +0000 |
commit | 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch) | |
tree | 6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/qte/Config.in | |
parent | ac653c53d6ef59e45f0236a0e05a4225439d281d (diff) | |
download | buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.tar.gz buildroot-novena-4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee.zip |
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/qte/Config.in')
-rw-r--r-- | package/qte/Config.in | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/package/qte/Config.in b/package/qte/Config.in index 7dfe2dfa3..b291f5572 100644 --- a/package/qte/Config.in +++ b/package/qte/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_QTE bool "Qt/E" - default n depends on BR2_DEPRECATED select BR2_INSTALL_LIBSTDCPP select BR2_PTHREADS_NATIVE @@ -61,7 +60,6 @@ config BR2_QTE_VERSION config BR2_PACKAGE_QTE_QVFB bool "QVfb" - default n depends on BR2_PACKAGE_QTE help Trolltech provides a Virtual Framebuffer used to simulate the embedded device during development @@ -92,7 +90,6 @@ config BR2_QTE_QVFB_VERSION config BR2_PACKAGE_QTE_QT3 bool "Qt/E-3.3.x for Qtopia build" - default n depends on BR2_PACKAGE_QTE_QTOPIA help Qtopia requires a Qt/E version >= 3.3.0; when using a Qt/E-2.3.x on the runtime, Qtopia still needs a Qt/E-3.3.x codebase to build @@ -122,7 +119,6 @@ config BR2_QTE_QT3_VERSION config BR2_PACKAGE_QTE_QTOPIA bool "Qtopia" - default n depends on BR2_PACKAGE_QTE help Qtopia defines some more advanced components used for mobile devices |