]> git.karo-electronics.de Git - karo-tx-linux.git/blob - arch/mips/generic/Kconfig
MIPS: generic: Introduce generic DT-based board support
[karo-tx-linux.git] / arch / mips / generic / Kconfig
1 if MIPS_GENERIC
2
3 config LEGACY_BOARDS
4         bool
5         help
6           Select this from your board if the board must use a legacy, non-UHI,
7           boot protocol. This will cause the kernel to scan through the list of
8           supported machines calling their detect functions in turn if the
9           kernel is booted without being provided with an FDT via the UHI
10           boot protocol.
11
12 endif