diff options
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:45:57 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-05-10 09:46:07 -0400 |
commit | e25df1205f37c7bff3ab14fdfc8a5249f3c69c82 (patch) | |
tree | e53c1f17d79a62bb845438d6af6a7693ef5440f3 /drivers/telephony | |
parent | eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d (diff) |
[S390] Kconfig: menus with depends on HAS_IOMEM.
Add "depends on HAS_IOMEM" to a number of menus to make them
disappear for s390 which does not have I/O memory.
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/telephony')
-rw-r--r-- | drivers/telephony/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/telephony/Kconfig b/drivers/telephony/Kconfig index 7625b1816baf..dd1d6a53f3c0 100644 --- a/drivers/telephony/Kconfig +++ b/drivers/telephony/Kconfig | |||
@@ -3,6 +3,7 @@ | |||
3 | # | 3 | # |
4 | 4 | ||
5 | menu "Telephony Support" | 5 | menu "Telephony Support" |
6 | depends on HAS_IOMEM | ||
6 | 7 | ||
7 | config PHONE | 8 | config PHONE |
8 | tristate "Linux telephony support" | 9 | tristate "Linux telephony support" |