Skip to content

Commit

Permalink
cdrom: hide CONFIG_CDROM menu selection
Browse files Browse the repository at this point in the history
We don't need to expose this. The point is that drivers select
the uniform CDROM layer, if they need it, the user should not
have to make a conscious decision on whether to include this
separately or not.

Fixes: 2a75016 ("block: Rework drivers/cdrom/Makefile")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
  • Loading branch information
Jens Axboe committed Nov 3, 2017
1 parent ea435e1 commit a116895
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions drivers/block/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -68,14 +68,7 @@ config AMIGA_Z2RAM
module will be called z2ram.

config CDROM
tristate "CD-ROM driver"
help
A CD-ROM is a pre-pressed optical compact disc which contains
data. The name is an acronym which stands for "Compact Disc
Read-Only Memory". This driver implements functionality that is
shared by all CD-ROM drivers, e.g. the IDE CD-ROM driver and the
SCSI CD-ROM driver. For a list of the ioctls implemented by this
driver, see also Documentation/ioctl/cdrom.txt.
tristate

config GDROM
tristate "SEGA Dreamcast GD-ROM drive"
Expand Down

0 comments on commit a116895

Please sign in to comment.