Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 2395e463 authored by Randy Dunlap's avatar Randy Dunlap Committed by Jens Axboe
Browse files

paride: fix menu indentation



Make the PARIDE menu be displayed correctly, with proper/expected
indentation, by moving the GDROM kconfig symbol, which was
splitting the PARIDE kconfig symbol from its dependent symbols.

Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: default avatarJens Axboe <jens.axboe@oracle.com>
parent 01effb0d
Loading
Loading
Loading
Loading
+11 −11
Original line number Original line Diff line number Diff line
@@ -76,6 +76,17 @@ config BLK_DEV_XD


	  It's pretty unlikely that you have one of these: say N.
	  It's pretty unlikely that you have one of these: say N.


config GDROM
	tristate "SEGA Dreamcast GD-ROM drive"
	depends on SH_DREAMCAST
	help
	  A standard SEGA Dreamcast comes with a modified CD ROM drive called a
	  "GD-ROM" by SEGA to signify it is capable of reading special disks
	  with up to 1 GB of data. This drive will also read standard CD ROM
	  disks. Select this option to access any disks in your GD ROM drive.
	  Most users will want to say "Y" here.
	  You can also build this as a module which will be called gdrom.

config PARIDE
config PARIDE
	tristate "Parallel port IDE device support"
	tristate "Parallel port IDE device support"
	depends on PARPORT_PC
	depends on PARPORT_PC
@@ -103,17 +114,6 @@ config PARIDE
	  "MicroSolutions backpack protocol", "DataStor Commuter protocol"
	  "MicroSolutions backpack protocol", "DataStor Commuter protocol"
	  etc.).
	  etc.).


config GDROM
	tristate "SEGA Dreamcast GD-ROM drive"
	depends on SH_DREAMCAST
	help
	  A standard SEGA Dreamcast comes with a modified CD ROM drive called a
	  "GD-ROM" by SEGA to signify it is capable of reading special disks
	  with up to 1 GB of data. This drive will also read standard CD ROM
	  disks. Select this option to access any disks in your GD ROM drive.
	  Most users will want to say "Y" here.
	  You can also build this as a module which will be called gdrom.

source "drivers/block/paride/Kconfig"
source "drivers/block/paride/Kconfig"


config BLK_CPQ_DA
config BLK_CPQ_DA