cmd640: fix dependency on IDE_GENERIC
Make BLK_DEV_CMD640 select IDE_GENERIC. Acked-by: Sergei Shtylyov <sshtylyov@ru.mvista.com> Signed-off-by: Bartlomiej Zolnierkiewicz <bzolnier@gmail.com>
This commit is contained in:
parent
944000921d
commit
ac87e41116
|
@ -327,6 +327,7 @@ config BLK_DEV_PLATFORM
|
||||||
config BLK_DEV_CMD640
|
config BLK_DEV_CMD640
|
||||||
bool "CMD640 chipset bugfix/support"
|
bool "CMD640 chipset bugfix/support"
|
||||||
depends on X86
|
depends on X86
|
||||||
|
select IDE_GENERIC
|
||||||
---help---
|
---help---
|
||||||
The CMD-Technologies CMD640 IDE chip is used on many common 486 and
|
The CMD-Technologies CMD640 IDE chip is used on many common 486 and
|
||||||
Pentium motherboards, usually in combination with a "Neptune" or
|
Pentium motherboards, usually in combination with a "Neptune" or
|
||||||
|
|
Loading…
Reference in New Issue