Skip to content

Commit ea1b7e3

Browse files
author
Fox Snowpatch
committed
1 parent 5165c17 commit ea1b7e3

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

drivers/tty/hvc/Kconfig

+5-3
Original file line numberDiff line numberDiff line change
@@ -108,13 +108,15 @@ config HVC_DCC_SERIALIZE_SMP
108108

109109
config HVC_RISCV_SBI
110110
bool "RISC-V SBI console support"
111-
depends on RISCV_SBI
111+
depends on RISCV_SBI && NONPORTABLE
112112
select HVC_DRIVER
113113
help
114114
This enables support for console output via RISC-V SBI calls, which
115-
is normally used only during boot to output printk.
115+
is normally used only during boot to output printk. This driver
116+
conflicts with real console drivers and should not be enabled on
117+
systems that directly access the console.
116118

117-
If you don't know what do to here, say Y.
119+
If you don't know what do to here, say N.
118120

119121
config HVCS
120122
tristate "IBM Hypervisor Virtual Console Server support"

0 commit comments

Comments
 (0)