package/: remove more 'default n' (see r22874)
authorPeter Korsgaard <jacmet@sunsite.dk>
Sun, 2 Nov 2008 20:21:59 +0000 (20:21 -0000)
committerPeter Korsgaard <jacmet@sunsite.dk>
Sun, 2 Nov 2008 20:21:59 +0000 (20:21 -0000)
package/directfb/Config.in
package/pciutils/Config.in

index e31583fefdf1c60c1c34425bbff6f6eea4d903c9..571247bf8b7aebb5af514bee308ba7a6a1bf05ba 100644 (file)
@@ -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
index 9b3c83d9ab723de53c0a5eef1250ecaa3374b673..a082f239977dc43f71b6e77a08dd1380f0e13330 100644 (file)
@@ -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.