summary refs log tree commit diff
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@kernel.org>2008-04-17 01:14:32 +0200
committerBartlomiej Zolnierkiewicz <bzolnier@gmail.com>2008-04-17 01:14:32 +0200
commit71fc4c0c441eab97630bf2b310e81ebff5e831d7 (patch)
tree4ad8ccef17be11eadf352c941f5286b7737dd287
parentb87e81e5c6e64ae0eae3b4f61bf07bfeec856184 (diff)
downloadlinux-71fc4c0c441eab97630bf2b310e81ebff5e831d7.tar.gz
avr32 mustn't select HAVE_IDE
There's a libata based PATA driver for avr32, but no support for 
drivers/ide/ on avr32.

This patch fixes the following compile error:

<--  snip  -->

...
  CC [M]  drivers/ide/ide-cd.o
In file included from /home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/ide/ide-cd.c:37:
/home/bunk/linux/kernel-2.6/git/linux-2.6/include/linux/ide.h:209:21: error: asm/ide.h: No such file or directory
make[3]: *** [drivers/ide/ide-cd.o] Error 1

<--  snip  -->

Signed-off-by: Adrian Bunk <bunk@kernel.org>
Cc: Haavard Skinnemoen <hskinnemoen@atmel.com>
Acked-by: Sam Ravnborg <sam@ravnborg.org>
Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
-rw-r--r--arch/avr32/Kconfig1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index c75d7089f982..28e0caf4156c 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -10,7 +10,6 @@ config AVR32
 	# With EMBEDDED=n, we get lots of stuff automatically selected
 	# that we usually don't need on AVR32.
 	select EMBEDDED
-	select HAVE_IDE
 	select HAVE_OPROFILE
 	select HAVE_KPROBES
 	help