Commit b49ba253 authored by Sam Ravnborg's avatar Sam Ravnborg

Kconfig: cleanup various driver menus

This properly indents various driver menus.
Remove PARPORT_PC_CML1.
Signed-off-by: default avatarRoman Zippel <zippel@linux-m68k.org>
Signed-off-by: default avatarSam Ravnborg <sam@ravnborg.org>
parent dfa4df1f
...@@ -27,6 +27,15 @@ config MTD_DEBUG_VERBOSE ...@@ -27,6 +27,15 @@ config MTD_DEBUG_VERBOSE
help help
Determines the verbosity level of the MTD debugging messages. 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 config MTD_PARTITIONS
bool "MTD partitioning support" bool "MTD partitioning support"
depends on MTD depends on MTD
...@@ -40,15 +49,6 @@ config MTD_PARTITIONS ...@@ -40,15 +49,6 @@ config MTD_PARTITIONS
devices. Partitioning on NFTL 'devices' is a different - that's the devices. Partitioning on NFTL 'devices' is a different - that's the
'normal' form of partitioning used on a block device. '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 config MTD_REDBOOT_PARTS
tristate "RedBoot partition table parsing" tristate "RedBoot partition table parsing"
depends on MTD_PARTITIONS depends on MTD_PARTITIONS
......
...@@ -46,15 +46,9 @@ config PARPORT_PC ...@@ -46,15 +46,9 @@ config PARPORT_PC
If unsure, say Y. 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 config PARPORT_SERIAL
tristate "Multi-IO cards (parallel and 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 help
This adds support for multi-IO PCI cards that have parallel and 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 serial ports. You should say Y or M here. If you say M, the module
...@@ -118,8 +112,8 @@ config PARPORT_ATARI ...@@ -118,8 +112,8 @@ config PARPORT_ATARI
config PARPORT_GSC config PARPORT_GSC
tristate tristate
depends on GSC default GSC
default PARPORT depends on PARPORT
config PARPORT_SUNBPP config PARPORT_SUNBPP
tristate "Sparc hardware (EXPERIMENTAL)" tristate "Sparc hardware (EXPERIMENTAL)"
......
...@@ -1372,7 +1372,7 @@ config FB_G364 ...@@ -1372,7 +1372,7 @@ config FB_G364
config FB_68328 config FB_68328
bool "Motorola 68328 native frame buffer support" 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_FILLRECT
select FB_CFB_COPYAREA select FB_CFB_COPYAREA
select FB_CFB_IMAGEBLIT select FB_CFB_IMAGEBLIT
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment