aboutsummaryrefslogtreecommitdiff
path: root/miscutils/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r--miscutils/Config.in13
1 files changed, 13 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in
index 77e13e84e..710639aba 100644
--- a/miscutils/Config.in
+++ b/miscutils/Config.in
@@ -83,6 +83,19 @@ config CONFIG_DEVFSD_VERBOSE
83 help 83 help
84 Increases logging to stderr or syslog. 84 Increases logging to stderr or syslog.
85 85
86config CONFIG_EJECT
87 bool "eject"
88 default n
89 help
90 Used to eject cdroms. (defaults to /dev/cdrom)
91
92config CONFIG_FEATURE_EJECT_LONG_OPTIONS
93 bool " Enable support for --trayclose long option (-t)"
94 default n
95 depends on CONFIG_EJECT
96 help
97 Enable use of long options (like --trayclose for -t).
98
86config CONFIG_LAST 99config CONFIG_LAST
87 bool "last" 100 bool "last"
88 default n 101 default n