zephyr/drivers/bbram/Kconfig.xec
Kumar Gala ecd6632f36 drivers: bbram: Update Kconfig
* Utilize DT_HAS_<COMPAT>_ENABLED for devicetree based drivers

Signed-off-by: Kumar Gala <galak@kernel.org>
2022-08-16 18:08:42 -05:00

12 lines
331 B
Plaintext

# Copyright (c) 2021 Google Inc
# Copyright (c) 2022 Microchip Technology Inc.
# SPDX-License-Identifier: Apache-2.0
config BBRAM_XEC
bool "Microchip XEC Battery-backed RAM drivers"
default y
depends on DT_HAS_MICROCHIP_XEC_BBRAM_ENABLED
help
This option enables the BBRAM driver for Microchip XEC family of
processors.