blob: 034479efb3c623550f51bca39c5316d61c540485 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
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
|