diff options
author | Sebastian Ott <sebott@linux.vnet.ibm.com> | 2012-08-28 10:46:26 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2012-09-26 09:44:59 -0400 |
commit | 1d1c8f78bed5f8e769757525bd9c2dec69f11a44 (patch) | |
tree | 75f1ef4eb3836975e46a86fad456e8bafa1a5ffe /arch/s390/Kconfig | |
parent | 184b08afb5eab8a43d75f4aa0a0f912653f797d7 (diff) |
s390: add scm bus driver
Bus driver to manage Storage Class Memory.
Signed-off-by: Sebastian Ott <sebott@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'arch/s390/Kconfig')
-rw-r--r-- | arch/s390/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/s390/Kconfig b/arch/s390/Kconfig index 443fac9f1649..3781db22f427 100644 --- a/arch/s390/Kconfig +++ b/arch/s390/Kconfig | |||
@@ -433,6 +433,13 @@ config CHSC_SCH | |||
433 | 433 | ||
434 | If unsure, say N. | 434 | If unsure, say N. |
435 | 435 | ||
436 | config SCM_BUS | ||
437 | def_bool y | ||
438 | depends on 64BIT | ||
439 | prompt "SCM bus driver" | ||
440 | help | ||
441 | Bus driver for Storage Class Memory. | ||
442 | |||
436 | endmenu | 443 | endmenu |
437 | 444 | ||
438 | menu "Dump support" | 445 | menu "Dump support" |