diff options
author | Tom Rini <trini@konsulko.com> | 2022-06-25 11:02:35 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2022-07-07 09:29:08 -0400 |
commit | 7675a526e01d5714e3a3ec4d22e854104e65590c (patch) | |
tree | ce22c6f6e4684f4c9141872b3f2bc8a05bbafd81 /drivers/net | |
parent | f1c6dfa4264cdb4da68e0f47a5a8b046fb67b0d1 (diff) |
Convert CONFIG_SYS_UNIFY_CACHE to Kconfig
This converts the following to Kconfig:
CONFIG_SYS_UNIFY_CACHE
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'drivers/net')
-rw-r--r-- | drivers/net/Kconfig | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig index 40b5c8274e9..cb891f5dbed 100644 --- a/drivers/net/Kconfig +++ b/drivers/net/Kconfig @@ -409,6 +409,10 @@ config MCFFEC This driver supports the network interface units in the ColdFire family. +config SYS_UNIFY_CACHE + depends on MCFFEC + bool "Invalidate icache during ethernet operations" + config FSLDMAFEC bool "ColdFire DMA Ethernet Support" depends on DM_ETH |