diff options
Diffstat (limited to 'miscutils/Config.in')
-rw-r--r-- | miscutils/Config.in | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/miscutils/Config.in b/miscutils/Config.in index 0c80ae6e9..15f677a73 100644 --- a/miscutils/Config.in +++ b/miscutils/Config.in | |||
@@ -138,6 +138,14 @@ config DC | |||
138 | Dc is a reverse-polish desk calculator which supports unlimited | 138 | Dc is a reverse-polish desk calculator which supports unlimited |
139 | precision arithmetic. | 139 | precision arithmetic. |
140 | 140 | ||
141 | config FEATURE_DC_LIBM | ||
142 | bool "Enable power and exp functions (requires libm)" | ||
143 | default n | ||
144 | depends on DC | ||
145 | help | ||
146 | Enable power and exp functions. | ||
147 | NOTE: This will require libm to be present for linking. | ||
148 | |||
141 | config DEVFSD | 149 | config DEVFSD |
142 | bool "devfsd (obsolete)" | 150 | bool "devfsd (obsolete)" |
143 | default n | 151 | default n |