diff options
| -rw-r--r-- | arch/powerpc/boot/dts/kuroboxHG.dts | 148 | ||||
| -rw-r--r-- | arch/powerpc/configs/linkstation_defconfig | 1583 | ||||
| -rw-r--r-- | arch/powerpc/platforms/embedded6xx/Kconfig | 18 | ||||
| -rw-r--r-- | arch/powerpc/platforms/embedded6xx/Makefile | 1 | ||||
| -rw-r--r-- | arch/powerpc/platforms/embedded6xx/linkstation.c | 211 | ||||
| -rw-r--r-- | arch/powerpc/platforms/embedded6xx/ls_uart.c | 131 |
6 files changed, 2089 insertions, 3 deletions
diff --git a/arch/powerpc/boot/dts/kuroboxHG.dts b/arch/powerpc/boot/dts/kuroboxHG.dts new file mode 100644 index 000000000000..d06b0b018899 --- /dev/null +++ b/arch/powerpc/boot/dts/kuroboxHG.dts | |||
| @@ -0,0 +1,148 @@ | |||
| 1 | /* | ||
| 2 | * Device Tree Souce for Buffalo KuroboxHG | ||
| 3 | * | ||
| 4 | * Choose CONFIG_LINKSTATION to build a kernel for KuroboxHG, or use | ||
| 5 | * the default configuration linkstation_defconfig. | ||
| 6 | * | ||
| 7 | * Based on sandpoint.dts | ||
| 8 | * | ||
| 9 | * 2006 (c) G. Liakhovetski <g.liakhovetski@gmx.de> | ||
| 10 | * | ||
| 11 | * This file is licensed under | ||
| 12 | * the terms of the GNU General Public License version 2. This program | ||
| 13 | * is licensed "as is" without any warranty of any kind, whether express | ||
| 14 | * or implied. | ||
| 15 | |||
| 16 | XXXX add flash parts, rtc, ?? | ||
| 17 | |||
| 18 | build with: "dtc -f -I dts -O dtb -o kuroboxHG.dtb -V 16 kuroboxHG.dts" | ||
| 19 | |||
| 20 | |||
| 21 | */ | ||
| 22 | |||
| 23 | / { | ||
| 24 | linux,phandle = <1000>; | ||
| 25 | model = "KuroboxHG"; | ||
| 26 | compatible = "linkstation"; | ||
| 27 | #address-cells = <1>; | ||
| 28 | #size-cells = <1>; | ||
| 29 | |||
| 30 | cpus { | ||
| 31 | linux,phandle = <2000>; | ||
| 32 | #cpus = <1>; | ||
| 33 | #address-cells = <1>; | ||
| 34 | #size-cells = <0>; | ||
| 35 | |||
| 36 | PowerPC,603e { /* Really 8241 */ | ||
| 37 | linux,phandle = <2100>; | ||
| 38 | linux,boot-cpu; | ||
| 39 | device_type = "cpu"; | ||
| 40 | reg = <0>; | ||
| 41 | clock-frequency = <fdad680>; /* Fixed by bootwrapper */ | ||
| 42 | timebase-frequency = <1F04000>; /* Fixed by bootwrapper */ | ||
| 43 | bus-frequency = <0>; /* From bootloader */ | ||
| 44 | /* Following required by dtc but not used */ | ||
| 45 | i-cache-line-size = <0>; | ||
| 46 | d-cache-line-size = <0>; | ||
| 47 | i-cache-size = <4000>; | ||
| 48 | d-cache-size = <4000>; | ||
| 49 | }; | ||
| 50 | }; | ||
| 51 | |||
| 52 | memory { | ||
| 53 | linux,phandle = <3000>; | ||
| 54 | device_type = "memory"; | ||
| 55 | reg = <00000000 08000000>; | ||
| 56 | }; | ||
| 57 | |||
| 58 | soc10x { /* AFAICT need to make soc for 8245's uarts to be defined */ | ||
| 59 | linux,phandle = <4000>; | ||
| 60 | #address-cells = <1>; | ||
| 61 | #size-cells = <1>; | ||
| 62 | #interrupt-cells = <2>; | ||
| 63 | device_type = "soc"; | ||
| 64 | compatible = "mpc10x"; | ||
| 65 | store-gathering = <0>; /* 0 == off, !0 == on */ | ||
| 66 | reg = <80000000 00100000>; | ||
| 67 | ranges = <80000000 80000000 70000000 /* pci mem space */ | ||
| 68 | fc000000 fc000000 00100000 /* EUMB */ | ||
| 69 | fe000000 fe000000 00c00000 /* pci i/o space */ | ||
| 70 | fec00000 fec00000 00300000 /* pci cfg regs */ | ||
| 71 | fef00000 fef00000 00100000>; /* pci iack */ | ||
| 72 | |||
| 73 | i2c@80003000 { | ||
| 74 | linux,phandle = <4300>; | ||
| 75 | device_type = "i2c"; | ||
| 76 | compatible = "fsl-i2c"; | ||
| 77 | reg = <80003000 1000>; | ||
| 78 | interrupts = <5 2>; | ||
| 79 | interrupt-parent = <4400>; | ||
| 80 | }; | ||
| 81 | |||
| 82 | serial@80004500 { | ||
| 83 | linux,phandle = <4511>; | ||
| 84 | device_type = "serial"; | ||
| 85 | compatible = "ns16550"; | ||
| 86 | reg = <80004500 8>; | ||
| 87 | clock-frequency = <7c044a8>; | ||
| 88 | current-speed = <2580>; | ||
| 89 | interrupts = <9 2>; | ||
| 90 | interrupt-parent = <4400>; | ||
| 91 | }; | ||
| 92 | |||
| 93 | serial@80004600 { | ||
| 94 | linux,phandle = <4512>; | ||
| 95 | device_type = "serial"; | ||
| 96 | compatible = "ns16550"; | ||
| 97 | reg = <80004600 8>; | ||
| 98 | clock-frequency = <7c044a8>; | ||
| 99 | current-speed = <e100>; | ||
| 100 | interrupts = <a 0>; | ||
| 101 | interrupt-parent = <4400>; | ||
| 102 | }; | ||
| 103 | |||
| 104 | pic@80040000 { | ||
| 105 | linux,phandle = <4400>; | ||
| 106 | #interrupt-cells = <2>; | ||
| 107 | #address-cells = <0>; | ||
| 108 | device_type = "open-pic"; | ||
| 109 | compatible = "chrp,open-pic"; | ||
| 110 | interrupt-controller; | ||
| 111 | reg = <80040000 40000>; | ||
| 112 | built-in; | ||
| 113 | }; | ||
| 114 | |||
| 115 | pci@fec00000 { | ||
| 116 | linux,phandle = <4500>; | ||
| 117 | #address-cells = <3>; | ||
| 118 | #size-cells = <2>; | ||
| 119 | #interrupt-cells = <1>; | ||
| 120 | device_type = "pci"; | ||
| 121 | compatible = "mpc10x-pci"; | ||
| 122 | reg = <fec00000 400000>; | ||
| 123 | ranges = <01000000 0 0 fe000000 0 00c00000 | ||
| 124 | 02000000 0 80000000 80000000 0 70000000>; | ||
| 125 | bus-range = <0 ff>; | ||
| 126 | clock-frequency = <7f28155>; | ||
| 127 | interrupt-parent = <4400>; | ||
| 128 | interrupt-map-mask = <f800 0 0 7>; | ||
| 129 | interrupt-map = < | ||
| 130 | /* IDSEL 0x11 - IRQ0 ETH */ | ||
| 131 | 5800 0 0 1 4400 0 1 | ||
| 132 | 5800 0 0 2 4400 1 1 | ||
| 133 | 5800 0 0 3 4400 2 1 | ||
| 134 | 5800 0 0 4 4400 3 1 | ||
| 135 | /* IDSEL 0x12 - IRQ1 IDE0 */ | ||
| 136 | 6000 0 0 1 4400 1 1 | ||
| 137 | 6000 0 0 2 4400 2 1 | ||
| 138 | 6000 0 0 3 4400 3 1 | ||
| 139 | 6000 0 0 4 4400 0 1 | ||
| 140 | /* IDSEL 0x14 - IRQ3 USB2.0 */ | ||
| 141 | 7000 0 0 1 4400 3 1 | ||
| 142 | 7000 0 0 2 4400 3 1 | ||
| 143 | 7000 0 0 3 4400 3 1 | ||
| 144 | 7000 0 0 4 4400 3 1 | ||
| 145 | >; | ||
| 146 | }; | ||
| 147 | }; | ||
| 148 | }; | ||
diff --git a/arch/powerpc/configs/linkstation_defconfig b/arch/powerpc/configs/linkstation_defconfig new file mode 100644 index 000000000000..23fd210eb56a --- /dev/null +++ b/arch/powerpc/configs/linkstation_defconfig | |||
| @@ -0,0 +1,1583 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.19-rc4 | ||
| 4 | # Wed Nov 15 20:36:30 2006 | ||
| 5 | # | ||
| 6 | # CONFIG_PPC64 is not set | ||
| 7 | CONFIG_PPC32=y | ||
| 8 | CONFIG_PPC_MERGE=y | ||
| 9 | CONFIG_MMU=y | ||
| 10 | CONFIG_GENERIC_HARDIRQS=y | ||
| 11 | CONFIG_IRQ_PER_CPU=y | ||
| 12 | CONFIG_RWSEM_XCHGADD_ALGORITHM=y | ||
| 13 | CONFIG_GENERIC_HWEIGHT=y | ||
| 14 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 15 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 16 | CONFIG_PPC=y | ||
| 17 | CONFIG_EARLY_PRINTK=y | ||
| 18 | CONFIG_GENERIC_NVRAM=y | ||
| 19 | CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER=y | ||
| 20 | CONFIG_ARCH_MAY_HAVE_PC_FDC=y | ||
| 21 | CONFIG_PPC_OF=y | ||
| 22 | CONFIG_PPC_UDBG_16550=y | ||
| 23 | # CONFIG_GENERIC_TBSYNC is not set | ||
| 24 | CONFIG_AUDIT_ARCH=y | ||
| 25 | # CONFIG_DEFAULT_UIMAGE is not set | ||
| 26 | |||
| 27 | # | ||
| 28 | # Processor support | ||
| 29 | # | ||
| 30 | CONFIG_CLASSIC32=y | ||
| 31 | # CONFIG_PPC_52xx is not set | ||
| 32 | # CONFIG_PPC_82xx is not set | ||
| 33 | # CONFIG_PPC_83xx is not set | ||
| 34 | # CONFIG_PPC_85xx is not set | ||
| 35 | # CONFIG_PPC_86xx is not set | ||
| 36 | # CONFIG_40x is not set | ||
| 37 | # CONFIG_44x is not set | ||
| 38 | # CONFIG_8xx is not set | ||
| 39 | # CONFIG_E200 is not set | ||
| 40 | CONFIG_6xx=y | ||
| 41 | CONFIG_PPC_FPU=y | ||
| 42 | # CONFIG_PPC_DCR_NATIVE is not set | ||
| 43 | # CONFIG_PPC_DCR_MMIO is not set | ||
| 44 | # CONFIG_ALTIVEC is not set | ||
| 45 | CONFIG_PPC_STD_MMU=y | ||
| 46 | CONFIG_PPC_STD_MMU_32=y | ||
| 47 | # CONFIG_SMP is not set | ||
| 48 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 49 | |||
| 50 | # | ||
| 51 | # Code maturity level options | ||
| 52 | # | ||
| 53 | CONFIG_EXPERIMENTAL=y | ||
| 54 | CONFIG_BROKEN_ON_SMP=y | ||
| 55 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 56 | |||
| 57 | # | ||
| 58 | # General setup | ||
| 59 | # | ||
| 60 | CONFIG_LOCALVERSION="-kuroboxHG" | ||
| 61 | CONFIG_LOCALVERSION_AUTO=y | ||
| 62 | CONFIG_SWAP=y | ||
| 63 | CONFIG_SYSVIPC=y | ||
| 64 | # CONFIG_IPC_NS is not set | ||
| 65 | CONFIG_POSIX_MQUEUE=y | ||
| 66 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 67 | # CONFIG_TASKSTATS is not set | ||
| 68 | # CONFIG_UTS_NS is not set | ||
| 69 | # CONFIG_AUDIT is not set | ||
| 70 | CONFIG_IKCONFIG=y | ||
| 71 | CONFIG_IKCONFIG_PROC=y | ||
| 72 | # CONFIG_RELAY is not set | ||
| 73 | CONFIG_INITRAMFS_SOURCE="" | ||
| 74 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
| 75 | CONFIG_SYSCTL=y | ||
| 76 | # CONFIG_EMBEDDED is not set | ||
| 77 | # CONFIG_SYSCTL_SYSCALL is not set | ||
| 78 | CONFIG_KALLSYMS=y | ||
| 79 | # CONFIG_KALLSYMS_ALL is not set | ||
| 80 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 81 | CONFIG_HOTPLUG=y | ||
| 82 | CONFIG_PRINTK=y | ||
| 83 | CONFIG_BUG=y | ||
| 84 | CONFIG_ELF_CORE=y | ||
| 85 | CONFIG_BASE_FULL=y | ||
| 86 | CONFIG_FUTEX=y | ||
| 87 | CONFIG_EPOLL=y | ||
| 88 | CONFIG_SHMEM=y | ||
| 89 | CONFIG_SLAB=y | ||
| 90 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 91 | CONFIG_RT_MUTEXES=y | ||
| 92 | # CONFIG_TINY_SHMEM is not set | ||
| 93 | CONFIG_BASE_SMALL=0 | ||
| 94 | # CONFIG_SLOB is not set | ||
| 95 | |||
| 96 | # | ||
| 97 | # Loadable module support | ||
| 98 | # | ||
| 99 | CONFIG_MODULES=y | ||
| 100 | CONFIG_MODULE_UNLOAD=y | ||
| 101 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 102 | # CONFIG_MODVERSIONS is not set | ||
| 103 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 104 | CONFIG_KMOD=y | ||
| 105 | |||
| 106 | # | ||
| 107 | # Block layer | ||
| 108 | # | ||
| 109 | CONFIG_BLOCK=y | ||
| 110 | # CONFIG_LBD is not set | ||
| 111 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 112 | # CONFIG_LSF is not set | ||
| 113 | |||
| 114 | # | ||
| 115 | # IO Schedulers | ||
| 116 | # | ||
| 117 | CONFIG_IOSCHED_NOOP=y | ||
| 118 | CONFIG_IOSCHED_AS=y | ||
| 119 | CONFIG_IOSCHED_DEADLINE=y | ||
| 120 | CONFIG_IOSCHED_CFQ=y | ||
| 121 | CONFIG_DEFAULT_AS=y | ||
| 122 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 123 | # CONFIG_DEFAULT_CFQ is not set | ||
| 124 | # CONFIG_DEFAULT_NOOP is not set | ||
| 125 | CONFIG_DEFAULT_IOSCHED="anticipatory" | ||
| 126 | |||
| 127 | # | ||
| 128 | # Platform support | ||
| 129 | # | ||
| 130 | # CONFIG_PPC_MULTIPLATFORM is not set | ||
| 131 | CONFIG_EMBEDDED6xx=y | ||
| 132 | # CONFIG_APUS is not set | ||
| 133 | # CONFIG_PPC_CELL is not set | ||
| 134 | # CONFIG_PPC_CELL_NATIVE is not set | ||
| 135 | # CONFIG_PPC_RTAS is not set | ||
| 136 | # CONFIG_MMIO_NVRAM is not set | ||
| 137 | # CONFIG_PPC_MPC106 is not set | ||
| 138 | # CONFIG_PPC_970_NAP is not set | ||
| 139 | # CONFIG_PPC_INDIRECT_IO is not set | ||
| 140 | # CONFIG_GENERIC_IOMAP is not set | ||
| 141 | # CONFIG_CPU_FREQ is not set | ||
| 142 | # CONFIG_TAU is not set | ||
| 143 | # CONFIG_KATANA is not set | ||
| 144 | # CONFIG_WILLOW is not set | ||
| 145 | # CONFIG_CPCI690 is not set | ||
| 146 | # CONFIG_POWERPMC250 is not set | ||
| 147 | # CONFIG_CHESTNUT is not set | ||
| 148 | # CONFIG_SPRUCE is not set | ||
| 149 | # CONFIG_HDPU is not set | ||
| 150 | # CONFIG_EV64260 is not set | ||
| 151 | # CONFIG_LOPEC is not set | ||
| 152 | # CONFIG_MVME5100 is not set | ||
| 153 | # CONFIG_PPLUS is not set | ||
| 154 | # CONFIG_PRPMC750 is not set | ||
| 155 | # CONFIG_PRPMC800 is not set | ||
| 156 | # CONFIG_SANDPOINT is not set | ||
| 157 | CONFIG_LINKSTATION=y | ||
| 158 | # CONFIG_MPC7448HPC2 is not set | ||
| 159 | # CONFIG_RADSTONE_PPC7D is not set | ||
| 160 | # CONFIG_PAL4 is not set | ||
| 161 | # CONFIG_GEMINI is not set | ||
| 162 | # CONFIG_EST8260 is not set | ||
| 163 | # CONFIG_SBC82xx is not set | ||
| 164 | # CONFIG_SBS8260 is not set | ||
| 165 | # CONFIG_RPX8260 is not set | ||
| 166 | # CONFIG_TQM8260 is not set | ||
| 167 | # CONFIG_ADS8272 is not set | ||
| 168 | # CONFIG_PQ2FADS is not set | ||
| 169 | # CONFIG_LITE5200 is not set | ||
| 170 | # CONFIG_EV64360 is not set | ||
| 171 | CONFIG_PPC_GEN550=y | ||
| 172 | CONFIG_MPC10X_BRIDGE=y | ||
| 173 | CONFIG_MPC10X_OPENPIC=y | ||
| 174 | # CONFIG_MPC10X_STORE_GATHERING is not set | ||
| 175 | # CONFIG_WANT_EARLY_SERIAL is not set | ||
| 176 | CONFIG_MPIC=y | ||
| 177 | |||
| 178 | # | ||
| 179 | # Kernel options | ||
| 180 | # | ||
| 181 | # CONFIG_HIGHMEM is not set | ||
| 182 | CONFIG_HZ_100=y | ||
| 183 | # CONFIG_HZ_250 is not set | ||
| 184 | # CONFIG_HZ_1000 is not set | ||
| 185 | CONFIG_HZ=100 | ||
| 186 | CONFIG_PREEMPT_NONE=y | ||
| 187 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 188 | # CONFIG_PREEMPT is not set | ||
| 189 | CONFIG_BINFMT_ELF=y | ||
| 190 | # CONFIG_BINFMT_MISC is not set | ||
| 191 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y | ||
| 192 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 193 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
| 194 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 195 | CONFIG_FLATMEM_MANUAL=y | ||
| 196 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 197 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 198 | CONFIG_FLATMEM=y | ||
| 199 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 200 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 201 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 202 | # CONFIG_RESOURCES_64BIT is not set | ||
| 203 | CONFIG_PROC_DEVICETREE=y | ||
| 204 | # CONFIG_CMDLINE_BOOL is not set | ||
| 205 | # CONFIG_PM is not set | ||
| 206 | # CONFIG_SECCOMP is not set | ||
| 207 | CONFIG_ISA_DMA_API=y | ||
| 208 | |||
| 209 | # | ||
| 210 | # Bus options | ||
| 211 | # | ||
| 212 | CONFIG_GENERIC_ISA_DMA=y | ||
| 213 | # CONFIG_MPIC_WEIRD is not set | ||
| 214 | # CONFIG_PPC_I8259 is not set | ||
| 215 | CONFIG_PPC_INDIRECT_PCI=y | ||
| 216 | CONFIG_FSL_SOC=y | ||
| 217 | CONFIG_PCI=y | ||
| 218 | CONFIG_PCI_DOMAINS=y | ||
| 219 | # CONFIG_PCIEPORTBUS is not set | ||
| 220 | # CONFIG_PCI_MULTITHREAD_PROBE is not set | ||
| 221 | # CONFIG_PCI_DEBUG is not set | ||
| 222 | |||
| 223 | # | ||
| 224 | # PCCARD (PCMCIA/CardBus) support | ||
| 225 | # | ||
| 226 | # CONFIG_PCCARD is not set | ||
| 227 | |||
| 228 | # | ||
| 229 | # PCI Hotplug Support | ||
| 230 | # | ||
| 231 | # CONFIG_HOTPLUG_PCI is not set | ||
| 232 | |||
| 233 | # | ||
| 234 | # Advanced setup | ||
| 235 | # | ||
| 236 | # CONFIG_ADVANCED_OPTIONS is not set | ||
| 237 | |||
| 238 | # | ||
| 239 | # Default settings for advanced configuration options are used | ||
| 240 | # | ||
| 241 | CONFIG_HIGHMEM_START=0xfe000000 | ||
| 242 | CONFIG_LOWMEM_SIZE=0x30000000 | ||
| 243 | CONFIG_KERNEL_START=0xc0000000 | ||
| 244 | CONFIG_TASK_SIZE=0x80000000 | ||
| 245 | CONFIG_BOOT_LOAD=0x00800000 | ||
| 246 | |||
| 247 | # | ||
| 248 | # Networking | ||
| 249 | # | ||
| 250 | CONFIG_NET=y | ||
| 251 | |||
| 252 | # | ||
| 253 | # Networking options | ||
| 254 | # | ||
| 255 | # CONFIG_NETDEBUG is not set | ||
| 256 | CONFIG_PACKET=y | ||
| 257 | CONFIG_PACKET_MMAP=y | ||
| 258 | CONFIG_UNIX=y | ||
| 259 | CONFIG_XFRM=y | ||
| 260 | # CONFIG_XFRM_USER is not set | ||
| 261 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 262 | # CONFIG_NET_KEY is not set | ||
| 263 | CONFIG_INET=y | ||
| 264 | CONFIG_IP_MULTICAST=y | ||
| 265 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 266 | CONFIG_IP_FIB_HASH=y | ||
| 267 | CONFIG_IP_PNP=y | ||
| 268 | CONFIG_IP_PNP_DHCP=y | ||
| 269 | CONFIG_IP_PNP_BOOTP=y | ||
| 270 | # CONFIG_IP_PNP_RARP is not set | ||
| 271 | # CONFIG_NET_IPIP is not set | ||
| 272 | # CONFIG_NET_IPGRE is not set | ||
| 273 | # CONFIG_IP_MROUTE is not set | ||
| 274 | # CONFIG_ARPD is not set | ||
| 275 | # CONFIG_SYN_COOKIES is not set | ||
| 276 | # CONFIG_INET_AH is not set | ||
| 277 | # CONFIG_INET_ESP is not set | ||
| 278 | # CONFIG_INET_IPCOMP is not set | ||
| 279 | # CONFIG_INET_XFRM_TUNNEL is not set | ||
| 280 | # CONFIG_INET_TUNNEL is not set | ||
| 281 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | ||
| 282 | CONFIG_INET_XFRM_MODE_TUNNEL=y | ||
| 283 | CONFIG_INET_XFRM_MODE_BEET=y | ||
| 284 | CONFIG_INET_DIAG=y | ||
| 285 | CONFIG_INET_TCP_DIAG=y | ||
| 286 | # CONFIG_TCP_CONG_ADVANCED is not set | ||
| 287 | CONFIG_TCP_CONG_CUBIC=y | ||
| 288 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 289 | |||
| 290 | # | ||
| 291 | # IP: Virtual Server Configuration | ||
| 292 | # | ||
| 293 | # CONFIG_IP_VS is not set | ||
| 294 | # CONFIG_IPV6 is not set | ||
| 295 | # CONFIG_INET6_XFRM_TUNNEL is not set | ||
| 296 | # CONFIG_INET6_TUNNEL is not set | ||
| 297 | # CONFIG_NETWORK_SECMARK is not set | ||
| 298 | CONFIG_NETFILTER=y | ||
| 299 | # CONFIG_NETFILTER_DEBUG is not set | ||
| 300 | |||
| 301 | # | ||
| 302 | # Core Netfilter Configuration | ||
| 303 | # | ||
| 304 | # CONFIG_NETFILTER_NETLINK is not set | ||
| 305 | CONFIG_NETFILTER_XTABLES=m | ||
| 306 | CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m | ||
| 307 | # CONFIG_NETFILTER_XT_TARGET_DSCP is not set | ||
| 308 | CONFIG_NETFILTER_XT_TARGET_MARK=m | ||
| 309 | # CONFIG_NETFILTER_XT_TARGET_NFQUEUE is not set | ||
| 310 | # CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set | ||
| 311 | # CONFIG_NETFILTER_XT_MATCH_COMMENT is not set | ||
| 312 | CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m | ||
| 313 | # CONFIG_NETFILTER_XT_MATCH_DCCP is not set | ||
| 314 | # CONFIG_NETFILTER_XT_MATCH_DSCP is not set | ||
| 315 | CONFIG_NETFILTER_XT_MATCH_ESP=m | ||
| 316 | # CONFIG_NETFILTER_XT_MATCH_HELPER is not set | ||
| 317 | CONFIG_NETFILTER_XT_MATCH_LENGTH=m | ||
| 318 | CONFIG_NETFILTER_XT_MATCH_LIMIT=m | ||
| 319 | CONFIG_NETFILTER_XT_MATCH_MAC=m | ||
| 320 | CONFIG_NETFILTER_XT_MATCH_MARK=m | ||
| 321 | # CONFIG_NETFILTER_XT_MATCH_POLICY is not set | ||
| 322 | CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m | ||
| 323 | CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m | ||
| 324 | # CONFIG_NETFILTER_XT_MATCH_QUOTA is not set | ||
| 325 | # CONFIG_NETFILTER_XT_MATCH_REALM is not set | ||
| 326 | # CONFIG_NETFILTER_XT_MATCH_SCTP is not set | ||
| 327 | CONFIG_NETFILTER_XT_MATCH_STATE=m | ||
| 328 | # CONFIG_NETFILTER_XT_MATCH_STATISTIC is not set | ||
| 329 | # CONFIG_NETFILTER_XT_MATCH_STRING is not set | ||
| 330 | # CONFIG_NETFILTER_XT_MATCH_TCPMSS is not set | ||
| 331 | |||
| 332 | # | ||
| 333 | # IP: Netfilter Configuration | ||
| 334 | # | ||
| 335 | CONFIG_IP_NF_CONNTRACK=m | ||
| 336 | # CONFIG_IP_NF_CT_ACCT is not set | ||
| 337 | # CONFIG_IP_NF_CONNTRACK_MARK is not set | ||
| 338 | # CONFIG_IP_NF_CONNTRACK_EVENTS is not set | ||
| 339 | # CONFIG_IP_NF_CT_PROTO_SCTP is not set | ||
| 340 | CONFIG_IP_NF_FTP=m | ||
| 341 | CONFIG_IP_NF_IRC=m | ||
| 342 | # CONFIG_IP_NF_NETBIOS_NS is not set | ||
| 343 | CONFIG_IP_NF_TFTP=m | ||
| 344 | # CONFIG_IP_NF_AMANDA is not set | ||
| 345 | # CONFIG_IP_NF_PPTP is not set | ||
| 346 | # CONFIG_IP_NF_H323 is not set | ||
| 347 | # CONFIG_IP_NF_SIP is not set | ||
| 348 | # CONFIG_IP_NF_QUEUE is not set | ||
| 349 | CONFIG_IP_NF_IPTABLES=m | ||
| 350 | CONFIG_IP_NF_MATCH_IPRANGE=m | ||
| 351 | # CONFIG_IP_NF_MATCH_TOS is not set | ||
| 352 | # CONFIG_IP_NF_MATCH_RECENT is not set | ||
| 353 | # CONFIG_IP_NF_MATCH_ECN is not set | ||
| 354 | # CONFIG_IP_NF_MATCH_AH is not set | ||
| 355 | # CONFIG_IP_NF_MATCH_TTL is not set | ||
| 356 | # CONFIG_IP_NF_MATCH_OWNER is not set | ||
| 357 | # CONFIG_IP_NF_MATCH_ADDRTYPE is not set | ||
| 358 | # CONFIG_IP_NF_MATCH_HASHLIMIT is not set | ||
| 359 | CONFIG_IP_NF_FILTER=m | ||
| 360 | CONFIG_IP_NF_TARGET_REJECT=m | ||
| 361 | # CONFIG_IP_NF_TARGET_LOG is not set | ||
| 362 | # CONFIG_IP_NF_TARGET_ULOG is not set | ||
| 363 | # CONFIG_IP_NF_TARGET_TCPMSS is not set | ||
| 364 | CONFIG_IP_NF_NAT=m | ||
| 365 | CONFIG_IP_NF_NAT_NEEDED=y | ||
| 366 | CONFIG_IP_NF_TARGET_MASQUERADE=m | ||
| 367 | CONFIG_IP_NF_TARGET_REDIRECT=m | ||
| 368 | CONFIG_IP_NF_TARGET_NETMAP=m | ||
| 369 | CONFIG_IP_NF_TARGET_SAME=m | ||
| 370 | # CONFIG_IP_NF_NAT_SNMP_BASIC is not set | ||
| 371 | CONFIG_IP_NF_NAT_IRC=m | ||
| 372 | CONFIG_IP_NF_NAT_FTP=m | ||
| 373 | CONFIG_IP_NF_NAT_TFTP=m | ||
| 374 | CONFIG_IP_NF_MANGLE=m | ||
| 375 | CONFIG_IP_NF_TARGET_TOS=m | ||
| 376 | CONFIG_IP_NF_TARGET_ECN=m | ||
| 377 | CONFIG_IP_NF_TARGET_TTL=m | ||
| 378 | CONFIG_IP_NF_RAW=m | ||
| 379 | CONFIG_IP_NF_ARPTABLES=m | ||
| 380 | CONFIG_IP_NF_ARPFILTER=m | ||
| 381 | CONFIG_IP_NF_ARP_MANGLE=m | ||
| 382 | |||
| 383 | # | ||
| 384 | # DCCP Configuration (EXPERIMENTAL) | ||
| 385 | # | ||
| 386 | # CONFIG_IP_DCCP is not set | ||
| 387 | |||
| 388 | # | ||
| 389 | # SCTP Configuration (EXPERIMENTAL) | ||
| 390 | # | ||
| 391 | # CONFIG_IP_SCTP is not set | ||
| 392 | |||
| 393 | # | ||
| 394 | # TIPC Configuration (EXPERIMENTAL) | ||
| 395 | # | ||
| 396 | # CONFIG_TIPC is not set | ||
| 397 | # CONFIG_ATM is not set | ||
| 398 | # CONFIG_BRIDGE is not set | ||
| 399 | # CONFIG_VLAN_8021Q is not set | ||
| 400 | # CONFIG_DECNET is not set | ||
| 401 | # CONFIG_LLC2 is not set | ||
| 402 | # CONFIG_IPX is not set | ||
| 403 | # CONFIG_ATALK is not set | ||
| 404 | # CONFIG_X25 is not set | ||
| 405 | # CONFIG_LAPB is not set | ||
| 406 | # CONFIG_ECONET is not set | ||
| 407 | # CONFIG_WAN_ROUTER is not set | ||
| 408 | |||
| 409 | # | ||
| 410 | # QoS and/or fair queueing | ||
| 411 | # | ||
| 412 | # CONFIG_NET_SCHED is not set | ||
| 413 | |||
| 414 | # | ||
| 415 | # Network testing | ||
| 416 | # | ||
| 417 | # CONFIG_NET_PKTGEN is not set | ||
| 418 | # CONFIG_HAMRADIO is not set | ||
| 419 | # CONFIG_IRDA is not set | ||
| 420 | # CONFIG_BT is not set | ||
| 421 | CONFIG_IEEE80211=m | ||
| 422 | CONFIG_IEEE80211_DEBUG=y | ||
| 423 | CONFIG_IEEE80211_CRYPT_WEP=m | ||
| 424 | CONFIG_IEEE80211_CRYPT_CCMP=m | ||
| 425 | CONFIG_IEEE80211_CRYPT_TKIP=m | ||
| 426 | CONFIG_IEEE80211_SOFTMAC=m | ||
| 427 | CONFIG_IEEE80211_SOFTMAC_DEBUG=y | ||
| 428 | CONFIG_WIRELESS_EXT=y | ||
| 429 | |||
| 430 | # | ||
| 431 | # Device Drivers | ||
| 432 | # | ||
| 433 | |||
| 434 | # | ||
| 435 | # Generic Driver Options | ||
| 436 | # | ||
| 437 | CONFIG_STANDALONE=y | ||
| 438 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 439 | CONFIG_FW_LOADER=m | ||
| 440 | # CONFIG_DEBUG_DRIVER is not set | ||
| 441 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 442 | |||
| 443 | # | ||
| 444 | # Connector - unified userspace <-> kernelspace linker | ||
| 445 | # | ||
| 446 | # CONFIG_CONNECTOR is not set | ||
| 447 | |||
| 448 | # | ||
| 449 | # Memory Technology Devices (MTD) | ||
| 450 | # | ||
| 451 | CONFIG_MTD=y | ||
| 452 | # CONFIG_MTD_DEBUG is not set | ||
| 453 | CONFIG_MTD_CONCAT=y | ||
| 454 | CONFIG_MTD_PARTITIONS=y | ||
| 455 | # CONFIG_MTD_REDBOOT_PARTS is not set | ||
| 456 | # CONFIG_MTD_CMDLINE_PARTS is not set | ||
| 457 | |||
| 458 | # | ||
| 459 | # User Modules And Translation Layers | ||
| 460 | # | ||
| 461 | CONFIG_MTD_CHAR=y | ||
| 462 | CONFIG_MTD_BLOCK=y | ||
| 463 | # CONFIG_FTL is not set | ||
| 464 | # CONFIG_NFTL is not set | ||
| 465 | # CONFIG_INFTL is not set | ||
| 466 | # CONFIG_RFD_FTL is not set | ||
| 467 | # CONFIG_SSFDC is not set | ||
| 468 | |||
| 469 | # | ||
| 470 | # RAM/ROM/Flash chip drivers | ||
| 471 | # | ||
| 472 | CONFIG_MTD_CFI=y | ||
| 473 | CONFIG_MTD_JEDECPROBE=y | ||
| 474 | CONFIG_MTD_GEN_PROBE=y | ||
| 475 | CONFIG_MTD_CFI_ADV_OPTIONS=y | ||
| 476 | CONFIG_MTD_CFI_NOSWAP=y | ||
| 477 | # CONFIG_MTD_CFI_BE_BYTE_SWAP is not set | ||
| 478 | # CONFIG_MTD_CFI_LE_BYTE_SWAP is not set | ||
| 479 | CONFIG_MTD_CFI_GEOMETRY=y | ||
| 480 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 481 | # CONFIG_MTD_MAP_BANK_WIDTH_2 is not set | ||
| 482 | # CONFIG_MTD_MAP_BANK_WIDTH_4 is not set | ||
| 483 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 484 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 485 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 486 | CONFIG_MTD_CFI_I1=y | ||
| 487 | # CONFIG_MTD_CFI_I2 is not set | ||
| 488 | # CONFIG_MTD_CFI_I4 is not set | ||
| 489 | # CONFIG_MTD_CFI_I8 is not set | ||
| 490 | # CONFIG_MTD_OTP is not set | ||
| 491 | # CONFIG_MTD_CFI_INTELEXT is not set | ||
| 492 | CONFIG_MTD_CFI_AMDSTD=y | ||
| 493 | # CONFIG_MTD_CFI_STAA is not set | ||
| 494 | CONFIG_MTD_CFI_UTIL=y | ||
| 495 | # CONFIG_MTD_RAM is not set | ||
| 496 | # CONFIG_MTD_ROM is not set | ||
| 497 | # CONFIG_MTD_ABSENT is not set | ||
| 498 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
| 499 | |||
| 500 | # | ||
| 501 | # Mapping drivers for chip access | ||
| 502 | # | ||
| 503 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 504 | CONFIG_MTD_PHYSMAP=y | ||
| 505 | CONFIG_MTD_PHYSMAP_START=0xffc00000 | ||
| 506 | CONFIG_MTD_PHYSMAP_LEN=0x400000 | ||
| 507 | CONFIG_MTD_PHYSMAP_BANKWIDTH=1 | ||
| 508 | # CONFIG_MTD_PLATRAM is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Self-contained MTD device drivers | ||
| 512 | # | ||
| 513 | # CONFIG_MTD_PMC551 is not set | ||
| 514 | # CONFIG_MTD_SLRAM is not set | ||
| 515 | # CONFIG_MTD_PHRAM is not set | ||
| 516 | # CONFIG_MTD_MTDRAM is not set | ||
| 517 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 518 | |||
| 519 | # | ||
| 520 | # Disk-On-Chip Device Drivers | ||
| 521 | # | ||
| 522 | # CONFIG_MTD_DOC2000 is not set | ||
| 523 | # CONFIG_MTD_DOC2001 is not set | ||
| 524 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 525 | |||
| 526 | # | ||
| 527 | # NAND Flash Device Drivers | ||
| 528 | # | ||
| 529 | # CONFIG_MTD_NAND is not set | ||
| 530 | |||
| 531 | # | ||
| 532 | # OneNAND Flash Device Drivers | ||
| 533 | # | ||
| 534 | # CONFIG_MTD_ONENAND is not set | ||
| 535 | |||
| 536 | # | ||
| 537 | # Parallel port support | ||
| 538 | # | ||
| 539 | # CONFIG_PARPORT is not set | ||
| 540 | |||
| 541 | # | ||
| 542 | # Plug and Play support | ||
| 543 | # | ||
| 544 | |||
| 545 | # | ||
| 546 | # Block devices | ||
| 547 | # | ||
| 548 | # CONFIG_BLK_DEV_FD is not set | ||
| 549 | # CONFIG_BLK_CPQ_DA is not set | ||
| 550 | # CONFIG_BLK_CPQ_CISS_DA is not set | ||
| 551 | # CONFIG_BLK_DEV_DAC960 is not set | ||
| 552 | # CONFIG_BLK_DEV_UMEM is not set | ||
| 553 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 554 | CONFIG_BLK_DEV_LOOP=y | ||
| 555 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 556 | # CONFIG_BLK_DEV_NBD is not set | ||
| 557 | # CONFIG_BLK_DEV_SX8 is not set | ||
| 558 | # CONFIG_BLK_DEV_UB is not set | ||
| 559 | CONFIG_BLK_DEV_RAM=y | ||
| 560 | CONFIG_BLK_DEV_RAM_COUNT=2 | ||
| 561 | CONFIG_BLK_DEV_RAM_SIZE=8192 | ||
| 562 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
| 563 | CONFIG_BLK_DEV_INITRD=y | ||
| 564 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 565 | # CONFIG_ATA_OVER_ETH is not set | ||
| 566 | |||
| 567 | # | ||
| 568 | # Misc devices | ||
| 569 | # | ||
| 570 | # CONFIG_SGI_IOC4 is not set | ||
| 571 | # CONFIG_TIFM_CORE is not set | ||
| 572 | |||
| 573 | # | ||
| 574 | # ATA/ATAPI/MFM/RLL support | ||
| 575 | # | ||
| 576 | # CONFIG_IDE is not set | ||
| 577 | |||
| 578 | # | ||
| 579 | # SCSI device support | ||
| 580 | # | ||
| 581 | # CONFIG_RAID_ATTRS is not set | ||
| 582 | CONFIG_SCSI=y | ||
| 583 | # CONFIG_SCSI_NETLINK is not set | ||
| 584 | CONFIG_SCSI_PROC_FS=y | ||
| 585 | |||
| 586 | # | ||
| 587 | # SCSI support type (disk, tape, CD-ROM) | ||
| 588 | # | ||
| 589 | CONFIG_BLK_DEV_SD=y | ||
| 590 | # CONFIG_CHR_DEV_ST is not set | ||
| 591 | # CONFIG_CHR_DEV_OSST is not set | ||
| 592 | # CONFIG_BLK_DEV_SR is not set | ||
| 593 | CONFIG_CHR_DEV_SG=y | ||
| 594 | # CONFIG_CHR_DEV_SCH is not set | ||
| 595 | |||
| 596 | # | ||
| 597 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 598 | # | ||
| 599 | CONFIG_SCSI_MULTI_LUN=y | ||
| 600 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 601 | # CONFIG_SCSI_LOGGING is not set | ||
| 602 | |||
| 603 | # | ||
| 604 | # SCSI Transports | ||
| 605 | # | ||
| 606 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 607 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 608 | # CONFIG_SCSI_ISCSI_ATTRS is not set | ||
| 609 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 610 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 611 | |||
| 612 | # | ||
| 613 | # SCSI low-level drivers | ||
| 614 | # | ||
| 615 | # CONFIG_ISCSI_TCP is not set | ||
| 616 | # CONFIG_BLK_DEV_3W_XXXX_RAID is not set | ||
| 617 | # CONFIG_SCSI_3W_9XXX is not set | ||
| 618 | # CONFIG_SCSI_ACARD is not set | ||
| 619 | # CONFIG_SCSI_AACRAID is not set | ||
| 620 | # CONFIG_SCSI_AIC7XXX is not set | ||
| 621 | # CONFIG_SCSI_AIC7XXX_OLD is not set | ||
| 622 | # CONFIG_SCSI_AIC79XX is not set | ||
| 623 | # CONFIG_SCSI_AIC94XX is not set | ||
| 624 | # CONFIG_SCSI_DPT_I2O is not set | ||
| 625 | # CONFIG_SCSI_ARCMSR is not set | ||
| 626 | # CONFIG_MEGARAID_NEWGEN is not set | ||
| 627 | # CONFIG_MEGARAID_LEGACY is not set | ||
| 628 | # CONFIG_MEGARAID_SAS is not set | ||
| 629 | # CONFIG_SCSI_HPTIOP is not set | ||
| 630 | # CONFIG_SCSI_BUSLOGIC is not set | ||
| 631 | # CONFIG_SCSI_DMX3191D is not set | ||
| 632 | # CONFIG_SCSI_EATA is not set | ||
| 633 | # CONFIG_SCSI_FUTURE_DOMAIN is not set | ||
| 634 | # CONFIG_SCSI_GDTH is not set | ||
| 635 | # CONFIG_SCSI_IPS is not set | ||
| 636 | # CONFIG_SCSI_INITIO is not set | ||
| 637 | # CONFIG_SCSI_INIA100 is not set | ||
| 638 | # CONFIG_SCSI_STEX is not set | ||
| 639 | # CONFIG_SCSI_SYM53C8XX_2 is not set | ||
| 640 | # CONFIG_SCSI_IPR is not set | ||
| 641 | # CONFIG_SCSI_QLOGIC_1280 is not set | ||
| 642 | # CONFIG_SCSI_QLA_FC is not set | ||
| 643 | # CONFIG_SCSI_QLA_ISCSI is not set | ||
| 644 | # CONFIG_SCSI_LPFC is not set | ||
| 645 | # CONFIG_SCSI_DC395x is not set | ||
| 646 | # CONFIG_SCSI_DC390T is not set | ||
| 647 | # CONFIG_SCSI_NSP32 is not set | ||
| 648 | # CONFIG_SCSI_DEBUG is not set | ||
| 649 | |||
| 650 | # | ||
| 651 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
| 652 | # | ||
| 653 | CONFIG_ATA=y | ||
| 654 | # CONFIG_SATA_AHCI is not set | ||
| 655 | # CONFIG_SATA_SVW is not set | ||
| 656 | # CONFIG_ATA_PIIX is not set | ||
| 657 | # CONFIG_SATA_MV is not set | ||
| 658 | # CONFIG_SATA_NV is not set | ||
| 659 | # CONFIG_PDC_ADMA is not set | ||
| 660 | # CONFIG_SATA_QSTOR is not set | ||
| 661 | # CONFIG_SATA_PROMISE is not set | ||
| 662 | # CONFIG_SATA_SX4 is not set | ||
| 663 | # CONFIG_SATA_SIL is not set | ||
| 664 | # CONFIG_SATA_SIL24 is not set | ||
| 665 | # CONFIG_SATA_SIS is not set | ||
| 666 | # CONFIG_SATA_ULI is not set | ||
| 667 | # CONFIG_SATA_VIA is not set | ||
| 668 | # CONFIG_SATA_VITESSE is not set | ||
| 669 | # CONFIG_PATA_ALI is not set | ||
| 670 | # CONFIG_PATA_AMD is not set | ||
| 671 | # CONFIG_PATA_ARTOP is not set | ||
| 672 | # CONFIG_PATA_ATIIXP is not set | ||
| 673 | # CONFIG_PATA_CMD64X is not set | ||
| 674 | # CONFIG_PATA_CS5520 is not set | ||
| 675 | # CONFIG_PATA_CS5530 is not set | ||
| 676 | # CONFIG_PATA_CYPRESS is not set | ||
| 677 | # CONFIG_PATA_EFAR is not set | ||
| 678 | # CONFIG_ATA_GENERIC is not set | ||
| 679 | # CONFIG_PATA_HPT366 is not set | ||
| 680 | # CONFIG_PATA_HPT37X is not set | ||
| 681 | # CONFIG_PATA_HPT3X2N is not set | ||
| 682 | # CONFIG_PATA_HPT3X3 is not set | ||
| 683 | # CONFIG_PATA_IT821X is not set | ||
| 684 | # CONFIG_PATA_JMICRON is not set | ||
| 685 | # CONFIG_PATA_TRIFLEX is not set | ||
| 686 | # CONFIG_PATA_MPIIX is not set | ||
| 687 | # CONFIG_PATA_OLDPIIX is not set | ||
| 688 | # CONFIG_PATA_NETCELL is not set | ||
| 689 | # CONFIG_PATA_NS87410 is not set | ||
| 690 | # CONFIG_PATA_OPTI is not set | ||
| 691 | # CONFIG_PATA_OPTIDMA is not set | ||
| 692 | # CONFIG_PATA_PDC_OLD is not set | ||
| 693 | # CONFIG_PATA_RADISYS is not set | ||
| 694 | # CONFIG_PATA_RZ1000 is not set | ||
| 695 | # CONFIG_PATA_SC1200 is not set | ||
| 696 | # CONFIG_PATA_SERVERWORKS is not set | ||
| 697 | # CONFIG_PATA_PDC2027X is not set | ||
| 698 | CONFIG_PATA_SIL680=y | ||
| 699 | # CONFIG_PATA_SIS is not set | ||
| 700 | # CONFIG_PATA_VIA is not set | ||
| 701 | # CONFIG_PATA_WINBOND is not set | ||
| 702 | |||
| 703 | # | ||
| 704 | # Multi-device support (RAID and LVM) | ||
| 705 | # | ||
| 706 | # CONFIG_MD is not set | ||
| 707 | |||
| 708 | # | ||
| 709 | # Fusion MPT device support | ||
| 710 | # | ||
| 711 | # CONFIG_FUSION is not set | ||
| 712 | # CONFIG_FUSION_SPI is not set | ||
| 713 | # CONFIG_FUSION_FC is not set | ||
| 714 | # CONFIG_FUSION_SAS is not set | ||
| 715 | |||
| 716 | # | ||
| 717 | # IEEE 1394 (FireWire) support | ||
| 718 | # | ||
| 719 | # CONFIG_IEEE1394 is not set | ||
| 720 | |||
| 721 | # | ||
| 722 | # I2O device support | ||
| 723 | # | ||
| 724 | # CONFIG_I2O is not set | ||
| 725 | |||
| 726 | # | ||
| 727 | # Macintosh device drivers | ||
| 728 | # | ||
| 729 | # CONFIG_WINDFARM is not set | ||
| 730 | |||
| 731 | # | ||
| 732 | # Network device support | ||
| 733 | # | ||
| 734 | CONFIG_NETDEVICES=y | ||
| 735 | # CONFIG_DUMMY is not set | ||
| 736 | # CONFIG_BONDING is not set | ||
| 737 | # CONFIG_EQUALIZER is not set | ||
| 738 | CONFIG_TUN=m | ||
| 739 | |||
| 740 | # | ||
| 741 | # ARCnet devices | ||
| 742 | # | ||
| 743 | # CONFIG_ARCNET is not set | ||
| 744 | |||
| 745 | # | ||
| 746 | # PHY device support | ||
| 747 | # | ||
| 748 | |||
| 749 | # | ||
| 750 | # Ethernet (10 or 100Mbit) | ||
| 751 | # | ||
| 752 | # CONFIG_NET_ETHERNET is not set | ||
| 753 | |||
| 754 | # | ||
| 755 | # Ethernet (1000 Mbit) | ||
| 756 | # | ||
| 757 | # CONFIG_ACENIC is not set | ||
| 758 | # CONFIG_DL2K is not set | ||
| 759 | # CONFIG_E1000 is not set | ||
| 760 | # CONFIG_NS83820 is not set | ||
| 761 | # CONFIG_HAMACHI is not set | ||
| 762 | # CONFIG_YELLOWFIN is not set | ||
| 763 | CONFIG_R8169=y | ||
| 764 | # CONFIG_R8169_NAPI is not set | ||
| 765 | # CONFIG_SIS190 is not set | ||
| 766 | # CONFIG_SKGE is not set | ||
| 767 | # CONFIG_SKY2 is not set | ||
| 768 | # CONFIG_SK98LIN is not set | ||
| 769 | # CONFIG_TIGON3 is not set | ||
| 770 | # CONFIG_BNX2 is not set | ||
| 771 | # CONFIG_QLA3XXX is not set | ||
| 772 | |||
| 773 | # | ||
| 774 | # Ethernet (10000 Mbit) | ||
| 775 | # | ||
| 776 | # CONFIG_CHELSIO_T1 is not set | ||
| 777 | # CONFIG_IXGB is not set | ||
| 778 | # CONFIG_S2IO is not set | ||
| 779 | # CONFIG_MYRI10GE is not set | ||
| 780 | |||
| 781 | # | ||
| 782 | # Token Ring devices | ||
| 783 | # | ||
| 784 | # CONFIG_TR is not set | ||
| 785 | |||
| 786 | # | ||
| 787 | # Wireless LAN (non-hamradio) | ||
| 788 | # | ||
| 789 | CONFIG_NET_RADIO=y | ||
| 790 | # CONFIG_NET_WIRELESS_RTNETLINK is not set | ||
| 791 | |||
| 792 | # | ||
| 793 | # Obsolete Wireless cards support (pre-802.11) | ||
| 794 | # | ||
| 795 | # CONFIG_STRIP is not set | ||
| 796 | |||
| 797 | # | ||
| 798 | # Wireless 802.11b ISA/PCI cards support | ||
| 799 | # | ||
| 800 | # CONFIG_IPW2100 is not set | ||
| 801 | # CONFIG_IPW2200 is not set | ||
| 802 | # CONFIG_AIRO is not set | ||
| 803 | # CONFIG_HERMES is not set | ||
| 804 | # CONFIG_ATMEL is not set | ||
| 805 | |||
| 806 | # | ||
| 807 | # Prism GT/Duette 802.11(a/b/g) PCI/Cardbus support | ||
| 808 | # | ||
| 809 | # CONFIG_PRISM54 is not set | ||
| 810 | # CONFIG_USB_ZD1201 is not set | ||
| 811 | # CONFIG_HOSTAP is not set | ||
| 812 | # CONFIG_BCM43XX is not set | ||
| 813 | # CONFIG_ZD1211RW is not set | ||
| 814 | CONFIG_NET_WIRELESS=y | ||
| 815 | |||
| 816 | # | ||
| 817 | # Wan interfaces | ||
| 818 | # | ||
| 819 | # CONFIG_WAN is not set | ||
| 820 | # CONFIG_FDDI is not set | ||
| 821 | # CONFIG_HIPPI is not set | ||
| 822 | # CONFIG_PPP is not set | ||
| 823 | # CONFIG_SLIP is not set | ||
| 824 | # CONFIG_NET_FC is not set | ||
| 825 | # CONFIG_SHAPER is not set | ||
| 826 | CONFIG_NETCONSOLE=y | ||
| 827 | CONFIG_NETPOLL=y | ||
| 828 | # CONFIG_NETPOLL_RX is not set | ||
| 829 | # CONFIG_NETPOLL_TRAP is not set | ||
| 830 | CONFIG_NET_POLL_CONTROLLER=y | ||
| 831 | |||
| 832 | # | ||
| 833 | # ISDN subsystem | ||
| 834 | # | ||
| 835 | # CONFIG_ISDN is not set | ||
| 836 | |||
| 837 | # | ||
| 838 | # Telephony Support | ||
| 839 | # | ||
| 840 | # CONFIG_PHONE is not set | ||
| 841 | |||
| 842 | # | ||
| 843 | # Input device support | ||
| 844 | # | ||
| 845 | CONFIG_INPUT=y | ||
| 846 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 847 | |||
| 848 | # | ||
| 849 | # Userland interfaces | ||
| 850 | # | ||
| 851 | CONFIG_INPUT_MOUSEDEV=y | ||
| 852 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 853 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 854 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 855 | # CONFIG_INPUT_JOYDEV is not set | ||
| 856 | # CONFIG_INPUT_TSDEV is not set | ||
| 857 | CONFIG_INPUT_EVDEV=m | ||
| 858 | # CONFIG_INPUT_EVBUG is not set | ||
| 859 | |||
| 860 | # | ||
| 861 | # Input Device Drivers | ||
| 862 | # | ||
| 863 | # CONFIG_INPUT_KEYBOARD is not set | ||
| 864 | # CONFIG_INPUT_MOUSE is not set | ||
| 865 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 866 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 867 | CONFIG_INPUT_MISC=y | ||
| 868 | CONFIG_INPUT_UINPUT=m | ||
| 869 | |||
| 870 | # | ||
| 871 | # Hardware I/O ports | ||
| 872 | # | ||
| 873 | CONFIG_SERIO=y | ||
| 874 | # CONFIG_SERIO_I8042 is not set | ||
| 875 | CONFIG_SERIO_SERPORT=y | ||
| 876 | # CONFIG_SERIO_PCIPS2 is not set | ||
| 877 | # CONFIG_SERIO_RAW is not set | ||
| 878 | # CONFIG_GAMEPORT is not set | ||
| 879 | |||
| 880 | # | ||
| 881 | # Character devices | ||
| 882 | # | ||
| 883 | CONFIG_VT=y | ||
| 884 | CONFIG_VT_CONSOLE=y | ||
| 885 | CONFIG_HW_CONSOLE=y | ||
| 886 | # CONFIG_VT_HW_CONSOLE_BINDING is not set | ||
| 887 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 888 | |||
| 889 | # | ||
| 890 | # Serial drivers | ||
| 891 | # | ||
| 892 | CONFIG_SERIAL_8250=y | ||
| 893 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 894 | CONFIG_SERIAL_8250_PCI=y | ||
| 895 | CONFIG_SERIAL_8250_NR_UARTS=4 | ||
| 896 | CONFIG_SERIAL_8250_RUNTIME_UARTS=4 | ||
| 897 | # CONFIG_SERIAL_8250_EXTENDED is not set | ||
| 898 | |||
| 899 | # | ||
| 900 | # Non-8250 serial port support | ||
| 901 | # | ||
| 902 | CONFIG_SERIAL_CORE=y | ||
| 903 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 904 | # CONFIG_SERIAL_JSM is not set | ||
| 905 | CONFIG_UNIX98_PTYS=y | ||
| 906 | CONFIG_LEGACY_PTYS=y | ||
| 907 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 908 | |||
| 909 | # | ||
| 910 | # IPMI | ||
| 911 | # | ||
| 912 | # CONFIG_IPMI_HANDLER is not set | ||
| 913 | |||
| 914 | # | ||
| 915 | # Watchdog Cards | ||
| 916 | # | ||
| 917 | # CONFIG_WATCHDOG is not set | ||
| 918 | CONFIG_HW_RANDOM=y | ||
| 919 | # CONFIG_NVRAM is not set | ||
| 920 | # CONFIG_GEN_RTC is not set | ||
| 921 | # CONFIG_DTLK is not set | ||
| 922 | # CONFIG_R3964 is not set | ||
| 923 | # CONFIG_APPLICOM is not set | ||
| 924 | |||
| 925 | # | ||
| 926 | # Ftape, the floppy tape device driver | ||
| 927 | # | ||
| 928 | # CONFIG_AGP is not set | ||
| 929 | # CONFIG_DRM is not set | ||
| 930 | # CONFIG_RAW_DRIVER is not set | ||
| 931 | |||
| 932 | # | ||
| 933 | # TPM devices | ||
| 934 | # | ||
| 935 | # CONFIG_TCG_TPM is not set | ||
| 936 | |||
| 937 | # | ||
| 938 | # I2C support | ||
| 939 | # | ||
| 940 | CONFIG_I2C=y | ||
| 941 | CONFIG_I2C_CHARDEV=y | ||
| 942 | |||
| 943 | # | ||
| 944 | # I2C Algorithms | ||
| 945 | # | ||
| 946 | # CONFIG_I2C_ALGOBIT is not set | ||
| 947 | # CONFIG_I2C_ALGOPCF is not set | ||
| 948 | # CONFIG_I2C_ALGOPCA is not set | ||
| 949 | |||
| 950 | # | ||
| 951 | # I2C Hardware Bus support | ||
| 952 | # | ||
| 953 | # CONFIG_I2C_ALI1535 is not set | ||
| 954 | # CONFIG_I2C_ALI1563 is not set | ||
| 955 | # CONFIG_I2C_ALI15X3 is not set | ||
| 956 | # CONFIG_I2C_AMD756 is not set | ||
| 957 | # CONFIG_I2C_AMD8111 is not set | ||
| 958 | # CONFIG_I2C_I801 is not set | ||
| 959 | # CONFIG_I2C_I810 is not set | ||
| 960 | # CONFIG_I2C_PIIX4 is not set | ||
| 961 | CONFIG_I2C_MPC=y | ||
| 962 | # CONFIG_I2C_NFORCE2 is not set | ||
| 963 | # CONFIG_I2C_OCORES is not set | ||
| 964 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 965 | # CONFIG_I2C_PROSAVAGE is not set | ||
| 966 | # CONFIG_I2C_SAVAGE4 is not set | ||
| 967 | # CONFIG_I2C_SIS5595 is not set | ||
| 968 | # CONFIG_I2C_SIS630 is not set | ||
| 969 | # CONFIG_I2C_SIS96X is not set | ||
| 970 | # CONFIG_I2C_STUB is not set | ||
| 971 | # CONFIG_I2C_VIA is not set | ||
| 972 | # CONFIG_I2C_VIAPRO is not set | ||
| 973 | # CONFIG_I2C_VOODOO3 is not set | ||
| 974 | # CONFIG_I2C_PCA_ISA is not set | ||
| 975 | |||
| 976 | # | ||
| 977 | # Miscellaneous I2C Chip support | ||
| 978 | # | ||
| 979 | # CONFIG_SENSORS_DS1337 is not set | ||
| 980 | # CONFIG_SENSORS_DS1374 is not set | ||
| 981 | CONFIG_SENSORS_EEPROM=m | ||
| 982 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 983 | # CONFIG_SENSORS_PCA9539 is not set | ||
| 984 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 985 | # CONFIG_SENSORS_M41T00 is not set | ||
| 986 | # CONFIG_SENSORS_MAX6875 is not set | ||
| 987 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 988 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 989 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 990 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 991 | |||
| 992 | # | ||
| 993 | # SPI support | ||
| 994 | # | ||
| 995 | # CONFIG_SPI is not set | ||
| 996 | # CONFIG_SPI_MASTER is not set | ||
| 997 | |||
| 998 | # | ||
| 999 | # Dallas's 1-wire bus | ||
| 1000 | # | ||
| 1001 | # CONFIG_W1 is not set | ||
| 1002 | |||
| 1003 | # | ||
| 1004 | # Hardware Monitoring support | ||
| 1005 | # | ||
| 1006 | CONFIG_HWMON=y | ||
| 1007 | # CONFIG_HWMON_VID is not set | ||
| 1008 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 1009 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 1010 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 1011 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 1012 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 1013 | # CONFIG_SENSORS_ADM9240 is not set | ||
| 1014 | # CONFIG_SENSORS_ASB100 is not set | ||
| 1015 | # CONFIG_SENSORS_ATXP1 is not set | ||
| 1016 | # CONFIG_SENSORS_DS1621 is not set | ||
| 1017 | # CONFIG_SENSORS_F71805F is not set | ||
| 1018 | # CONFIG_SENSORS_FSCHER is not set | ||
| 1019 | # CONFIG_SENSORS_FSCPOS is not set | ||
| 1020 | # CONFIG_SENSORS_GL518SM is not set | ||
| 1021 | # CONFIG_SENSORS_GL520SM is not set | ||
| 1022 | # CONFIG_SENSORS_IT87 is not set | ||
| 1023 | # CONFIG_SENSORS_LM63 is not set | ||
| 1024 | # CONFIG_SENSORS_LM75 is not set | ||
| 1025 | # CONFIG_SENSORS_LM77 is not set | ||
| 1026 | # CONFIG_SENSORS_LM78 is not set | ||
| 1027 | # CONFIG_SENSORS_LM80 is not set | ||
| 1028 | # CONFIG_SENSORS_LM83 is not set | ||
| 1029 | # CONFIG_SENSORS_LM85 is not set | ||
| 1030 | # CONFIG_SENSORS_LM87 is not set | ||
| 1031 | # CONFIG_SENSORS_LM90 is not set | ||
| 1032 | # CONFIG_SENSORS_LM92 is not set | ||
| 1033 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 1034 | # CONFIG_SENSORS_PC87360 is not set | ||
| 1035 | # CONFIG_SENSORS_SIS5595 is not set | ||
| 1036 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 1037 | # CONFIG_SENSORS_SMSC47M192 is not set | ||
| 1038 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 1039 | # CONFIG_SENSORS_VIA686A is not set | ||
| 1040 | # CONFIG_SENSORS_VT1211 is not set | ||
| 1041 | # CONFIG_SENSORS_VT8231 is not set | ||
| 1042 | # CONFIG_SENSORS_W83781D is not set | ||
| 1043 | # CONFIG_SENSORS_W83791D is not set | ||
| 1044 | # CONFIG_SENSORS_W83792D is not set | ||
| 1045 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 1046 | # CONFIG_SENSORS_W83627HF is not set | ||
| 1047 | # CONFIG_SENSORS_W83627EHF is not set | ||
| 1048 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 1049 | |||
| 1050 | # | ||
| 1051 | # Multimedia devices | ||
| 1052 | # | ||
| 1053 | # CONFIG_VIDEO_DEV is not set | ||
| 1054 | |||
| 1055 | # | ||
| 1056 | # Digital Video Broadcasting Devices | ||
| 1057 | # | ||
| 1058 | # CONFIG_DVB is not set | ||
| 1059 | # CONFIG_USB_DABUSB is not set | ||
| 1060 | |||
| 1061 | # | ||
| 1062 | # Graphics support | ||
| 1063 | # | ||
| 1064 | CONFIG_FIRMWARE_EDID=y | ||
| 1065 | # CONFIG_FB is not set | ||
| 1066 | |||
| 1067 | # | ||
| 1068 | # Console display driver support | ||
| 1069 | # | ||
| 1070 | # CONFIG_VGA_CONSOLE is not set | ||
| 1071 | CONFIG_DUMMY_CONSOLE=y | ||
| 1072 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 1073 | |||
| 1074 | # | ||
| 1075 | # Sound | ||
| 1076 | # | ||
| 1077 | # CONFIG_SOUND is not set | ||
| 1078 | |||
| 1079 | # | ||
| 1080 | # USB support | ||
| 1081 | # | ||
| 1082 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 1083 | CONFIG_USB_ARCH_HAS_OHCI=y | ||
| 1084 | CONFIG_USB_ARCH_HAS_EHCI=y | ||
| 1085 | CONFIG_USB=y | ||
| 1086 | # CONFIG_USB_DEBUG is not set | ||
| 1087 | |||
| 1088 | # | ||
| 1089 | # Miscellaneous USB options | ||
| 1090 | # | ||
| 1091 | CONFIG_USB_DEVICEFS=y | ||
| 1092 | # CONFIG_USB_BANDWIDTH is not set | ||
| 1093 | # CONFIG_USB_DYNAMIC_MINORS is not set | ||
| 1094 | # CONFIG_USB_OTG is not set | ||
| 1095 | |||
| 1096 | # | ||
| 1097 | # USB Host Controller Drivers | ||
| 1098 | # | ||
| 1099 | CONFIG_USB_EHCI_HCD=y | ||
| 1100 | # CONFIG_USB_EHCI_SPLIT_ISO is not set | ||
| 1101 | # CONFIG_USB_EHCI_ROOT_HUB_TT is not set | ||
| 1102 | # CONFIG_USB_EHCI_TT_NEWSCHED is not set | ||
| 1103 | # CONFIG_USB_ISP116X_HCD is not set | ||
| 1104 | CONFIG_USB_OHCI_HCD=y | ||
| 1105 | # CONFIG_USB_OHCI_BIG_ENDIAN is not set | ||
| 1106 | CONFIG_USB_OHCI_LITTLE_ENDIAN=y | ||
| 1107 | # CONFIG_USB_UHCI_HCD is not set | ||
| 1108 | # CONFIG_USB_SL811_HCD is not set | ||
| 1109 | |||
| 1110 | # | ||
| 1111 | # USB Device Class drivers | ||
| 1112 | # | ||
| 1113 | # CONFIG_USB_ACM is not set | ||
| 1114 | # CONFIG_USB_PRINTER is not set | ||
| 1115 | |||
| 1116 | # | ||
| 1117 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 1118 | # | ||
| 1119 | |||
| 1120 | # | ||
| 1121 | # may also be needed; see USB_STORAGE Help for more information | ||
| 1122 | # | ||
| 1123 | CONFIG_USB_STORAGE=m | ||
| 1124 | # CONFIG_USB_STORAGE_DEBUG is not set | ||
| 1125 | # CONFIG_USB_STORAGE_DATAFAB is not set | ||
| 1126 | # CONFIG_USB_STORAGE_FREECOM is not set | ||
| 1127 | # CONFIG_USB_STORAGE_DPCM is not set | ||
| 1128 | # CONFIG_USB_STORAGE_USBAT is not set | ||
| 1129 | # CONFIG_USB_STORAGE_SDDR09 is not set | ||
| 1130 | # CONFIG_USB_STORAGE_SDDR55 is not set | ||
| 1131 | # CONFIG_USB_STORAGE_JUMPSHOT is not set | ||
| 1132 | # CONFIG_USB_STORAGE_ALAUDA is not set | ||
| 1133 | # CONFIG_USB_STORAGE_ONETOUCH is not set | ||
| 1134 | # CONFIG_USB_STORAGE_KARMA is not set | ||
| 1135 | # CONFIG_USB_LIBUSUAL is not set | ||
| 1136 | |||
| 1137 | # | ||
| 1138 | # USB Input Devices | ||
| 1139 | # | ||
| 1140 | # CONFIG_USB_HID is not set | ||
| 1141 | |||
| 1142 | # | ||
| 1143 | # USB HID Boot Protocol drivers | ||
| 1144 | # | ||
| 1145 | # CONFIG_USB_KBD is not set | ||
| 1146 | # CONFIG_USB_MOUSE is not set | ||
| 1147 | # CONFIG_USB_AIPTEK is not set | ||
| 1148 | # CONFIG_USB_WACOM is not set | ||
| 1149 | # CONFIG_USB_ACECAD is not set | ||
| 1150 | # CONFIG_USB_KBTAB is not set | ||
| 1151 | # CONFIG_USB_POWERMATE is not set | ||
| 1152 | # CONFIG_USB_TOUCHSCREEN is not set | ||
| 1153 | # CONFIG_USB_YEALINK is not set | ||
| 1154 | # CONFIG_USB_XPAD is not set | ||
| 1155 | # CONFIG_USB_ATI_REMOTE is not set | ||
| 1156 | # CONFIG_USB_ATI_REMOTE2 is not set | ||
| 1157 | # CONFIG_USB_KEYSPAN_REMOTE is not set | ||
| 1158 | # CONFIG_USB_APPLETOUCH is not set | ||
| 1159 | |||
| 1160 | # | ||
| 1161 | # USB Imaging devices | ||
| 1162 | # | ||
| 1163 | # CONFIG_USB_MDC800 is not set | ||
| 1164 | # CONFIG_USB_MICROTEK is not set | ||
| 1165 | |||
| 1166 | # | ||
| 1167 | # USB Network Adapters | ||
| 1168 | # | ||
| 1169 | # CONFIG_USB_CATC is not set | ||
| 1170 | # CONFIG_USB_KAWETH is not set | ||
| 1171 | # CONFIG_USB_PEGASUS is not set | ||
| 1172 | # CONFIG_USB_RTL8150 is not set | ||
| 1173 | # CONFIG_USB_USBNET is not set | ||
| 1174 | CONFIG_USB_MON=y | ||
| 1175 | |||
| 1176 | # | ||
| 1177 | # USB port drivers | ||
| 1178 | # | ||
| 1179 | |||
| 1180 | # | ||
| 1181 | # USB Serial Converter support | ||
| 1182 | # | ||
| 1183 | CONFIG_USB_SERIAL=y | ||
| 1184 | CONFIG_USB_SERIAL_CONSOLE=y | ||
| 1185 | # CONFIG_USB_SERIAL_GENERIC is not set | ||
| 1186 | # CONFIG_USB_SERIAL_AIRCABLE is not set | ||
| 1187 | # CONFIG_USB_SERIAL_AIRPRIME is not set | ||
| 1188 | # CONFIG_USB_SERIAL_ARK3116 is not set | ||
| 1189 | # CONFIG_USB_SERIAL_BELKIN is not set | ||
| 1190 | # CONFIG_USB_SERIAL_WHITEHEAT is not set | ||
| 1191 | # CONFIG_USB_SERIAL_DIGI_ACCELEPORT is not set | ||
| 1192 | # CONFIG_USB_SERIAL_CP2101 is not set | ||
| 1193 | # CONFIG_USB_SERIAL_CYPRESS_M8 is not set | ||
| 1194 | # CONFIG_USB_SERIAL_EMPEG is not set | ||
| 1195 | CONFIG_USB_SERIAL_FTDI_SIO=y | ||
| 1196 | # CONFIG_USB_SERIAL_FUNSOFT is not set | ||
| 1197 | # CONFIG_USB_SERIAL_VISOR is not set | ||
| 1198 | # CONFIG_USB_SERIAL_IPAQ is not set | ||
| 1199 | # CONFIG_USB_SERIAL_IR is not set | ||
| 1200 | # CONFIG_USB_SERIAL_EDGEPORT is not set | ||
| 1201 | # CONFIG_USB_SERIAL_EDGEPORT_TI is not set | ||
| 1202 | # CONFIG_USB_SERIAL_GARMIN is not set | ||
| 1203 | # CONFIG_USB_SERIAL_IPW is not set | ||
| 1204 | # CONFIG_USB_SERIAL_KEYSPAN_PDA is not set | ||
| 1205 | # CONFIG_USB_SERIAL_KEYSPAN is not set | ||
| 1206 | # CONFIG_USB_SERIAL_KLSI is not set | ||
| 1207 | # CONFIG_USB_SERIAL_KOBIL_SCT is not set | ||
| 1208 | # CONFIG_USB_SERIAL_MCT_U232 is not set | ||
| 1209 | # CONFIG_USB_SERIAL_MOS7720 is not set | ||
| 1210 | # CONFIG_USB_SERIAL_MOS7840 is not set | ||
| 1211 | # CONFIG_USB_SERIAL_NAVMAN is not set | ||
| 1212 | # CONFIG_USB_SERIAL_PL2303 is not set | ||
| 1213 | # CONFIG_USB_SERIAL_HP4X is not set | ||
| 1214 | # CONFIG_USB_SERIAL_SAFE is not set | ||
| 1215 | # CONFIG_USB_SERIAL_SIERRAWIRELESS is not set | ||
| 1216 | # CONFIG_USB_SERIAL_TI is not set | ||
| 1217 | # CONFIG_USB_SERIAL_CYBERJACK is not set | ||
| 1218 | # CONFIG_USB_SERIAL_XIRCOM is not set | ||
| 1219 | # CONFIG_USB_SERIAL_OPTION is not set | ||
| 1220 | # CONFIG_USB_SERIAL_OMNINET is not set | ||
| 1221 | |||
| 1222 | # | ||
| 1223 | # USB Miscellaneous drivers | ||
| 1224 | # | ||
| 1225 | # CONFIG_USB_EMI62 is not set | ||
| 1226 | # CONFIG_USB_EMI26 is not set | ||
| 1227 | # CONFIG_USB_ADUTUX is not set | ||
| 1228 | # CONFIG_USB_AUERSWALD is not set | ||
| 1229 | # CONFIG_USB_RIO500 is not set | ||
| 1230 | # CONFIG_USB_LEGOTOWER is not set | ||
| 1231 | # CONFIG_USB_LCD is not set | ||
| 1232 | # CONFIG_USB_LED is not set | ||
| 1233 | # CONFIG_USB_CYPRESS_CY7C63 is not set | ||
| 1234 | # CONFIG_USB_CYTHERM is not set | ||
| 1235 | # CONFIG_USB_PHIDGET is not set | ||
| 1236 | # CONFIG_USB_IDMOUSE is not set | ||
| 1237 | # CONFIG_USB_FTDI_ELAN is not set | ||
| 1238 | # CONFIG_USB_APPLEDISPLAY is not set | ||
| 1239 | # CONFIG_USB_SISUSBVGA is not set | ||
| 1240 | # CONFIG_USB_LD is not set | ||
| 1241 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
| 1242 | # CONFIG_USB_TEST is not set | ||
| 1243 | |||
| 1244 | # | ||
| 1245 | # USB DSL modem support | ||
| 1246 | # | ||
| 1247 | |||
| 1248 | # | ||
| 1249 | # USB Gadget Support | ||
| 1250 | # | ||
| 1251 | # CONFIG_USB_GADGET is not set | ||
| 1252 | |||
| 1253 | # | ||
| 1254 | # MMC/SD Card support | ||
| 1255 | # | ||
| 1256 | # CONFIG_MMC is not set | ||
| 1257 | |||
| 1258 | # | ||
| 1259 | # LED devices | ||
| 1260 | # | ||
| 1261 | # CONFIG_NEW_LEDS is not set | ||
| 1262 | |||
| 1263 | # | ||
| 1264 | # LED drivers | ||
| 1265 | # | ||
| 1266 | |||
| 1267 | # | ||
| 1268 | # LED Triggers | ||
| 1269 | # | ||
| 1270 | |||
| 1271 | # | ||
| 1272 | # InfiniBand support | ||
| 1273 | # | ||
| 1274 | # CONFIG_INFINIBAND is not set | ||
| 1275 | |||
| 1276 | # | ||
| 1277 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
| 1278 | # | ||
| 1279 | |||
| 1280 | # | ||
| 1281 | # Real Time Clock | ||
| 1282 | # | ||
| 1283 | CONFIG_RTC_LIB=y | ||
| 1284 | CONFIG_RTC_CLASS=y | ||
| 1285 | CONFIG_RTC_HCTOSYS=y | ||
| 1286 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 1287 | # CONFIG_RTC_DEBUG is not set | ||
| 1288 | |||
| 1289 | # | ||
| 1290 | # RTC interfaces | ||
| 1291 | # | ||
| 1292 | CONFIG_RTC_INTF_SYSFS=y | ||
| 1293 | CONFIG_RTC_INTF_PROC=y | ||
| 1294 | CONFIG_RTC_INTF_DEV=y | ||
| 1295 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 1296 | |||
| 1297 | # | ||
| 1298 | # RTC drivers | ||
| 1299 | # | ||
| 1300 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 1301 | # CONFIG_RTC_DRV_DS1307 is not set | ||
| 1302 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 1303 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 1304 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 1305 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 1306 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 1307 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 1308 | CONFIG_RTC_DRV_RS5C372=y | ||
| 1309 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1310 | # CONFIG_RTC_DRV_TEST is not set | ||
| 1311 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 1312 | |||
| 1313 | # | ||
| 1314 | # DMA Engine support | ||
| 1315 | # | ||
| 1316 | # CONFIG_DMA_ENGINE is not set | ||
| 1317 | |||
| 1318 | # | ||
| 1319 | # DMA Clients | ||
| 1320 | # | ||
| 1321 | |||
| 1322 | # | ||
| 1323 | # DMA Devices | ||
| 1324 | # | ||
| 1325 | |||
| 1326 | # | ||
| 1327 | # File systems | ||
| 1328 | # | ||
| 1329 | CONFIG_EXT2_FS=y | ||
| 1330 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 1331 | # CONFIG_EXT2_FS_XIP is not set | ||
| 1332 | CONFIG_EXT3_FS=y | ||
| 1333 | CONFIG_EXT3_FS_XATTR=y | ||
| 1334 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 1335 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 1336 | # CONFIG_EXT4DEV_FS is not set | ||
| 1337 | CONFIG_JBD=y | ||
| 1338 | # CONFIG_JBD_DEBUG is not set | ||
| 1339 | CONFIG_FS_MBCACHE=y | ||
| 1340 | # CONFIG_REISERFS_FS is not set | ||
| 1341 | # CONFIG_JFS_FS is not set | ||
| 1342 | CONFIG_FS_POSIX_ACL=y | ||
| 1343 | # CONFIG_XFS_FS is not set | ||
| 1344 | # CONFIG_GFS2_FS is not set | ||
| 1345 | # CONFIG_OCFS2_FS is not set | ||
| 1346 | # CONFIG_MINIX_FS is not set | ||
| 1347 | # CONFIG_ROMFS_FS is not set | ||
| 1348 | CONFIG_INOTIFY=y | ||
| 1349 | CONFIG_INOTIFY_USER=y | ||
| 1350 | # CONFIG_QUOTA is not set | ||
| 1351 | CONFIG_DNOTIFY=y | ||
| 1352 | # CONFIG_AUTOFS_FS is not set | ||
| 1353 | # CONFIG_AUTOFS4_FS is not set | ||
| 1354 | # CONFIG_FUSE_FS is not set | ||
| 1355 | |||
| 1356 | # | ||
| 1357 | # CD-ROM/DVD Filesystems | ||
| 1358 | # | ||
| 1359 | CONFIG_ISO9660_FS=m | ||
| 1360 | CONFIG_JOLIET=y | ||
| 1361 | CONFIG_ZISOFS=y | ||
| 1362 | CONFIG_ZISOFS_FS=m | ||
| 1363 | CONFIG_UDF_FS=m | ||
| 1364 | CONFIG_UDF_NLS=y | ||
| 1365 | |||
| 1366 | # | ||
| 1367 | # DOS/FAT/NT Filesystems | ||
| 1368 | # | ||
| 1369 | CONFIG_FAT_FS=m | ||
| 1370 | CONFIG_MSDOS_FS=m | ||
| 1371 | CONFIG_VFAT_FS=m | ||
| 1372 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 1373 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 1374 | CONFIG_NTFS_FS=m | ||
| 1375 | # CONFIG_NTFS_DEBUG is not set | ||
| 1376 | # CONFIG_NTFS_RW is not set | ||
| 1377 | |||
| 1378 | # | ||
| 1379 | # Pseudo filesystems | ||
| 1380 | # | ||
| 1381 | CONFIG_PROC_FS=y | ||
| 1382 | CONFIG_PROC_KCORE=y | ||
| 1383 | CONFIG_PROC_SYSCTL=y | ||
| 1384 | CONFIG_SYSFS=y | ||
| 1385 | CONFIG_TMPFS=y | ||
| 1386 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 1387 | # CONFIG_HUGETLB_PAGE is not set | ||
| 1388 | CONFIG_RAMFS=y | ||
| 1389 | # CONFIG_CONFIGFS_FS is not set | ||
| 1390 | |||
| 1391 | # | ||
| 1392 | # Miscellaneous filesystems | ||
| 1393 | # | ||
| 1394 | # CONFIG_ADFS_FS is not set | ||
| 1395 | # CONFIG_AFFS_FS is not set | ||
| 1396 | # CONFIG_HFS_FS is not set | ||
| 1397 | # CONFIG_HFSPLUS_FS is not set | ||
| 1398 | # CONFIG_BEFS_FS is not set | ||
| 1399 | # CONFIG_BFS_FS is not set | ||
| 1400 | # CONFIG_EFS_FS is not set | ||
| 1401 | # CONFIG_JFFS_FS is not set | ||
| 1402 | # CONFIG_JFFS2_FS is not set | ||
| 1403 | # CONFIG_CRAMFS is not set | ||
| 1404 | # CONFIG_VXFS_FS is not set | ||
| 1405 | # CONFIG_HPFS_FS is not set | ||
| 1406 | # CONFIG_QNX4FS_FS is not set | ||
| 1407 | # CONFIG_SYSV_FS is not set | ||
| 1408 | # CONFIG_UFS_FS is not set | ||
| 1409 | |||
| 1410 | # | ||
| 1411 | # Network File Systems | ||
| 1412 | # | ||
| 1413 | CONFIG_NFS_FS=y | ||
| 1414 | CONFIG_NFS_V3=y | ||
| 1415 | CONFIG_NFS_V3_ACL=y | ||
| 1416 | CONFIG_NFS_V4=y | ||
| 1417 | # CONFIG_NFS_DIRECTIO is not set | ||
| 1418 | CONFIG_NFSD=m | ||
| 1419 | CONFIG_NFSD_V3=y | ||
| 1420 | # CONFIG_NFSD_V3_ACL is not set | ||
| 1421 | # CONFIG_NFSD_V4 is not set | ||
| 1422 | CONFIG_NFSD_TCP=y | ||
| 1423 | CONFIG_ROOT_NFS=y | ||
| 1424 | CONFIG_LOCKD=y | ||
| 1425 | CONFIG_LOCKD_V4=y | ||
| 1426 | CONFIG_EXPORTFS=m | ||
| 1427 | CONFIG_NFS_ACL_SUPPORT=y | ||
| 1428 | CONFIG_NFS_COMMON=y | ||
| 1429 | CONFIG_SUNRPC=y | ||
| 1430 | CONFIG_SUNRPC_GSS=y | ||
| 1431 | CONFIG_RPCSEC_GSS_KRB5=y | ||
| 1432 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 1433 | # CONFIG_SMB_FS is not set | ||
| 1434 | # CONFIG_CIFS is not set | ||
| 1435 | # CONFIG_NCP_FS is not set | ||
| 1436 | # CONFIG_CODA_FS is not set | ||
| 1437 | # CONFIG_AFS_FS is not set | ||
| 1438 | # CONFIG_9P_FS is not set | ||
| 1439 | |||
| 1440 | # | ||
| 1441 | # Partition Types | ||
| 1442 | # | ||
| 1443 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 1444 | CONFIG_MSDOS_PARTITION=y | ||
| 1445 | |||
| 1446 | # | ||
| 1447 | # Native Language Support | ||
| 1448 | # | ||
| 1449 | CONFIG_NLS=m | ||
| 1450 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 1451 | CONFIG_NLS_CODEPAGE_437=m | ||
| 1452 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 1453 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 1454 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 1455 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 1456 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 1457 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 1458 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 1459 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 1460 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 1461 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 1462 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 1463 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 1464 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 1465 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 1466 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 1467 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 1468 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 1469 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 1470 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 1471 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 1472 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 1473 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 1474 | # CONFIG_NLS_ASCII is not set | ||
| 1475 | CONFIG_NLS_ISO8859_1=m | ||
| 1476 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 1477 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 1478 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 1479 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 1480 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 1481 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 1482 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 1483 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 1484 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 1485 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 1486 | # CONFIG_NLS_KOI8_R is not set | ||
| 1487 | # CONFIG_NLS_KOI8_U is not set | ||
| 1488 | CONFIG_NLS_UTF8=m | ||
| 1489 | |||
| 1490 | # | ||
| 1491 | # Library routines | ||
| 1492 | # | ||
| 1493 | # CONFIG_CRC_CCITT is not set | ||
| 1494 | # CONFIG_CRC16 is not set | ||
| 1495 | CONFIG_CRC32=y | ||
| 1496 | CONFIG_LIBCRC32C=m | ||
| 1497 | CONFIG_ZLIB_INFLATE=m | ||
| 1498 | CONFIG_ZLIB_DEFLATE=m | ||
| 1499 | CONFIG_PLIST=y | ||
| 1500 | |||
| 1501 | # | ||
| 1502 | # Instrumentation Support | ||
| 1503 | # | ||
| 1504 | CONFIG_PROFILING=y | ||
| 1505 | CONFIG_OPROFILE=m | ||
| 1506 | |||
| 1507 | # | ||
| 1508 | # Kernel hacking | ||
| 1509 | # | ||
| 1510 | # CONFIG_PRINTK_TIME is not set | ||
| 1511 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1512 | CONFIG_MAGIC_SYSRQ=y | ||
| 1513 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 1514 | CONFIG_DEBUG_KERNEL=y | ||
| 1515 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 1516 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 1517 | # CONFIG_SCHEDSTATS is not set | ||
| 1518 | # CONFIG_DEBUG_SLAB is not set | ||
| 1519 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
| 1520 | # CONFIG_RT_MUTEX_TESTER is not set | ||
| 1521 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 1522 | # CONFIG_DEBUG_MUTEXES is not set | ||
| 1523 | # CONFIG_DEBUG_RWSEMS is not set | ||
| 1524 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 1525 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
| 1526 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 1527 | # CONFIG_DEBUG_INFO is not set | ||
| 1528 | # CONFIG_DEBUG_FS is not set | ||
| 1529 | # CONFIG_DEBUG_VM is not set | ||
| 1530 | # CONFIG_DEBUG_LIST is not set | ||
| 1531 | CONFIG_FORCED_INLINING=y | ||
| 1532 | # CONFIG_HEADERS_CHECK is not set | ||
| 1533 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 1534 | # CONFIG_DEBUGGER is not set | ||
| 1535 | # CONFIG_BDI_SWITCH is not set | ||
| 1536 | # CONFIG_BOOTX_TEXT is not set | ||
| 1537 | # CONFIG_SERIAL_TEXT_DEBUG is not set | ||
| 1538 | # CONFIG_PPC_EARLY_DEBUG is not set | ||
| 1539 | |||
| 1540 | # | ||
| 1541 | # Security options | ||
| 1542 | # | ||
| 1543 | # CONFIG_KEYS is not set | ||
| 1544 | # CONFIG_SECURITY is not set | ||
| 1545 | |||
| 1546 | # | ||
| 1547 | # Cryptographic options | ||
| 1548 | # | ||
| 1549 | CONFIG_CRYPTO=y | ||
| 1550 | CONFIG_CRYPTO_ALGAPI=y | ||
| 1551 | CONFIG_CRYPTO_BLKCIPHER=y | ||
| 1552 | CONFIG_CRYPTO_MANAGER=y | ||
| 1553 | # CONFIG_CRYPTO_HMAC is not set | ||
| 1554 | # CONFIG_CRYPTO_NULL is not set | ||
| 1555 | CONFIG_CRYPTO_MD4=m | ||
| 1556 | CONFIG_CRYPTO_MD5=y | ||
| 1557 | CONFIG_CRYPTO_SHA1=m | ||
| 1558 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 1559 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 1560 | # CONFIG_CRYPTO_WP512 is not set | ||
| 1561 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 1562 | CONFIG_CRYPTO_ECB=m | ||
| 1563 | CONFIG_CRYPTO_CBC=y | ||
| 1564 | CONFIG_CRYPTO_DES=y | ||
| 1565 | CONFIG_CRYPTO_BLOWFISH=m | ||
| 1566 | CONFIG_CRYPTO_TWOFISH=m | ||
| 1567 | CONFIG_CRYPTO_TWOFISH_COMMON=m | ||
| 1568 | CONFIG_CRYPTO_SERPENT=m | ||
| 1569 | CONFIG_CRYPTO_AES=m | ||
| 1570 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 1571 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 1572 | # CONFIG_CRYPTO_TEA is not set | ||
| 1573 | CONFIG_CRYPTO_ARC4=m | ||
| 1574 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 1575 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 1576 | CONFIG_CRYPTO_DEFLATE=m | ||
| 1577 | CONFIG_CRYPTO_MICHAEL_MIC=m | ||
| 1578 | CONFIG_CRYPTO_CRC32C=m | ||
| 1579 | # CONFIG_CRYPTO_TEST is not set | ||
| 1580 | |||
| 1581 | # | ||
| 1582 | # Hardware crypto devices | ||
| 1583 | # | ||
diff --git a/arch/powerpc/platforms/embedded6xx/Kconfig b/arch/powerpc/platforms/embedded6xx/Kconfig index 910d50a8333a..ddbe398fbd48 100644 --- a/arch/powerpc/platforms/embedded6xx/Kconfig +++ b/arch/powerpc/platforms/embedded6xx/Kconfig | |||
| @@ -74,6 +74,18 @@ config SANDPOINT | |||
| 74 | Select SANDPOINT if configuring for a Motorola Sandpoint X3 | 74 | Select SANDPOINT if configuring for a Motorola Sandpoint X3 |
| 75 | (any flavor). | 75 | (any flavor). |
| 76 | 76 | ||
| 77 | config LINKSTATION | ||
| 78 | bool "Linkstation / Kurobox(HG) from Buffalo" | ||
| 79 | select MPIC | ||
| 80 | select FSL_SOC | ||
| 81 | select PPC_UDBG_16550 if SERIAL_8250 | ||
| 82 | help | ||
| 83 | Select LINKSTATION if configuring for one of PPC- (MPC8241) | ||
| 84 | based NAS systems from Buffalo Technology. So far only | ||
| 85 | KuroboxHG has been tested. In the future classical Kurobox, | ||
| 86 | Linkstation-I HD-HLAN and HD-HGLAN versions, and PPC-based | ||
| 87 | Terastation systems should be supported too. | ||
| 88 | |||
| 77 | config MPC7448HPC2 | 89 | config MPC7448HPC2 |
| 78 | bool "Freescale MPC7448HPC2(Taiga)" | 90 | bool "Freescale MPC7448HPC2(Taiga)" |
| 79 | select TSI108_BRIDGE | 91 | select TSI108_BRIDGE |
| @@ -196,7 +208,7 @@ config PPC_GEN550 | |||
| 196 | depends on SANDPOINT || SPRUCE || PPLUS || \ | 208 | depends on SANDPOINT || SPRUCE || PPLUS || \ |
| 197 | PRPMC750 || PRPMC800 || LOPEC || \ | 209 | PRPMC750 || PRPMC800 || LOPEC || \ |
| 198 | (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ | 210 | (EV64260 && !SERIAL_MPSC) || CHESTNUT || RADSTONE_PPC7D || \ |
| 199 | 83xx | 211 | 83xx || LINKSTATION |
| 200 | default y | 212 | default y |
| 201 | 213 | ||
| 202 | config FORCE | 214 | config FORCE |
| @@ -270,13 +282,13 @@ config EPIC_SERIAL_MODE | |||
| 270 | 282 | ||
| 271 | config MPC10X_BRIDGE | 283 | config MPC10X_BRIDGE |
| 272 | bool | 284 | bool |
| 273 | depends on POWERPMC250 || LOPEC || SANDPOINT | 285 | depends on POWERPMC250 || LOPEC || SANDPOINT || LINKSTATION |
| 274 | select PPC_INDIRECT_PCI | 286 | select PPC_INDIRECT_PCI |
| 275 | default y | 287 | default y |
| 276 | 288 | ||
| 277 | config MPC10X_OPENPIC | 289 | config MPC10X_OPENPIC |
| 278 | bool | 290 | bool |
| 279 | depends on POWERPMC250 || LOPEC || SANDPOINT | 291 | depends on POWERPMC250 || LOPEC || SANDPOINT || LINKSTATION |
| 280 | default y | 292 | default y |
| 281 | 293 | ||
| 282 | config MPC10X_STORE_GATHERING | 294 | config MPC10X_STORE_GATHERING |
diff --git a/arch/powerpc/platforms/embedded6xx/Makefile b/arch/powerpc/platforms/embedded6xx/Makefile index fa499fe59291..d3d11a3cd656 100644 --- a/arch/powerpc/platforms/embedded6xx/Makefile +++ b/arch/powerpc/platforms/embedded6xx/Makefile | |||
| @@ -2,3 +2,4 @@ | |||
| 2 | # Makefile for the 6xx/7xx/7xxxx linux kernel. | 2 | # Makefile for the 6xx/7xx/7xxxx linux kernel. |
| 3 | # | 3 | # |
| 4 | obj-$(CONFIG_MPC7448HPC2) += mpc7448_hpc2.o | 4 | obj-$(CONFIG_MPC7448HPC2) += mpc7448_hpc2.o |
| 5 | obj-$(CONFIG_LINKSTATION) += linkstation.o ls_uart.o | ||
diff --git a/arch/powerpc/platforms/embedded6xx/linkstation.c b/arch/powerpc/platforms/embedded6xx/linkstation.c new file mode 100644 index 000000000000..61599d919ea8 --- /dev/null +++ b/arch/powerpc/platforms/embedded6xx/linkstation.c | |||
| @@ -0,0 +1,211 @@ | |||
| 1 | /* | ||
| 2 | * Board setup routines for the Buffalo Linkstation / Kurobox Platform. | ||
| 3 | * | ||
| 4 | * Copyright (C) 2006 G. Liakhovetski (g.liakhovetski@gmx.de) | ||
| 5 | * | ||
| 6 | * Based on sandpoint.c by Mark A. Greer | ||
| 7 | * | ||
| 8 | * This file is licensed under the terms of the GNU General Public License | ||
| 9 | * version 2. This program is licensed "as is" without any warranty of | ||
| 10 | * any kind, whether express or implied. | ||
| 11 | */ | ||
| 12 | |||
| 13 | #include <linux/kernel.h> | ||
| 14 | #include <linux/pci.h> | ||
| 15 | #include <linux/initrd.h> | ||
| 16 | #include <linux/root_dev.h> | ||
| 17 | #include <linux/mtd/physmap.h> | ||
| 18 | |||
| 19 | #include <asm/time.h> | ||
| 20 | #include <asm/prom.h> | ||
| 21 | #include <asm/mpic.h> | ||
| 22 | #include <asm/mpc10x.h> | ||
| 23 | #include <asm/pci-bridge.h> | ||
| 24 | |||
| 25 | static struct mtd_partition linkstation_physmap_partitions[] = { | ||
| 26 | { | ||
| 27 | .name = "mtd_firmimg", | ||
| 28 | .offset = 0x000000, | ||
| 29 | .size = 0x300000, | ||
| 30 | }, | ||
| 31 | { | ||
| 32 | .name = "mtd_bootcode", | ||
| 33 | .offset = 0x300000, | ||
| 34 | .size = 0x070000, | ||
| 35 | }, | ||
| 36 | { | ||
| 37 | .name = "mtd_status", | ||
| 38 | .offset = 0x370000, | ||
| 39 | .size = 0x010000, | ||
| 40 | }, | ||
| 41 | { | ||
| 42 | .name = "mtd_conf", | ||
| 43 | .offset = 0x380000, | ||
| 44 | .size = 0x080000, | ||
| 45 | }, | ||
| 46 | { | ||
| 47 | .name = "mtd_allflash", | ||
| 48 | .offset = 0x000000, | ||
| 49 | .size = 0x400000, | ||
| 50 | }, | ||
| 51 | { | ||
| 52 | .name = "mtd_data", | ||
| 53 | .offset = 0x310000, | ||
| 54 | .size = 0x0f0000, | ||
| 55 | }, | ||
| 56 | }; | ||
| 57 | |||
| 58 | static int __init add_bridge(struct device_node *dev) | ||
| 59 | { | ||
| 60 | int len; | ||
| 61 | struct pci_controller *hose; | ||
| 62 | int *bus_range; | ||
| 63 | |||
| 64 | printk("Adding PCI host bridge %s\n", dev->full_name); | ||
| 65 | |||
| 66 | bus_range = (int *) get_property(dev, "bus-range", &len); | ||
| 67 | if (bus_range == NULL || len < 2 * sizeof(int)) | ||
| 68 | printk(KERN_WARNING "Can't get bus-range for %s, assume" | ||
| 69 | " bus 0\n", dev->full_name); | ||
| 70 | |||
| 71 | hose = pcibios_alloc_controller(); | ||
| 72 | if (hose == NULL) | ||
| 73 | return -ENOMEM; | ||
| 74 | hose->first_busno = bus_range ? bus_range[0] : 0; | ||
| 75 | hose->last_busno = bus_range ? bus_range[1] : 0xff; | ||
| 76 | hose->arch_data = dev; | ||
| 77 | setup_indirect_pci(hose, 0xfec00000, 0xfee00000); | ||
| 78 | |||
| 79 | /* Interpret the "ranges" property */ | ||
| 80 | /* This also maps the I/O region and sets isa_io/mem_base */ | ||
| 81 | pci_process_bridge_OF_ranges(hose, dev, 1); | ||
| 82 | |||
| 83 | return 0; | ||
| 84 | } | ||
| 85 | |||
| 86 | static void __init linkstation_setup_arch(void) | ||
| 87 | { | ||
| 88 | struct device_node *np; | ||
| 89 | #ifdef CONFIG_MTD_PHYSMAP | ||
| 90 | physmap_set_partitions(linkstation_physmap_partitions, | ||
| 91 | ARRAY_SIZE(linkstation_physmap_partitions)); | ||
| 92 | #endif | ||
| 93 | |||
| 94 | #ifdef CONFIG_BLK_DEV_INITRD | ||
| 95 | if (initrd_start) | ||
| 96 | ROOT_DEV = Root_RAM0; | ||
| 97 | else | ||
| 98 | #endif | ||
| 99 | #ifdef CONFIG_ROOT_NFS | ||
| 100 | ROOT_DEV = Root_NFS; | ||
| 101 | #else | ||
| 102 | ROOT_DEV = Root_HDA1; | ||
| 103 | #endif | ||
| 104 | |||
| 105 | /* Lookup PCI host bridges */ | ||
| 106 | for (np = NULL; (np = of_find_node_by_type(np, "pci")) != NULL;) | ||
| 107 | add_bridge(np); | ||
| 108 | |||
| 109 | printk(KERN_INFO "BUFFALO Network Attached Storage Series\n"); | ||
| 110 | printk(KERN_INFO "(C) 2002-2005 BUFFALO INC.\n"); | ||
| 111 | } | ||
| 112 | |||
| 113 | /* | ||
| 114 | * Interrupt setup and service. Interrrupts on the linkstation come | ||
| 115 | * from the four PCI slots plus onboard 8241 devices: I2C, DUART. | ||
| 116 | */ | ||
| 117 | static void __init linkstation_init_IRQ(void) | ||
| 118 | { | ||
| 119 | struct mpic *mpic; | ||
| 120 | struct device_node *dnp; | ||
| 121 | void *prop; | ||
| 122 | int size; | ||
| 123 | phys_addr_t paddr; | ||
| 124 | |||
| 125 | dnp = of_find_node_by_type(NULL, "open-pic"); | ||
| 126 | if (dnp == NULL) | ||
| 127 | return; | ||
| 128 | |||
| 129 | prop = (struct device_node *)get_property(dnp, "reg", &size); | ||
| 130 | paddr = (phys_addr_t)of_translate_address(dnp, prop); | ||
| 131 | |||
| 132 | mpic = mpic_alloc(dnp, paddr, MPIC_PRIMARY | MPIC_WANTS_RESET, 4, 32, " EPIC "); | ||
| 133 | BUG_ON(mpic == NULL); | ||
| 134 | |||
| 135 | /* PCI IRQs */ | ||
| 136 | mpic_assign_isu(mpic, 0, paddr + 0x10200); | ||
| 137 | |||
| 138 | /* I2C */ | ||
| 139 | mpic_assign_isu(mpic, 1, paddr + 0x11000); | ||
| 140 | |||
| 141 | /* ttyS0, ttyS1 */ | ||
| 142 | mpic_assign_isu(mpic, 2, paddr + 0x11100); | ||
| 143 | |||
| 144 | mpic_init(mpic); | ||
| 145 | } | ||
| 146 | |||
| 147 | extern void avr_uart_configure(void); | ||
| 148 | extern void avr_uart_send(const char); | ||
| 149 | |||
| 150 | static void linkstation_restart(char *cmd) | ||
| 151 | { | ||
| 152 | local_irq_disable(); | ||
| 153 | |||
| 154 | /* Reset system via AVR */ | ||
| 155 | avr_uart_configure(); | ||
| 156 | /* Send reboot command */ | ||
| 157 | avr_uart_send('C'); | ||
| 158 | |||
| 159 | for(;;) /* Spin until reset happens */ | ||
| 160 | avr_uart_send('G'); /* "kick" */ | ||
| 161 | } | ||
| 162 | |||
| 163 | static void linkstation_power_off(void) | ||
| 164 | { | ||
| 165 | local_irq_disable(); | ||
| 166 | |||
| 167 | /* Power down system via AVR */ | ||
| 168 | avr_uart_configure(); | ||
| 169 | /* send shutdown command */ | ||
| 170 | avr_uart_send('E'); | ||
| 171 | |||
| 172 | for(;;) /* Spin until power-off happens */ | ||
| 173 | avr_uart_send('G'); /* "kick" */ | ||
| 174 | /* NOTREACHED */ | ||
| 175 | } | ||
| 176 | |||
| 177 | static void linkstation_halt(void) | ||
| 178 | { | ||
| 179 | linkstation_power_off(); | ||
| 180 | /* NOTREACHED */ | ||
| 181 | } | ||
| 182 | |||
| 183 | static void linkstation_show_cpuinfo(struct seq_file *m) | ||
| 184 | { | ||
| 185 | seq_printf(m, "vendor\t\t: Buffalo Technology\n"); | ||
| 186 | seq_printf(m, "machine\t\t: Linkstation I/Kurobox(HG)\n"); | ||
| 187 | } | ||
| 188 | |||
| 189 | static int __init linkstation_probe(void) | ||
| 190 | { | ||
| 191 | unsigned long root; | ||
| 192 | |||
| 193 | root = of_get_flat_dt_root(); | ||
| 194 | |||
| 195 | if (!of_flat_dt_is_compatible(root, "linkstation")) | ||
| 196 | return 0; | ||
| 197 | return 1; | ||
| 198 | } | ||
| 199 | |||
| 200 | define_machine(linkstation){ | ||
| 201 | .name = "Buffalo Linkstation", | ||
| 202 | .probe = linkstation_probe, | ||
| 203 | .setup_arch = linkstation_setup_arch, | ||
| 204 | .init_IRQ = linkstation_init_IRQ, | ||
| 205 | .show_cpuinfo = linkstation_show_cpuinfo, | ||
| 206 | .get_irq = mpic_get_irq, | ||
| 207 | .restart = linkstation_restart, | ||
| 208 | .power_off = linkstation_power_off, | ||
| 209 | .halt = linkstation_halt, | ||
| 210 | .calibrate_decr = generic_calibrate_decr, | ||
| 211 | }; | ||
diff --git a/arch/powerpc/platforms/embedded6xx/ls_uart.c b/arch/powerpc/platforms/embedded6xx/ls_uart.c new file mode 100644 index 000000000000..31bcdae84823 --- /dev/null +++ b/arch/powerpc/platforms/embedded6xx/ls_uart.c | |||
| @@ -0,0 +1,131 @@ | |||
| 1 | #include <linux/workqueue.h> | ||
| 2 | #include <linux/string.h> | ||
| 3 | #include <linux/delay.h> | ||
| 4 | #include <linux/serial_reg.h> | ||
| 5 | #include <linux/serial_8250.h> | ||
| 6 | #include <asm/io.h> | ||
| 7 | #include <asm/mpc10x.h> | ||
| 8 | #include <asm/ppc_sys.h> | ||
| 9 | #include <asm/prom.h> | ||
| 10 | #include <asm/termbits.h> | ||
| 11 | |||
| 12 | static void __iomem *avr_addr; | ||
| 13 | static unsigned long avr_clock; | ||
| 14 | |||
| 15 | static struct work_struct wd_work; | ||
| 16 | |||
| 17 | static void wd_stop(void *unused) | ||
| 18 | { | ||
| 19 | const char string[] = "AAAAFFFFJJJJ>>>>VVVV>>>>ZZZZVVVVKKKK"; | ||
| 20 | int i = 0, rescue = 8; | ||
| 21 | int len = strlen(string); | ||
| 22 | |||
| 23 | while (rescue--) { | ||
| 24 | int j; | ||
| 25 | char lsr = in_8(avr_addr + UART_LSR); | ||
| 26 | |||
| 27 | if (lsr & (UART_LSR_THRE | UART_LSR_TEMT)) { | ||
| 28 | for (j = 0; j < 16 && i < len; j++, i++) | ||
| 29 | out_8(avr_addr + UART_TX, string[i]); | ||
| 30 | if (i == len) { | ||
| 31 | /* Read "OK" back: 4ms for the last "KKKK" | ||
| 32 | plus a couple bytes back */ | ||
| 33 | msleep(7); | ||
| 34 | printk("linkstation: disarming the AVR watchdog: "); | ||
| 35 | while (in_8(avr_addr + UART_LSR) & UART_LSR_DR) | ||
| 36 | printk("%c", in_8(avr_addr + UART_RX)); | ||
| 37 | break; | ||
| 38 | } | ||
| 39 | } | ||
| 40 | msleep(17); | ||
| 41 | } | ||
| 42 | printk("\n"); | ||
| 43 | } | ||
| 44 | |||
| 45 | #define AVR_QUOT(clock) ((clock) + 8 * 9600) / (16 * 9600) | ||
| 46 | |||
| 47 | void avr_uart_configure(void) | ||
| 48 | { | ||
| 49 | unsigned char cval = UART_LCR_WLEN8; | ||
| 50 | unsigned int quot = AVR_QUOT(avr_clock); | ||
| 51 | |||
| 52 | if (!avr_addr || !avr_clock) | ||
| 53 | return; | ||
| 54 | |||
| 55 | out_8(avr_addr + UART_LCR, cval); /* initialise UART */ | ||
| 56 | out_8(avr_addr + UART_MCR, 0); | ||
| 57 | out_8(avr_addr + UART_IER, 0); | ||
| 58 | |||
| 59 | cval |= UART_LCR_STOP | UART_LCR_PARITY | UART_LCR_EPAR; | ||
| 60 | |||
| 61 | out_8(avr_addr + UART_LCR, cval); /* Set character format */ | ||
| 62 | |||
| 63 | out_8(avr_addr + UART_LCR, cval | UART_LCR_DLAB); /* set DLAB */ | ||
| 64 | out_8(avr_addr + UART_DLL, quot & 0xff); /* LS of divisor */ | ||
| 65 | out_8(avr_addr + UART_DLM, quot >> 8); /* MS of divisor */ | ||
| 66 | out_8(avr_addr + UART_LCR, cval); /* reset DLAB */ | ||
| 67 | out_8(avr_addr + UART_FCR, UART_FCR_ENABLE_FIFO); /* enable FIFO */ | ||
| 68 | } | ||
| 69 | |||
| 70 | void avr_uart_send(const char c) | ||
| 71 | { | ||
| 72 | if (!avr_addr || !avr_clock) | ||
| 73 | return; | ||
| 74 | |||
| 75 | out_8(avr_addr + UART_TX, c); | ||
| 76 | out_8(avr_addr + UART_TX, c); | ||
| 77 | out_8(avr_addr + UART_TX, c); | ||
| 78 | out_8(avr_addr + UART_TX, c); | ||
| 79 | } | ||
| 80 | |||
| 81 | static void __init ls_uart_init(void) | ||
| 82 | { | ||
| 83 | local_irq_disable(); | ||
| 84 | |||
| 85 | #ifndef CONFIG_SERIAL_8250 | ||
| 86 | out_8(avr_addr + UART_FCR, UART_FCR_ENABLE_FIFO); /* enable FIFO */ | ||
| 87 | out_8(avr_addr + UART_FCR, UART_FCR_ENABLE_FIFO | | ||
| 88 | UART_FCR_CLEAR_RCVR | UART_FCR_CLEAR_XMIT); /* clear FIFOs */ | ||
| 89 | out_8(avr_addr + UART_FCR, 0); | ||
| 90 | out_8(avr_addr + UART_IER, 0); | ||
| 91 | |||
| 92 | /* Clear up interrupts */ | ||
| 93 | (void) in_8(avr_addr + UART_LSR); | ||
| 94 | (void) in_8(avr_addr + UART_RX); | ||
| 95 | (void) in_8(avr_addr + UART_IIR); | ||
| 96 | (void) in_8(avr_addr + UART_MSR); | ||
| 97 | #endif | ||
| 98 | avr_uart_configure(); | ||
| 99 | |||
| 100 | local_irq_enable(); | ||
| 101 | } | ||
| 102 | |||
| 103 | static int __init ls_uarts_init(void) | ||
| 104 | { | ||
| 105 | struct device_node *avr; | ||
| 106 | phys_addr_t phys_addr; | ||
| 107 | int len; | ||
| 108 | |||
| 109 | avr = of_find_node_by_path("/soc10x/serial@80004500"); | ||
| 110 | if (!avr) | ||
| 111 | return -EINVAL; | ||
| 112 | |||
| 113 | avr_clock = *(u32*)get_property(avr, "clock-frequency", &len); | ||
| 114 | phys_addr = ((u32*)get_property(avr, "reg", &len))[0]; | ||
| 115 | |||
| 116 | if (!avr_clock || !phys_addr) | ||
| 117 | return -EINVAL; | ||
| 118 | |||
| 119 | avr_addr = ioremap(phys_addr, 32); | ||
| 120 | if (!avr_addr) | ||
| 121 | return -EFAULT; | ||
| 122 | |||
| 123 | ls_uart_init(); | ||
| 124 | |||
| 125 | INIT_WORK(&wd_work, wd_stop, NULL); | ||
| 126 | schedule_work(&wd_work); | ||
| 127 | |||
| 128 | return 0; | ||
| 129 | } | ||
| 130 | |||
| 131 | late_initcall(ls_uarts_init); | ||
