diff options
author | Holger Freyther <zecke@selfish.org> | 2004-09-21 23:32:25 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2004-09-21 23:32:25 +0000 |
commit | 27e68c51dfae95abdf6089c6d392dd22bc529a99 (patch) | |
tree | 0bd15c5c72e0bed24b69f43c797a6d9829ec071d /linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad | |
parent | b0802d0f5df0e90a830d1885dfeefb10d391e2f8 (diff) |
SIMpad:
Include IDE and IDE CardService into the Kernel.
This change makes it possible to use Compact Flash and MicroDrive on SIMpad again
BKrev: 4150ba09lQxB6LFKZkjgktLOfji0YA
Diffstat (limited to 'linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad')
-rw-r--r-- | linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad index c09254e319..6f53de1b4d 100644 --- a/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad +++ b/linux/opensimpad-2.4.25-vrs2-pxa1-jpm1/defconfig-simpad @@ -204,7 +204,7 @@ CONFIG_PM=y CONFIG_APM=y CONFIG_SIMPAD_PM=y # CONFIG_ARTHUR is not set -CONFIG_CMDLINE="mtdparts=sa1100:512k(boot),1m(kernel),-(root) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 mem=32M" +CONFIG_CMDLINE="mtdparts=sa1100:512k(boot),1m(kernel),-(root) console=ttySA root=1f02 noinitrd jffs2_orphaned_inodes=delete rootfstype=jffs2 mem=64M" CONFIG_LEDS=y # CONFIG_LEDS_TIMER is not set # CONFIG_LEDS_CPU is not set @@ -683,18 +683,18 @@ CONFIG_SA1100_FIR=m # # ATA/ATAPI/MFM/RLL support # -CONFIG_IDE=m +CONFIG_IDE=y # # IDE, ATA and ATAPI Block devices # -CONFIG_BLK_DEV_IDE=m +CONFIG_BLK_DEV_IDE=y # CONFIG_BLK_DEV_HD_IDE is not set # CONFIG_BLK_DEV_HD is not set -CONFIG_BLK_DEV_IDEDISK=m +CONFIG_BLK_DEV_IDEDISK=y # CONFIG_IDEDISK_MULTI_MODE is not set # CONFIG_IDEDISK_STROKE is not set -CONFIG_BLK_DEV_IDECS=m +CONFIG_BLK_DEV_IDECS=y # CONFIG_BLK_DEV_IDECD is not set # CONFIG_BLK_DEV_IDETAPE is not set # CONFIG_BLK_DEV_IDEFLOPPY is not set |