buildrootschalter/target/device/Config.in.linux.patches
Peter Korsgaard 4683420c4c Kconfig: remove 'default n'
'default n' is the default, so there's no need to say it explicitly.
2008-07-17 20:01:44 +00:00

14 lines
300 B
Plaintext

menuconfig BR2_KERNEL_ARCH_PATCH_ENABLED
bool "Add ARCH specific patch"
depends on BR2_PACKAGE_LINUX
depends on !BR2_KERNEL_PREPATCHED
default y if BR2_avr32
default y if BR2_TARGET_ATMEL && BR2_arm
if BR2_KERNEL_ARCH_PATCH_ENABLED
source "target/device/Atmel/Config.in.linux.patches"
endif