Skip to content

Commit

Permalink
[S390] sclp: kill unused SCLP config option.
Browse files Browse the repository at this point in the history
sclp is always compiled in.

Signed-off-by: Heiko Carstens <heiko.carstens@de.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
  • Loading branch information
Heiko Carstens authored and Martin Schwidefsky committed Jul 27, 2007
1 parent 36914e5 commit 3b74a87
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions drivers/s390/char/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,9 @@ config CCW_CONSOLE
depends on TN3215_CONSOLE || TN3270_CONSOLE
default y

config SCLP
bool "Support for SCLP"
depends on S390
help
Include support for the SCLP interface to the service element.

config SCLP_TTY
bool "Support for SCLP line mode terminal"
depends on SCLP
depends on S390
help
Include support for IBM SCLP line-mode terminals.

Expand All @@ -65,7 +59,7 @@ config SCLP_CONSOLE

config SCLP_VT220_TTY
bool "Support for SCLP VT220-compatible terminal"
depends on SCLP
depends on S390
help
Include support for an IBM SCLP VT220-compatible terminal.

Expand All @@ -78,7 +72,7 @@ config SCLP_VT220_CONSOLE

config SCLP_CPI
tristate "Control-Program Identification"
depends on SCLP
depends on S390
help
This option enables the hardware console interface for system
identification. This is commonly used for workload management and
Expand Down

0 comments on commit 3b74a87

Please sign in to comment.