Add memc driver for the MAX32 HyperBus peripheral, supporting HyperRAM and Xccela PSRAM memory devices. Signed-off-by: Pete Johanson <pete.johanson@analog.com>
11 lines
240 B
Plaintext
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.
|