diff options
author | Paul Bolle <pebolle@tiscali.nl> | 2011-10-30 07:51:41 -0400 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2011-10-31 05:58:48 -0400 |
commit | bfc994b5fcdee8d29ee7a6aafc025fe0863f0f83 (patch) | |
tree | 2c5dea9c9c788a9841be5b3120544e5d7827798e /drivers/video/console | |
parent | eeb3151ced1307c418e4c00433f814e210e4b899 (diff) |
Kconfig: remove a few puzzling comments
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>
Diffstat (limited to 'drivers/video/console')
-rw-r--r-- | drivers/video/console/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
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 | |||
71 | config DUMMY_CONSOLE | 69 | config 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 |