From f5f36911f0c398edcf87bd3190e4881c9b1b4613 Mon Sep 17 00:00:00 2001 From: John Crispin Date: Tue, 31 Jul 2012 18:49:54 +0000 Subject: add lantiq svip support SVN-Revision: 32925 --- target/linux/lantiq/svip_le/config-default | 35 ++++++++++++++++++++++ .../linux/lantiq/svip_le/profiles/000-generic.mk | 8 +++++ target/linux/lantiq/svip_le/profiles/001-lantiq.mk | 10 +++++++ target/linux/lantiq/svip_le/target.mk | 11 +++++++ 4 files changed, 64 insertions(+) create mode 100644 target/linux/lantiq/svip_le/config-default create mode 100644 target/linux/lantiq/svip_le/profiles/000-generic.mk create mode 100644 target/linux/lantiq/svip_le/profiles/001-lantiq.mk create mode 100644 target/linux/lantiq/svip_le/target.mk (limited to 'target/linux/lantiq/svip_le') diff --git a/target/linux/lantiq/svip_le/config-default b/target/linux/lantiq/svip_le/config-default new file mode 100644 index 0000000000..e98ec854db --- /dev/null +++ b/target/linux/lantiq/svip_le/config-default @@ -0,0 +1,35 @@ +CONFIG_ADM6996_PHY=y +CONFIG_AR8216_PHY=y +CONFIG_CLKDEV_LOOKUP=y +# CONFIG_CPU_LITTLE_ENDIAN is not set +CONFIG_FSNOTIFY=y +# CONFIG_GENERIC_PWM is not set +CONFIG_HAVE_MACH_CLKDEV=y +CONFIG_INPUT=y +CONFIG_INPUT_EVDEV=y +CONFIG_INPUT_POLLDEV=y +CONFIG_IRQ_FORCED_THREADING=y +# CONFIG_ISDN is not set +CONFIG_LANTIQ_MACH_EASY33016=y +CONFIG_LANTIQ_MACH_EASY336=y +CONFIG_MDIO_BOARDINFO=y +# CONFIG_PCIE_LANTIQ is not set +# CONFIG_PCI_LANTIQ is not set +# CONFIG_PCI_LANTIQ_NONE is not set +CONFIG_RTL8306_PHY=y +# CONFIG_SOC_AMAZON_SE is not set +# CONFIG_SOC_FALCON is not set +CONFIG_SOC_SVIP=y +# CONFIG_SOC_TYPE_XWAY is not set +# CONFIG_SOC_XWAY is not set +CONFIG_SPI=y +CONFIG_SPI_MASTER=y +CONFIG_SPI_SVIP=y +CONFIG_SVIP_NAT=y +CONFIG_LANTIQ_SVIP_VIRTUAL_ETH=y +CONFIG_LANTIQ_SVIP_ETH=y +CONFIG_SYS_SUPPORTS_LITTLE_ENDIAN=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 +CONFIG_USB_SUPPORT=y diff --git a/target/linux/lantiq/svip_le/profiles/000-generic.mk b/target/linux/lantiq/svip_le/profiles/000-generic.mk new file mode 100644 index 0000000000..731e4fce5a --- /dev/null +++ b/target/linux/lantiq/svip_le/profiles/000-generic.mk @@ -0,0 +1,8 @@ +define Profile/Generic + NAME:=Generic - all boards + PACKAGES:= +endef + +$(eval $(call Profile,Generic)) + + diff --git a/target/linux/lantiq/svip_le/profiles/001-lantiq.mk b/target/linux/lantiq/svip_le/profiles/001-lantiq.mk new file mode 100644 index 0000000000..dd6150e126 --- /dev/null +++ b/target/linux/lantiq/svip_le/profiles/001-lantiq.mk @@ -0,0 +1,10 @@ +define Profile/EASY336 + NAME:=EASY336 + PACKAGES:= +endef + +define Profile/EASY336/Description + Lantiq EASY336 evalkit +endef + +$(eval $(call Profile,EASY336)) diff --git a/target/linux/lantiq/svip_le/target.mk b/target/linux/lantiq/svip_le/target.mk new file mode 100644 index 0000000000..60bcfad714 --- /dev/null +++ b/target/linux/lantiq/svip_le/target.mk @@ -0,0 +1,11 @@ +ARCH:=mipsel +SUBTARGET:=svip_le +BOARDNAME:=SVIP Little Endian +FEATURES:=squashfs jffs2 +DEVICE_TYPE:=other + +DEFAULT_PACKAGES+= uboot-svip hostapd-mini + +define Target/Description + Lantiq SVIP Little Endian +endef -- cgit v1.2.3