]> git.karo-electronics.de Git - karo-tx-linux.git/commit
mm: add missing dependency in Kconfig
authorSima Baymani <sima.baymani@gmail.com>
Thu, 19 Dec 2013 01:08:49 +0000 (17:08 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 19 Dec 2013 03:04:52 +0000 (19:04 -0800)
commita844f38671d45ee6d981cfe41c5c4c2334578d73
treed91839f45b2c0d700c40dae7a9139960867f5a4b
parent84ed8a99058e61567f495cc43118344261641c5f
mm: add missing dependency in Kconfig

Eliminate the following (rand)config warning by adding missing PROC_FS
dependency:

  warning: (HWPOISON_INJECT && MEM_SOFT_DIRTY) selects PROC_PAGE_MONITOR which has unmet direct dependencies (PROC_FS && MMU)

Signed-off-by: Sima Baymani <sima.baymani@gmail.com>
Suggested-by: David Rientjes <rientjes@google.com>
Acked-by: David Rientjes <rientjes@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/Kconfig