diff options
author | sledz <sledz@ba11ecae-741b-462f-8724-1218f99f5906> | 2010-06-29 14:24:31 +0000 |
---|---|---|
committer | Steffen Sledz <sledz@dresearch.de> | 2010-06-30 08:02:34 +0200 |
commit | c45b19daad176850e53e88bfc2499d93e54d8f2a (patch) | |
tree | 4886dd19ec4eba03f3da55d28736e11ba5a87c85 /recipes/linux | |
parent | 46a631a298b42d2fd49160a60b8cbf8023328430 (diff) |
linux-2.6.24: enable DEBUG_FS and USB_MON for hipox machine
Signed-off-by: Steffen Sledz <sledz@dresearch.de>
git-svn-id: https://svn.dresearch.de/repos/openembedded/branches/2010-02-24_initial@92 ba11ecae-741b-462f-8724-1218f99f5906
Diffstat (limited to 'recipes/linux')
-rw-r--r-- | recipes/linux/linux-2.6.24/hipox/defconfig | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/recipes/linux/linux-2.6.24/hipox/defconfig b/recipes/linux/linux-2.6.24/hipox/defconfig index 9dbe866109..be42d03f05 100644 --- a/recipes/linux/linux-2.6.24/hipox/defconfig +++ b/recipes/linux/linux-2.6.24/hipox/defconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Linux kernel version: 2.6.24.7 -# Wed May 26 09:12:55 2010 +# Fri Jun 25 12:36:50 2010 # CONFIG_ARM=y CONFIG_SYS_SUPPORTS_APM_EMULATION=y @@ -1028,7 +1028,7 @@ CONFIG_USB_STORAGE=m # # CONFIG_USB_MDC800 is not set # CONFIG_USB_MICROTEK is not set -# CONFIG_USB_MON is not set +CONFIG_USB_MON=y # # USB port drivers @@ -1178,7 +1178,9 @@ CONFIG_EXT4DEV_FS_XATTR=y CONFIG_EXT4DEV_FS_POSIX_ACL=y CONFIG_EXT4DEV_FS_SECURITY=y CONFIG_JBD=y +# CONFIG_JBD_DEBUG is not set CONFIG_JBD2=m +# CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y CONFIG_REISERFS_FS=m # CONFIG_REISERFS_CHECK is not set @@ -1367,7 +1369,7 @@ CONFIG_ENABLE_WARN_DEPRECATED=y CONFIG_ENABLE_MUST_CHECK=y CONFIG_MAGIC_SYSRQ=y # CONFIG_UNUSED_SYMBOLS is not set -# CONFIG_DEBUG_FS is not set +CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set |