projects
/
sdk
/
emulator
/
emulator-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c6ccfc
)
Modified arch/x86/configs/i386_defconfig to support IDE and it is necessary to mount...
author
kt920.kim
<kt920.kim@samsung.com>
Wed, 11 May 2011 02:08:06 +0000
(11:08 +0900)
committer
kt920.kim
<kt920.kim@samsung.com>
Wed, 11 May 2011 02:08:06 +0000
(11:08 +0900)
arch/x86/configs/i386_defconfig
patch
|
blob
|
history
diff --git
a/arch/x86/configs/i386_defconfig
b/arch/x86/configs/i386_defconfig
index d3ea74687966bc2f3488543d8356b3e55aa68f37..137a7085791f8bc0116a515fa2ec369907341aae 100644
(file)
--- a/
arch/x86/configs/i386_defconfig
+++ b/
arch/x86/configs/i386_defconfig
@@
-822,13
+822,16
@@
CONFIG_MISC_DEVICES=y
# CONFIG_EEPROM_LEGACY is not set
# CONFIG_EEPROM_93CX6 is not set
CONFIG_HAVE_IDE=y
-# CONFIG_IDE is not set
+CONFIG_IDE=y
+CONFIG_IDE_GENERIC=y
+CONFIG_BLK_DEV_PLATFORM=y
+CONFIG_BLK_DEV_GENERIC=y
#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
-CONFIG_SCSI=y
+
#
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set