]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
Kconfig: remove a few puzzling comments
authorPaul Bolle <pebolle@tiscali.nl>
Sun, 30 Oct 2011 11:51:41 +0000 (12:51 +0100)
committerJiri Kosina <jkosina@suse.cz>
Mon, 31 Oct 2011 09:58:48 +0000 (10:58 +0100)
These comments mention CONFIG options that do not exist: not as a symbol
in a Kconfig file (without the CONFIG_ prefix) and neither as a symbol
(with that prefix) in the code.

There's one reference to XSCALE_PMU_TIMER as a negative dependency.
But XSCALE_PMU_TIMER is never defined (CONFIG_XSCALE_PMU_TIMER is
also unused in the code). It shows up with type "unknown" if you search
for it in menuconfig. Apparently a negative dependency on an unknown
symbol is always true. That negative dependency can be removed too.

Signed-off-by: Paul Bolle <pebolle@tiscali.nl>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
arch/arm/Kconfig
arch/cris/Kconfig.debug
drivers/video/console/Kconfig
net/ipv4/Kconfig

index 7536b9cbb072a089e2c454434972461fbf403480..49e41d6dffb965af09a0647c17287e0e90650fb5 100644 (file)
@@ -1083,10 +1083,9 @@ config IWMMXT
          Enable support for iWMMXt context switching at run time if
          running on a CPU that supports it.
 
-#  bool 'Use XScale PMU as timer source' CONFIG_XSCALE_PMU_TIMER
 config XSCALE_PMU
        bool
-       depends on CPU_XSCALE && !XSCALE_PMU_TIMER
+       depends on CPU_XSCALE
        default y
 
 config CPU_HAS_PMU
index 0b9a630dc812c1106522e5ce59e38c03201a8dcb..14881e81e8a34c4ca5e369ec5b455a9265c57831 100644 (file)
@@ -1,6 +1,5 @@
 menu "Kernel hacking"
 
-#bool 'Debug kmalloc/kfree' CONFIG_DEBUG_MALLOC
 config PROFILING
        bool "Kernel profiling support"
 
index 2209e354f53110bc8b6670ce09c0626cf340941a..c2d11fef114b0ae7bc64045fea9f1e8cf58af6bf 100644 (file)
@@ -66,8 +66,6 @@ config SGI_NEWPORT_CONSOLE
           Say Y here if you want the console on the Newport aka XL graphics
           card of your Indy.  Most people say Y here.
 
-#  bool 'IODC console' CONFIG_IODC_CONSOLE
-
 config DUMMY_CONSOLE
        bool
        depends on VGA_CONSOLE!=y || SGI_NEWPORT_CONSOLE!=y 
index cbb505ba9324fa05caeb9f93e545d9cfaf42e7af..251f6621435c2cf686bc9bb4ad1bb4e666b0fa3c 100644 (file)
@@ -163,8 +163,6 @@ config IP_PNP_RARP
          operating on your network. Read
          <file:Documentation/filesystems/nfs/nfsroot.txt> for details.
 
-# not yet ready..
-#   bool '    IP: ARP support' CONFIG_IP_PNP_ARP
 config NET_IPIP
        tristate "IP: tunneling"
        select INET_TUNNEL