diff options
Diffstat (limited to 'board/bds')
-rw-r--r-- | board/bds/board.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/board/bds/board.h b/board/bds/board.h index dd4d887ad0..f22b1e8603 100644 --- a/board/bds/board.h +++ b/board/bds/board.h @@ -8,6 +8,9 @@ #ifndef __BOARD_H #define __BOARD_H +/* Optional features */ +#define CONFIG_CONSOLE_CMDHELP + enum adc_channel { ADC_CH_EC_TEMP = 0, /* EC internal die temperature in degrees K. */ |