Lines Matching +full:rom +full:-
1 # SPDX-License-Identifier: GPL-2.0
21 This option enables support for the 68000-based Atari series of
38 browse the documentation available at <http://www.mac.linux-m68k.org/>;
46 Say Y here if you want to run Linux on an MC680x0-based Apollo
65 build a kernel which can run on MVME147 single-board computers. If
122 The Q40 is a Motorola 68040-based successor to the Sinclair QL
281 Support for the Sysam AMCORE open-hardware generic board.
287 Support for the Sysam stmark2 open-hardware generic board.
320 bool "Netburner MOD-5272 board support"
323 Support for the Netburner MOD-5272 board.
330 bool "Support for U-Boot command line parameters"
334 line parameters from the initial u-boot stack.
408 comment "ROM configuration"
410 config ROM config
411 bool "Specify ROM linker regions"
413 Define a ROM region for the linker script. This creates a kernel
418 hex "Address of the base of the ROM vectors"
420 depends on ROM
422 This is almost always the same as the base of the ROM. Since on all
427 hex "Address of the base of system image in ROM"
429 depends on ROM
431 Define the start address of the system image in ROM. Commonly this
432 is strait after the ROM vectors.
445 bool "ROM"
446 depends on ROM
448 The kernel will be resident in FLASH/ROM when running. This is
449 often referred to as Execute-in-Place (XIP), since the kernel
450 code executes from the position it is stored in the FLASH/ROM.