commit | e25df1205f37c7bff3ab14fdfc8a5249f3c69c82 | [log] [tgz] |
---|---|---|
author | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu May 10 15:45:57 2007 +0200 |
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | Thu May 10 15:46:07 2007 +0200 |
tree | e53c1f17d79a62bb845438d6af6a7693ef5440f3 | |
parent | eeca7a36a86db8bfc1945dd7f6f0c22a6b66b31d [diff] [blame] |
[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>
diff --git a/sound/Kconfig b/sound/Kconfig index 97532bb..9ea4738 100644 --- a/sound/Kconfig +++ b/sound/Kconfig
@@ -2,6 +2,7 @@ # menu "Sound" + depends on HAS_IOMEM config SOUND tristate "Sound card support"