From 2a3a648ea8b0f83afaddb2cd0adc5177b622f0e3 Mon Sep 17 00:00:00 2001 From: Wealian Liao Date: Fri, 7 May 2021 14:50:30 +0800 Subject: zephyr: driver: bbram_npcx: Add Kconfig description This adds Kconfig description for CROS_BBRAM_NPCX. BUG=b:183611735 BRANCH=none TEST=zmake testall Signed-off-by: Wealian Liao Change-Id: I7a3f00d9724d4316583d55d4516a1c79e70f6af5 Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/platform/ec/+/2878762 Reviewed-by: Jack Rosenthal Reviewed-by: Keith Short --- zephyr/drivers/cros_bbram/Kconfig | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zephyr/drivers/cros_bbram/Kconfig b/zephyr/drivers/cros_bbram/Kconfig index cfaa0f9b1c..63d6911d2b 100644 --- a/zephyr/drivers/cros_bbram/Kconfig +++ b/zephyr/drivers/cros_bbram/Kconfig @@ -7,7 +7,8 @@ menuconfig CROS_BBRAM_NPCX depends on SOC_FAMILY_NPCX default y help - This options enables stuff. + This enables the NPCX cros_bbram driver. The NPCX BBRAM module + provides 128 bytes of battery-backed memory area. if CROS_BBRAM_NPCX -- cgit v1.2.1