diff options
| author | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-09 13:10:17 +0200 |
|---|---|---|
| committer | Adrian Stratulat <adrian.stratulat@enea.com> | 2020-06-11 12:31:55 +0200 |
| commit | 2e53208e8c1eaf83fb6b6411f8465f2bdf1d6069 (patch) | |
| tree | a75c155496521cf9fb1931751aa573d8bb33a1ea /features/ide | |
| parent | 9153e7a0c6a10dfe5ada1661ab116068cfc364ee (diff) | |
| download | enea-kernel-cache-ampere-4.14.tar.gz | |
Add supporting config snippetsampere-4.14
Change-Id: Ic2f7c31c8ad274f4c3677320b81ccb0407612711
Signed-off-by: Adrian Stratulat <adrian.stratulat@enea.com>
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 | ||
