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

[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: Martin Schwidefsky <schwidefsky@de.ibm.com>

+4 -3
+4 -3
drivers/char/Kconfig
··· 6 6 7 7 config VT 8 8 bool "Virtual terminal" if EMBEDDED 9 + depends on !S390 9 10 select INPUT 10 11 default y if !VIOCONS 11 12 ---help--- ··· 767 766 768 767 config RTC 769 768 tristate "Enhanced Real Time Clock Support" 770 - depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH 769 + depends on !PPC && !PARISC && !IA64 && !M68K && (!SPARC || PCI) && !FRV && !ARM && !SUPERH && !S390 771 770 ---help--- 772 771 If you say Y here and create a character special file /dev/rtc with 773 772 major number 10 and minor number 135 using mknod ("man mknod"), you ··· 815 814 816 815 config GEN_RTC 817 816 tristate "Generic /dev/rtc emulation" 818 - depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV 817 + depends on RTC!=y && !IA64 && !ARM && !M32R && !SPARC && !FRV && !S390 819 818 ---help--- 820 819 If you say Y here and create a character special file /dev/rtc with 821 820 major number 10 and minor number 135 using mknod ("man mknod"), you ··· 1046 1045 1047 1046 config HANGCHECK_TIMER 1048 1047 tristate "Hangcheck timer" 1049 - depends on X86 || IA64 || PPC64 1048 + depends on X86 || IA64 || PPC64 || S390 1050 1049 help 1051 1050 The hangcheck-timer module detects when the system has gone 1052 1051 out to lunch past a certain margin. It can reboot the system