From ade196a8a5a7de2695040b9e23fbc729b3eafbdc Mon Sep 17 00:00:00 2001 From: Fabio Baltieri Date: Wed, 2 Nov 2022 11:26:19 +0000 Subject: zephyr: config: drop redundant CONFIG_ADC_SHELL config entries ADC_SHELL already defaults to "n", no need to set it explicitly. BRANCH=none BUG=none TEST=cq dry run Signed-off-by: Fabio Baltieri Change-Id: I657f11a7ef27e724312915ec2fefe97a3ba1d552 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/3999722 Reviewed-by: Sam Hurst Code-Coverage: Zoss --- zephyr/boards/arm/mec1727/mec1727_defconfig | 3 --- zephyr/boards/arm/npcx7/npcx7_defconfig | 3 --- zephyr/boards/arm/npcx9/npcx9m3f_defconfig | 3 --- zephyr/boards/arm/npcx9/npcx9m7f_defconfig | 3 --- zephyr/boards/arm/npcx_evb/npcx7_evb_defconfig | 3 --- zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig | 3 --- zephyr/boards/riscv/it8xxx2/it81202bx_defconfig | 3 --- zephyr/boards/riscv/it8xxx2/it81302bx_defconfig | 3 --- zephyr/program/herobrine/program.conf | 3 --- zephyr/program/trogdor/lazor/prj.conf | 3 --- 10 files changed, 30 deletions(-) diff --git a/zephyr/boards/arm/mec1727/mec1727_defconfig b/zephyr/boards/arm/mec1727/mec1727_defconfig index fa67548e06..b99bd0a487 100644 --- a/zephyr/boards/arm/mec1727/mec1727_defconfig +++ b/zephyr/boards/arm/mec1727/mec1727_defconfig @@ -12,9 +12,6 @@ CONFIG_RTOS_TIMER=y CONFIG_SYS_CLOCK_HW_CYCLES_PER_SEC=32768 CONFIG_SYS_CLOCK_TICKS_PER_SEC=32768 -# ADC -CONFIG_ADC_SHELL=n - # Serial Drivers CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y diff --git a/zephyr/boards/arm/npcx7/npcx7_defconfig b/zephyr/boards/arm/npcx7/npcx7_defconfig index c982644fa0..f84f44f9e3 100644 --- a/zephyr/boards/arm/npcx7/npcx7_defconfig +++ b/zephyr/boards/arm/npcx7/npcx7_defconfig @@ -12,9 +12,6 @@ CONFIG_BOARD_NPCX7=y CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y -# ADC -CONFIG_ADC_SHELL=n - # Enable console CONFIG_CONSOLE=y CONFIG_UART_CONSOLE=y diff --git a/zephyr/boards/arm/npcx9/npcx9m3f_defconfig b/zephyr/boards/arm/npcx9/npcx9m3f_defconfig index 8202cf3e12..8238d10e03 100644 --- a/zephyr/boards/arm/npcx9/npcx9m3f_defconfig +++ b/zephyr/boards/arm/npcx9/npcx9m3f_defconfig @@ -9,9 +9,6 @@ CONFIG_SOC_NPCX9M3F=y # Platform Configuration CONFIG_BOARD_NPCX9=y -# ADC -CONFIG_ADC_SHELL=n - # Serial Drivers CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y diff --git a/zephyr/boards/arm/npcx9/npcx9m7f_defconfig b/zephyr/boards/arm/npcx9/npcx9m7f_defconfig index 4deeccb897..1cb02182da 100644 --- a/zephyr/boards/arm/npcx9/npcx9m7f_defconfig +++ b/zephyr/boards/arm/npcx9/npcx9m7f_defconfig @@ -9,9 +9,6 @@ CONFIG_SOC_NPCX9M7F=y # Platform Configuration CONFIG_BOARD_NPCX9=y -# ADC -CONFIG_ADC_SHELL=n - # Serial Drivers CONFIG_SERIAL=y CONFIG_UART_INTERRUPT_DRIVEN=y diff --git a/zephyr/boards/arm/npcx_evb/npcx7_evb_defconfig b/zephyr/boards/arm/npcx_evb/npcx7_evb_defconfig index b5d098fcb2..5e0228ac26 100644 --- a/zephyr/boards/arm/npcx_evb/npcx7_evb_defconfig +++ b/zephyr/boards/arm/npcx_evb/npcx7_evb_defconfig @@ -40,9 +40,6 @@ CONFIG_WATCHDOG=y # I2C CONFIG_I2C=y -# ADC -CONFIG_ADC_SHELL=n - # PWM CONFIG_PWM=y CONFIG_PWM_SHELL=n diff --git a/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig b/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig index db990a38bb..369c88e3cb 100644 --- a/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig +++ b/zephyr/boards/arm/npcx_evb/npcx9_evb_defconfig @@ -40,9 +40,6 @@ CONFIG_WATCHDOG=y # I2C CONFIG_I2C=y -# ADC -CONFIG_ADC_SHELL=n - # PWM CONFIG_PWM=y CONFIG_PWM_SHELL=n diff --git a/zephyr/boards/riscv/it8xxx2/it81202bx_defconfig b/zephyr/boards/riscv/it8xxx2/it81202bx_defconfig index 8831b3310d..82a8a0f63f 100644 --- a/zephyr/boards/riscv/it8xxx2/it81202bx_defconfig +++ b/zephyr/boards/riscv/it8xxx2/it81202bx_defconfig @@ -10,9 +10,6 @@ CONFIG_SOC_IT81202_BX=y # Platform Configuration CONFIG_BOARD_IT8XXX2=y -# ADC -CONFIG_ADC_SHELL=n - # Power Management CONFIG_PM=y CONFIG_PM_DEVICE=y diff --git a/zephyr/boards/riscv/it8xxx2/it81302bx_defconfig b/zephyr/boards/riscv/it8xxx2/it81302bx_defconfig index a989662991..6cfac9eeb5 100644 --- a/zephyr/boards/riscv/it8xxx2/it81302bx_defconfig +++ b/zephyr/boards/riscv/it8xxx2/it81302bx_defconfig @@ -10,9 +10,6 @@ CONFIG_SOC_IT81302_BX=y # Platform Configuration CONFIG_BOARD_IT8XXX2=y -# ADC -CONFIG_ADC_SHELL=n - # Power Management CONFIG_PM=y CONFIG_PM_DEVICE=y diff --git a/zephyr/program/herobrine/program.conf b/zephyr/program/herobrine/program.conf index 8ffd46d565..79e956aa51 100644 --- a/zephyr/program/herobrine/program.conf +++ b/zephyr/program/herobrine/program.conf @@ -63,9 +63,6 @@ CONFIG_PLATFORM_EC_KEYBOARD_REFRESH_ROW3=y CONFIG_PLATFORM_EC_VOLUME_BUTTONS=y CONFIG_PLATFORM_EC_CMD_BUTTON=y -# ADC -CONFIG_ADC_SHELL=n - # Battery CONFIG_PLATFORM_EC_BATTERY_SMART=y CONFIG_PLATFORM_EC_I2C_VIRTUAL_BATTERY=y diff --git a/zephyr/program/trogdor/lazor/prj.conf b/zephyr/program/trogdor/lazor/prj.conf index 934be6e303..2e0569b22b 100644 --- a/zephyr/program/trogdor/lazor/prj.conf +++ b/zephyr/program/trogdor/lazor/prj.conf @@ -62,9 +62,6 @@ CONFIG_PLATFORM_EC_KEYBOARD_COL2_INVERTED=y CONFIG_PLATFORM_EC_VOLUME_BUTTONS=y CONFIG_PLATFORM_EC_CMD_BUTTON=y -# ADC -CONFIG_ADC_SHELL=n - # Battery CONFIG_PLATFORM_EC_BATTERY_SMART=y CONFIG_PLATFORM_EC_I2C_VIRTUAL_BATTERY=y -- cgit v1.2.1