Kconfig 196 B

12345678910
  1. # SPDX-License-Identifier: GPL-2.0
  2. if SOC_SIFIVE
  3. config SIFIVE_CCACHE
  4. bool "Sifive Composable Cache controller"
  5. help
  6. Support for the composable cache controller on SiFive platforms.
  7. endif