Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e25df120 authored by Martin Schwidefsky's avatar Martin Schwidefsky
Browse files

[S390] Kconfig: menus with depends on HAS_IOMEM.



Add "depends on HAS_IOMEM" to a number of menus to make them
disappear for s390 which does not have I/O memory.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent eeca7a36
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#

menu "Serial ATA (prod) and Parallel ATA (experimental) drivers"
	depends on HAS_IOMEM

config ATA
	tristate "ATA device support"
+2 −0
Original line number Diff line number Diff line
@@ -3,6 +3,8 @@
#

menu "IPMI"
	depends on HAS_IOMEM

config IPMI_HANDLER
       tristate 'IPMI top-level message handler'
       help
+1 −0
Original line number Diff line number Diff line
@@ -3,6 +3,7 @@
#

menu "TPM devices"
	depends on HAS_IOMEM

config TCG_TPM
	tristate "TPM Hardware Support"
+1 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
#

menu 'EDAC - error detection and reporting (RAS) (EXPERIMENTAL)'
	depends on HAS_IOMEM

config EDAC
	tristate "EDAC core system error reporting (EXPERIMENTAL)"
+1 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@

menuconfig HWMON
	tristate "Hardware Monitoring support"
	depends on HAS_IOMEM
	default y
	help
	  Hardware monitoring devices let you monitor the hardware health
Loading