|
|
|
@ -1176,12 +1176,10 @@ static struct opt_table opt_config_table[] = {
@@ -1176,12 +1176,10 @@ static struct opt_table opt_config_table[] = {
|
|
|
|
|
opt_set_bool, &use_syslog, |
|
|
|
|
"Use system log for output messages (default: standard error)"), |
|
|
|
|
#endif |
|
|
|
|
#if defined(HAVE_ADL) || defined(USE_BITFORCE) || defined(USE_MODMINER) || defined(USE_BFLSC) |
|
|
|
|
#ifdef HAVE_ADL |
|
|
|
|
OPT_WITH_ARG("--temp-cutoff", |
|
|
|
|
set_temp_cutoff, opt_show_intval, &opt_cutofftemp, |
|
|
|
|
"Temperature where a device will be automatically disabled, one value or comma separated list"), |
|
|
|
|
#endif |
|
|
|
|
#ifdef HAVE_ADL |
|
|
|
|
OPT_WITH_ARG("--temp-hysteresis", |
|
|
|
|
set_int_1_to_10, opt_show_intval, &opt_hysteresis, |
|
|
|
|
"Set how much the temperature can fluctuate outside limits when automanaging speeds"), |
|
|
|
|