From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- package/php/Config.ext | 16 ---------------- package/php/Config.in | 1 - 2 files changed, 17 deletions(-) (limited to 'package/php') diff --git a/package/php/Config.ext b/package/php/Config.ext index 6ec6f6b29..f25c93729 100644 --- a/package/php/Config.ext +++ b/package/php/Config.ext @@ -3,7 +3,6 @@ menu "PHP Extensions" config BR2_PACKAGE_PHP_EXT_SOCKETS bool "socket" depends on BR2_PACKAGE_PHP - default n help Sockets support @@ -31,7 +30,6 @@ config BR2_PACKAGE_PHP_EXT_SESSION config BR2_PACKAGE_PHP_EXT_OPENSSL bool "openssl" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_OPENSSL - default n help openssl support @@ -59,84 +57,72 @@ config BR2_PACKAGE_PHP_EXT_ZLIB config BR2_PACKAGE_PHP_EXT_EXIF bool "EXIF" depends on BR2_PACKAGE_PHP - default n help EXIF support config BR2_PACKAGE_PHP_EXT_FTP bool "FTP" depends on BR2_PACKAGE_PHP - default n help FTP Support config BR2_PACKAGE_PHP_EXT_GETTEXT bool "gettext" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_GETTEXT - default n help gettext support config BR2_PACKAGE_PHP_EXT_GMP bool "gmp" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_LIBGMP - default n help GMP support config BR2_PACKAGE_PHP_EXT_JSON bool "JSON" depends on BR2_PACKAGE_PHP - default n help JSON support config BR2_PACKAGE_PHP_EXT_READLINE bool "readline" depends on BR2_PACKAGE_PHP && (BR2_PACKAGE_PHP_CLI || BR2_PACKAGE_PHP_CGI) && BR2_READLINE - default n help readline support config BR2_PACKAGE_PHP_EXT_NCURSES bool "ncurses" depends on BR2_PACKAGE_PHP && (BR2_PACKAGE_PHP_CLI || BR2_PACKAGE_PHP_CGI) && BR2_PACKAGE_NCURSES - default n help ncurses support config BR2_PACKAGE_PHP_EXT_SYSVMSG bool "sysvmsg - System V Message queue" depends on BR2_PACKAGE_PHP - default n help System V Message queue support config BR2_PACKAGE_PHP_EXT_SYSVSEM bool "sysvsem - System V Semaphores" depends on BR2_PACKAGE_PHP - default n help System V Sempahore support config BR2_PACKAGE_PHP_EXT_SYSVSHM bool "sysvshm - System V Shared memory" depends on BR2_PACKAGE_PHP - default n help System V Shared memory support config BR2_PACKAGE_PHP_EXT_ZIP bool "zip" depends on BR2_PACKAGE_PHP - default n help Zip Support config BR2_PACKAGE_PHP_EXT_FILTER bool "filter" depends on BR2_PACKAGE_PHP - default n help Input filter support @@ -153,7 +139,6 @@ config BR2_PACKAGE_PHP_EXT_SQLITE config BR2_PACKAGE_PHP_EXT_SQLITE_UTF8 bool "sqlite UTF8 support" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_PHP_EXT_SQLITE - default n help UTF8 Support for sqlite @@ -175,7 +160,6 @@ config BR2_PACKAGE_PHP_EXT_PDO_MYSQL bool "PDO_MySQL" depends on BR2_PACKAGE_PHP && BR2_PACKAGE_PHP_EXT_PDO select BR2_PACKAGE_MYSQL_CLIENT - default n help MySQL support for PDO diff --git a/package/php/Config.in b/package/php/Config.in index f483dff84..a43b09e9f 100644 --- a/package/php/Config.in +++ b/package/php/Config.in @@ -1,6 +1,5 @@ config BR2_PACKAGE_PHP bool "php" - default n help PHP is a widely-used general-purpose scripting language that is especially suited for Web development -- cgit v1.2.3