diff options
Diffstat (limited to 'libbb/Config.in')
-rw-r--r-- | libbb/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libbb/Config.in b/libbb/Config.in index f82a2b1ce..5055015cf 100644 --- a/libbb/Config.in +++ b/libbb/Config.in | |||
@@ -120,4 +120,11 @@ config MONOTONIC_SYSCALL | |||
120 | will be used instead (which gives wrong results if date/time | 120 | will be used instead (which gives wrong results if date/time |
121 | is reset). | 121 | is reset). |
122 | 122 | ||
123 | config IOCTL_HEX2STR_ERROR | ||
124 | bool "Use ioctl names rather than hex values in error messages" | ||
125 | default y | ||
126 | help | ||
127 | Use ioctl names rather than hex values in error messages | ||
128 | (e.g. VT_DISALLOCATE rather than 0x5608). If disabled this | ||
129 | saves about 1400 bytes. | ||
123 | endmenu | 130 | endmenu |