diff options
author | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-03 15:18:10 +0000 |
---|---|---|
committer | mirko <mirko@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2009-02-03 15:18:10 +0000 |
commit | b986f2514e616db7235010392a1caf28f9a5ae62 (patch) | |
tree | c0fedbac83828a4a69c3a7999abff1443f2839f7 /target | |
parent | e232d9dac4ff604e738bff4bcd56369c0bc458f4 (diff) |
enable inotify kernel support
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14392 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target')
-rw-r--r-- | target/linux/s3c24xx/config-2.6.28 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/linux/s3c24xx/config-2.6.28 b/target/linux/s3c24xx/config-2.6.28 index f8fc063dd..0e2a7c83c 100644 --- a/target/linux/s3c24xx/config-2.6.28 +++ b/target/linux/s3c24xx/config-2.6.28 @@ -277,8 +277,9 @@ CONFIG_IKCONFIG_PROC=y CONFIG_INET_DIAG=y CONFIG_INET_TCP_DIAG=y CONFIG_INITRAMFS_SOURCE="" +CONFIG_INOTIFY=y +CONFIG_INOTIFY_USER=y CONFIG_INPUT=y -# CONFIG_INPUT_CM109 is not set CONFIG_INPUT_EVDEV=y # CONFIG_INPUT_GPIO_BUTTONS is not set CONFIG_INPUT_KEYBOARD=y @@ -573,7 +574,6 @@ CONFIG_RTC_DRV_PCF50633=y # CONFIG_RTC_DRV_PCF8563 is not set # CONFIG_RTC_DRV_PCF8583 is not set # CONFIG_RTC_DRV_RS5C372 is not set -# CONFIG_RTC_DRV_RTC7301 is not set CONFIG_RTC_DRV_S3C=y # CONFIG_RTC_DRV_STK17TA8 is not set # CONFIG_RTC_DRV_TEST is not set |