Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

s390/hmcdrv: Restrict s390 HMC driver to S390 arch

This driver is only usable on 64-bit s390 machines. Mark the Kconfig
dependencies to that users on other architectures are not prompted for it.

Fixes: 8f933b1043e1e5 ("s390/hmcdrv: HMC drive CD/DVD access")
Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>

authored by

Josh Boyer and committed by
Martin Schwidefsky
c9eeb7b8 0429fbc0

+1 -1
+1 -1
drivers/s390/char/Kconfig
··· 105 105 config HMC_DRV 106 106 def_tristate m 107 107 prompt "Support for file transfers from HMC drive CD/DVD-ROM" 108 - depends on 64BIT 108 + depends on S390 && 64BIT 109 109 select CRC16 110 110 help 111 111 This option enables support for file transfers from a Hardware