UIO: arch/arm/Kconfig: Make UIO available on ARM architecture
authorHans-Jürgen Koch <hjk@linutronix.de>
Tue, 19 Feb 2008 20:07:19 +0000 (21:07 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Sun, 20 Apr 2008 02:10:18 +0000 (19:10 -0700)
Source drivers/uio/Kconfig to make UIO available in menuconfig if ARCH=arm.

Signed-off-by: Hans J Koch <hjk@linutronix.de>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
arch/arm/Kconfig

index 4039a13..1165a8f 100644 (file)
@@ -1174,6 +1174,8 @@ source "drivers/dma/Kconfig"
 
 source "drivers/dca/Kconfig"
 
+source "drivers/uio/Kconfig"
+
 endmenu
 
 source "fs/Kconfig"