Lines Matching full:default
7 default y
18 default "0x80000000" if MMU
19 default "0x00000000"
23 default "8" if PAGE_SIZE_16KB
24 default "6" if PAGE_SIZE_64KB
25 default "13" if !MMU
26 default "10"
32 overriding the default setting when ability to allocate very
42 default "0x08000000"
58 default "0x04000000"
60 This sets the default memory size assumed by your SH kernel. It can
63 as 0x04000000 which was the default value before this became
74 default !MMU
93 default y
101 (the default value) say Y.
107 default n
117 default "3" if CPU_SUBTYPE_SHX3
118 default "1"
152 default PAGE_SIZE_4KB
157 This is the default page size used by all SuperH CPUs.
183 default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
184 default HUGETLB_PAGE_SIZE_64K
210 default y
223 default y
227 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4
228 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
237 mode, as opposed to the default write-back configuration.