Remove target specific things from Linux config
authorUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 19 Aug 2007 22:30:47 +0000 (22:30 -0000)
committerUlf Samuelsson <ulf.samuelsson@atmel.com>
Sun, 19 Aug 2007 22:30:47 +0000 (22:30 -0000)
target/linux/Config.in

index 441e47e311095f0fe7a327cc23cb1eefc728983d..2b3d58c0084926388e78025453b248080883bc49 100644 (file)
@@ -191,14 +191,7 @@ menu       "Patches"
        depends on BR2_PACKAGE_LINUX
 
 config BR2_LINUX_BSP_PATCH
-       string  "Additional Atmel patch to apply"
-       default "linux-2.6.20.4-atmel.patch.bz2"        if      BR2_TARGET_AVR32 
-       default "linux-2.6.20.4-atmel.patch.bz2"        if      BR2_TARGET_AT91
-       
-
-config BR2_LINUX_BSP_PATCH
-       string  "Additional patch to apply"
-       depends on ! (BR2_TARGET_AVR32 || BR2_TARGET_AT91)
+       string  "Additional patch to apply (supply full path)"
        default ""
 
 endmenu