zephyr/drivers/memc/Kconfig.max32_hpb
Pete Johanson f4b52a43d9 drivers: memc: Add MAX32 HyperBus driver
Add memc driver for the MAX32 HyperBus peripheral, supporting HyperRAM
and Xccela PSRAM memory devices.

Signed-off-by: Pete Johanson <pete.johanson@analog.com>
2025-05-02 15:20:55 +02:00

11 lines
240 B
Plaintext

# Copyright (c) 2025 Analog Devices, Inc
# SPDX-License-Identifier: Apache-2.0
config MEMC_MAX32_HPB
bool "MAX32 HyperBus"
default y
depends on DT_HAS_ADI_MAX32_HPB_ENABLED
select PINCTRL
help
Enable ADI MAX32 HyperBus controller.