|
Revision 1253, 0.6 kB
(checked in by dnehring, 2 years ago)
|
Remove CONFIG_DEVEL from various Config.in, whitespace cleanup
|
| Line | |
|---|
| 1 |
config FWRT_COMPILE_BC |
|---|
| 2 |
tristate |
|---|
| 3 |
depends FWRT_PACKAGE_BC || FWRT_PACKAGE_DC |
|---|
| 4 |
default n |
|---|
| 5 |
|
|---|
| 6 |
config FWRT_PACKAGE_BC |
|---|
| 7 |
prompt "bc................................ Arbitrary precision calculator language" |
|---|
| 8 |
tristate |
|---|
| 9 |
default n |
|---|
| 10 |
select FWRT_COMPILE_BC |
|---|
| 11 |
help |
|---|
| 12 |
bc is a language that supports arbitrary precision numbers with |
|---|
| 13 |
interactive execution of statements. |
|---|
| 14 |
|
|---|
| 15 |
config FWRT_PACKAGE_DC |
|---|
| 16 |
prompt "dc................................ Arbitrary precision calculator" |
|---|
| 17 |
tristate |
|---|
| 18 |
default n |
|---|
| 19 |
select FWRT_COMPILE_BC |
|---|
| 20 |
help |
|---|
| 21 |
dc is a reverse-polish desk calculator which supports unlimited |
|---|
| 22 |
precision arithmetic. |
|---|