]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - init/Kconfig
USB: ps3: don't call ps3_system_bus_driver_register on other platforms
[linux-2.6-omap-h63xx.git] / init / Kconfig
index ad33c979e0b32d3e2f2c1a21bc641003b02ad1fd..f977086e118a9ee936a4fd77e3cb5490857b7624 100644 (file)
@@ -125,6 +125,12 @@ config IPC_NS
          environments, to use ipc namespaces to provide different ipc
          objects for different servers.  If unsure, say N.
 
+config SYSVIPC_SYSCTL
+       bool
+       depends on SYSVIPC
+       depends on SYSCTL
+       default y
+
 config POSIX_MQUEUE
        bool "POSIX Message Queues"
        depends on NET && EXPERIMENTAL