diff options
author | Heiko Carstens <heiko.carstens@de.ibm.com> | 2007-07-27 06:29:12 -0400 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2007-07-27 06:29:18 -0400 |
commit | 3b74a87422cc8d1062529b58bc3891383d138e5e (patch) | |
tree | 90a1895bab7c702311b16d4a1455049e5468fb9d /drivers/s390 | |
parent | 36914e5d69c8f8851f6b99b2ec6d98b947d4ff32 (diff) |
[S390] sclp: kill unused SCLP config option.
sclp is always compiled in.
Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
Diffstat (limited to 'drivers/s390')
-rw-r--r-- | drivers/s390/char/Kconfig | 12 |
1 files changed, 3 insertions, 9 deletions
diff --git a/drivers/s390/char/Kconfig b/drivers/s390/char/Kconfig index 3f36cb3910ee..643033890e34 100644 --- a/drivers/s390/char/Kconfig +++ b/drivers/s390/char/Kconfig | |||
@@ -44,15 +44,9 @@ config CCW_CONSOLE | |||
44 | depends on TN3215_CONSOLE || TN3270_CONSOLE | 44 | depends on TN3215_CONSOLE || TN3270_CONSOLE |
45 | default y | 45 | default y |
46 | 46 | ||
47 | config SCLP | ||
48 | bool "Support for SCLP" | ||
49 | depends on S390 | ||
50 | help | ||
51 | Include support for the SCLP interface to the service element. | ||
52 | |||
53 | config SCLP_TTY | 47 | config SCLP_TTY |
54 | bool "Support for SCLP line mode terminal" | 48 | bool "Support for SCLP line mode terminal" |
55 | depends on SCLP | 49 | depends on S390 |
56 | help | 50 | help |
57 | Include support for IBM SCLP line-mode terminals. | 51 | Include support for IBM SCLP line-mode terminals. |
58 | 52 | ||
@@ -65,7 +59,7 @@ config SCLP_CONSOLE | |||
65 | 59 | ||
66 | config SCLP_VT220_TTY | 60 | config SCLP_VT220_TTY |
67 | bool "Support for SCLP VT220-compatible terminal" | 61 | bool "Support for SCLP VT220-compatible terminal" |
68 | depends on SCLP | 62 | depends on S390 |
69 | help | 63 | help |
70 | Include support for an IBM SCLP VT220-compatible terminal. | 64 | Include support for an IBM SCLP VT220-compatible terminal. |
71 | 65 | ||
@@ -78,7 +72,7 @@ config SCLP_VT220_CONSOLE | |||
78 | 72 | ||
79 | config SCLP_CPI | 73 | config SCLP_CPI |
80 | tristate "Control-Program Identification" | 74 | tristate "Control-Program Identification" |
81 | depends on SCLP | 75 | depends on S390 |
82 | help | 76 | help |
83 | This option enables the hardware console interface for system | 77 | This option enables the hardware console interface for system |
84 | identification. This is commonly used for workload management and | 78 | identification. This is commonly used for workload management and |