mirror of
https://github.com/armbian/linux.git
synced 2026-01-06 10:13:00 -08:00
Kconfig: Remove useless and sometimes wrong comments
Additionally, some excessive newlines removed. Signed-off-by: Michael Roth <mroth@nessie.de> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:
committed by
Jiri Kosina
parent
7beeec88e5
commit
fa3012318b
@@ -1,13 +1,7 @@
|
||||
# arch/arm/mach-s3c2400/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
|
||||
|
||||
|
||||
menu "S3C2400 Machines"
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c2410/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c2412/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
@@ -90,6 +88,4 @@ config MACH_VSTMS
|
||||
help
|
||||
Say Y here if you are using an VSTMS board
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c2440/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
@@ -109,4 +107,3 @@ config MACH_MINI2440
|
||||
available via various sources. It can come with a 3.5" or 7" touch LCD.
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c2442/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
@@ -36,6 +34,4 @@ config MACH_NEO1973_GTA02
|
||||
help
|
||||
Say Y here if you are using the Openmoko GTA02 / Freerunner GSM Phone
|
||||
|
||||
|
||||
endmenu
|
||||
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c2443/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c6400/Kconfig
|
||||
#
|
||||
# Copyright 2008 Openmoko, Inc.
|
||||
# Simtec Electronics, Ben Dooks <ben@simtec.co.uk>
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s3c6410/Kconfig
|
||||
#
|
||||
# Copyright 2008 Openmoko, Inc.
|
||||
# Copyright 2008 Simtec Electronics
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/mach-s5pc100/Kconfig
|
||||
#
|
||||
# Copyright 2009 Samsung Electronics Co.
|
||||
# Byungho Min <bhmin@samsung.com>
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/plat-s3c/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/plat-s3c24xx/Kconfig
|
||||
#
|
||||
# Copyright 2007 Simtec Electronics
|
||||
#
|
||||
# Licensed under GPLv2
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/plat-s3c64xx/Kconfig
|
||||
#
|
||||
# Copyright 2008 Openmoko, Inc.
|
||||
# Copyright 2008 Simtec Electronics
|
||||
# Ben Dooks <ben@simtec.co.uk>
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# arch/arm/plat-s5pc1xx/Kconfig
|
||||
#
|
||||
# Copyright 2009 Samsung Electronics Co.
|
||||
# Byungho Min <bhmin@samsung.com>
|
||||
#
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
# drivers/Kconfig
|
||||
|
||||
menu "Device Drivers"
|
||||
|
||||
source "drivers/base/Kconfig"
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Config.in for IBM Active 2000 ISDN driver
|
||||
#
|
||||
config ISDN_DRV_ACT2000
|
||||
tristate "IBM Active 2000 support"
|
||||
depends on ISA
|
||||
@@ -10,4 +7,3 @@ config ISDN_DRV_ACT2000
|
||||
into the card using a utility which is part of the latest
|
||||
isdn4k-utils package. Please read the file
|
||||
<file:Documentation/isdn/README.act2000> for more information.
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Config.in for the CAPI subsystem
|
||||
#
|
||||
config ISDN_DRV_AVMB1_VERBOSE_REASON
|
||||
bool "Verbose reason code reporting"
|
||||
default y
|
||||
@@ -59,4 +56,3 @@ config ISDN_CAPI_CAPIDRV
|
||||
the legacy isdn4linux link layer. If you have a card which is
|
||||
supported by a CAPI driver, but still want to use old features like
|
||||
ippp interfaces or ttyI emulation, say Y/M here.
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Config.in for HYSDN ISDN driver
|
||||
#
|
||||
config HYSDN
|
||||
tristate "Hypercope HYSDN cards (Champ, Ergo, Metro) support (module only)"
|
||||
depends on m && PROC_FS && PCI
|
||||
@@ -15,4 +12,3 @@ config HYSDN_CAPI
|
||||
depends on HYSDN && ISDN_CAPI
|
||||
help
|
||||
Say Y here if you like to use Hypercope's CAPI 2.0 interface.
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Config.in for ICN ISDN driver
|
||||
#
|
||||
config ISDN_DRV_ICN
|
||||
tristate "ICN 2B and 4B support"
|
||||
depends on ISA
|
||||
@@ -13,4 +10,3 @@ config ISDN_DRV_ICN
|
||||
separately. See <file:Documentation/isdn/README> and
|
||||
<file:Documentation/isdn/README.icn> for more
|
||||
information.
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Config.in for PCBIT ISDN driver
|
||||
#
|
||||
config ISDN_DRV_PCBIT
|
||||
tristate "PCBIT-D support"
|
||||
depends on ISA && (BROKEN || X86)
|
||||
@@ -11,4 +8,3 @@ config ISDN_DRV_PCBIT
|
||||
the card using a utility which is distributed separately. See
|
||||
<file:Documentation/isdn/README> and
|
||||
<file:Documentation/isdn/README.pcbit> for more information.
|
||||
|
||||
|
||||
@@ -1,6 +1,3 @@
|
||||
#
|
||||
# Config.in for Spellcaster ISDN driver
|
||||
#
|
||||
config ISDN_DRV_SC
|
||||
tristate "Spellcaster support"
|
||||
depends on ISA
|
||||
@@ -9,4 +6,3 @@ config ISDN_DRV_SC
|
||||
driver currently builds only in a modularized version.
|
||||
To build it, choose M here: the module will be called sc.
|
||||
See <file:Documentation/isdn/README.sc> for more information.
|
||||
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user