diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 13 |
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 | ||
86 | config CONFIG_EJECT | ||
87 | bool "eject" | ||
88 | default n | ||
89 | help | ||
90 | Used to eject cdroms. (defaults to /dev/cdrom) | ||
91 | |||
92 | config 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 | |||
86 | config CONFIG_LAST | 99 | config CONFIG_LAST |
87 | bool "last" | 100 | bool "last" |
88 | default n | 101 | default n |