Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (c434b9f80b0923e6460031b0fd964f8b0bf3c6a6) |
---|---|
1# SPDX-License-Identifier: GPL-2.0 | 1# SPDX-License-Identifier: GPL-2.0 |
2if MIPS_GENERIC | 2if MIPS_GENERIC_KERNEL |
3 4config LEGACY_BOARDS 5 bool 6 help 7 Select this from your board if the board must use a legacy, non-UHI, 8 boot protocol. This will cause the kernel to scan through the list of 9 supported machines calling their detect functions in turn if the 10 kernel is booted without being provided with an FDT via the UHI --- 76 unchanged lines hidden --- | 3 4config LEGACY_BOARDS 5 bool 6 help 7 Select this from your board if the board must use a legacy, non-UHI, 8 boot protocol. This will cause the kernel to scan through the list of 9 supported machines calling their detect functions in turn if the 10 kernel is booted without being provided with an FDT via the UHI --- 76 unchanged lines hidden --- |