···739739740740menu "Boot options"741741742742+config USE_BUILTIN_DTB743743+ bool "Use builtin DTB"744744+ default n745745+ depends on SH_DEVICE_TREE746746+ help747747+ Link a device tree blob for particular hardware into the kernel,748748+ suppressing use of the DTB pointer provided by the bootloader.749749+ This option should only be used with legacy bootloaders that are750750+ not capable of providing a DTB to the kernel, or for experimental751751+ hardware without stable device tree bindings.752752+753753+config BUILTIN_DTB_SOURCE754754+ string "Source file for builtin DTB"755755+ default ""756756+ depends on USE_BUILTIN_DTB757757+ help758758+ Base name (without suffix, relative to arch/sh/boot/dts) for the759759+ a DTS file that will be used to produce the DTB linked into the760760+ kernel.761761+742762config ZERO_PAGE_OFFSET743763 hex744764 default "0x00010000" if PAGE_SIZE_64KB || SH_RTS7751R2D || \