diff options
author | Adrian Bunk <bunk@kernel.org> | 2008-07-25 19:38:00 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2008-07-25 20:39:36 -0400 |
commit | 8d25b36b77fe32c296ece83e94ca6ae4d17f3e25 (patch) | |
tree | 570d647cdbe645a4e2dece4c85019fb5effe2b9e /drivers/mfd | |
parent | e89f38218ff6de09983bd8769ec0cdf6e70d9e8e (diff) |
MFD_TC6393XB is ARM-only
Compile error on other architectures:
CC drivers/mfd/tc6393xb.o
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/mfd/tc6393xb.c: In function ‘tc6393xb_attach_irq’:
/home/bunk/linux/kernel-2.6/git/linux-2.6/drivers/mfd/tc6393xb.c:324: error: implicit declaration of function ‘set_irq_flags’
...
Reported-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Adrian Bunk <bunk@kernel.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/mfd')
-rw-r--r-- | drivers/mfd/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/mfd/Kconfig b/drivers/mfd/Kconfig index 1f57a99fd968..883e7ea31de2 100644 --- a/drivers/mfd/Kconfig +++ b/drivers/mfd/Kconfig | |||
@@ -52,7 +52,7 @@ config HTC_PASIC3 | |||
52 | 52 | ||
53 | config MFD_TC6393XB | 53 | config MFD_TC6393XB |
54 | bool "Support Toshiba TC6393XB" | 54 | bool "Support Toshiba TC6393XB" |
55 | depends on GPIOLIB | 55 | depends on GPIOLIB && ARM |
56 | select MFD_CORE | 56 | select MFD_CORE |
57 | help | 57 | help |
58 | Support for Toshiba Mobile IO Controller TC6393XB | 58 | Support for Toshiba Mobile IO Controller TC6393XB |