summaryrefslogtreecommitdiffstats
path: root/arch/um/drivers/Kconfig
diff options
context:
space:
mode:
authorJohannes Berg <johannes.berg@intel.com>2022-03-24 13:13:43 +0100
committerRichard Weinberger <richard@nod.at>2022-05-27 08:50:07 +0200
commit16aa835a25243114331fe816b3508120c5a88042 (patch)
tree620eb222c5eb8e48e2dd3d0bc91f2e57f0c4fe97 /arch/um/drivers/Kconfig
parent42226c989789d8da4af1de0c31070c96726d990c (diff)
downloadlinux-stable-16aa835a25243114331fe816b3508120c5a88042.tar.gz
linux-stable-16aa835a25243114331fe816b3508120c5a88042.tar.bz2
linux-stable-16aa835a25243114331fe816b3508120c5a88042.zip
um: xterm: Make default terminal emulator configurable
Make the default terminal emulator configurable so e.g. Debian can set it to x-terminal-emulator instead of the current default of xterm. Signed-off-by: Johannes Berg <johannes.berg@intel.com> Acked-By: Anton Ivanov <anton.ivanov@cambridgegreys.com> Tested-by: Ritesh Raj Sarraf <ritesh@collabora.com> Signed-off-by: Richard Weinberger <richard@nod.at>
Diffstat (limited to 'arch/um/drivers/Kconfig')
-rw-r--r--arch/um/drivers/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/arch/um/drivers/Kconfig b/arch/um/drivers/Kconfig
index f145842c40b9..521ae0d46076 100644
--- a/arch/um/drivers/Kconfig
+++ b/arch/um/drivers/Kconfig
@@ -64,6 +64,13 @@ config XTERM_CHAN
its own xterm.
It is safe to say 'Y' here.
+config XTERM_CHAN_DEFAULT_EMULATOR
+ string "xterm channel default terminal emulator"
+ depends on XTERM_CHAN
+ default "xterm"
+ help
+ This option allows changing the default terminal emulator.
+
config NOCONFIG_CHAN
bool
default !(XTERM_CHAN && TTY_CHAN && PTY_CHAN && PORT_CHAN && NULL_CHAN)