From 4683420c4c3f6cfb7a5d99d9965664e27b7ae7ee Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Thu, 17 Jul 2008 20:01:44 +0000 Subject: Kconfig: remove 'default n' 'default n' is the default, so there's no need to say it explicitly. --- target/device/AMD/Config.in | 2 -- target/device/ARMLTD/Config.in | 1 - target/device/Atmel/AT91_Config.in | 4 ---- target/device/Atmel/AVR32_Config.in | 1 - target/device/Atmel/Config.in | 1 - target/device/Atmel/arch-avr32/Config.in.linux.patches | 3 --- target/device/Atmel/u-boot/Config.in | 1 - target/device/Config.in.linux.patches | 1 - target/device/Config.in.toolchain | 2 -- target/device/Hitachi/Config.in | 2 -- target/device/KwikByte/Config.in | 1 - target/device/Sharp/Config.in | 2 -- target/device/Soekris/Config.in | 3 --- target/device/Via/Config.in | 1 - target/device/jp/Config.in | 1 - target/device/valka/Config.in | 1 - 16 files changed, 27 deletions(-) (limited to 'target/device') 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 -- cgit v1.2.3