diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-06 04:08:40 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 09:55:18 -0500 |
commit | c423c8ffa7b2681e19b77801390ed2a7708aae98 (patch) | |
tree | 6e6b0e669cfadd91f9e6ba076b96f913a63f950e /drivers/uio/Kconfig | |
parent | be4904e5039a769f84f933bacce85c5e8ddd90a7 (diff) |
uio: remove !S390 dependency from Kconfig
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/uio/Kconfig')
-rw-r--r-- | drivers/uio/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/uio/Kconfig b/drivers/uio/Kconfig index f56d185790ea..e92eeaf251fe 100644 --- a/drivers/uio/Kconfig +++ b/drivers/uio/Kconfig | |||
@@ -1,6 +1,5 @@ | |||
1 | menuconfig UIO | 1 | menuconfig UIO |
2 | tristate "Userspace I/O drivers" | 2 | tristate "Userspace I/O drivers" |
3 | depends on !S390 | ||
4 | help | 3 | help |
5 | Enable this to allow the userspace driver core code to be | 4 | Enable this to allow the userspace driver core code to be |
6 | built. This code allows userspace programs easy access to | 5 | built. This code allows userspace programs easy access to |