12 lines
180 B
Plaintext
12 lines
180 B
Plaintext
menu "Cache config"
|
|
|
|
config CACHE_L1_CACHE_SIZE
|
|
hex
|
|
default 0x8000
|
|
|
|
config CACHE_L1_CACHE_LINE_SIZE
|
|
int
|
|
default 32
|
|
|
|
endmenu # Cache config
|