diff options
| author | Leo Yu-Chi Liang <[email protected]> | 2024-05-14 17:50:11 +0800 |
|---|---|---|
| committer | Leo Yu-Chi Liang <[email protected]> | 2024-05-14 18:50:47 +0800 |
| commit | 2b8dc36b4c515979da330a96d9fcc9bbbe5385fa (patch) | |
| tree | d3f888d81e456db014b5dc0814cd67fd948726cc /drivers/cache/Kconfig | |
| parent | 409259e9cff9a9fcae0f2fa0c4ae3ba16682cdda (diff) | |
andes: Unify naming policy for Andes related source
Signed-off-by: Leo Yu-Chi Liang <[email protected]>
Diffstat (limited to 'drivers/cache/Kconfig')
| -rw-r--r-- | drivers/cache/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/drivers/cache/Kconfig b/drivers/cache/Kconfig index 26c2d80a1c5..4f358657444 100644 --- a/drivers/cache/Kconfig +++ b/drivers/cache/Kconfig @@ -22,11 +22,11 @@ config L2X0_CACHE ARMv7(32-bit) devices. The driver configures the cache settings found in the device tree. -config V5L2_CACHE - bool "Andes V5L2 cache driver" +config ANDES_L2_CACHE + bool "Andes L2 cache driver" select CACHE help - Support Andes V5L2 cache controller in AE350 platform. + Support Andes L2 cache controller in AE350 platform. It will configure tag and data ram timing control from the device tree and enable L2 cache. |
