diff options
author | Luka Perkov <luka@openwrt.org> | 2014-01-15 14:11:36 +0000 |
---|---|---|
committer | Luka Perkov <luka@openwrt.org> | 2014-01-15 14:11:36 +0000 |
commit | e0afecf74833b1851dbeef7f360428c52b7ed037 (patch) | |
tree | 560374deef039f725e6e637e50fc6827f8403f05 /target/linux | |
parent | da2b0467431b3a6d44db1572ec430dfe2c82d608 (diff) | |
download | master-187ad058-e0afecf74833b1851dbeef7f360428c52b7ed037.tar.gz master-187ad058-e0afecf74833b1851dbeef7f360428c52b7ed037.tar.bz2 master-187ad058-e0afecf74833b1851dbeef7f360428c52b7ed037.zip |
lantiq: update kernel configuration
Signed-off-by: Luka Perkov <luka@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@39296 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux')
-rw-r--r-- | target/linux/lantiq/config-default | 2 | ||||
-rw-r--r-- | target/linux/lantiq/xrx200/config-default | 1 | ||||
-rw-r--r-- | target/linux/lantiq/xway/config-default | 1 |
3 files changed, 1 insertions, 3 deletions
diff --git a/target/linux/lantiq/config-default b/target/linux/lantiq/config-default index 73f35dea93..c42c20dad2 100644 --- a/target/linux/lantiq/config-default +++ b/target/linux/lantiq/config-default @@ -64,7 +64,7 @@ CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_GENERIC_DMA_COHERENT=y CONFIG_HAVE_GENERIC_HARDIRQS=y CONFIG_HAVE_IDE=y -CONFIG_HAVE_IRQ_WORK=y +CONFIG_HAVE_KVM=y CONFIG_HAVE_MACH_CLKDEV=y CONFIG_HAVE_MEMBLOCK=y CONFIG_HAVE_MEMBLOCK_NODE_MAP=y diff --git a/target/linux/lantiq/xrx200/config-default b/target/linux/lantiq/xrx200/config-default index dddd7a673c..64f9c9f3b6 100644 --- a/target/linux/lantiq/xrx200/config-default +++ b/target/linux/lantiq/xrx200/config-default @@ -5,7 +5,6 @@ CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_GPIO_DEVRES=y # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set -CONFIG_HAVE_KVM=y CONFIG_HZ_PERIODIC=y CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index 7a5cc3fa17..7000fae668 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -5,7 +5,6 @@ CONFIG_FIRMWARE_IN_KERNEL=y CONFIG_GPIO_DEVRES=y # CONFIG_HAVE_64BIT_ALIGNED_ACCESS is not set # CONFIG_HAVE_BOOTMEM_INFO_NODE is not set -CONFIG_HAVE_KVM=y CONFIG_HZ_PERIODIC=y CONFIG_INPUT=y CONFIG_INPUT_EVDEV=y |