summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-07-17 20:01:44 +0000
commit4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee (patch)
tree6f01e1708cc34b93325d0cb3cdd9ba8d5374deda /target
parentac653c53d6ef59e45f0236a0e05a4225439d281d (diff)
Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
Diffstat (limited to 'target')
-rw-r--r--target/Config.in1
-rw-r--r--target/cloop/Config.in1
-rw-r--r--target/cpio/Config.in1
-rw-r--r--target/cramfs/Config.in1
-rw-r--r--target/device/AMD/Config.in2
-rw-r--r--target/device/ARMLTD/Config.in1
-rw-r--r--target/device/Atmel/AT91_Config.in4
-rw-r--r--target/device/Atmel/AVR32_Config.in1
-rw-r--r--target/device/Atmel/Config.in1
-rw-r--r--target/device/Atmel/arch-avr32/Config.in.linux.patches3
-rw-r--r--target/device/Atmel/u-boot/Config.in1
-rw-r--r--target/device/Config.in.linux.patches1
-rw-r--r--target/device/Config.in.toolchain2
-rw-r--r--target/device/Hitachi/Config.in2
-rw-r--r--target/device/KwikByte/Config.in1
-rw-r--r--target/device/Sharp/Config.in2
-rw-r--r--target/device/Soekris/Config.in3
-rw-r--r--target/device/Via/Config.in1
-rw-r--r--target/device/jp/Config.in1
-rw-r--r--target/device/valka/Config.in1
-rw-r--r--target/generic/Config.in3
-rw-r--r--target/initramfs/Config.in1
-rw-r--r--target/iso9660/Config.in1
-rw-r--r--target/jffs2/Config.in3
-rw-r--r--target/linux/Config.in.advanced5
-rw-r--r--target/linux/Config.in.experimental1
-rw-r--r--target/powerpc/yaboot/Config.in1
-rw-r--r--target/romfs/Config.in1
-rw-r--r--target/squashfs/Config.in1
-rw-r--r--target/tar/Config.in1
-rw-r--r--target/u-boot/Config.in2
-rw-r--r--target/ubifs/Config.in1
-rw-r--r--target/x86/grub/Config.in24
-rw-r--r--target/x86/grub2/Config.in2
-rw-r--r--target/x86/syslinux/Config.in2
35 files changed, 0 insertions, 80 deletions
diff --git a/target/Config.in b/target/Config.in
index af97d789e..c6b2e3196 100644
--- a/target/Config.in
+++ b/target/Config.in
@@ -64,7 +64,6 @@ endchoice
config BR2_PACKAGE_LINUX
bool
- default n
if BR2_PACKAGE_LINUX
source "target/linux/Config.in"
diff --git a/target/cloop/Config.in b/target/cloop/Config.in
index 085f304d8..d1739c7ae 100644
--- a/target/cloop/Config.in
+++ b/target/cloop/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_CLOOP
bool "cloop root filesystem for the target device"
- default n
help
Build a cloop root filesystem
cloop is a Linux kernel module that enables compressed loopback filesystem
diff --git a/target/cpio/Config.in b/target/cpio/Config.in
index 3f25cc60b..d1eca2a74 100644
--- a/target/cpio/Config.in
+++ b/target/cpio/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_CPIO
bool "cpio the root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a cpio archive of the root filesystem
diff --git a/target/cramfs/Config.in b/target/cramfs/Config.in
index df2f48161..0c1cb7822 100644
--- a/target/cramfs/Config.in
+++ b/target/cramfs/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_CRAMFS
bool "cramfs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a cramfs root filesystem
diff --git a/target/device/AMD/Config.in b/target/device/AMD/Config.in
index a636fdae4..04f39509b 100644
--- a/target/device/AMD/Config.in
+++ b/target/device/AMD/Config.in
@@ -4,13 +4,11 @@ comment "AMD Specific Device Support"
config BR2_TARGET_AMD_ALCHEMY
bool "Board support for the AMD development boards"
depends on BR2_mipsel || BR2_mips
- default n
help
AMD Alchemy mips based systems
config BR2_TARGET_AMD_ALCHEMY_DBAU1500
bool "AMD Alchemy DBAu1500 Development Board Support"
- default n
depends on BR2_TARGET_AMD_ALCHEMY
select BR2_PACKAGE_LINUX
help
diff --git a/target/device/ARMLTD/Config.in b/target/device/ARMLTD/Config.in
index 76c92860e..6f3cd2d45 100644
--- a/target/device/ARMLTD/Config.in
+++ b/target/device/ARMLTD/Config.in
@@ -1,7 +1,6 @@
menuconfig BR2_TARGET_ARMLTD
bool "ARM Ltd. Device Support"
depends on BR2_arm
- default n
comment "Arm based Device Support"
depends on BR2_arm && BR2_TARGET_ARMLTD
diff --git a/target/device/Atmel/AT91_Config.in b/target/device/Atmel/AT91_Config.in
index 1a5bb0b5c..02f1471b6 100644
--- a/target/device/Atmel/AT91_Config.in
+++ b/target/device/Atmel/AT91_Config.in
@@ -4,7 +4,6 @@ comment "Atmel AT91 Specific Device Support"
config BR2_TARGET_AT91
bool "Board support for the Atmel AT91 range of microprocessors"
depends on BR2_arm
- default n
help
Atmel AT91 ARM based systems
@@ -23,17 +22,14 @@ config BR2_TARGET_ATMEL_NET
config BR2_TARGET_ATMEL_LCD
bool "With LCD controller"
depends on !BR2_TARGET_ATMEL_ALL
- default n
config BR2_TARGET_ATMEL_FPDSP
bool "With Floating Point DSP"
depends on !BR2_TARGET_ATMEL_ALL
- default n
config BR2_TARGET_ATMEL_MPB
bool "With customizable MP-Block"
depends on !BR2_TARGET_ATMEL_ALL
- default n
comment "Device Selection"
diff --git a/target/device/Atmel/AVR32_Config.in b/target/device/Atmel/AVR32_Config.in
index 5be23e703..f0d2d9ccd 100644
--- a/target/device/Atmel/AVR32_Config.in
+++ b/target/device/Atmel/AVR32_Config.in
@@ -4,7 +4,6 @@ comment "Atmel AVR32 Specific Device Support"
config BR2_TARGET_AVR32
bool "Board support for the Atmel AP7 microprocessors"
depends on BR2_avr32
- default n
help
Atmel AT32AP7XXX AVR32 based systems
diff --git a/target/device/Atmel/Config.in b/target/device/Atmel/Config.in
index cd710f6df..486ac4dd2 100644
--- a/target/device/Atmel/Config.in
+++ b/target/device/Atmel/Config.in
@@ -1,7 +1,6 @@
menuconfig BR2_TARGET_ATMEL
bool "Atmel Device Support"
depends on BR2_arm || BR2_avr32
- default n
if BR2_TARGET_ATMEL
diff --git a/target/device/Atmel/arch-avr32/Config.in.linux.patches b/target/device/Atmel/arch-avr32/Config.in.linux.patches
index 767da2674..f15596abb 100644
--- a/target/device/Atmel/arch-avr32/Config.in.linux.patches
+++ b/target/device/Atmel/arch-avr32/Config.in.linux.patches
@@ -67,13 +67,11 @@ config BR2_KERNEL_ARCH_PATCH_DIR
config BR2_LINUX_AVR32_ISI_PATCH
bool "Add ISI patch"
- default n
help
Add support for the Image Sensor Interface
config BR2_LINUX_AVR32_AC97_PATCH
bool "Add AC97 patch"
- default n
help
Add support for AC97.
Will need to be patched further to change GPIO_PIN_NONE
@@ -81,6 +79,5 @@ config BR2_LINUX_AVR32_AC97_PATCH
config BR2_LINUX_AVR32_PSIF_PATCH
bool "Add PSIF patch"
- default n
help
Add support for the PS/2 Interface
diff --git a/target/device/Atmel/u-boot/Config.in b/target/device/Atmel/u-boot/Config.in
index 02f6863f4..fa1518675 100644
--- a/target/device/Atmel/u-boot/Config.in
+++ b/target/device/Atmel/u-boot/Config.in
@@ -2,7 +2,6 @@ config BR2_TARGET_UBOOT_AT91
bool "Das U-Boot Boot Monitor"
depends on BR2_TARGET_AT91
depends on !BR2_TARGET_AT91SAM9260PF
- default n
help
Build "Das U-Boot" Boot Monitor
diff --git a/target/device/Config.in.linux.patches b/target/device/Config.in.linux.patches
index 65c17d7a3..034479efb 100644
--- a/target/device/Config.in.linux.patches
+++ b/target/device/Config.in.linux.patches
@@ -4,7 +4,6 @@ menuconfig BR2_KERNEL_ARCH_PATCH_ENABLED
depends on !BR2_KERNEL_PREPATCHED
default y if BR2_avr32
default y if BR2_TARGET_ATMEL && BR2_arm
- default n
if BR2_KERNEL_ARCH_PATCH_ENABLED
diff --git a/target/device/Config.in.toolchain b/target/device/Config.in.toolchain
index cdf5862c0..8db60e94f 100644
--- a/target/device/Config.in.toolchain
+++ b/target/device/Config.in.toolchain
@@ -76,11 +76,9 @@ endchoice
config BR2_TOOLCHAIN_ATMEL_AVR32_4_2_3_ENABLE
bool
- default n
config BR2_TOOLCHAIN_ATMEL_AVR32
bool
- default n
if BR2_TOOLCHAIN_ATMEL_AVR32
config BR2_VENDOR_SITE
diff --git a/target/device/Hitachi/Config.in b/target/device/Hitachi/Config.in
index 60341880a..ef8b06e51 100644
--- a/target/device/Hitachi/Config.in
+++ b/target/device/Hitachi/Config.in
@@ -4,9 +4,7 @@ comment "Hitachi ULSI Systems device support"
config BR2_TARGET_HITACHI_SE
bool "Board support for Solution Engine development boards"
depends on BR2_sh
- default n
config BR2_TARGET_HITACHI_MS7206SE01
bool "MS7206SE01 development board support"
depends on BR2_TARGET_HITACHI_SE && BR2_sh2a_nofpueb
- default n
diff --git a/target/device/KwikByte/Config.in b/target/device/KwikByte/Config.in
index 60151633f..afa257f90 100644
--- a/target/device/KwikByte/Config.in
+++ b/target/device/KwikByte/Config.in
@@ -1,7 +1,6 @@
menuconfig BR2_TARGET_KWIKBYTE
bool "KwikByte Board Support"
depends on BR2_arm
- default n
if BR2_TARGET_KWIKBYTE
diff --git a/target/device/Sharp/Config.in b/target/device/Sharp/Config.in
index 6c750420f..41286027d 100644
--- a/target/device/Sharp/Config.in
+++ b/target/device/Sharp/Config.in
@@ -1,7 +1,6 @@
menuconfig BR2_TARGET_SHARP
bool "Sharp Device Support"
depends on BR2_arm
- default n
if BR2_TARGET_SHARP
comment "Sharp Specific Device Support"
@@ -10,7 +9,6 @@ comment "Sharp Specific Device Support"
config BR2_TARGET_SHARP_LNODE80
bool "Board support for the LNode80 development board"
depends on BR2_arm
- default n
help
Support for the LNode80 LH79520 based device
endif
diff --git a/target/device/Soekris/Config.in b/target/device/Soekris/Config.in
index 54cc152a8..c8508c42c 100644
--- a/target/device/Soekris/Config.in
+++ b/target/device/Soekris/Config.in
@@ -1,12 +1,10 @@
menuconfig BR2_TARGET_SOEKRIS
bool "Soekris device support"
depends on BR2_i386
- default n
if BR2_TARGET_SOEKRIS
config BR2_TARGET_SOEKRIS_NET4521
bool "Soekris net4521"
- default n
select BR2_PACKAGE_LINUX
help
The Soekris net4521
@@ -14,7 +12,6 @@ config BR2_TARGET_SOEKRIS_NET4521
config BR2_TARGET_SOEKRIS_NET4801
bool "Soekris net4801"
depends on BR2_i386
- default n
select BR2_PACKAGE_LINUX
help
The Soekris net4801
diff --git a/target/device/Via/Config.in b/target/device/Via/Config.in
index 036e159bb..fde3efb49 100644
--- a/target/device/Via/Config.in
+++ b/target/device/Via/Config.in
@@ -1,7 +1,6 @@
config BR2_TARGET_VIA_EPIA_MII
bool "EPIA MII"
depends on BR2_i386
- default n
select BR2_PACKAGE_LINUX
help
The Via EPIA MII board
diff --git a/target/device/jp/Config.in b/target/device/jp/Config.in
index da2d3e60f..b91b8ac41 100644
--- a/target/device/jp/Config.in
+++ b/target/device/jp/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_Q5
bool "jp-embedded Q5 board support"
- default n
depends on BR2_mipsel
select BR2_PACKAGE_LINUX
help
diff --git a/target/device/valka/Config.in b/target/device/valka/Config.in
index c0663e9aa..1d1b28e91 100644
--- a/target/device/valka/Config.in
+++ b/target/device/valka/Config.in
@@ -1,7 +1,6 @@
menuconfig BR2_TARGET_VALKA
bool "ValkaSys"
depends on BR2_avr32
- default n
if BR2_TARGET_VALKA
diff --git a/target/generic/Config.in b/target/generic/Config.in
index 621564709..40140443e 100644
--- a/target/generic/Config.in
+++ b/target/generic/Config.in
@@ -2,7 +2,6 @@ comment "Generic System Support"
config BR2_TARGET_GENERIC_ACCESS_POINT
bool "Generic wireless access point"
- default n
select BR2_PACKAGE_WIRELESS_TOOLS
select BR2_PACKAGE_DHCP_RELAY
select BR2_PACKAGE_BRIDGE
@@ -12,7 +11,6 @@ config BR2_TARGET_GENERIC_ACCESS_POINT
config BR2_TARGET_GENERIC_FIREWALL
bool "Generic firewall"
- default n
select BR2_PACKAGE_IPTABLES
help
Board support for a generic firewalling router.
@@ -20,7 +18,6 @@ config BR2_TARGET_GENERIC_FIREWALL
config BR2_TARGET_GENERIC_DEV_SYSTEM
bool "Generic development system"
- default n
select BR2_CCACHE
select BR2_PACKAGE_GDB
select BR2_PACKAGE_GDB_SERVER
diff --git a/target/initramfs/Config.in b/target/initramfs/Config.in
index 53e45c3c7..8945057a0 100644
--- a/target/initramfs/Config.in
+++ b/target/initramfs/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_INITRAMFS
bool "initramfs for initial ramdisk of linux kernel"
- default n
help
Build a file which is usable for the gen_init_cpio tool
at linux kernel build.
diff --git a/target/iso9660/Config.in b/target/iso9660/Config.in
index 93073d7a2..6c580d80d 100644
--- a/target/iso9660/Config.in
+++ b/target/iso9660/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_ISO9660
bool "iso image"
- default n
depends on BR2_i386
select BR2_TARGET_ROOTFS_EXT2
select BR2_TARGET_GRUB
diff --git a/target/jffs2/Config.in b/target/jffs2/Config.in
index e4d463cf0..e30754bc7 100644
--- a/target/jffs2/Config.in
+++ b/target/jffs2/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_JFFS2
bool "jffs2 root filesystem"
- default n
select BR2_HOST_FAKEROOT
select BR2_PACKAGE_MTD
help
@@ -74,7 +73,6 @@ config BR2_TARGET_ROOTFS_JFFS2_EBSIZE
config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
bool "Do not use Cleanmarker"
depends on BR2_TARGET_ROOTFS_JFFS2
- default n
help
Do not use cleanmarkers if using NAND flash or Dataflash where
the pagesize is not a power of 2
@@ -82,7 +80,6 @@ config BR2_TARGET_ROOTFS_JFFS2_NOCLEANMARKER
config BR2_JFFS2_TARGET_SREC
bool "RootFS in SREC file formet"
depends on BR2_TARGET_ROOTFS_JFFS2
- default n
config BR2_TARGET_ROOTFS_JFFS2_PAD
bool "Pad output"
diff --git a/target/linux/Config.in.advanced b/target/linux/Config.in.advanced
index 8c4fab4c9..3e68145db 100644
--- a/target/linux/Config.in.advanced
+++ b/target/linux/Config.in.advanced
@@ -315,7 +315,6 @@ endchoice
config BR2_KERNEL_ADD_PATCH
bool
- default n
config BR2_KERNEL_MINORLEVEL
string "patch level"
@@ -376,15 +375,12 @@ endmenu
config BR2_KERNEL_PREPATCHED
bool
- default n
config BR2_KERNEL_BASE
bool
- default n
config BR2_KERNEL_LATEST
bool
- default n
config BR2_DOWNLOAD_LINUX26_VERSION
string
@@ -561,7 +557,6 @@ menu "Destinations for linux kernel binaries"
config BR2_LINUX_COPYTO_ROOTFS
bool "Copy kernel to root file system"
depends on BR2_PACKAGE_LINUX
- default n
help
Copy kernel to <root>/boot directory
diff --git a/target/linux/Config.in.experimental b/target/linux/Config.in.experimental
index a7f758659..c75c69b0f 100644
--- a/target/linux/Config.in.experimental
+++ b/target/linux/Config.in.experimental
@@ -327,7 +327,6 @@ comment "Destinations for linux kernel binaries"
config BR2_LINUX_IN_ROOTFS
bool "Copy kernel to root file system"
depends on BR2_PACKAGE_LINUX
- default n
help
Copy kernel to <root>/boot directory
diff --git a/target/powerpc/yaboot/Config.in b/target/powerpc/yaboot/Config.in
index eb6601ddf..75da815ab 100644
--- a/target/powerpc/yaboot/Config.in
+++ b/target/powerpc/yaboot/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_YABOOT
bool "yaboot"
- default n
depends on BR2_powerpc
help
The yaboot bootloader for new world powerpc systems.
diff --git a/target/romfs/Config.in b/target/romfs/Config.in
index e34242c0a..03a23d413 100644
--- a/target/romfs/Config.in
+++ b/target/romfs/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_ROMFS
bool "romfs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a romfs image of the root filesystem.
diff --git a/target/squashfs/Config.in b/target/squashfs/Config.in
index 7a26a8786..297db951e 100644
--- a/target/squashfs/Config.in
+++ b/target/squashfs/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_SQUASHFS
bool "squashfs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a squashfs root filesystem
diff --git a/target/tar/Config.in b/target/tar/Config.in
index 03f9330cd..020965480 100644
--- a/target/tar/Config.in
+++ b/target/tar/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_TAR
bool "tar the root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a tar archive of the root filesystem
diff --git a/target/u-boot/Config.in b/target/u-boot/Config.in
index a01457a47..815948524 100644
--- a/target/u-boot/Config.in
+++ b/target/u-boot/Config.in
@@ -1,7 +1,6 @@
config BR2_TARGET_UBOOT
bool "Das U-Boot Boot Monitor"
depends on !BR2_TARGET_AT91
- default n
help
Build "Das U-Boot" Boot Monitor
@@ -66,7 +65,6 @@ config BR2_TARGET_UBOOT_ETH1ADDR
config BR2_TARGET_UBOOT_SILENT
bool "silent console"
depends on BR2_TARGET_UBOOT
- default n
help
If the option has been enabled, the output can be
silenced by setting the environment variable "silent".
diff --git a/target/ubifs/Config.in b/target/ubifs/Config.in
index bd8ecc342..956354bbb 100644
--- a/target/ubifs/Config.in
+++ b/target/ubifs/Config.in
@@ -1,6 +1,5 @@
config BR2_TARGET_ROOTFS_UBIFS
bool "ubifs root filesystem"
- default n
select BR2_HOST_FAKEROOT
help
Build a ubifs root filesystem
diff --git a/target/x86/grub/Config.in b/target/x86/grub/Config.in
index aea73e24b..b46af1517 100644
--- a/target/x86/grub/Config.in
+++ b/target/x86/grub/Config.in
@@ -1,13 +1,11 @@
config BR2_TARGET_GRUB
bool "grub"
- default n
depends on BR2_i386 || BR2_x86_64
help
The GRand Unified Bootloader for x86 systems.
config BR2_TARGET_GRUB_SPLASH
bool "Splashimage support"
- default n
depends on BR2_TARGET_GRUB
help
Add support for splashimage.
@@ -17,154 +15,132 @@ config BR2_TARGET_GRUB_SPLASH
config BR2_TARGET_GRUB_DISKLESS
bool "diskless support"
- default n
depends on BR2_TARGET_GRUB
help
enable diskless support
config BR2_TARGET_GRUB_3c595
bool "3Com595 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable 3Com595 driver
config BR2_TARGET_GRUB_3c90x
bool "3Com90x driver"
- default n
depends on BR2_TARGET_GRUB
help
enable 3Com90x driver
config BR2_TARGET_GRUB_davicom
bool "Davicom driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Davicom driver
config BR2_TARGET_GRUB_e1000
bool "Etherexpress Pro/1000 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Etherexpress Pro/1000 driver
config BR2_TARGET_GRUB_eepro100
bool "Etherexpress Pro/100 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Etherexpress Pro/100 driver
config BR2_TARGET_GRUB_epic100
bool "SMC 83c170 EPIC/100 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable SMC 83c170 EPIC/100 driver
config BR2_TARGET_GRUB_forcedeth
bool "Nvidia Geforce driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Nvidia Geforce driver
config BR2_TARGET_GRUB_natsemi
bool "NatSemi DP8381x driver"
- default n
depends on BR2_TARGET_GRUB
help
enable NatSemi DP8381x driver
config BR2_TARGET_GRUB_ns83820
bool "NS83820 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable NS83820 driver
config BR2_TARGET_GRUB_ns8390
bool "NE2000 PCI driver"
- default n
depends on BR2_TARGET_GRUB
help
enable NE2000 PCI driver
config BR2_TARGET_GRUB_pcnet32
bool "AMD Lance/PCI PCNet/32 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable AMD Lance/PCI PCNet/32 driver
config BR2_TARGET_GRUB_pnic
bool "Bochs Pseudo Nic driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Bochs Pseudo Nic driver
config BR2_TARGET_GRUB_rtl8139
bool "Realtek 8139 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Realtek 8139 driver
config BR2_TARGET_GRUB_r8169
bool "Realtek 8169 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Realtek 8169 driver
config BR2_TARGET_GRUB_sis900
bool "SIS 900 and SIS 7016 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable SIS 900 and SIS 7016 driver
config BR2_TARGET_GRUB_tg3
bool "Broadcom Tigon3 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Broadcom Tigon3 driver
config BR2_TARGET_GRUB_tulip
bool "Tulip driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Tulip driver
config BR2_TARGET_GRUB_tlan
bool "TI ThunderLAN driver"
- default n
depends on BR2_TARGET_GRUB
help
enable TI ThunderLAN driver
config BR2_TARGET_GRUB_undi
bool "PXE UNDI driver"
- default n
depends on BR2_TARGET_GRUB
help
enable PXE UNDI driver
config BR2_TARGET_GRUB_via_rhine
bool "Rhine-I/II driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Rhine-I/II driver
config BR2_TARGET_GRUB_w89c840
bool "Winbond W89c840 driver"
- default n
depends on BR2_TARGET_GRUB
help
enable Winbond W89c840 driver
diff --git a/target/x86/grub2/Config.in b/target/x86/grub2/Config.in
index 9c8198578..f9458b185 100644
--- a/target/x86/grub2/Config.in
+++ b/target/x86/grub2/Config.in
@@ -1,12 +1,10 @@
config BR2_TARGET_GRUB2
bool "grub2"
- default n
help
The GRand Unified Bootloader for x86 systems, take #2.
config BR2_TARGET_GRUB2_SPLASH
bool "Splashimage support"
- default n
depends on BR2_TARGET_GRUB2
help
Add support for splashimage.
diff --git a/target/x86/syslinux/Config.in b/target/x86/syslinux/Config.in
index 6e46ecfe3..6a946e46b 100644
--- a/target/x86/syslinux/Config.in
+++ b/target/x86/syslinux/Config.in
@@ -1,13 +1,11 @@
config BR2_TARGET_SYSLINUX
bool "syslinux"
- default n
depends on BR2_i386
help
The syslinux bootloader for x86 systems.
config BR2_TARGET_PXELINUX
bool "pxelinux"
- default n
depends on BR2_i386 || BR2_x86_64
help
The pxelinux loader for x86 systems.