From 2bb2e62a4b90e13d0ae21472491bdea72cd982d6 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Fri, 4 Jan 2013 21:39:05 +0100 Subject: 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 --- system/Config.in | 1 + 1 file changed, 1 insertion(+) (limited to 'system/Config.in') 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" -- cgit v1.2.3