summaryrefslogtreecommitdiff
path: root/arch/mips/generic/Kconfig
blob: baddb0646b23cad57a1b58ee24daca1bdc265bd6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
if MIPS_GENERIC

config LEGACY_BOARDS
	bool
	help
	  Select this from your board if the board must use a legacy, non-UHI,
	  boot protocol. This will cause the kernel to scan through the list of
	  supported machines calling their detect functions in turn if the
	  kernel is booted without being provided with an FDT via the UHI
	  boot protocol.

endif