ChangeSet 1.2065.4.7, 2005/03/12 23:13:45+01:00, [EMAIL PROTECTED]
Kconfig: cleanup various driver menus
This properly indents various driver menus.
Remove PARPORT_PC_CML1.
Signed-off-by: Roman Zippel <[EMAIL PROTECTED]>
Signed-off-by: Sam Ravnborg <[EMAIL PROTECTED]>
mtd/Kconfig | 18 +++++++++---------
parport/Kconfig | 12 +++---------
video/Kconfig | 2 +-
3 files changed, 13 insertions(+), 19 deletions(-)
diff -Nru a/drivers/mtd/Kconfig b/drivers/mtd/Kconfig
--- a/drivers/mtd/Kconfig 2005-03-13 09:08:52 -08:00
+++ b/drivers/mtd/Kconfig 2005-03-13 09:08:52 -08:00
@@ -27,6 +27,15 @@
help
Determines the verbosity level of the MTD debugging messages.
+config MTD_CONCAT
+ tristate "MTD concatenating support"
+ depends on MTD
+ help
+ Support for concatenating several MTD devices into a single
+ (virtual) one. This allows you to have -for example- a JFFS(2)
+ file system spanning multiple physical flash chips. If unsure,
+ say 'Y'.
+
config MTD_PARTITIONS
bool "MTD partitioning support"
depends on MTD
@@ -39,15 +48,6 @@
Note, however, that you don't need this option for the DiskOnChip
devices. Partitioning on NFTL 'devices' is a different - that's the
'normal' form of partitioning used on a block device.
-
-config MTD_CONCAT
- tristate "MTD concatenating support"
- depends on MTD
- help
- Support for concatenating several MTD devices into a single
- (virtual) one. This allows you to have -for example- a JFFS(2)
- file system spanning multiple physical flash chips. If unsure,
- say 'Y'.
config MTD_REDBOOT_PARTS
tristate "RedBoot partition table parsing"
diff -Nru a/drivers/parport/Kconfig b/drivers/parport/Kconfig
--- a/drivers/parport/Kconfig 2005-03-13 09:08:52 -08:00
+++ b/drivers/parport/Kconfig 2005-03-13 09:08:52 -08:00
@@ -46,15 +46,9 @@
If unsure, say Y.
-config PARPORT_PC_CML1
- tristate
- depends on PARPORT!=n && PARPORT_PC!=n
- default PARPORT_PC if SERIAL_8250=y
- default m if SERIAL_8250=m
-
config PARPORT_SERIAL
tristate "Multi-IO cards (parallel and serial)"
- depends on SERIAL_8250!=n && PARPORT_PC_CML1 && PCI
+ depends on SERIAL_8250 && PARPORT_PC && PCI
help
This adds support for multi-IO PCI cards that have parallel and
serial ports. You should say Y or M here. If you say M, the module
@@ -118,8 +112,8 @@
config PARPORT_GSC
tristate
- depends on GSC
- default PARPORT
+ default GSC
+ depends on PARPORT
config PARPORT_SUNBPP
tristate "Sparc hardware (EXPERIMENTAL)"
diff -Nru a/drivers/video/Kconfig b/drivers/video/Kconfig
--- a/drivers/video/Kconfig 2005-03-13 09:08:52 -08:00
+++ b/drivers/video/Kconfig 2005-03-13 09:08:52 -08:00
@@ -1372,7 +1372,7 @@
config FB_68328
bool "Motorola 68328 native frame buffer support"
- depends on (M68328 || M68EZ328 || M68VZ328)
+ depends on FB && (M68328 || M68EZ328 || M68VZ328)
select FB_CFB_FILLRECT
select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT
-
To unsubscribe from this list: send the line "unsubscribe bk-commits-head" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at http://vger.kernel.org/majordomo-info.html