summaryrefslogtreecommitdiff
path: root/package/qtopia4
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /package/qtopia4
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'package/qtopia4')
-rw-r--r--package/qtopia4/Config.in11
-rw-r--r--package/qtopia4/Config.sql.in6
2 files changed, 0 insertions, 17 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
diff --git a/package/qtopia4/Config.sql.in b/package/qtopia4/Config.sql.in
index 4b6967a9b..ae3cf3c7c 100644
--- a/package/qtopia4/Config.sql.in
+++ b/package/qtopia4/Config.sql.in
@@ -1,41 +1,35 @@
config BR2_PACKAGE_QTOPIA4_MYSQL
bool "MySQL Driver"
- default n
help
Build MySQL driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_IBASE
bool "iBase Driver"
- default n
help
Build iBase driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_ODBC
bool "ODBC Driver"
- default n
help
Build ODBC driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_PSQL
bool "PostgreSQL Driver"
- default n
help
Build PostgreSQL driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_SQLITE
bool "SQLite 3 Driver"
- default n
help
Build SQLite driver
If unsure, say n.
config BR2_PACKAGE_QTOPIA4_SQLITE2
bool "SQLite 2 Driver"
- default n
help
Build SQLite 2 driver
If unsure, say n.