Kconfig (e2a6a3aafa9862c4a4b59f2a59b8f923d64a680e) Kconfig (b90b9a38251e9c89c34179eccde57411ceb5f1aa)
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

--- 1787 unchanged lines hidden (view full) ---

1796 Beware that there is very little in terms of protection against
1797 this option being confused by leftover garbage in memory that might
1798 look like a DTB header after a reboot if no actual DTB is appended
1799 to zImage. Do not leave this option active in a production kernel
1800 if you don't intend to always append a DTB. Proper passing of the
1801 location into r2 of a bootloader provided DTB is always preferable
1802 to this option.
1803
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

--- 1787 unchanged lines hidden (view full) ---

1796 Beware that there is very little in terms of protection against
1797 this option being confused by leftover garbage in memory that might
1798 look like a DTB header after a reboot if no actual DTB is appended
1799 to zImage. Do not leave this option active in a production kernel
1800 if you don't intend to always append a DTB. Proper passing of the
1801 location into r2 of a bootloader provided DTB is always preferable
1802 to this option.
1803
1804config ARM_ATAG_DTB_COMPAT
1805 bool "Supplement the appended DTB with traditional ATAG information"
1806 depends on ARM_APPENDED_DTB
1807 help
1808 Some old bootloaders can't be updated to a DTB capable one, yet
1809 they provide ATAGs with memory configuration, the ramdisk address,
1810 the kernel cmdline string, etc. Such information is dynamically
1811 provided by the bootloader and can't always be stored in a static
1812 DTB. To allow a device tree enabled kernel to be used with such
1813 bootloaders, this option allows zImage to extract the information
1814 from the ATAG list and store it at run time into the appended DTB.
1815
1804config CMDLINE
1805 string "Default kernel command string"
1806 default ""
1807 help
1808 On some architectures (EBSA110 and CATS), there is currently no way
1809 for the boot loader to pass arguments to the kernel. For these
1810 architectures, you should supply some command-line options at build
1811 time by entering them here. As a minimum, you should specify the

--- 301 unchanged lines hidden ---
1816config CMDLINE
1817 string "Default kernel command string"
1818 default ""
1819 help
1820 On some architectures (EBSA110 and CATS), there is currently no way
1821 for the boot loader to pass arguments to the kernel. For these
1822 architectures, you should supply some command-line options at build
1823 time by entering them here. As a minimum, you should specify the

--- 301 unchanged lines hidden ---