package/: remove more 'default n' (see r22874)

This commit is contained in:
Peter Korsgaard 2008-11-02 20:21:59 +00:00
parent 93a0dd1408
commit 9ca9f93339
2 changed files with 0 additions and 5 deletions

View File

@ -15,18 +15,15 @@ config BR2_PACKAGE_DIRECTFB_MULTI
config BR2_PACKAGE_DIRECTFB_XSERVER config BR2_PACKAGE_DIRECTFB_XSERVER
bool "build with X server backend" bool "build with X server backend"
default n
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
depends on !BR2_PACKAGE_XSERVER_none depends on !BR2_PACKAGE_XSERVER_none
config BR2_PACKAGE_DIRECTFB_UNIQUE config BR2_PACKAGE_DIRECTFB_UNIQUE
bool "enable unique window manager" bool "enable unique window manager"
default n
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_DIRECTFB_ATI128 config BR2_PACKAGE_DIRECTFB_ATI128
bool "compile ati128 graphics driver" bool "compile ati128 graphics driver"
default n
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_DIRECTFB_CLE266 config BR2_PACKAGE_DIRECTFB_CLE266
@ -36,7 +33,6 @@ config BR2_PACKAGE_DIRECTFB_CLE266
config BR2_PACKAGE_DIRECTFB_MATROX config BR2_PACKAGE_DIRECTFB_MATROX
bool "compile matrox graphics driver" bool "compile matrox graphics driver"
default n
depends on BR2_PACKAGE_DIRECTFB depends on BR2_PACKAGE_DIRECTFB
config BR2_PACKAGE_DIRECTFB_UNICHROME config BR2_PACKAGE_DIRECTFB_UNICHROME

View File

@ -1,6 +1,5 @@
config BR2_PACKAGE_PCIUTILS config BR2_PACKAGE_PCIUTILS
bool "pciutils" bool "pciutils"
default n
help help
Various utilities dealing with the PCI bus. Various utilities dealing with the PCI bus.
Provides things like setpci and lspci. Provides things like setpci and lspci.