From 4aeb8c851ac1952908ec1b89e8e6e432d30c2dfd Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 23 Jun 2010 22:57:54 +0200 Subject: target/device: misc cleanup Remove outdated and/or unused variables/files. Signed-off-by: Peter Korsgaard --- .../device/Atmel/arch-arm/Config.in.linux.patches | 38 ---------------------- 1 file changed, 38 deletions(-) delete mode 100644 target/device/Atmel/arch-arm/Config.in.linux.patches (limited to 'target/device/Atmel/arch-arm') diff --git a/target/device/Atmel/arch-arm/Config.in.linux.patches b/target/device/Atmel/arch-arm/Config.in.linux.patches deleted file mode 100644 index 8cd9a856a..000000000 --- a/target/device/Atmel/arch-arm/Config.in.linux.patches +++ /dev/null @@ -1,38 +0,0 @@ -choice - prompt "Add AT91 specific patches" - depends on BR2_KERNEL_ARCH_PATCH_ENABLED - depends on BR2_TARGET_ATMEL && BR2_arm - default BR2_ARCH_AT91_2_6_30 if BR2_LINUX_2_6_30 - default BR2_ARCH_AT91_2_6_28 if BR2_LINUX_2_6_28 - default BR2_ARCH_AT91_2_6_27 if BR2_LINUX_2_6_27 - help - Select a patch to add to the Linux kernel - -config BR2_ARCH_AT91_2_6_30 - bool "2.6.30" - help - Apply the at91 linux-2.6.30 patches - -config BR2_ARCH_AT91_2_6_28 - bool "2.6.28" - help - Apply the at91 linux-2.6.28 patches - -config BR2_ARCH_AT91_2_6_27 - bool "2.6.27" - help - Apply the at91 linux-2.6.27 patches -endchoice - -config BR2_KERNEL_ARCH_PATCH_VERSION - string - depends on BR2_KERNEL_ARCH_PATCH_ENABLED - depends on BR2_TARGET_ATMEL && BR2_arm - default "2.6.30" if BR2_ARCH_AT91_2_6_30 - default "2.6.28" if BR2_ARCH_AT91_2_6_28 - default "2.6.27" if BR2_ARCH_AT91_2_6_27 - -config BR2_KERNEL_ARCH_PATCH_DIR - string - default "target/device/Atmel/arch-arm/kernel-patches-$(BR2_KERNEL_ARCH_PATCH_VERSION)" - -- cgit v1.2.3