dc: conditionalize parts which require libm

This commit is contained in:
Denis Vlasenko
2008-10-20 08:43:10 +00:00
parent b730474bda
commit 078323010b
5 changed files with 17 additions and 1 deletions

View File

@ -138,6 +138,14 @@ config DC
Dc is a reverse-polish desk calculator which supports unlimited
precision arithmetic.
config FEATURE_DC_LIBM
bool "Enable power and exp functions (requires libm)"
default n
depends on DC
help
Enable power and exp functions.
NOTE: This will require libm to be present for linking.
config DEVFSD
bool "devfsd (obsolete)"
default n