Config.in.linux.patches 300 B

12345678910111213
  1. menuconfig BR2_KERNEL_ARCH_PATCH_ENABLED
  2. bool "Add ARCH specific patch"
  3. depends on BR2_PACKAGE_LINUX
  4. depends on !BR2_KERNEL_PREPATCHED
  5. default y if BR2_avr32
  6. default y if BR2_TARGET_ATMEL && BR2_arm
  7. if BR2_KERNEL_ARCH_PATCH_ENABLED
  8. source "target/device/Atmel/Config.in.linux.patches"
  9. endif