summaryrefslogtreecommitdiffstats
path: root/target/linux/x86
diff options
context:
space:
mode:
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-07 23:01:47 +0000
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>2012-10-07 23:01:47 +0000
commit3d4fd91c667bc1b3bf13932675913f841c3c4ae5 (patch)
tree17c78ab3cb77b81a70e0bc7424e912264b60ecc4 /target/linux/x86
parent8f44f60e4fd78d098b12031c49620ccda5f9c8ed (diff)
x86/generic: enable cdrom + iso9660 support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@33638 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/x86')
-rw-r--r--target/linux/x86/generic/config-3.36
1 files changed, 5 insertions, 1 deletions
diff --git a/target/linux/x86/generic/config-3.3 b/target/linux/x86/generic/config-3.3
index 0256554b1..0e42ceda6 100644
--- a/target/linux/x86/generic/config-3.3
+++ b/target/linux/x86/generic/config-3.3
@@ -46,6 +46,8 @@ CONFIG_BACKLIGHT_GENERIC=y
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_SAHARA is not set
+CONFIG_BLK_DEV_SR=y
+# CONFIG_BLK_DEV_SR_VENDOR is not set
# CONFIG_BLK_DEV_XD is not set
CONFIG_CONSOLE_TRANSLATIONS=y
CONFIG_CPU_IDLE_GOV_MENU=y
@@ -117,6 +119,8 @@ CONFIG_INTEL_IDLE=y
# CONFIG_INTEL_MENLOW is not set
CONFIG_ISA=y
CONFIG_ISAPNP=y
+CONFIG_ISO9660_FS=y
+# CONFIG_JOLIET is not set
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_LANCE is not set
# CONFIG_LCD_CLASS_DEVICE is not set
@@ -166,7 +170,6 @@ CONFIG_USB=y
CONFIG_USB_COMMON=y
# CONFIG_USB_DEVICEFS is not set
CONFIG_USB_EHCI_HCD=y
-CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_HCD=y
@@ -186,3 +189,4 @@ CONFIG_VT_CONSOLE=y
CONFIG_X86_PM_TIMER=y
# CONFIG_X86_POWERNOW_K8 is not set
# CONFIG_XO15_EBOOK is not set
+# CONFIG_ZISOFS is not set