Lines Matching refs: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.
115 default n
125 default "3" if CPU_SUBTYPE_SHX3
126 default "1"
168 default PAGE_SIZE_4KB
173 This is the default page size used by all SuperH CPUs.
199 default HUGETLB_PAGE_SIZE_1MB if PAGE_SIZE_64KB
200 default HUGETLB_PAGE_SIZE_64K
232 default y
245 default y
249 default CACHE_WRITEBACK if CPU_SH2A || CPU_SH3 || CPU_SH4 || CPU_SH5
250 default CACHE_WRITETHROUGH if (CPU_SH2 && !CPU_SH2A)
259 mode, as opposed to the default write-back configuration.