infra: Kconfig must depend on PROC_SYSCTL

This commit is contained in:
Thomas Schoebel-Theuer 2013-04-03 10:04:06 +02:00
parent 6519dced2d
commit 8ced75120b
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
config MARS
tristate "storage system MARS (EXPERIMENTAL)"
depends on BLOCK && HIGH_RES_TIMERS
depends on BLOCK && PROC_SYSCTL && HIGH_RES_TIMERS
default n
---help---
Experimental storage System. Only compile as a module!