diff options
Diffstat (limited to 'features/ide')
| -rw-r--r-- | features/ide/ide_m.cfg | 41 | ||||
| -rw-r--r-- | features/ide/ide_m.scc | 4 |
2 files changed, 45 insertions, 0 deletions
diff --git a/features/ide/ide_m.cfg b/features/ide/ide_m.cfg new file mode 100644 index 0000000..b0236eb --- /dev/null +++ b/features/ide/ide_m.cfg | |||
| @@ -0,0 +1,41 @@ | |||
| 1 | # | ||
| 2 | # Protocols | ||
| 3 | # | ||
| 4 | CONFIG_PARIDE=m | ||
| 5 | |||
| 6 | # | ||
| 7 | # Parallel IDE high-level drivers | ||
| 8 | # | ||
| 9 | CONFIG_PARIDE_PD=m | ||
| 10 | CONFIG_PARIDE_PCD=m | ||
| 11 | CONFIG_PARIDE_PF=m | ||
| 12 | |||
| 13 | |||
| 14 | CONFIG_IDE=m | ||
| 15 | |||
| 16 | # | ||
| 17 | # Please see Documentation/ide/ide.txt for help/info on IDE drives | ||
| 18 | # | ||
| 19 | CONFIG_IDE_XFER_MODE=y | ||
| 20 | CONFIG_IDE_ATAPI=y | ||
| 21 | CONFIG_IDE_GD=m | ||
| 22 | CONFIG_IDE_GD_ATA=y | ||
| 23 | CONFIG_BLK_DEV_IDECD=m | ||
| 24 | CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y | ||
| 25 | CONFIG_IDE_PROC_FS=y | ||
| 26 | |||
| 27 | # | ||
| 28 | # IDE chipset support/bugfixes | ||
| 29 | # | ||
| 30 | CONFIG_IDE_GENERIC=m | ||
| 31 | CONFIG_BLK_DEV_PLATFORM=m | ||
| 32 | CONFIG_BLK_DEV_IDEDMA_SFF=y | ||
| 33 | |||
| 34 | # | ||
| 35 | # PCI IDE chipsets support | ||
| 36 | # | ||
| 37 | CONFIG_BLK_DEV_IDEPCI=y | ||
| 38 | CONFIG_BLK_DEV_GENERIC=m | ||
| 39 | CONFIG_BLK_DEV_IDEDMA_PCI=y | ||
| 40 | CONFIG_BLK_DEV_PIIX=m | ||
| 41 | CONFIG_BLK_DEV_IDEDMA=y | ||
diff --git a/features/ide/ide_m.scc b/features/ide/ide_m.scc new file mode 100644 index 0000000..614e94d --- /dev/null +++ b/features/ide/ide_m.scc | |||
| @@ -0,0 +1,4 @@ | |||
| 1 | define KFEATURE_DESCRIPTION "Enable IDE support as modules" | ||
| 2 | define KFEATURE_COMPATIBILITY all | ||
| 3 | |||
| 4 | kconf hardware ide_m.cfg | ||
