Lines Matching full:default
7 default y
18 default "0x80000000" if MMU
19 default "0x00000000"
24 default "9" if PAGE_SIZE_16KB
26 default "7" if PAGE_SIZE_64KB
28 default "14" if !MMU
29 default "11"
46 default "0x08000000"
62 default "0x04000000"
64 This sets the default memory size assumed by your SH kernel. It can
67 as 0x04000000 which was the default value before this became
78 default !MMU
97 default y
105 (the default value) say Y.
111 default n
121 default "3" if CPU_SUBTYPE_SHX3
122 default "1"
156 default PAGE_SIZE_4KB
161 This is the default page size used by all SuperH CPUs.
187 default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
188 default HUGETLB_PAGE_SIZE_64K
214 default y
227 default y
231 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4
232 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
241 mode, as opposed to the default write-back configuration.