diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2013-02-06 10:08:40 +0100 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2013-02-14 15:55:18 +0100 |
commit | c423c8ffa7b2681e19b77801390ed2a7708aae98 (patch) | |
tree | 6e6b0e669cfadd91f9e6ba076b96f913a63f950e /drivers/uio | |
parent | be4904e5039a769f84f933bacce85c5e8ddd90a7 (diff) | |
download | linux-c423c8ffa7b2681e19b77801390ed2a7708aae98.tar.bz2 |
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')
-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 @@ menuconfig UIO tristate "Userspace I/O drivers" - depends on !S390 help Enable this to allow the userspace driver core code to be built. This code allows userspace programs easy access to |