diff options
| author | Ethan Nelson-Moore <enelsonmoore@gmail.com> | 2026-05-04 17:09:12 -0700 |
|---|---|---|
| committer | Andreas Larsson <andreas@gaisler.com> | 2026-06-12 13:50:57 +0200 |
| commit | 3774fd535fc2e54cdc4e915050f787a8b0bc6f8c (patch) | |
| tree | b1019cf4096d4b3857886d2c784611f9754b56d9 | |
| parent | 2cdd477261a989278fea3e1127cea472b6eca52a (diff) | |
sparc: remove unused SERIAL_CONSOLE config option
There are no references to this option in SPARC or
architecture-independent code. Remove it to simplify the configuration
process.
Signed-off-by: Ethan Nelson-Moore <enelsonmoore@gmail.com>
Reviewed-by: Andreas Larsson <andreas@gaisler.com>
Signed-off-by: Andreas Larsson <andreas@gaisler.com>
| -rw-r--r-- | arch/sparc/Kconfig | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/arch/sparc/Kconfig b/arch/sparc/Kconfig index a6b787efc2c4..fb53b21a8696 100644 --- a/arch/sparc/Kconfig +++ b/arch/sparc/Kconfig @@ -327,30 +327,6 @@ config SPARC_LED by reading /proc/led and its blinking mode can be changed via writes to /proc/led -config SERIAL_CONSOLE - bool - depends on SPARC32 - default y - help - If you say Y here, it will be possible to use a serial port as the - system console (the system console is the device which receives all - kernel messages and warnings and which allows logins in single user - mode). This could be useful if some terminal or printer is connected - to that serial port. - - Even if you say Y here, the currently visible virtual console - (/dev/tty0) will still be used as the system console by default, but - you can alter that using a kernel command line option such as - "console=ttyS1". (Try "man bootparam" or see the documentation of - your boot loader (silo) about how to pass options to the kernel at - boot time.) - - If you don't have a graphics card installed and you say Y here, the - kernel will automatically use the first serial line, /dev/ttyS0, as - system console. - - If unsure, say N. - config SPARC_LEON bool "Sparc Leon processor family" depends on SPARC32 |
