diff options
author | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-23 12:08:44 +0000 |
---|---|---|
committer | blogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2011-01-23 12:08:44 +0000 |
commit | 67251bb1a5eb25906240b3646561b488b3c22138 (patch) | |
tree | 91204788ccd065014cde7e8973cb04ddb32696a2 /target/linux/lantiq/xway/config-default | |
parent | c2b8621119738aac39db105734f81bb67e32ce07 (diff) |
[lantiq]
* fix pci support for more than 1 device
* fixes ioport mappings
* adds support for arcor easybox 803/arv752DWP22
* gpio direction was not set properly during a gpio_request()
* usb compile warning
bugfix, cleanup,
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@25072 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'target/linux/lantiq/xway/config-default')
-rw-r--r-- | target/linux/lantiq/xway/config-default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target/linux/lantiq/xway/config-default b/target/linux/lantiq/xway/config-default index 46cd6e778b..30d0e3f941 100644 --- a/target/linux/lantiq/xway/config-default +++ b/target/linux/lantiq/xway/config-default @@ -1,8 +1,10 @@ +CONFIG_AR8216_PHY=y # CONFIG_ARCH_PHYS_ADDR_T_64BIT is not set # CONFIG_CRYPTO_HW is not set CONFIG_HAVE_IDE=y CONFIG_HW_HAS_PCI=y CONFIG_IMAGE_CMDLINE_HACK=y +# CONFIG_ISDN is not set CONFIG_LANTIQ_ETOP=y CONFIG_LANTIQ_MACH_ARV45XX=y CONFIG_LANTIQ_MACH_EASY4010=y @@ -15,6 +17,7 @@ CONFIG_LEDS_GPIO=y # CONFIG_LOONGSON_MC146818 is not set CONFIG_LOONGSON_UART_BASE=y CONFIG_NEED_DMA_MAP_STATE=y +CONFIG_RTL8306_PHY=y CONFIG_SCSI_MOD=y CONFIG_SOC_LANTIQ=y CONFIG_SOC_LANTIQ_XWAY=y |