aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/Kconfig
diff options
context:
space:
mode:
authorMartin Schwidefsky <schwidefsky@de.ibm.com>2007-05-10 15:45:57 +0200
committerMartin Schwidefsky <schwidefsky@de.ibm.com>2007-05-10 15:46:07 +0200
commite25df1205f37c7bff3ab14fdfc8a5249f3c69c82 (patch)
treee53c1f17d79a62bb845438d6af6a7693ef5440f3 /drivers/i2c/Kconfig
parent[S390] Kconfig: refine depends statements. (diff)
downloadlinux-dev-e25df1205f37c7bff3ab14fdfc8a5249f3c69c82.tar.xz
linux-dev-e25df1205f37c7bff3ab14fdfc8a5249f3c69c82.zip
[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/i2c/Kconfig')
-rw-r--r--drivers/i2c/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/i2c/Kconfig b/drivers/i2c/Kconfig
index 434a61b415a3..96867347bcbf 100644
--- a/drivers/i2c/Kconfig
+++ b/drivers/i2c/Kconfig
@@ -4,6 +4,7 @@
menuconfig I2C
tristate "I2C support"
+ depends on HAS_IOMEM
---help---
I2C (pronounce: I-square-C) is a slow serial bus protocol used in
many micro controller applications and developed by Philips. SMBus,