mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-30 18:41:11 +00:00
nautilus: Remove CONFIG_BUTTON_RECOVERY
Nautilus does not use buttons to trigger recovery. Remove CONFIG_BUTTON_RECOVERY. BUG=None BRANCH=None TEST=make -j buildall Change-Id: Ic9bdbd60bebb511963439844d09d5260617c77ec Signed-off-by: Furquan Shaikh <furquan@chromium.org> Reviewed-on: https://chromium-review.googlesource.com/784774 Reviewed-by: Philip Chen <philipchen@chromium.org>
This commit is contained in:
committed by
chrome-bot
parent
b9f5caf932
commit
bff4bb7682
@@ -269,12 +269,6 @@ const struct temp_sensor_t temp_sensors[] = {
|
||||
};
|
||||
BUILD_ASSERT(ARRAY_SIZE(temp_sensors) == TEMP_SENSOR_COUNT);
|
||||
|
||||
const struct button_config *recovery_buttons[] = {
|
||||
&buttons[BUTTON_VOLUME_DOWN],
|
||||
&buttons[BUTTON_VOLUME_UP],
|
||||
};
|
||||
const int recovery_buttons_count = ARRAY_SIZE(recovery_buttons);
|
||||
|
||||
static void board_pmic_disable_slp_s0_vr_decay(void)
|
||||
{
|
||||
/*
|
||||
|
||||
@@ -18,7 +18,6 @@
|
||||
#define CONFIG_ADC
|
||||
#define CONFIG_BACKLIGHT_LID
|
||||
#define CONFIG_BOARD_VERSION
|
||||
#define CONFIG_BUTTON_RECOVERY
|
||||
#define CONFIG_CASE_CLOSED_DEBUG_EXTERNAL
|
||||
#define CONFIG_DPTF
|
||||
#define CONFIG_FLASH_SIZE 0x80000
|
||||
|
||||
Reference in New Issue
Block a user