1# SPDX-License-Identifier: Apache-2.0
2#
3# Copyright (c) 2022 ASPEED Technology Inc.
4
5config CACHE_ASPEED
6bool "ASPEED external cache driver"
7	depends on SOC_SERIES_AST10X0
8	depends on SYSCON
9	select CACHE_HAS_DRIVER
10	help
11	  This option enables the CACHE driver for ASPEED AST10X0 series SOC.
12