From a218144f4c76a80c02f6e42135c3f82e135869c6 Mon Sep 17 00:00:00 2001 From: Armando Date: Mon, 10 Apr 2023 12:39:17 +0800 Subject: [PATCH] esp_mm: removed empty kconfig files - MMU configuration related kconfig options will be in soc, or esp_hw_support - Cache configuration related kconfig options will be in soc, or esp_hw_support - mmap driver and msync driver kconfig options will be still in esp_mm. As there's no kconfig options for them yet, removed kconfig files --- components/esp_mm/Kconfig | 8 -------- components/esp_mm/Kconfig.mmap | 3 --- 2 files changed, 11 deletions(-) delete mode 100644 components/esp_mm/Kconfig delete mode 100644 components/esp_mm/Kconfig.mmap diff --git a/components/esp_mm/Kconfig b/components/esp_mm/Kconfig deleted file mode 100644 index a44a915913..0000000000 --- a/components/esp_mm/Kconfig +++ /dev/null @@ -1,8 +0,0 @@ -menu "ESP Memory Management" - - # Add MMU setting menu here - # Add Cache setting menu here - - orsource "./Kconfig.mmap" - -endmenu # ESP Memory Management diff --git a/components/esp_mm/Kconfig.mmap b/components/esp_mm/Kconfig.mmap deleted file mode 100644 index fb0e3d22e9..0000000000 --- a/components/esp_mm/Kconfig.mmap +++ /dev/null @@ -1,3 +0,0 @@ -menu "MMAP Configuration" - -endmenu