]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
staging: android: remove dependency on TINY_SHMEM
authorPaul Bolle <pebolle@tiscali.nl>
Thu, 14 Mar 2013 09:41:39 +0000 (10:41 +0100)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 14 Mar 2013 20:40:58 +0000 (13:40 -0700)
commit2c0fb1c969ddedf15b4d9d0c106f4dca82dffc21
treec86a4337979b51d95f005485e9c96d89e98a67f3
parentd4a67bb2e2ac02fbcd3d1c780bbf7200eeb2a76d
staging: android: remove dependency on TINY_SHMEM

The Kconfig entry for the "Anonymous Shared Memory Subsystem" got added
in v3.3. It has an optional dependency on TINY_SHMEM. But TINY_SHMEM had
already been removed in v2.6.29. So this optional dependency can safely
be removed too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/android/Kconfig