diff options
author | John Crispin <blogic@openwrt.org> | 2012-12-15 01:59:45 +0000 |
---|---|---|
committer | John Crispin <blogic@openwrt.org> | 2012-12-15 01:59:45 +0000 |
commit | 48db0765a608660ca54014e7b579c9de7b423590 (patch) | |
tree | b01c98dfee8ccdd18862f3049d7dfdcca7828c3a /target/linux/lantiq/falcon/config-default | |
parent | 39d02a1398afb88290273276c545a0e9c267f69b (diff) | |
download | upstream-48db0765a608660ca54014e7b579c9de7b423590.tar.gz upstream-48db0765a608660ca54014e7b579c9de7b423590.tar.bz2 upstream-48db0765a608660ca54014e7b579c9de7b423590.zip |
[lantiq] add linux-v3.7
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34687 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/falcon/config-default')
-rw-r--r-- | target/linux/lantiq/falcon/config-default | 15 |
1 files changed, 7 insertions, 8 deletions
diff --git a/target/linux/lantiq/falcon/config-default b/target/linux/lantiq/falcon/config-default index b12bdd835d..88a6f3c5f0 100644 --- a/target/linux/lantiq/falcon/config-default +++ b/target/linux/lantiq/falcon/config-default @@ -1,20 +1,19 @@ -# CONFIG_ATMEL_PWM is not set -CONFIG_CLKDEV_LOOKUP=y -CONFIG_FSNOTIFY=y -CONFIG_HAVE_MACH_CLKDEV=y -CONFIG_IRQ_FORCED_THREADING=y +CONFIG_GPIO_FALCON=y +CONFIG_GPIO_GENERIC=y CONFIG_M25PXX_USE_FAST_READ=y -CONFIG_MDIO_BOARDINFO=y CONFIG_MTD_M25P80=y CONFIG_MTD_NAND=y CONFIG_MTD_NAND_ECC=y +CONFIG_MTD_NAND_FALCON=y CONFIG_MTD_NAND_PLATFORM=y # CONFIG_MTD_SM_COMMON is not set -# CONFIG_SOC_AMAZON_SE is not set +CONFIG_PINCTRL_FALCON=y CONFIG_SOC_FALCON=y -# CONFIG_SOC_SVIP is not set # CONFIG_SOC_TYPE_XWAY is not set # CONFIG_SOC_XWAY is not set CONFIG_SPI=y CONFIG_SPI_FALCON=y CONFIG_SPI_MASTER=y +# CONFIG_USB_ARCH_HAS_EHCI is not set +# CONFIG_USB_ARCH_HAS_OHCI is not set +# CONFIG_USB_ARCH_HAS_XHCI is not set |