]> nv-tegra.nvidia Code Review - linux-2.6.git/blobdiff - arch/frv/Kconfig
arm: tegra: cardhu: bringup of OV5650 on T30
[linux-2.6.git] / arch / frv / Kconfig
index a601a17cf568b8f409fc39e2023bef84d557d012..a685910d2d5ce562f36f8f4ae02811390600682c 100644 (file)
@@ -1,10 +1,18 @@
-#
-# For a description of the syntax of this configuration file,
-# see Documentation/kbuild/kconfig-language.txt.
-#
 config FRV
        bool
        default y
+       select HAVE_IDE
+       select HAVE_ARCH_TRACEHOOK
+       select HAVE_IRQ_WORK
+       select HAVE_PERF_EVENTS
+       select HAVE_GENERIC_HARDIRQS
+       select GENERIC_IRQ_SHOW
+       select ARCH_HAVE_NMI_SAFE_CMPXCHG
+       select GENERIC_CPU_DEVICES
+
+config ZONE_DMA
+       bool
+       default y
 
 config RWSEM_GENERIC_SPINLOCK
        bool
@@ -13,10 +21,6 @@ config RWSEM_GENERIC_SPINLOCK
 config RWSEM_XCHGADD_ALGORITHM
        bool
 
-config GENERIC_FIND_NEXT_BIT
-       bool
-       default y
-
 config GENERIC_HWEIGHT
        bool
        default y
@@ -25,22 +29,30 @@ config GENERIC_CALIBRATE_DELAY
        bool
        default n
 
-config GENERIC_HARDIRQS
+config TIME_LOW_RES
        bool
-       default n
+       default y
 
-config GENERIC_TIME
+config QUICKLIST
        bool
        default y
 
-config TIME_LOW_RES
+config ARCH_HAS_ILOG2_U32
        bool
        default y
 
-mainmenu "Fujitsu FR-V Kernel Configuration"
+config ARCH_HAS_ILOG2_U64
+       bool
+       default y
+
+config HZ
+       int
+       default 1000
 
 source "init/Kconfig"
 
+source "kernel/Kconfig.freezer"
+
 
 menu "Fujitsu FR-V system setup"
 
@@ -59,7 +71,7 @@ config FRV_OUTOFLINE_ATOMIC_OPS
          Setting this option causes the FR-V atomic operations to be mostly
          implemented out-of-line.
 
-         See Documentation/fujitsu/frv/atomic-ops.txt for more information.
+         See Documentation/frv/atomic-ops.txt for more information.
 
 config HIGHMEM
        bool "High memory support"
@@ -118,6 +130,15 @@ config UCPAGE_OFFSET_C0000000
 
 endchoice
 
+config PAGE_OFFSET
+       hex
+       default 0x20000000 if UCPAGE_OFFSET_20000000
+       default 0x40000000 if UCPAGE_OFFSET_40000000
+       default 0x60000000 if UCPAGE_OFFSET_60000000
+       default 0x80000000 if UCPAGE_OFFSET_80000000
+       default 0xA0000000 if UCPAGE_OFFSET_A0000000
+       default 0xC0000000
+
 config PROTECT_KERNEL
        bool "Protect core kernel against userspace"
        depends on !MMU
@@ -251,6 +272,12 @@ config MB93091_NO_MB
 endchoice
 endif
 
+config FUJITSU_MB93493
+       bool "MB93493 Multimedia chip"
+       help
+         Select this option if the MB93493 multimedia chip is going to be
+         used.
+
 choice
        prompt "GP-Relative data support"
        default GPREL_DATA_8
@@ -291,16 +318,12 @@ config PCI
        bool "Use PCI"
        depends on MB93090_MB00
        default y
+       select GENERIC_PCI_IOMAP
        help
          Some FR-V systems (such as the MB93090-MB00 VDK) have PCI
          onboard. If you have one of these boards and you wish to use the PCI
          facilities, say Y here.
 
-         The PCI-HOWTO, available from
-         <http://www.tldp.org/docs.html#howto>, contains valuable
-         information about which PCI hardware does work under Linux and which
-         doesn't.
-
 config RESERVE_DMA_COHERENT
        bool "Reserve DMA coherent memory"
        depends on PCI && !MMU
@@ -320,17 +343,11 @@ source "drivers/pci/Kconfig"
 
 source "drivers/pcmcia/Kconfig"
 
-#config MATH_EMULATION
-#      bool "Math emulation support (EXPERIMENTAL)"
-#      depends on EXPERIMENTAL
-#      help
-#        At some point in the future, this will cause floating-point math
-#        instructions to be emulated by the kernel on machines that lack a
-#        floating-point math coprocessor.  Thrill-seekers and chronically
-#        sleep-deprived psychotic hacker types can say Y now, everyone else
-#        should probably wait a while.
-
 menu "Power management options"
+
+config ARCH_SUSPEND_POSSIBLE
+       def_bool y
+
 source kernel/power/Kconfig
 endmenu