Kconfig (03351ff4d897098a590cb247b6eebc470b8ecb5a) | Kconfig (9eb8f6743b076b67f00776cda4330c802e157b41) |
---|---|
1config ARM 2 bool 3 default y 4 select HAVE_AOUT 5 select HAVE_DMA_API_DEBUG 6 select HAVE_IDE 7 select HAVE_MEMBLOCK 8 select RTC_LIB --- 1673 unchanged lines hidden (view full) --- 1682 help 1683 This was deprecated in 2001 and announced to live on for 5 years. 1684 Some old boot loaders still use this way. 1685 1686endmenu 1687 1688menu "Boot options" 1689 | 1config ARM 2 bool 3 default y 4 select HAVE_AOUT 5 select HAVE_DMA_API_DEBUG 6 select HAVE_IDE 7 select HAVE_MEMBLOCK 8 select RTC_LIB --- 1673 unchanged lines hidden (view full) --- 1682 help 1683 This was deprecated in 2001 and announced to live on for 5 years. 1684 Some old boot loaders still use this way. 1685 1686endmenu 1687 1688menu "Boot options" 1689 |
1690config USE_OF 1691 bool "Flattened Device Tree support" 1692 select OF 1693 select OF_EARLY_FLATTREE 1694 help 1695 Include support for flattened device tree machine descriptions. 1696 |
|
1690# Compressed boot loader in ROM. Yes, we really want to ask about 1691# TEXT and BSS so we preserve their values in the config files. 1692config ZBOOT_ROM_TEXT 1693 hex "Compressed ROM boot loader base address" 1694 default "0" 1695 help 1696 The physical address at which the ROM-able zImage is to be 1697 placed in the target. Platforms which normally make use of --- 335 unchanged lines hidden --- | 1697# Compressed boot loader in ROM. Yes, we really want to ask about 1698# TEXT and BSS so we preserve their values in the config files. 1699config ZBOOT_ROM_TEXT 1700 hex "Compressed ROM boot loader base address" 1701 default "0" 1702 help 1703 The physical address at which the ROM-able zImage is to be 1704 placed in the target. Platforms which normally make use of --- 335 unchanged lines hidden --- |