Linux Headquarters
[ Register ]
[ About us ] [ Home Page ]

Advertisement
[ Kernel ] [ Documentation ] [ Links ] [ Books ]

Advertisement

Kernel v2.6.24 /arch/avr32/Kconfig

Filename:/arch/avr32/Kconfig
Lines Added:29
Lines Deleted:41
Also changed in: (Previous) 2.6.24-rc8  2.6.24-rc7  2.6.24-rc6  2.6.24-rc5  2.6.24-rc4-git7  2.6.24-rc4-git6 
(Following) 2.6.24-git1  2.6.24-git2  2.6.24-git3  2.6.24-git4  2.6.24-git5  2.6.24-git6 

Location
[  2.6.24
  [  arch
    [  avr32
       o  Kconfig

Patch

diff --git a/arch/avr32/Kconfig b/arch/avr32/Kconfig
index d12346a..b77abce 100644
--- a/arch/avr32/Kconfig
+++ b/arch/avr32/Kconfig
@@ -6,8 +6,7 @@
 mainmenu "Linux Kernel Configuration"
 
 config AVR32
-   bool
-   default y
+   def_bool y
    # With EMBEDDED=n, we get lots of stuff automatically selected
    # that we usually don't need on AVR32.
    select EMBEDDED
@@ -19,55 +18,50 @@ config AVR32
      There is an AVR32 Linux project with a web page at
      http://avr32linux.org/.
 
-config UID16
-   bool
-
 config GENERIC_GPIO
-   bool
-   default y
+   def_bool y
 
 config GENERIC_HARDIRQS
-   bool
-   default y
+   def_bool y
+
+config STACKTRACE_SUPPORT
+   def_bool y
+
+config LOCKDEP_SUPPORT
+   def_bool y
+
+config TRACE_IRQFLAGS_SUPPORT
+   def_bool y
 
 config HARDIRQS_SW_RESEND
-   bool
-   default y
+   def_bool y
 
 config GENERIC_IRQ_PROBE
-   bool
-   default y
+   def_bool y
 
 config RWSEM_GENERIC_SPINLOCK
-   bool
-   default y
+   def_bool y
 
 config GENERIC_TIME
-   bool
-   default y
+   def_bool y
 
 config RWSEM_XCHGADD_ALGORITHM
-   bool
+   def_bool n
 
 config ARCH_HAS_ILOG2_U32
-   bool
-   default n
+   def_bool n
 
 config ARCH_HAS_ILOG2_U64
-   bool
-   default n
+   def_bool n
 
 config GENERIC_HWEIGHT
-   bool
-   default y
+   def_bool y
 
 config GENERIC_CALIBRATE_DELAY
-   bool
-   default y
+   def_bool y
 
 config GENERIC_BUG
-   bool
-   default y
+   def_bool y
    depends on BUG
 
 source "init/Kconfig"
@@ -142,28 +136,22 @@ config PHYS_OFFSET
 source "kernel/Kconfig.preempt"
 
 config HAVE_ARCH_BOOTMEM_NODE
-   bool
-   default n
+   def_bool n
 
 config ARCH_HAVE_MEMORY_PRESENT
-   bool
-   default n
+   def_bool n
 
 config NEED_NODE_MEMMAP_SIZE
-   bool
-   default n
+   def_bool n
 
 config ARCH_FLATMEM_ENABLE
-   bool
-   default y
+   def_bool y
 
 config ARCH_DISCONTIGMEM_ENABLE
-   bool
-   default n
+   def_bool n
 
 config ARCH_SPARSEMEM_ENABLE
-   bool
-   default n
+   def_bool n
 
 source "mm/Kconfig"
 
@@ -189,7 +177,7 @@ config CMDLINE
 
 endmenu
 
-menu "Power managment options"
+menu "Power management options"
 
 menu "CPU Frequency scaling"
 


Comments: webmaster (at) linuxhq.com.
Advertising: banners (at) linuxhq.com.
Compilation ©1998-2008 Linux Headquarters, Inc.