Lines Matching full:default
7 default y
18 default "0x80000000" if MMU && SUPERH32
19 default "0x20000000" if MMU && SUPERH64
20 default "0x00000000"
25 default "9" if PAGE_SIZE_16KB
27 default "7" if PAGE_SIZE_64KB
29 default "14" if !MMU
30 default "11"
47 default "0x08000000"
63 default "0x04000000"
65 This sets the default memory size assumed by your SH kernel. It can
68 as 0x04000000 which was the default value before this became
80 default y if CPU_SH5 || !MMU
99 default y
107 (the default value) say Y.
113 default n
123 default "3" if CPU_SUBTYPE_SHX3
124 default "1"
166 default PAGE_SIZE_4KB
171 This is the default page size used by all SuperH CPUs.
197 default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
198 default HUGETLB_PAGE_SIZE_64K
228 default y
241 default y
245 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4 || CPU_SH5
246 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
255 mode, as opposed to the default write-back configuration.