summaryrefslogtreecommitdiffstats
path: root/system/Config.in
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2013-01-04 21:39:05 +0100
committerPeter Korsgaard <jacmet@sunsite.dk>2013-01-04 21:39:05 +0100
commit2bb2e62a4b90e13d0ae21472491bdea72cd982d6 (patch)
tree33b4bd2e5da3491aa7e9a80a81767697609a8e98 /system/Config.in
parentd3d9d0a0f1ccfbd551802dbd40c9a201b4bab27f (diff)
downloadbuildroot-novena-2bb2e62a4b90e13d0ae21472491bdea72cd982d6.tar.gz
buildroot-novena-2bb2e62a4b90e13d0ae21472491bdea72cd982d6.zip
system: TARGET_GENERIC_GETTY: allow it to be disabled
For some systems, you don't want to run any getty, so allow the option to be disabled when the empty string is used. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'system/Config.in')
-rw-r--r--system/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/system/Config.in b/system/Config.in
index f1c260a95..5b66ac0fb 100644
--- a/system/Config.in
+++ b/system/Config.in
@@ -145,6 +145,7 @@ config BR2_TARGET_GENERIC_GETTY_PORT
default "ttyS0"
help
Specify a port to run a getty (login prompt) on.
+ Set to the empty string to not run a getty.
choice
prompt "Baudrate to use"