xref: /linux/arch/mips/generic/Kconfig (revision eed0eabd12ef061821cbfa20d903476e07645320)
1*eed0eabdSPaul Burtonif MIPS_GENERIC
2*eed0eabdSPaul Burton
3*eed0eabdSPaul Burtonconfig LEGACY_BOARDS
4*eed0eabdSPaul Burton	bool
5*eed0eabdSPaul Burton	help
6*eed0eabdSPaul Burton	  Select this from your board if the board must use a legacy, non-UHI,
7*eed0eabdSPaul Burton	  boot protocol. This will cause the kernel to scan through the list of
8*eed0eabdSPaul Burton	  supported machines calling their detect functions in turn if the
9*eed0eabdSPaul Burton	  kernel is booted without being provided with an FDT via the UHI
10*eed0eabdSPaul Burton	  boot protocol.
11*eed0eabdSPaul Burton
12*eed0eabdSPaul Burtonendif
13