use the default kernel target on powerpc
[openwrt/staging/florian.git] / target / linux / magicbox / patches / 100-cf_slot.patch
1 --- a/drivers/ide/Kconfig
2 +++ b/drivers/ide/Kconfig
3 @@ -928,6 +928,14 @@ config BLK_DEV_MPC8xx_IDE
4
5 If unsure, say N.
6
7 +config BLK_DEV_MAGICBOX_IDE
8 + tristate "MagicBox 2.0 CF IDE support"
9 + depends on 4xx && IDE
10 + help
11 + This option provides support for IDE on MagicBox 2.0 boards.
12 +
13 + If unsure, say N.
14 +
15 choice
16 prompt "Type of MPC8xx IDE interface"
17 depends on BLK_DEV_MPC8xx_IDE
18 --- a/drivers/ide/ppc/Makefile
19 +++ b/drivers/ide/ppc/Makefile
20 @@ -1,3 +1,4 @@
21
22 obj-$(CONFIG_BLK_DEV_IDE_PMAC) += pmac.o
23 obj-$(CONFIG_BLK_DEV_MPC8xx_IDE) += mpc8xx.o
24 +obj-$(CONFIG_BLK_DEV_MAGICBOX_IDE) += magicbox_ide.o