diff options
author | Al Viro <viro@ftp.linux.org.uk> | 2007-07-15 21:00:01 +0100 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-15 16:40:51 -0700 |
commit | 5f17c70fe6d0b8562bf396f7e5638f243ebe4da8 (patch) | |
tree | 59d6fe264f8d41c2fadc5c74e7dcc1d8802b5a6b /drivers | |
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')
-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 ab9c3e5a7c1..3f6e176e6ea 100644 --- a/drivers/power/Kconfig +++ b/drivers/power/Kconfig @@ -16,6 +16,7 @@ config POWER_SUPPLY_DEBUG config PDA_POWER tristate "Generic PDA/phone power driver" + depends on !S390 help Say Y here to enable generic power driver for PDAs and phones with one or two external power supplies (AC/USB) connected to main and |