powerpc/scom: CONFIG_SCOM_DEBUGFS should depend on CONFIG_DEBUG_FS

Signed-off-by: Benjamin Herrenschmidt <benh@kernel.crashing.org>
This commit is contained in:
Benjamin Herrenschmidt 2013-08-29 16:58:12 +10:00
parent 8adae0c8d8
commit 4777f79689
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ config PPC_SCOM
config SCOM_DEBUGFS
bool "Expose SCOM controllers via debugfs"
depends on PPC_SCOM
depends on PPC_SCOM && DEBUG_FS
default n
config GE_FPGA