diff options
author | Maciej W. Rozycki <macro@linux-mips.org> | 2007-10-12 17:46:56 +0200 |
---|---|---|
committer | Ralf Baechle <ralf@linux-mips.org> | 2007-10-29 20:35:37 +0100 |
commit | d9ba26a93a691df24fa520dc47ee9f6f05014bf1 (patch) | |
tree | ea9ff61d256d2b25419d452e9f006fdf8d857061 /arch/mips/configs | |
parent | [MIPS] vmlinux.ld.S: correctly indent .data section (diff) | |
download | linux-d9ba26a93a691df24fa520dc47ee9f6f05014bf1.tar.xz linux-d9ba26a93a691df24fa520dc47ee9f6f05014bf1.zip |
[MIPS] sb1250: Enable GenBus IDE in defconfig.
Enable the onboard GenBus IDE interface in the default configuration.
Signed-off-by: Maciej W. Rozycki <macro@linux-mips.org>
Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
Diffstat (limited to 'arch/mips/configs')
-rw-r--r-- | arch/mips/configs/sb1250-swarm_defconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/mips/configs/sb1250-swarm_defconfig b/arch/mips/configs/sb1250-swarm_defconfig index 49dfcef2518c..c2798229cbfb 100644 --- a/arch/mips/configs/sb1250-swarm_defconfig +++ b/arch/mips/configs/sb1250-swarm_defconfig @@ -468,7 +468,7 @@ CONFIG_BLK_DEV_IDEFLOPPY=y # CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_IDEPCI is not set -# CONFIG_BLK_DEV_IDE_SWARM is not set +CONFIG_BLK_DEV_IDE_SWARM=y # CONFIG_IDE_ARM is not set # CONFIG_BLK_DEV_IDEDMA is not set # CONFIG_IDEDMA_AUTO is not set |