diff options
Diffstat (limited to 'arch/arm/Kconfig')
-rw-r--r-- | arch/arm/Kconfig | 53 |
1 files changed, 0 insertions, 53 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig index e91c7cdc6fe5..ac353cf0180b 100644 --- a/arch/arm/Kconfig +++ b/arch/arm/Kconfig | |||
@@ -1787,59 +1787,6 @@ config FORCE_MAX_ZONEORDER | |||
1787 | This config option is actually maximum order plus one. For example, | 1787 | This config option is actually maximum order plus one. For example, |
1788 | a value of 11 means that the largest free memory block is 2^10 pages. | 1788 | a value of 11 means that the largest free memory block is 2^10 pages. |
1789 | 1789 | ||
1790 | config LEDS | ||
1791 | bool "Timer and CPU usage LEDs" | ||
1792 | depends on ARCH_CDB89712 || ARCH_EBSA110 || \ | ||
1793 | ARCH_EBSA285 || ARCH_INTEGRATOR || \ | ||
1794 | ARCH_LUBBOCK || MACH_MAINSTONE || ARCH_NETWINDER || \ | ||
1795 | ARCH_OMAP || ARCH_P720T || ARCH_PXA_IDP || \ | ||
1796 | ARCH_SA1100 || ARCH_SHARK || ARCH_VERSATILE || \ | ||
1797 | ARCH_AT91 || ARCH_DAVINCI || \ | ||
1798 | ARCH_KS8695 || MACH_RD88F5182 || ARCH_REALVIEW | ||
1799 | help | ||
1800 | If you say Y here, the LEDs on your machine will be used | ||
1801 | to provide useful information about your current system status. | ||
1802 | |||
1803 | If you are compiling a kernel for a NetWinder or EBSA-285, you will | ||
1804 | be able to select which LEDs are active using the options below. If | ||
1805 | you are compiling a kernel for the EBSA-110 or the LART however, the | ||
1806 | red LED will simply flash regularly to indicate that the system is | ||
1807 | still functional. It is safe to say Y here if you have a CATS | ||
1808 | system, but the driver will do nothing. | ||
1809 | |||
1810 | config LEDS_TIMER | ||
1811 | bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \ | ||
1812 | OMAP_OSK_MISTRAL || MACH_OMAP_H2 \ | ||
1813 | || MACH_OMAP_PERSEUS2 | ||
1814 | depends on LEDS | ||
1815 | depends on !GENERIC_CLOCKEVENTS | ||
1816 | default y if ARCH_EBSA110 | ||
1817 | help | ||
1818 | If you say Y here, one of the system LEDs (the green one on the | ||
1819 | NetWinder, the amber one on the EBSA285, or the red one on the LART) | ||
1820 | will flash regularly to indicate that the system is still | ||
1821 | operational. This is mainly useful to kernel hackers who are | ||
1822 | debugging unstable kernels. | ||
1823 | |||
1824 | The LART uses the same LED for both Timer LED and CPU usage LED | ||
1825 | functions. You may choose to use both, but the Timer LED function | ||
1826 | will overrule the CPU usage LED. | ||
1827 | |||
1828 | config LEDS_CPU | ||
1829 | bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \ | ||
1830 | !ARCH_OMAP) \ | ||
1831 | || OMAP_OSK_MISTRAL || MACH_OMAP_H2 \ | ||
1832 | || MACH_OMAP_PERSEUS2 | ||
1833 | depends on LEDS | ||
1834 | help | ||
1835 | If you say Y here, the red LED will be used to give a good real | ||
1836 | time indication of CPU usage, by lighting whenever the idle task | ||
1837 | is not currently executing. | ||
1838 | |||
1839 | The LART uses the same LED for both Timer LED and CPU usage LED | ||
1840 | functions. You may choose to use both, but the Timer LED function | ||
1841 | will overrule the CPU usage LED. | ||
1842 | |||
1843 | config ALIGNMENT_TRAP | 1790 | config ALIGNMENT_TRAP |
1844 | bool | 1791 | bool |
1845 | depends on CPU_CP15_MMU | 1792 | depends on CPU_CP15_MMU |