summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--features/cdrom/cdrom_m.cfg4
-rw-r--r--features/cdrom/cdrom_m.scc4
-rw-r--r--features/scsi/scsi_y.cfg2
-rw-r--r--features/scsi/scsi_y.scc5
4 files changed, 15 insertions, 0 deletions
diff --git a/features/cdrom/cdrom_m.cfg b/features/cdrom/cdrom_m.cfg
new file mode 100644
index 0000000..ed950ce
--- /dev/null
+++ b/features/cdrom/cdrom_m.cfg
@@ -0,0 +1,4 @@
1CONFIG_BLK_DEV_SR=m
2
3# Automatically set to =y by CONFIG_BLK_DEV_SR
4CONFIG_BLK_DEV_SR_VENDOR=y
diff --git a/features/cdrom/cdrom_m.scc b/features/cdrom/cdrom_m.scc
new file mode 100644
index 0000000..b744381
--- /dev/null
+++ b/features/cdrom/cdrom_m.scc
@@ -0,0 +1,4 @@
1define KFEATURE_DESCRIPTION "Enable cd-rom support as a module"
2define KFEATURE_COMPATIBILITY all
3
4kconf hardware cdrom_m.cfg
diff --git a/features/scsi/scsi_y.cfg b/features/scsi/scsi_y.cfg
new file mode 100644
index 0000000..e52d277
--- /dev/null
+++ b/features/scsi/scsi_y.cfg
@@ -0,0 +1,2 @@
1CONFIG_SCSI=y
2CONFIG_BLK_DEV_SD=y
diff --git a/features/scsi/scsi_y.scc b/features/scsi/scsi_y.scc
new file mode 100644
index 0000000..aca2e19
--- /dev/null
+++ b/features/scsi/scsi_y.scc
@@ -0,0 +1,5 @@
1define KFEATURE_DESCRIPTION "Set SCSI block device support as built in"
2
3define KFEATURE_COMPATIBILITY all
4
5kconf hardware scsi_y.cfg