soc/intel/xeon_sp/util: Enhance lock_pam0123
[coreboot2.git] / payloads / external / coreDOOM / Kconfig.secondary
blob522134c5dae64b0cf237dadda4bee320a48464cc
1 ## SPDX-License-Identifier: GPL-2.0-only
3 if COREDOOM_SECONDARY_PAYLOAD
5 config COREDOOM_WAD_FILE
6         string "DOOM WAD file"
7         depends on COREDOOM_SECONDARY_PAYLOAD
8         default "doom.wad"
9         help
10           Add a WAD file to be loaded by coreDOOM.
12           A WAD file contains all the game data for the Doom-engine, and
13           is required to play the game.
15           A list of the WAD files included in the official games can be
16           found here: https://doomwiki.org/wiki/IWAD
17           These WADs can be extracted from copies of the game that you
18           own, and the shareware WADs may be freely downloaded from the
19           internet.
21           For a completely free (as in freedom) experience, the Freedoom
22           project (https://freedoom.github.io) provides original game
23           content under the BSD license. Other WADs not mentioned here are
24           also available and may be found from various sources such as
25           the internet and copies of other games using the Doom engine.
27 endif