diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2010-06-04 17:14:48 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2010-06-04 18:21:44 -0400 |
commit | b7e5d1f04104d98895945ecb463d750320dcd6cf (patch) | |
tree | 6d85743bed9c9644d05b622795788cc9730340e5 /drivers/char/Kconfig | |
parent | 7cbe17701a0379c7b05a79a6df4f24e41d2afde8 (diff) |
ramoops: add HAS_IOMEM dependency
The driver fails to compile on s390:
drivers/char/ramoops.c: In function 'ramoops_init':
drivers/char/ramoops.c:122: error: implicit declaration of function 'ioremap'
Since we won't make use of the driver anyway on s390 just let it depend on
HAS_IOMEM.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Cc: Marco Stornelli <marco.stornelli@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'drivers/char/Kconfig')
-rw-r--r-- | drivers/char/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/Kconfig b/drivers/char/Kconfig index f09fc0e2062d..7cfcc629a7fd 100644 --- a/drivers/char/Kconfig +++ b/drivers/char/Kconfig | |||
@@ -1123,6 +1123,7 @@ source "drivers/s390/char/Kconfig" | |||
1123 | 1123 | ||
1124 | config RAMOOPS | 1124 | config RAMOOPS |
1125 | tristate "Log panic/oops to a RAM buffer" | 1125 | tristate "Log panic/oops to a RAM buffer" |
1126 | depends on HAS_IOMEM | ||
1126 | default n | 1127 | default n |
1127 | help | 1128 | help |
1128 | This enables panic and oops messages to be logged to a circular | 1129 | This enables panic and oops messages to be logged to a circular |