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/qtopia4/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/qtopia4/Config.in')
-rw-r--r-- | package/qtopia4/Config.in | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/package/qtopia4/Config.in b/package/qtopia4/Config.in index f6ab499d5..d1f415e30 100644 --- a/package/qtopia4/Config.in +++ b/package/qtopia4/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_QTOPIA4 bool "qtopia4" - default n select BR2_INSTALL_LIBSTDCPP select BR2_PTHREADS_NATIVE help @@ -10,7 +9,6 @@ config BR2_PACKAGE_QTOPIA4 config BR2_PACKAGE_QTOPIA4_DEBUG bool "Compile with debug support" - default n depends on BR2_PACKAGE_QTOPIA4 help If unsure, say N. @@ -56,7 +54,6 @@ endchoice config BR2_PACKAGE_QTOPIA4_GPL_LICENSE_APPROVED bool "Approve Qtopia Core 4 GPL licence" - default n depends on BR2_PACKAGE_QTOPIA4 && BR2_PACKAGE_QTOPIA4_LICENSE_TYPE_GPL help Select this if you approve the GNU GENERAL PUBLIC LICENSE Version 2 @@ -84,7 +81,6 @@ config BR2_PACKAGE_QTOPIA4_COMMERCIAL_PASSWORD config BR2_PACKAGE_QTOPIA4_QT3SUPPORT bool "Compatibility with Qt3" - default n depends on BR2_PACKAGE_QTOPIA4 help Turns on support for older Qt3. This will create an additional @@ -101,14 +97,12 @@ config BR2_PACKAGE_QTOPIA4_DEPTHS config BR2_PACKAGE_QTOPIA4_GIF bool "Enable GIF support" - default n depends on BR2_PACKAGE_QTOPIA4 help This compiles and installs the plugin for GIF reading support. config BR2_PACKAGE_QTOPIA4_LIBMNG bool "Enable libmng support" - default n depends on BR2_PACKAGE_QTOPIA4 help This compiles and installs the plugin for MNG support. @@ -242,7 +236,6 @@ config BR2_PACKAGE_QTOPIA4_EMB_PLATFORM menuconfig BR2_PACKAGE_QTOPIA4_SQL_MODULE bool "SQL Module" - default n depends on BR2_PACKAGE_QTOPIA4 help Compile Qtopia SQL Module @@ -252,7 +245,6 @@ endif config BR2_PACKAGE_QTOPIA4_XMLPATTERNS bool "XML Patterns Module" - default n depends on BR2_PACKAGE_QTOPIA4 help Build QtXmlPatterns module. @@ -260,7 +252,6 @@ config BR2_PACKAGE_QTOPIA4_XMLPATTERNS config BR2_PACKAGE_QTOPIA4_SVG bool "SVG Module" - default n depends on BR2_PACKAGE_QTOPIA4 help Build the SVG module. @@ -268,7 +259,6 @@ config BR2_PACKAGE_QTOPIA4_SVG config BR2_PACKAGE_QTOPIA4_WEBKIT bool "WebKit Module" - default n depends on BR2_PACKAGE_QTOPIA4 help Build the WebKit module. @@ -278,7 +268,6 @@ config BR2_PACKAGE_QTOPIA4_OPENSSL bool "Enable OpenSSL support" depends on BR2_PACKAGE_QTOPIA4 select BR2_PACKAGE_OPENSSL - default n help Enable support for the OpenSSL encryption library. If you use QSslSocket say y here, otherwise, say no to save space on the |