aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/arm/Kconfig3
-rw-r--r--arch/cris/Kconfig.debug1
-rw-r--r--drivers/video/console/Kconfig2
-rw-r--r--net/ipv4/Kconfig2
4 files changed, 1 insertions, 7 deletions
diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
index 7536b9cbb072..49e41d6dffb9 100644
--- a/arch/arm/Kconfig
+++ b/arch/arm/Kconfig
@@ -1083,10 +1083,9 @@ config IWMMXT
1083 Enable support for iWMMXt context switching at run time if 1083 Enable support for iWMMXt context switching at run time if
1084 running on a CPU that supports it. 1084 running on a CPU that supports it.
1085 1085
1086# bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
1087config XSCALE_PMU 1086config XSCALE_PMU
1088 bool 1087 bool
1089 depends on CPU_XSCALE && !XSCALE_PMU_TIMER 1088 depends on CPU_XSCALE
1090 default y 1089 default y
1091 1090
1092config CPU_HAS_PMU 1091config CPU_HAS_PMU
diff --git a/arch/cris/Kconfig.debug b/arch/cris/Kconfig.debug
index 0b9a630dc812..14881e81e8a3 100644
--- a/arch/cris/Kconfig.debug
+++ b/arch/cris/Kconfig.debug
@@ -1,6 +1,5 @@
1menu "Kernel hacking" 1menu "Kernel hacking"
2 2
3#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
4config PROFILING 3config PROFILING
5 bool "Kernel profiling support" 4 bool "Kernel profiling support"
6 5
diff --git a/drivers/video/console/Kconfig b/drivers/video/console/Kconfig
index 2209e354f531..c2d11fef114b 100644
--- a/drivers/video/console/Kconfig
+++ b/drivers/video/console/Kconfig
@@ -66,8 +66,6 @@ config SGI_NEWPORT_CONSOLE
66 Say Y here if you want the console on the Newport aka XL graphics 66 Say Y here if you want the console on the Newport aka XL graphics
67 card of your Indy. Most people say Y here. 67 card of your Indy. Most people say Y here.
68 68
69# bool 'IODC console' CONFIG_IODC_CONSOLE
70
71config DUMMY_CONSOLE 69config DUMMY_CONSOLE
72 bool 70 bool
73 depends on VGA_CONSOLE!=y || SGI_NEWPORT_CONSOLE!=y 71 depends on VGA_CONSOLE!=y || SGI_NEWPORT_CONSOLE!=y
diff --git a/net/ipv4/Kconfig b/net/ipv4/Kconfig
index cbb505ba9324..251f6621435c 100644
--- a/net/ipv4/Kconfig
+++ b/net/ipv4/Kconfig
@@ -163,8 +163,6 @@ config IP_PNP_RARP
163 operating on your network. Read 163 operating on your network. Read
164 <file:Documentation/filesystems/nfs/nfsroot.txt> for details. 164 <file:Documentation/filesystems/nfs/nfsroot.txt> for details.
165 165
166# not yet ready..
167# bool ' IP: ARP support' CONFIG_IP_PNP_ARP
168config NET_IPIP 166config NET_IPIP
169 tristate "IP: tunneling" 167 tristate "IP: tunneling"
170 select INET_TUNNEL 168 select INET_TUNNEL