Kconfig: remove 'default n'

'default n' is the default, so there's no need to say it explicitly.
This commit is contained in:
Peter Korsgaard
2008-07-17 20:01:44 +00:00
parent ac653c53d6
commit 4683420c4c
639 changed files with 1 additions and 868 deletions

View File

@@ -1,6 +1,5 @@
config BR2_PACKAGE_MATCHBOX
bool "MatchBox Window Manager"
default n
select BR2_PACKAGE_XSERVER_XORG_SERVER
select BR2_PACKAGE_PKGCONFIG
select BR2_PACKAGE_FONTCONFIG
@@ -14,7 +13,6 @@ config BR2_PACKAGE_MATCHBOX_SNOTIFY
bool "Enable Matchbox Startup Notification"
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XAPP_XSM
default n
help
Compiles http://www.freedesktop.org/Software/startup-notification and its support in MatchBox
@@ -22,7 +20,6 @@ config BR2_PACKAGE_MATCHBOX_SNOTIFY
config BR2_PACKAGE_MATCHBOX_PANEL
bool "Matchbox Panel"
depends on BR2_PACKAGE_MATCHBOX
default n
help
A flexible always present 'window bar' for holding application launchers"
@@ -30,7 +27,6 @@ config BR2_PACKAGE_MATCHBOX_PANEL
config BR2_PACKAGE_MATCHBOX_DESKTOP
bool "Matchbox Desktop"
depends on BR2_PACKAGE_MATCHBOX
default n
help
A PDA style application launcher or 'item browser'.
@@ -39,7 +35,6 @@ config BR2_PACKAGE_MATCHBOX_KEYBOARD
bool "Metchbox Virtual Keyboard"
depends on BR2_PACKAGE_MATCHBOX
select BR2_PACKAGE_XLIB_LIBXTST
default n
help
Virtual Keyboard (developement version from CVS)