Kconfig 176 B

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