aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Bolle <pebolle@tiscali.nl>2011-10-23 11:23:54 -0400
committerJiri Kosina <jkosina@suse.cz>2011-10-29 15:31:21 -0400
commit3007c48a6a1bc6c7b81d5d9890bcbd5c0b519235 (patch)
tree57e5ebb878945574053e96d43218ceb037dcbc4b
parent6099e419ae7e1dd44c808693bd1905d22a6db15f (diff)
treewide: remove commented out Kconfig entries
These Kconfig entries have been commented out since (at least) v2.6.12-rc2 (the first commit of the git repository). There's no indication why they're commented out. They might as well be removed. Signed-off-by: Paul Bolle <pebolle@tiscali.nl> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
-rw-r--r--arch/frv/Kconfig10
-rw-r--r--arch/mips/Kconfig4
-rw-r--r--arch/mips/sgi-ip27/Kconfig6
-rw-r--r--drivers/parisc/Kconfig7
4 files changed, 0 insertions, 27 deletions
diff --git a/arch/frv/Kconfig b/arch/frv/Kconfig
index bad27a6ff407..c5e69abb4889 100644
--- a/arch/frv/Kconfig
+++ b/arch/frv/Kconfig
@@ -341,16 +341,6 @@ source "drivers/pci/Kconfig"
341 341
342source "drivers/pcmcia/Kconfig" 342source "drivers/pcmcia/Kconfig"
343 343
344#config MATH_EMULATION
345# bool "Math emulation support (EXPERIMENTAL)"
346# depends on EXPERIMENTAL
347# help
348# At some point in the future, this will cause floating-point math
349# instructions to be emulated by the kernel on machines that lack a
350# floating-point math coprocessor. Thrill-seekers and chronically
351# sleep-deprived psychotic hacker types can say Y now, everyone else
352# should probably wait a while.
353
354menu "Power management options" 344menu "Power management options"
355 345
356config ARCH_SUSPEND_POSSIBLE 346config ARCH_SUSPEND_POSSIBLE
diff --git a/arch/mips/Kconfig b/arch/mips/Kconfig
index b122adc8bdbb..c616420efe8b 100644
--- a/arch/mips/Kconfig
+++ b/arch/mips/Kconfig
@@ -2386,10 +2386,6 @@ config TC
2386 Linux driver support status is documented at: 2386 Linux driver support status is documented at:
2387 <http://www.linux-mips.org/wiki/DECstation> 2387 <http://www.linux-mips.org/wiki/DECstation>
2388 2388
2389#config ACCESSBUS
2390# bool "Access.Bus support"
2391# depends on TC
2392
2393config MMU 2389config MMU
2394 bool 2390 bool
2395 default y 2391 default y
diff --git a/arch/mips/sgi-ip27/Kconfig b/arch/mips/sgi-ip27/Kconfig
index bc5e9769bb73..4b2ea282b9c7 100644
--- a/arch/mips/sgi-ip27/Kconfig
+++ b/arch/mips/sgi-ip27/Kconfig
@@ -1,9 +1,3 @@
1#config SGI_SN0_XXL
2# bool "IP27 XXL"
3# depends on SGI_IP27
4# This options adds support for userspace processes up to 16TB size.
5# Normally the limit is just .5TB.
6
7choice 1choice
8 prompt "Node addressing mode" 2 prompt "Node addressing mode"
9 depends on SGI_IP27 3 depends on SGI_IP27
diff --git a/drivers/parisc/Kconfig b/drivers/parisc/Kconfig
index 553a9905299a..620264936341 100644
--- a/drivers/parisc/Kconfig
+++ b/drivers/parisc/Kconfig
@@ -108,13 +108,6 @@ config IOMMU_HELPER
108 depends on IOMMU_SBA || IOMMU_CCIO 108 depends on IOMMU_SBA || IOMMU_CCIO
109 default y 109 default y
110 110
111#config PCI_EPIC
112# bool "EPIC/SAGA PCI support"
113# depends on PCI
114# default y
115# help
116# Say Y here for V-class PCI, DMA/IOMMU, IRQ subsystem support.
117
118source "drivers/pcmcia/Kconfig" 111source "drivers/pcmcia/Kconfig"
119 112
120source "drivers/pci/hotplug/Kconfig" 113source "drivers/pci/hotplug/Kconfig"