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"
164 default PAGE_SIZE_4KB
169 This is the default page size used by all SuperH CPUs.
195 default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
196 default HUGETLB_PAGE_SIZE_64K
222 default y
235 default y
239 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4
240 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
249 mode, as opposed to the default write-back configuration.