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

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

[S390] Kconfig: common config options for s390.



Disable some configuration options in the common Kconfig files that
are of no interest to a s390 machine. Enable hangcheck timer.

Signed-off-by: default avatarMartin Schwidefsky <schwidefsky@de.ibm.com>
parent 9556fb73
Loading
Loading
Loading
Loading
+4 −3
Original line number Original line Diff line number Diff line
@@ -6,6 +6,7 @@ menu "Character devices"


config VT
config VT
	bool "Virtual terminal" if EMBEDDED
	bool "Virtual terminal" if EMBEDDED
	depends on !S390
	select INPUT
	select INPUT
	default y if !VIOCONS
	default y if !VIOCONS
	---help---
	---help---
@@ -766,7 +767,7 @@ config NVRAM


config RTC
config RTC
	tristate "Enhanced Real Time Clock Support"
	tristate "Enhanced Real Time Clock Support"
	depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH
	depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH && !S390
	---help---
	---help---
	  If you say Y here and create a character special file /dev/rtc with
	  If you say Y here and create a character special file /dev/rtc with
	  major number 10 and minor number 135 using mknod ("man mknod"), you
	  major number 10 and minor number 135 using mknod ("man mknod"), you
@@ -814,7 +815,7 @@ config SGI_IP27_RTC


config GEN_RTC
config GEN_RTC
	tristate "Generic /dev/rtc emulation"
	tristate "Generic /dev/rtc emulation"
	depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV
	depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390
	---help---
	---help---
	  If you say Y here and create a character special file /dev/rtc with
	  If you say Y here and create a character special file /dev/rtc with
	  major number 10 and minor number 135 using mknod ("man mknod"), you
	  major number 10 and minor number 135 using mknod ("man mknod"), you
@@ -1045,7 +1046,7 @@ config HPET_MMAP


config HANGCHECK_TIMER
config HANGCHECK_TIMER
	tristate "Hangcheck timer"
	tristate "Hangcheck timer"
	depends on X86 || IA64 || PPC64
	depends on X86 || IA64 || PPC64 || S390
	help
	help
	  The hangcheck-timer module detects when the system has gone
	  The hangcheck-timer module detects when the system has gone
	  out to lunch past a certain margin.  It can reboot the system
	  out to lunch past a certain margin.  It can reboot the system