summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-11-02 20:21:59 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-11-02 20:21:59 +0000
commit9ca9f93339ec770e85fe265e722f2a7c8b5a8a13 (patch)
tree46475ef342d153c96863650a2a1f7a90718c9796
parent93a0dd1408f415beef89617f576d242a1a4cae8d (diff)
package/: remove more 'default n' (see r22874)
-rw-r--r--package/directfb/Config.in4
-rw-r--r--package/pciutils/Config.in1
2 files changed, 0 insertions, 5 deletions
diff --git a/package/directfb/Config.in b/package/directfb/Config.in
index e31583fef..571247bf8 100644
--- a/package/directfb/Config.in
+++ b/package/directfb/Config.in
@@ -15,18 +15,15 @@ config BR2_PACKAGE_DIRECTFB_MULTI
config BR2_PACKAGE_DIRECTFB_XSERVER
bool "build with X server backend"
- default n
depends on BR2_PACKAGE_DIRECTFB
depends on !BR2_PACKAGE_XSERVER_none
config BR2_PACKAGE_DIRECTFB_UNIQUE
bool "enable unique window manager"
- default n
depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_DIRECTFB_ATI128
bool "compile ati128 graphics driver"
- default n
depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_DIRECTFB_CLE266
@@ -36,7 +33,6 @@ config BR2_PACKAGE_DIRECTFB_CLE266
config BR2_PACKAGE_DIRECTFB_MATROX
bool "compile matrox graphics driver"
- default n
depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_DIRECTFB_UNICHROME
diff --git a/package/pciutils/Config.in b/package/pciutils/Config.in
index 9b3c83d9a..a082f2399 100644
--- a/package/pciutils/Config.in
+++ b/package/pciutils/Config.in
@@ -1,6 +1,5 @@
config BR2_PACKAGE_PCIUTILS
bool "pciutils"
- default n
help
Various utilities dealing with the PCI bus.
Provides things like setpci and lspci.