aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/configs
diff options
context:
space:
mode:
authorLennert Buytenhek <buytenh@wantstofly.org>2006-09-20 21:42:12 -0400
committerRussell King <rmk+kernel@arm.linux.org.uk>2006-09-25 05:34:01 -0400
commite60d07b6cd38a7afb85f2cf51aebcb3359b63819 (patch)
tree639b895384a70502f2aac9e8f7bc82ec1a4930f4 /arch/arm/configs
parent17b602b1c1a38f3f0a4461bb1f571346e751b36b (diff)
[ARM] 3850/1: iop3xx: add thecus n2100 support
Add support for the Thecus n2100 (80219-based.) Signed-off-by: Lennert Buytenhek <buytenh@wantstofly.org> Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Diffstat (limited to 'arch/arm/configs')
-rw-r--r--arch/arm/configs/iop32x_defconfig119
1 files changed, 117 insertions, 2 deletions
diff --git a/arch/arm/configs/iop32x_defconfig b/arch/arm/configs/iop32x_defconfig
index af7ead33c6dd..af3b40c0508a 100644
--- a/arch/arm/configs/iop32x_defconfig
+++ b/arch/arm/configs/iop32x_defconfig
@@ -128,6 +128,7 @@ CONFIG_ARCH_IOP32X=y
128# 128#
129CONFIG_ARCH_IQ80321=y 129CONFIG_ARCH_IQ80321=y
130CONFIG_ARCH_IQ31244=y 130CONFIG_ARCH_IQ31244=y
131CONFIG_MACH_N2100=y
131CONFIG_PLAT_IOP=y 132CONFIG_PLAT_IOP=y
132 133
133# 134#
@@ -601,7 +602,8 @@ CONFIG_E1000_NAPI=y
601# CONFIG_NS83820 is not set 602# CONFIG_NS83820 is not set
602# CONFIG_HAMACHI is not set 603# CONFIG_HAMACHI is not set
603# CONFIG_YELLOWFIN is not set 604# CONFIG_YELLOWFIN is not set
604# CONFIG_R8169 is not set 605CONFIG_R8169=y
606# CONFIG_R8169_NAPI is not set
605# CONFIG_SIS190 is not set 607# CONFIG_SIS190 is not set
606# CONFIG_SKGE is not set 608# CONFIG_SKGE is not set
607# CONFIG_SKY2 is not set 609# CONFIG_SKY2 is not set
@@ -897,13 +899,126 @@ CONFIG_DUMMY_CONSOLE=y
897CONFIG_USB_ARCH_HAS_HCD=y 899CONFIG_USB_ARCH_HAS_HCD=y
898CONFIG_USB_ARCH_HAS_OHCI=y 900CONFIG_USB_ARCH_HAS_OHCI=y
899CONFIG_USB_ARCH_HAS_EHCI=y 901CONFIG_USB_ARCH_HAS_EHCI=y
900# CONFIG_USB is not set 902CONFIG_USB=y
903# CONFIG_USB_DEBUG is not set
904
905#
906# Miscellaneous USB options
907#
908# CONFIG_USB_DEVICEFS is not set
909# CONFIG_USB_BANDWIDTH is not set
910# CONFIG_USB_DYNAMIC_MINORS is not set
911# CONFIG_USB_OTG is not set
912
913#
914# USB Host Controller Drivers
915#
916CONFIG_USB_EHCI_HCD=y
917CONFIG_USB_EHCI_SPLIT_ISO=y
918CONFIG_USB_EHCI_ROOT_HUB_TT=y
919CONFIG_USB_EHCI_TT_NEWSCHED=y
920# CONFIG_USB_ISP116X_HCD is not set
921# CONFIG_USB_OHCI_HCD is not set
922CONFIG_USB_UHCI_HCD=y
923# CONFIG_USB_SL811_HCD is not set
924
925#
926# USB Device Class drivers
927#
928# CONFIG_USB_ACM is not set
929# CONFIG_USB_PRINTER is not set
901 930
902# 931#
903# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' 932# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
904# 933#
905 934
906# 935#
936# may also be needed; see USB_STORAGE Help for more information
937#
938CONFIG_USB_STORAGE=y
939# CONFIG_USB_STORAGE_DEBUG is not set
940# CONFIG_USB_STORAGE_DATAFAB is not set
941# CONFIG_USB_STORAGE_FREECOM is not set
942# CONFIG_USB_STORAGE_DPCM is not set
943# CONFIG_USB_STORAGE_USBAT is not set
944# CONFIG_USB_STORAGE_SDDR09 is not set
945# CONFIG_USB_STORAGE_SDDR55 is not set
946# CONFIG_USB_STORAGE_JUMPSHOT is not set
947# CONFIG_USB_STORAGE_ALAUDA is not set
948# CONFIG_USB_LIBUSUAL is not set
949
950#
951# USB Input Devices
952#
953# CONFIG_USB_HID is not set
954
955#
956# USB HID Boot Protocol drivers
957#
958# CONFIG_USB_KBD is not set
959# CONFIG_USB_MOUSE is not set
960# CONFIG_USB_AIPTEK is not set
961# CONFIG_USB_WACOM is not set
962# CONFIG_USB_ACECAD is not set
963# CONFIG_USB_KBTAB is not set
964# CONFIG_USB_POWERMATE is not set
965# CONFIG_USB_TOUCHSCREEN is not set
966# CONFIG_USB_YEALINK is not set
967# CONFIG_USB_XPAD is not set
968# CONFIG_USB_ATI_REMOTE is not set
969# CONFIG_USB_ATI_REMOTE2 is not set
970# CONFIG_USB_KEYSPAN_REMOTE is not set
971# CONFIG_USB_APPLETOUCH is not set
972
973#
974# USB Imaging devices
975#
976# CONFIG_USB_MDC800 is not set
977# CONFIG_USB_MICROTEK is not set
978
979#
980# USB Network Adapters
981#
982# CONFIG_USB_CATC is not set
983# CONFIG_USB_KAWETH is not set
984# CONFIG_USB_PEGASUS is not set
985# CONFIG_USB_RTL8150 is not set
986# CONFIG_USB_USBNET is not set
987CONFIG_USB_MON=y
988
989#
990# USB port drivers
991#
992
993#
994# USB Serial Converter support
995#
996# CONFIG_USB_SERIAL is not set
997
998#
999# USB Miscellaneous drivers
1000#
1001# CONFIG_USB_EMI62 is not set
1002# CONFIG_USB_EMI26 is not set
1003# CONFIG_USB_AUERSWALD is not set
1004# CONFIG_USB_RIO500 is not set
1005# CONFIG_USB_LEGOTOWER is not set
1006# CONFIG_USB_LCD is not set
1007# CONFIG_USB_LED is not set
1008# CONFIG_USB_CYPRESS_CY7C63 is not set
1009# CONFIG_USB_CYTHERM is not set
1010# CONFIG_USB_PHIDGETKIT is not set
1011# CONFIG_USB_PHIDGETSERVO is not set
1012# CONFIG_USB_IDMOUSE is not set
1013# CONFIG_USB_APPLEDISPLAY is not set
1014# CONFIG_USB_SISUSBVGA is not set
1015# CONFIG_USB_LD is not set
1016
1017#
1018# USB DSL modem support
1019#
1020
1021#
907# USB Gadget Support 1022# USB Gadget Support
908# 1023#
909# CONFIG_USB_GADGET is not set 1024# CONFIG_USB_GADGET is not set