Lines Matching full:default
9 default y
20 default "0x80000000" if MMU && SUPERH32
21 default "0x20000000" if MMU && SUPERH64
22 default "0x00000000"
27 default "9" if PAGE_SIZE_16KB
29 default "7" if PAGE_SIZE_64KB
31 default "14" if !MMU
32 default "11"
49 default "0x08000000"
65 default "0x04000000"
67 This sets the default memory size assumed by your SH kernel. It can
70 as 0x04000000 which was the default value before this became
82 default y if CPU_SH5 || !MMU
101 default y
109 (the default value) say Y.
114 default n
124 default "3" if CPU_SUBTYPE_SHX3
125 default "1"
141 default "6" if (CPU_SUBTYPE_SHX3 && SPARSEMEM)
142 default "2" if SPARSEMEM && (CPU_SUBTYPE_SH7722 || \
144 default "1"
174 default PAGE_SIZE_4KB
179 This is the default page size used by all SuperH CPUs.
205 default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
206 default HUGETLB_PAGE_SIZE_64K
238 default y
251 default y
255 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4 || CPU_SH5
256 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
265 mode, as opposed to the default write-back configuration.