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
pull/11189/head
Armando 2023-04-10 12:39:17 +08:00
rodzic 33bfc7d2cc
commit 2a8617b307
2 zmienionych plików z 0 dodań i 11 usunięć

Wyświetl plik

@ -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

Wyświetl plik

@ -1,3 +0,0 @@
menu "MMAP Configuration"
endmenu