diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-15 16:00:01 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 19:40:51 -0400 |
commit | 5f17c70fe6d0b8562bf396f7e5638f243ebe4da8 (patch) | |
tree | 59d6fe264f8d41c2fadc5c74e7dcc1d8802b5a6b /drivers/power | |
parent | 51ec138c6416e9ed2ba0eae3af5f0ea8a90ae44b (diff) |
PDA_POWER depends on having request_irq()
... so all proud owners of s390-based PDAs will have to live without that one
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/power')
-rw-r--r-- | drivers/power/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/power/Kconfig b/drivers/power/Kconfig index ab9c3e5a7c1d..3f6e176e6ea1 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig | |||
@@ -16,6 +16,7 @@ config POWER_SUPPLY_DEBUG | |||
16 | 16 | ||
17 | config PDA_POWER | 17 | config PDA_POWER |
18 | tristate "Generic PDA/phone power driver" | 18 | tristate "Generic PDA/phone power driver" |
19 | depends on !S390 | ||
19 | help | 20 | help |
20 | Say Y here to enable generic power driver for PDAs and phones with | 21 | Say Y here to enable generic power driver for PDAs and phones with |
21 | one or two external power supplies (AC/USB) connected to main and | 22 | one or two external power supplies (AC/USB) connected to main and |