Lines Matching +full:rom +full:-
1 # SPDX-License-Identifier: GPL-2.0
23 This option enables support for the 68000-based Atari series of
41 browse the documentation available at <http://www.mac.linux-m68k.org/>;
50 Say Y here if you want to run Linux on an MC680x0-based Apollo
70 build a kernel which can run on MVME147 single-board computers. If
130 The Q40 is a Motorola 68040-based successor to the Sinclair QL
306 Support for the Sysam AMCORE open-hardware generic board.
312 Support for the Sysam stmark2 open-hardware generic board.
345 bool "Netburner MOD-5272 board support"
348 Support for the Netburner MOD-5272 board.
355 bool "Support for U-Boot command line parameters"
359 line parameters from the initial u-boot stack.
433 comment "ROM configuration"
435 config ROM config
436 bool "Specify ROM linker regions"
438 Define a ROM region for the linker script. This creates a kernel
443 hex "Address of the base of the ROM vectors"
445 depends on ROM
447 This is almost always the same as the base of the ROM. Since on all
452 hex "Address of the base of system image in ROM"
454 depends on ROM
456 Define the start address of the system image in ROM. Commonly this
457 is strait after the ROM vectors.
470 bool "ROM"
471 depends on ROM
473 The kernel will be resident in FLASH/ROM when running. This is
474 often referred to as Execute-in-Place (XIP), since the kernel
475 code executes from the position it is stored in the FLASH/ROM.