[linux-cirrus] Kconfix fixup patch

  • From: Manfred Gruber <gruber.m@xxxxxxxxx>
  • To: linux-cirrus@xxxxxxxxxxxxx
  • Date: Thu, 6 Oct 2005 10:21:05 +0200

Hi Michael !

On small fixup where I have always problems on merging.

The ARCH_EP93XX is not necessary, and it makes problems when you want to add 
a !MACH_XYZ, because ARCH_EP93XX is always true. And it is not necessary 
because (!ARCH_CDB89712 && !ARCH_OMAP) is at EP93XX Prozessor alway true.

Index: contec-develop/arch/arm/Kconfig
===================================================================
--- contec-develop.orig/arch/arm/Kconfig        2005-10-03 17:43:41.539203258 
+0200
+++ contec-develop/arch/arm/Kconfig     2005-10-03 17:47:19.950644938 +0200
@@ -420,7 +420,7 @@
 
 config LEDS_TIMER
        bool "Timer LED" if (!ARCH_CDB89712 && !ARCH_OMAP) || \
-                           ARCH_EP93XX || MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
+                            MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
        depends on LEDS
        default y if ARCH_EBSA110
        help
@@ -436,7 +436,7 @@
 
 config LEDS_CPU
        bool "CPU usage LED" if (!ARCH_CDB89712 && !ARCH_EBSA110 && \
-                       !ARCH_OMAP) || ARCH_EP93XX || MACH_OMAP_H2 || 
MACH_OMAP_PERSEUS2
+                       !ARCH_OMAP) || MACH_OMAP_H2 || MACH_OMAP_PERSEUS2
        depends on LEDS
        help
          If you say Y here, the red LED will be used to give a good real

Thanks regards manfred

Other related posts:

  • » [linux-cirrus] Kconfix fixup patch