]> git.karo-electronics.de Git - mv-sheeva.git/commitdiff
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild
authorLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Nov 2011 02:54:53 +0000 (18:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 7 Nov 2011 02:54:53 +0000 (18:54 -0800)
* 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild:
  scsi: drop unused Kconfig symbol
  pci: drop unused Kconfig symbol
  stmmac: drop unused Kconfig symbol
  x86: drop unused Kconfig symbol
  powerpc: drop unused Kconfig symbols
  powerpc: 40x: drop unused Kconfig symbol
  mips: drop unused Kconfig symbols
  openrisc: drop unused Kconfig symbols
  arm: at91: drop unused Kconfig symbol
  samples: drop unused Kconfig symbol
  m32r: drop unused Kconfig symbol
  score: drop unused Kconfig symbols
  sh: drop unused Kconfig symbol
  um: drop unused Kconfig symbol
  sparc: drop unused Kconfig symbol
  alpha: drop unused Kconfig symbol

Fix up trivial conflict in drivers/net/ethernet/stmicro/stmmac/Kconfig
as per Michal: the STMMAC_DUAL_MAC config variable is still unused and
should be deleted.

21 files changed:
arch/alpha/Kconfig
arch/arm/mach-at91/Kconfig
arch/m32r/Kconfig
arch/mips/Kconfig
arch/mips/powertv/Kconfig
arch/mips/powertv/asic/Kconfig [deleted file]
arch/openrisc/Kconfig
arch/powerpc/Kconfig
arch/powerpc/platforms/40x/Kconfig
arch/powerpc/platforms/Kconfig.cputype
arch/powerpc/platforms/embedded6xx/Kconfig
arch/powerpc/platforms/prep/Kconfig
arch/powerpc/platforms/wsp/Kconfig
arch/score/Kconfig
arch/sparc/Kconfig
arch/x86/Kconfig
arch/x86/um/Kconfig
drivers/net/ethernet/stmicro/stmmac/Kconfig
drivers/pci/Kconfig
drivers/scsi/Kconfig
samples/Kconfig

index 8bb936226dee6bcc673cdefd623c8d08ca8eeac8..3d74801a40157b09e76263ea5af4546e67fedd30 100644 (file)
@@ -445,11 +445,6 @@ config ALPHA_EV67
          Is this a machine based on the EV67 core?  If in doubt, select N here
          and the machine will be treated as an EV6.
 
-config ALPHA_EV7
-       bool
-       depends on ALPHA_MARVEL
-       default y
-
 config ALPHA_MCPCIA
        bool
        depends on ALPHA_RAWHIDE
index a6b7991d7fe8462f325b903a11ea8da25e88f1ad..d111c3e9924986d206d0df439d12674e0a4855c8 100644 (file)
@@ -195,12 +195,6 @@ if ARCH_AT91SAM9260
 
 comment "AT91SAM9260 Variants"
 
-config ARCH_AT91SAM9260_SAM9XE
-       bool "AT91SAM9XE"
-       help
-         Select this if you are using Atmel's AT91SAM9XE System-on-Chip.
-         They are basically AT91SAM9260s with various sizes of embedded Flash.
-
 comment "AT91SAM9260 / AT91SAM9XE Board Type"
 
 config MACH_AT91SAM9260EK
index 6c4e9aaa70c195c57cfedc49281e941a53649e1d..ef80a6546ff2d37804f58298c185b5baf3dd6595 100644 (file)
@@ -323,13 +323,6 @@ config NODES_SHIFT
        default "1"
        depends on NEED_MULTIPLE_NODES
 
-# turning this on wastes a bunch of space.
-# Summit needs it only when NUMA is on
-config BOOT_IOREMAP
-       bool
-       depends on NUMA
-       default n
-
 endmenu
 
 
index 62b9677c39a10bf17857f0f6b5621977771302f7..d46f1da18a3c4ca587d16db23265b2aa557ceb1b 100644 (file)
@@ -820,10 +820,6 @@ config ARCH_HAS_ILOG2_U64
        bool
        default n
 
-config ARCH_SUPPORTS_OPROFILE
-       bool
-       default y if !MIPS_MT_SMTC
-
 config GENERIC_HWEIGHT
        bool
        default y
@@ -2255,16 +2251,6 @@ config HZ
 
 source "kernel/Kconfig.preempt"
 
-config MIPS_INSANE_LARGE
-       bool "Support for large 64-bit configurations"
-       depends on CPU_R10000 && 64BIT
-       help
-         MIPS R10000 does support a 44 bit / 16TB address space as opposed to
-         previous 64-bit processors which only supported 40 bit / 1TB. If you
-         need processes of more than 1TB virtual address space, say Y here.
-         This will result in additional memory usage, so it is not
-         recommended for normal users.
-
 config KEXEC
        bool "Kexec system call (EXPERIMENTAL)"
        depends on EXPERIMENTAL
index ff0e7e3e6954c21bed60c7be86c2b52fe5e1660b..1a1b03ea639800afce418ea6e2d2e8ec1287aaee 100644 (file)
@@ -1,5 +1,3 @@
-source "arch/mips/powertv/asic/Kconfig"
-
 config BOOTLOADER_DRIVER
        bool "PowerTV Bootloader Driver Support"
        default n
diff --git a/arch/mips/powertv/asic/Kconfig b/arch/mips/powertv/asic/Kconfig
deleted file mode 100644 (file)
index 2016bfe..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-config MIN_RUNTIME_RESOURCES
-       bool "Support for minimum runtime resources"
-       default n
-       depends on POWERTV
-       help
-         Enables support for minimizing the number of (SA asic) runtime
-         resources that are preallocated by the kernel.
-
-config MIN_RUNTIME_DOCSIS
-       bool "Support for minimum DOCSIS resource"
-       default y
-       depends on MIN_RUNTIME_RESOURCES
-       help
-         Enables support for the preallocated DOCSIS resource.
-
-config MIN_RUNTIME_PMEM
-       bool "Support for minimum PMEM resource"
-       default y
-       depends on MIN_RUNTIME_RESOURCES
-       help
-         Enables support for the preallocated Memory resource.
-
-config MIN_RUNTIME_TFTP
-       bool "Support for minimum TFTP resource"
-       default y
-       depends on MIN_RUNTIME_RESOURCES
-       help
-         Enables support for the preallocated TFTP resource.
index 9460e1c266dd8a5b2d9c4c100666a138c4555a55..e518a5a4cf4c19abf6f3fa537c478957602a86ad 100644 (file)
@@ -19,9 +19,6 @@ config OPENRISC
 config MMU
        def_bool y
 
-config WISHBONE_BUS_BIG_ENDIAN
-       def_bool y
-
 config SYMBOL_PREFIX
         string
         default ""
@@ -160,15 +157,6 @@ config JUMP_UPON_UNHANDLED_EXCEPTION
 
          Say Y if you are unsure.
 
-config OPENRISC_EXCEPTION_DEBUG
-       bool "Print processor state at each exception"
-       default n
-       help
-         This option will make your kernel unusable for all but kernel
-         debugging.
-
-         Say N if you are unsure.
-
 config OPENRISC_ESR_EXCEPTION_BUG_CHECK
        bool "Check for possible ESR exception bug"
        default n
index 85195e48a9e6f2c1c8dc9325448c08a3ccd8eb2d..b177caa56d95c5880f9a7d0732f1736dbb908598 100644 (file)
@@ -379,10 +379,6 @@ config PHYP_DUMP
 
          If unsure, say "N"
 
-config PPCBUG_NVRAM
-       bool "Enable reading PPCBUG NVRAM during boot" if PPLUS || LOPEC
-       default y if PPC_PREP
-
 config IRQ_ALL_CPUS
        bool "Distribute interrupts on all CPUs by default"
        depends on SMP && !MV64360
@@ -745,24 +741,6 @@ config 8260_PCI9
        depends on PCI_8260 && !8272
        default y
 
-choice
-       prompt "IDMA channel for PCI 9 workaround"
-       depends on 8260_PCI9
-
-config 8260_PCI9_IDMA1
-       bool "IDMA1"
-
-config 8260_PCI9_IDMA2
-       bool "IDMA2"
-
-config 8260_PCI9_IDMA3
-       bool "IDMA3"
-
-config 8260_PCI9_IDMA4
-       bool "IDMA4"
-
-endchoice
-
 source "drivers/pci/pcie/Kconfig"
 
 source "drivers/pci/Kconfig"
index 8f9c3e245cff6d149d2bc59402acf0cf6fd7776c..153022971daab89ad20241aecd2bcefcaf303e08 100644 (file)
@@ -107,11 +107,6 @@ config PPC40x_SIMPLE
        help
          This option enables the simple PowerPC 40x platform support.
 
-# 40x specific CPU modules, selected based on the board above.
-config NP405H
-       bool
-       #depends on ASH
-
 # OAK doesn't exist but wanted to keep this around for any future 403GCX boards
 config 403GCX
        bool
index a85990c886e97e4be20abdddf37080542e049750..fbecae0fbb49cc35aa01eb2002f61986c1ce25b9 100644 (file)
@@ -284,14 +284,6 @@ config PPC_MMU_NOHASH
        def_bool y
        depends on !PPC_STD_MMU
 
-config PPC_MMU_NOHASH_32
-       def_bool y
-       depends on PPC_MMU_NOHASH && PPC32
-
-config PPC_MMU_NOHASH_64
-       def_bool y
-       depends on PPC_MMU_NOHASH && PPC64
-
 config PPC_BOOK3E_MMU
        def_bool y
        depends on FSL_BOOKE || PPC_BOOK3E
index 524d971a1478eabfe0a24dc8a24a64252e23ad98..5a8f50a9afa7a02583175906d683678fdc6223a0 100644 (file)
@@ -87,10 +87,6 @@ config MV64X60
 config MPC10X_OPENPIC
        bool
 
-config MPC10X_STORE_GATHERING
-       bool "Enable MPC10x store gathering"
-       depends on MPC10X_BRIDGE
-
 config GAMECUBE_COMMON
        bool
 
index f0536c7cda9f26056cdb2404a3094ca42207feb4..1547f66235d969db77b675a41c9decdf02672f45 100644 (file)
@@ -21,12 +21,3 @@ config PREP_RESIDUAL
          or pass the 'noresidual' option to the kernel.
 
          If you are running a PReP system, say Y here, otherwise say N.
-
-config PROC_PREPRESIDUAL
-       bool "Support for reading of PReP Residual Data in /proc"
-       depends on PREP_RESIDUAL && PROC_FS
-       help
-         Enabling this option will create a /proc/residual file which allows
-         you to get at the residual data on PReP systems.  You will need a tool
-         (lsresidual) to parse it.  If you aren't on a PReP system, you don't
-         want this.
index f4fb837873fbf96b0863ccc04bc20ca8078216a7..bd560c786ed654f76b6703d2b6eb1e37cc717923 100644 (file)
@@ -24,8 +24,3 @@ endmenu
 config PPC_A2_DD2
        bool "Support for DD2 based A2/WSP systems"
        depends on PPC_A2
-
-config WORKAROUND_ERRATUM_463
-       depends on PPC_A2_DD2
-       bool "Workaround erratum 463"
-       default y
index 288add8d168f05f8181f3a7d0eee61ecda89ce82..df169e84db4ed689361431c2044512af1289557b 100644 (file)
@@ -52,16 +52,6 @@ config GENERIC_CALIBRATE_DELAY
 config GENERIC_CLOCKEVENTS
        def_bool y
 
-config SCHED_NO_NO_OMIT_FRAME_POINTER
-       def_bool y
-
-config GENERIC_SYSCALL_TABLE
-       def_bool y
-
-config SCORE_L1_CACHE_SHIFT
-       int
-       default "4"
-
 menu "Kernel type"
 
 config 32BIT
@@ -96,15 +86,6 @@ config STACKTRACE_SUPPORT
 
 source "init/Kconfig"
 
-config PROBE_INITRD_HEADER
-       bool "Probe initrd header created by addinitrd"
-       depends on BLK_DEV_INITRD
-       help
-         Probe initrd header at the last page of kernel image.
-         Say Y here if you are using arch/score/boot/addinitrd.c to
-         add initrd or initramfs image to the kernel image.
-         Otherwise, say N.
-
 config MMU
        def_bool y
 
index 1a6f20d4e7e6b4648aed89fb7c986a672770ad29..f92602e86607cb094f04ead294b8a3d6f6decdcf 100644 (file)
@@ -560,12 +560,7 @@ config SUN_OPENPROMFS
          Only choose N if you know in advance that you will not need to modify
          OpenPROM settings on the running system.
 
-# Makefile helpers
-config SPARC32_PCI
-       bool
-       default y
-       depends on SPARC32 && PCI
-
+# Makefile helper
 config SPARC64_PCI
        bool
        default y
index 77f7a384c0b5128831205165cbd51874a893d23d..cb9a1044a771be75563305f8909097a67cd21778 100644 (file)
@@ -194,9 +194,6 @@ config NEED_PER_CPU_EMBED_FIRST_CHUNK
 config NEED_PER_CPU_PAGE_FIRST_CHUNK
        def_bool y
 
-config HAVE_CPUMASK_OF_CPU_MAP
-       def_bool X86_64_SMP
-
 config ARCH_HIBERNATION_POSSIBLE
        def_bool y
 
index 21bebe63df6660d08e0bd50ac6b8cb2486b76355..1d97bd84b6fbcfe684b559cf271f7fe72d75f92b 100644 (file)
@@ -57,9 +57,6 @@ config ARCH_HAS_SC_SIGNALS
 config ARCH_REUSE_HOST_VSYSCALL_AREA
        def_bool !64BIT
 
-config SMP_BROKEN
-       def_bool 64BIT
-
 config GENERIC_HWEIGHT
        def_bool y
 
index ac6f190743dd3227e269d8e05f9df894681e626f..22745d7bf530d3e4865c869a671f981d4758019d 100644 (file)
@@ -29,15 +29,6 @@ config STMMAC_DA
          By default, the DMA arbitration scheme is based on Round-robin
          (rx:tx priority is 1:1).
 
-config STMMAC_DUAL_MAC
-       bool "STMMAC: dual mac support (EXPERIMENTAL)"
-       default n
-        depends on EXPERIMENTAL && STMMAC_ETH && !STMMAC_TIMER
-       ---help---
-         Some ST SoCs (for example the stx7141 and stx7200c2) have two
-         Ethernet Controllers. This option turns on the second Ethernet
-         device on this kind of platforms.
-
 config STMMAC_TIMER
        bool "STMMAC Timer optimisation"
        default n
index cec66064ee4b51a65be8d940b719c2d67760e4bf..b6f9749b4fa769638392610221b0751fba73eabb 100644 (file)
@@ -51,17 +51,6 @@ config XEN_PCIDEV_FRONTEND
           The PCI device frontend driver allows the kernel to import arbitrary
           PCI devices from a PCI backend to support PCI driver domains.
 
-config XEN_PCIDEV_FE_DEBUG
-        bool "Xen PCI Frontend debugging"
-        depends on XEN_PCIDEV_FRONTEND && PCI_DEBUG
-       help
-         Say Y here if you want the Xen PCI frontend to produce a bunch of debug
-         messages to the system log.  Select this if you are having a
-         problem with Xen PCI frontend support and want to see more of what is
-         going on.
-
-         When in doubt, say N.
-
 config HT_IRQ
        bool "Interrupts on hypertransport devices"
        default y
index aa573c39f59626da03692aea19bb34ad3ac80123..06ea3bcfdd2a3064f462592bbed67ca4b24e9c7e 100644 (file)
@@ -617,20 +617,6 @@ config SCSI_ARCMSR
          To compile this driver as a module, choose M here: the
          module will be called arcmsr (modprobe arcmsr).
 
-config SCSI_ARCMSR_AER
-       bool "Enable PCI Error Recovery Capability in Areca Driver(ARCMSR)"
-       depends on SCSI_ARCMSR && PCIEAER
-       default n
-       help
-         The advanced error reporting(AER) capability is "NOT" provided by
-         ARC1200/1201/1202 SATA RAID controllers cards.
-         If your card is one of ARC1200/1201/1202, please use the default setting, n.
-         If your card is other models, you could pick it
-         on condition that the kernel version is greater than 2.6.19.
-         This function is maintained driver by Nick Cheng. If you have any
-         problems or suggestion, you are welcome to contact with <nick.cheng@areca.com.tw>.
-         To enable this function, choose Y here.
-
 source "drivers/scsi/megaraid/Kconfig.megaraid"
 source "drivers/scsi/mpt2sas/Kconfig"
 
index 96a7572853f7b8f6a5346389c0ec2ff781f068a4..41063e7592d2392b231c42cf86b4144d5f7a34b4 100644 (file)
@@ -61,10 +61,4 @@ config SAMPLE_KDB
          Build an example of how to dynamically add the hello
          command to the kdb shell.
 
-config SAMPLE_HIDRAW
-       bool "Build simple hidraw example"
-       depends on HIDRAW && HEADERS_CHECK
-       help
-         Build an example of how to use hidraw from userspace.
-
 endif # SAMPLES