diff options
| -rw-r--r-- | arch/arm/common/dmabounce.c | 3 | ||||
| -rw-r--r-- | arch/arm/configs/bast_defconfig | 947 | ||||
| -rw-r--r-- | arch/arm/configs/s3c2410_defconfig | 112 | ||||
| -rw-r--r-- | arch/arm/configs/smdk2410_defconfig | 735 | ||||
| -rw-r--r-- | arch/arm/kernel/setup.c | 4 | ||||
| -rw-r--r-- | arch/arm/kernel/time.c | 4 | ||||
| -rw-r--r-- | arch/arm/mach-ixp4xx/common.c | 60 | ||||
| -rw-r--r-- | arch/arm/mach-s3c2410/gpio.c | 21 | ||||
| -rw-r--r-- | arch/arm/mach-s3c2410/s3c2410-gpio.c | 19 | ||||
| -rw-r--r-- | arch/arm/mm/init.c | 61 | ||||
| -rw-r--r-- | arch/arm/mm/proc-xscale.S | 2 | ||||
| -rw-r--r-- | include/asm-arm/arch-pxa/pxa-regs.h | 8 |
12 files changed, 181 insertions, 1795 deletions
diff --git a/arch/arm/common/dmabounce.c b/arch/arm/common/dmabounce.c index 028bdc9228fb..2e635b814c14 100644 --- a/arch/arm/common/dmabounce.c +++ b/arch/arm/common/dmabounce.c | |||
| @@ -662,7 +662,8 @@ EXPORT_SYMBOL(dma_map_single); | |||
| 662 | EXPORT_SYMBOL(dma_unmap_single); | 662 | EXPORT_SYMBOL(dma_unmap_single); |
| 663 | EXPORT_SYMBOL(dma_map_sg); | 663 | EXPORT_SYMBOL(dma_map_sg); |
| 664 | EXPORT_SYMBOL(dma_unmap_sg); | 664 | EXPORT_SYMBOL(dma_unmap_sg); |
| 665 | EXPORT_SYMBOL(dma_sync_single); | 665 | EXPORT_SYMBOL(dma_sync_single_for_cpu); |
| 666 | EXPORT_SYMBOL(dma_sync_single_for_device); | ||
| 666 | EXPORT_SYMBOL(dma_sync_sg); | 667 | EXPORT_SYMBOL(dma_sync_sg); |
| 667 | EXPORT_SYMBOL(dmabounce_register_dev); | 668 | EXPORT_SYMBOL(dmabounce_register_dev); |
| 668 | EXPORT_SYMBOL(dmabounce_unregister_dev); | 669 | EXPORT_SYMBOL(dmabounce_unregister_dev); |
diff --git a/arch/arm/configs/bast_defconfig b/arch/arm/configs/bast_defconfig deleted file mode 100644 index 4a8564f386af..000000000000 --- a/arch/arm/configs/bast_defconfig +++ /dev/null | |||
| @@ -1,947 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
| 4 | # Sun Mar 27 02:24:16 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_GENERIC_IOMAP=y | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_CLEAN_COMPILE=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | ||
| 19 | |||
| 20 | # | ||
| 21 | # General setup | ||
| 22 | # | ||
| 23 | CONFIG_LOCALVERSION="" | ||
| 24 | CONFIG_SWAP=y | ||
| 25 | CONFIG_SYSVIPC=y | ||
| 26 | # CONFIG_POSIX_MQUEUE is not set | ||
| 27 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 28 | CONFIG_SYSCTL=y | ||
| 29 | # CONFIG_AUDIT is not set | ||
| 30 | # CONFIG_HOTPLUG is not set | ||
| 31 | CONFIG_KOBJECT_UEVENT=y | ||
| 32 | # CONFIG_IKCONFIG is not set | ||
| 33 | # CONFIG_EMBEDDED is not set | ||
| 34 | CONFIG_KALLSYMS=y | ||
| 35 | # CONFIG_KALLSYMS_ALL is not set | ||
| 36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 37 | CONFIG_BASE_FULL=y | ||
| 38 | CONFIG_FUTEX=y | ||
| 39 | CONFIG_EPOLL=y | ||
| 40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 41 | CONFIG_SHMEM=y | ||
| 42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 43 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 46 | # CONFIG_TINY_SHMEM is not set | ||
| 47 | CONFIG_BASE_SMALL=0 | ||
| 48 | |||
| 49 | # | ||
| 50 | # Loadable module support | ||
| 51 | # | ||
| 52 | CONFIG_MODULES=y | ||
| 53 | # CONFIG_MODULE_UNLOAD is not set | ||
| 54 | CONFIG_OBSOLETE_MODPARM=y | ||
| 55 | # CONFIG_MODVERSIONS is not set | ||
| 56 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 57 | CONFIG_KMOD=y | ||
| 58 | |||
| 59 | # | ||
| 60 | # System Type | ||
| 61 | # | ||
| 62 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 63 | # CONFIG_ARCH_CLPS711X is not set | ||
| 64 | # CONFIG_ARCH_CO285 is not set | ||
| 65 | # CONFIG_ARCH_EBSA110 is not set | ||
| 66 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 67 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 68 | # CONFIG_ARCH_IOP3XX is not set | ||
| 69 | # CONFIG_ARCH_IXP4XX is not set | ||
| 70 | # CONFIG_ARCH_IXP2000 is not set | ||
| 71 | # CONFIG_ARCH_L7200 is not set | ||
| 72 | # CONFIG_ARCH_PXA is not set | ||
| 73 | # CONFIG_ARCH_RPC is not set | ||
| 74 | # CONFIG_ARCH_SA1100 is not set | ||
| 75 | CONFIG_ARCH_S3C2410=y | ||
| 76 | # CONFIG_ARCH_SHARK is not set | ||
| 77 | # CONFIG_ARCH_LH7A40X is not set | ||
| 78 | # CONFIG_ARCH_OMAP is not set | ||
| 79 | # CONFIG_ARCH_VERSATILE is not set | ||
| 80 | # CONFIG_ARCH_IMX is not set | ||
| 81 | # CONFIG_ARCH_H720X is not set | ||
| 82 | |||
| 83 | # | ||
| 84 | # S3C24XX Implementations | ||
| 85 | # | ||
| 86 | CONFIG_ARCH_BAST=y | ||
| 87 | # CONFIG_ARCH_H1940 is not set | ||
| 88 | # CONFIG_MACH_N30 is not set | ||
| 89 | # CONFIG_ARCH_SMDK2410 is not set | ||
| 90 | # CONFIG_ARCH_S3C2440 is not set | ||
| 91 | CONFIG_MACH_VR1000=y | ||
| 92 | # CONFIG_MACH_RX3715 is not set | ||
| 93 | # CONFIG_MACH_OTOM is not set | ||
| 94 | # CONFIG_MACH_NEXCODER_2440 is not set | ||
| 95 | CONFIG_CPU_S3C2410=y | ||
| 96 | |||
| 97 | # | ||
| 98 | # S3C2410 Boot | ||
| 99 | # | ||
| 100 | # CONFIG_S3C2410_BOOT_WATCHDOG is not set | ||
| 101 | |||
| 102 | # | ||
| 103 | # S3C2410 Setup | ||
| 104 | # | ||
| 105 | CONFIG_S3C2410_DMA=y | ||
| 106 | # CONFIG_S3C2410_DMA_DEBUG is not set | ||
| 107 | # CONFIG_S3C2410_PM_DEBUG is not set | ||
| 108 | # CONFIG_S3C2410_PM_CHECK is not set | ||
| 109 | CONFIG_S3C2410_LOWLEVEL_UART_PORT=0 | ||
| 110 | |||
| 111 | # | ||
| 112 | # Processor Type | ||
| 113 | # | ||
| 114 | CONFIG_CPU_32=y | ||
| 115 | CONFIG_CPU_ARM920T=y | ||
| 116 | CONFIG_CPU_32v4=y | ||
| 117 | CONFIG_CPU_ABRT_EV4T=y | ||
| 118 | CONFIG_CPU_CACHE_V4WT=y | ||
| 119 | CONFIG_CPU_CACHE_VIVT=y | ||
| 120 | CONFIG_CPU_COPY_V4WB=y | ||
| 121 | CONFIG_CPU_TLB_V4WBI=y | ||
| 122 | |||
| 123 | # | ||
| 124 | # Processor Features | ||
| 125 | # | ||
| 126 | # CONFIG_ARM_THUMB is not set | ||
| 127 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 128 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 129 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 130 | |||
| 131 | # | ||
| 132 | # Bus support | ||
| 133 | # | ||
| 134 | |||
| 135 | # | ||
| 136 | # PCCARD (PCMCIA/CardBus) support | ||
| 137 | # | ||
| 138 | # CONFIG_PCCARD is not set | ||
| 139 | |||
| 140 | # | ||
| 141 | # Kernel Features | ||
| 142 | # | ||
| 143 | # CONFIG_PREEMPT is not set | ||
| 144 | CONFIG_ALIGNMENT_TRAP=y | ||
| 145 | |||
| 146 | # | ||
| 147 | # Boot options | ||
| 148 | # | ||
| 149 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 150 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 151 | CONFIG_CMDLINE="root=/dev/hda1 ro init=/bin/bash console=ttySAC0" | ||
| 152 | # CONFIG_XIP_KERNEL is not set | ||
| 153 | |||
| 154 | # | ||
| 155 | # Floating point emulation | ||
| 156 | # | ||
| 157 | |||
| 158 | # | ||
| 159 | # At least one emulation must be selected | ||
| 160 | # | ||
| 161 | CONFIG_FPE_NWFPE=y | ||
| 162 | # CONFIG_FPE_NWFPE_XP is not set | ||
| 163 | # CONFIG_FPE_FASTFPE is not set | ||
| 164 | |||
| 165 | # | ||
| 166 | # Userspace binary formats | ||
| 167 | # | ||
| 168 | CONFIG_BINFMT_ELF=y | ||
| 169 | CONFIG_BINFMT_AOUT=y | ||
| 170 | # CONFIG_BINFMT_MISC is not set | ||
| 171 | # CONFIG_ARTHUR is not set | ||
| 172 | |||
| 173 | # | ||
| 174 | # Power management options | ||
| 175 | # | ||
| 176 | CONFIG_PM=y | ||
| 177 | CONFIG_APM=y | ||
| 178 | |||
| 179 | # | ||
| 180 | # Device Drivers | ||
| 181 | # | ||
| 182 | |||
| 183 | # | ||
| 184 | # Generic Driver Options | ||
| 185 | # | ||
| 186 | CONFIG_STANDALONE=y | ||
| 187 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 188 | # CONFIG_FW_LOADER is not set | ||
| 189 | # CONFIG_DEBUG_DRIVER is not set | ||
| 190 | |||
| 191 | # | ||
| 192 | # Memory Technology Devices (MTD) | ||
| 193 | # | ||
| 194 | CONFIG_MTD=y | ||
| 195 | # CONFIG_MTD_DEBUG is not set | ||
| 196 | # CONFIG_MTD_CONCAT is not set | ||
| 197 | CONFIG_MTD_PARTITIONS=y | ||
| 198 | CONFIG_MTD_REDBOOT_PARTS=y | ||
| 199 | CONFIG_MTD_REDBOOT_DIRECTORY_BLOCK=-1 | ||
| 200 | CONFIG_MTD_REDBOOT_PARTS_UNALLOCATED=y | ||
| 201 | # CONFIG_MTD_REDBOOT_PARTS_READONLY is not set | ||
| 202 | CONFIG_MTD_CMDLINE_PARTS=y | ||
| 203 | # CONFIG_MTD_AFS_PARTS is not set | ||
| 204 | |||
| 205 | # | ||
| 206 | # User Modules And Translation Layers | ||
| 207 | # | ||
| 208 | CONFIG_MTD_CHAR=y | ||
| 209 | CONFIG_MTD_BLOCK=y | ||
| 210 | # CONFIG_FTL is not set | ||
| 211 | # CONFIG_NFTL is not set | ||
| 212 | # CONFIG_INFTL is not set | ||
| 213 | |||
| 214 | # | ||
| 215 | # RAM/ROM/Flash chip drivers | ||
| 216 | # | ||
| 217 | CONFIG_MTD_CFI=y | ||
| 218 | CONFIG_MTD_JEDECPROBE=y | ||
| 219 | CONFIG_MTD_GEN_PROBE=y | ||
| 220 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
| 221 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 222 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 223 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 224 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 225 | CONFIG_MTD_MAP_BANK_WIDTH_16=y | ||
| 226 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 227 | CONFIG_MTD_CFI_I1=y | ||
| 228 | CONFIG_MTD_CFI_I2=y | ||
| 229 | # CONFIG_MTD_CFI_I4 is not set | ||
| 230 | # CONFIG_MTD_CFI_I8 is not set | ||
| 231 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 232 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
| 233 | # CONFIG_MTD_CFI_STAA is not set | ||
| 234 | CONFIG_MTD_CFI_UTIL=y | ||
| 235 | # CONFIG_MTD_RAM is not set | ||
| 236 | # CONFIG_MTD_ROM is not set | ||
| 237 | # CONFIG_MTD_ABSENT is not set | ||
| 238 | # CONFIG_MTD_OBSOLETE_CHIPS is not set | ||
| 239 | # CONFIG_MTD_XIP is not set | ||
| 240 | |||
| 241 | # | ||
| 242 | # Mapping drivers for chip access | ||
| 243 | # | ||
| 244 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 245 | # CONFIG_MTD_PHYSMAP is not set | ||
| 246 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
| 247 | # CONFIG_MTD_EDB7312 is not set | ||
| 248 | # CONFIG_MTD_IMPA7 is not set | ||
| 249 | CONFIG_MTD_BAST=y | ||
| 250 | CONFIG_MTD_BAST_MAXSIZE=4 | ||
| 251 | |||
| 252 | # | ||
| 253 | # Self-contained MTD device drivers | ||
| 254 | # | ||
| 255 | # CONFIG_MTD_SLRAM is not set | ||
| 256 | # CONFIG_MTD_PHRAM is not set | ||
| 257 | # CONFIG_MTD_MTDRAM is not set | ||
| 258 | # CONFIG_MTD_BLKMTD is not set | ||
| 259 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 260 | |||
| 261 | # | ||
| 262 | # Disk-On-Chip Device Drivers | ||
| 263 | # | ||
| 264 | # CONFIG_MTD_DOC2000 is not set | ||
| 265 | # CONFIG_MTD_DOC2001 is not set | ||
| 266 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 267 | |||
| 268 | # | ||
| 269 | # NAND Flash Device Drivers | ||
| 270 | # | ||
| 271 | CONFIG_MTD_NAND=y | ||
| 272 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set | ||
| 273 | CONFIG_MTD_NAND_IDS=y | ||
| 274 | CONFIG_MTD_NAND_S3C2410=y | ||
| 275 | # CONFIG_MTD_NAND_S3C2410_DEBUG is not set | ||
| 276 | # CONFIG_MTD_NAND_S3C2410_HWECC is not set | ||
| 277 | # CONFIG_MTD_NAND_DISKONCHIP is not set | ||
| 278 | # CONFIG_MTD_NAND_NANDSIM is not set | ||
| 279 | |||
| 280 | # | ||
| 281 | # Parallel port support | ||
| 282 | # | ||
| 283 | CONFIG_PARPORT=y | ||
| 284 | # CONFIG_PARPORT_PC is not set | ||
| 285 | # CONFIG_PARPORT_ARC is not set | ||
| 286 | # CONFIG_PARPORT_GSC is not set | ||
| 287 | CONFIG_PARPORT_1284=y | ||
| 288 | |||
| 289 | # | ||
| 290 | # Plug and Play support | ||
| 291 | # | ||
| 292 | |||
| 293 | # | ||
| 294 | # Block devices | ||
| 295 | # | ||
| 296 | # CONFIG_BLK_DEV_FD is not set | ||
| 297 | # CONFIG_PARIDE is not set | ||
| 298 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 299 | CONFIG_BLK_DEV_LOOP=y | ||
| 300 | # CONFIG_BLK_DEV_CRYPTOLOOP is not set | ||
| 301 | CONFIG_BLK_DEV_NBD=m | ||
| 302 | CONFIG_BLK_DEV_RAM=y | ||
| 303 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 304 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 305 | CONFIG_BLK_DEV_INITRD=y | ||
| 306 | CONFIG_INITRAMFS_SOURCE="" | ||
| 307 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 308 | |||
| 309 | # | ||
| 310 | # IO Schedulers | ||
| 311 | # | ||
| 312 | CONFIG_IOSCHED_NOOP=y | ||
| 313 | CONFIG_IOSCHED_AS=y | ||
| 314 | CONFIG_IOSCHED_DEADLINE=y | ||
| 315 | CONFIG_IOSCHED_CFQ=y | ||
| 316 | # CONFIG_ATA_OVER_ETH is not set | ||
| 317 | |||
| 318 | # | ||
| 319 | # ATA/ATAPI/MFM/RLL support | ||
| 320 | # | ||
| 321 | CONFIG_IDE=y | ||
| 322 | CONFIG_BLK_DEV_IDE=y | ||
| 323 | |||
| 324 | # | ||
| 325 | # Please see Documentation/ide.txt for help/info on IDE drives | ||
| 326 | # | ||
| 327 | # CONFIG_BLK_DEV_IDE_SATA is not set | ||
| 328 | CONFIG_BLK_DEV_IDEDISK=y | ||
| 329 | # CONFIG_IDEDISK_MULTI_MODE is not set | ||
| 330 | CONFIG_BLK_DEV_IDECD=y | ||
| 331 | CONFIG_BLK_DEV_IDETAPE=m | ||
| 332 | CONFIG_BLK_DEV_IDEFLOPPY=m | ||
| 333 | # CONFIG_IDE_TASK_IOCTL is not set | ||
| 334 | |||
| 335 | # | ||
| 336 | # IDE chipset support/bugfixes | ||
| 337 | # | ||
| 338 | CONFIG_IDE_GENERIC=y | ||
| 339 | # CONFIG_IDE_ARM is not set | ||
| 340 | CONFIG_BLK_DEV_IDE_BAST=y | ||
| 341 | # CONFIG_BLK_DEV_IDEDMA is not set | ||
| 342 | # CONFIG_IDEDMA_AUTO is not set | ||
| 343 | # CONFIG_BLK_DEV_HD is not set | ||
| 344 | |||
| 345 | # | ||
| 346 | # SCSI device support | ||
| 347 | # | ||
| 348 | # CONFIG_SCSI is not set | ||
| 349 | |||
| 350 | # | ||
| 351 | # Multi-device support (RAID and LVM) | ||
| 352 | # | ||
| 353 | # CONFIG_MD is not set | ||
| 354 | |||
| 355 | # | ||
| 356 | # Fusion MPT device support | ||
| 357 | # | ||
| 358 | |||
| 359 | # | ||
| 360 | # IEEE 1394 (FireWire) support | ||
| 361 | # | ||
| 362 | |||
| 363 | # | ||
| 364 | # I2O device support | ||
| 365 | # | ||
| 366 | |||
| 367 | # | ||
| 368 | # Networking support | ||
| 369 | # | ||
| 370 | CONFIG_NET=y | ||
| 371 | |||
| 372 | # | ||
| 373 | # Networking options | ||
| 374 | # | ||
| 375 | # CONFIG_PACKET is not set | ||
| 376 | # CONFIG_NETLINK_DEV is not set | ||
| 377 | CONFIG_UNIX=y | ||
| 378 | # CONFIG_NET_KEY is not set | ||
| 379 | CONFIG_INET=y | ||
| 380 | # CONFIG_IP_MULTICAST is not set | ||
| 381 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 382 | CONFIG_IP_PNP=y | ||
| 383 | # CONFIG_IP_PNP_DHCP is not set | ||
| 384 | CONFIG_IP_PNP_BOOTP=y | ||
| 385 | # CONFIG_IP_PNP_RARP is not set | ||
| 386 | # CONFIG_NET_IPIP is not set | ||
| 387 | # CONFIG_NET_IPGRE is not set | ||
| 388 | # CONFIG_ARPD is not set | ||
| 389 | # CONFIG_SYN_COOKIES is not set | ||
| 390 | # CONFIG_INET_AH is not set | ||
| 391 | # CONFIG_INET_ESP is not set | ||
| 392 | # CONFIG_INET_IPCOMP is not set | ||
| 393 | # CONFIG_INET_TUNNEL is not set | ||
| 394 | CONFIG_IP_TCPDIAG=y | ||
| 395 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
| 396 | # CONFIG_IPV6 is not set | ||
| 397 | # CONFIG_NETFILTER is not set | ||
| 398 | |||
| 399 | # | ||
| 400 | # SCTP Configuration (EXPERIMENTAL) | ||
| 401 | # | ||
| 402 | # CONFIG_IP_SCTP is not set | ||
| 403 | # CONFIG_ATM is not set | ||
| 404 | # CONFIG_BRIDGE is not set | ||
| 405 | # CONFIG_VLAN_8021Q is not set | ||
| 406 | # CONFIG_DECNET is not set | ||
| 407 | # CONFIG_LLC2 is not set | ||
| 408 | # CONFIG_IPX is not set | ||
| 409 | # CONFIG_ATALK is not set | ||
| 410 | # CONFIG_X25 is not set | ||
| 411 | # CONFIG_LAPB is not set | ||
| 412 | # CONFIG_NET_DIVERT is not set | ||
| 413 | # CONFIG_ECONET is not set | ||
| 414 | # CONFIG_WAN_ROUTER is not set | ||
| 415 | |||
| 416 | # | ||
| 417 | # QoS and/or fair queueing | ||
| 418 | # | ||
| 419 | # CONFIG_NET_SCHED is not set | ||
| 420 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 421 | |||
| 422 | # | ||
| 423 | # Network testing | ||
| 424 | # | ||
| 425 | # CONFIG_NET_PKTGEN is not set | ||
| 426 | # CONFIG_NETPOLL is not set | ||
| 427 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 428 | # CONFIG_HAMRADIO is not set | ||
| 429 | # CONFIG_IRDA is not set | ||
| 430 | # CONFIG_BT is not set | ||
| 431 | CONFIG_NETDEVICES=y | ||
| 432 | # CONFIG_DUMMY is not set | ||
| 433 | # CONFIG_BONDING is not set | ||
| 434 | # CONFIG_EQUALIZER is not set | ||
| 435 | # CONFIG_TUN is not set | ||
| 436 | |||
| 437 | # | ||
| 438 | # Ethernet (10 or 100Mbit) | ||
| 439 | # | ||
| 440 | CONFIG_NET_ETHERNET=y | ||
| 441 | # CONFIG_MII is not set | ||
| 442 | # CONFIG_SMC91X is not set | ||
| 443 | |||
| 444 | # | ||
| 445 | # Ethernet (1000 Mbit) | ||
| 446 | # | ||
| 447 | |||
| 448 | # | ||
| 449 | # Ethernet (10000 Mbit) | ||
| 450 | # | ||
| 451 | |||
| 452 | # | ||
| 453 | # Token Ring devices | ||
| 454 | # | ||
| 455 | |||
| 456 | # | ||
| 457 | # Wireless LAN (non-hamradio) | ||
| 458 | # | ||
| 459 | # CONFIG_NET_RADIO is not set | ||
| 460 | |||
| 461 | # | ||
| 462 | # Wan interfaces | ||
| 463 | # | ||
| 464 | # CONFIG_WAN is not set | ||
| 465 | # CONFIG_PLIP is not set | ||
| 466 | # CONFIG_PPP is not set | ||
| 467 | # CONFIG_SLIP is not set | ||
| 468 | # CONFIG_SHAPER is not set | ||
| 469 | # CONFIG_NETCONSOLE is not set | ||
| 470 | |||
| 471 | # | ||
| 472 | # ISDN subsystem | ||
| 473 | # | ||
| 474 | # CONFIG_ISDN is not set | ||
| 475 | |||
| 476 | # | ||
| 477 | # Input device support | ||
| 478 | # | ||
| 479 | CONFIG_INPUT=y | ||
| 480 | |||
| 481 | # | ||
| 482 | # Userland interfaces | ||
| 483 | # | ||
| 484 | CONFIG_INPUT_MOUSEDEV=y | ||
| 485 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
| 486 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 487 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 488 | # CONFIG_INPUT_JOYDEV is not set | ||
| 489 | # CONFIG_INPUT_TSDEV is not set | ||
| 490 | # CONFIG_INPUT_EVDEV is not set | ||
| 491 | # CONFIG_INPUT_EVBUG is not set | ||
| 492 | |||
| 493 | # | ||
| 494 | # Input Device Drivers | ||
| 495 | # | ||
| 496 | CONFIG_INPUT_KEYBOARD=y | ||
| 497 | CONFIG_KEYBOARD_ATKBD=y | ||
| 498 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 499 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 500 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 501 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 502 | CONFIG_INPUT_MOUSE=y | ||
| 503 | CONFIG_MOUSE_PS2=y | ||
| 504 | # CONFIG_MOUSE_SERIAL is not set | ||
| 505 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 506 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 507 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 508 | # CONFIG_INPUT_MISC is not set | ||
| 509 | |||
| 510 | # | ||
| 511 | # Hardware I/O ports | ||
| 512 | # | ||
| 513 | CONFIG_SERIO=y | ||
| 514 | CONFIG_SERIO_SERPORT=y | ||
| 515 | # CONFIG_SERIO_PARKBD is not set | ||
| 516 | CONFIG_SERIO_LIBPS2=y | ||
| 517 | # CONFIG_SERIO_RAW is not set | ||
| 518 | # CONFIG_GAMEPORT is not set | ||
| 519 | CONFIG_SOUND_GAMEPORT=y | ||
| 520 | |||
| 521 | # | ||
| 522 | # Character devices | ||
| 523 | # | ||
| 524 | CONFIG_VT=y | ||
| 525 | CONFIG_VT_CONSOLE=y | ||
| 526 | CONFIG_HW_CONSOLE=y | ||
| 527 | CONFIG_SERIAL_NONSTANDARD=y | ||
| 528 | # CONFIG_COMPUTONE is not set | ||
| 529 | # CONFIG_ROCKETPORT is not set | ||
| 530 | # CONFIG_CYCLADES is not set | ||
| 531 | # CONFIG_DIGIEPCA is not set | ||
| 532 | # CONFIG_MOXA_INTELLIO is not set | ||
| 533 | # CONFIG_MOXA_SMARTIO is not set | ||
| 534 | # CONFIG_ISI is not set | ||
| 535 | # CONFIG_SYNCLINKMP is not set | ||
| 536 | # CONFIG_N_HDLC is not set | ||
| 537 | # CONFIG_RISCOM8 is not set | ||
| 538 | # CONFIG_SPECIALIX is not set | ||
| 539 | # CONFIG_SX is not set | ||
| 540 | # CONFIG_RIO is not set | ||
| 541 | # CONFIG_STALDRV is not set | ||
| 542 | |||
| 543 | # | ||
| 544 | # Serial drivers | ||
| 545 | # | ||
| 546 | CONFIG_SERIAL_8250=y | ||
| 547 | CONFIG_SERIAL_8250_CONSOLE=y | ||
| 548 | CONFIG_SERIAL_8250_NR_UARTS=8 | ||
| 549 | CONFIG_SERIAL_8250_EXTENDED=y | ||
| 550 | CONFIG_SERIAL_8250_MANY_PORTS=y | ||
| 551 | CONFIG_SERIAL_8250_SHARE_IRQ=y | ||
| 552 | # CONFIG_SERIAL_8250_DETECT_IRQ is not set | ||
| 553 | # CONFIG_SERIAL_8250_MULTIPORT is not set | ||
| 554 | # CONFIG_SERIAL_8250_RSA is not set | ||
| 555 | |||
| 556 | # | ||
| 557 | # Non-8250 serial port support | ||
| 558 | # | ||
| 559 | CONFIG_SERIAL_S3C2410=y | ||
| 560 | CONFIG_SERIAL_S3C2410_CONSOLE=y | ||
| 561 | CONFIG_SERIAL_CORE=y | ||
| 562 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 563 | CONFIG_UNIX98_PTYS=y | ||
| 564 | CONFIG_LEGACY_PTYS=y | ||
| 565 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 566 | CONFIG_PRINTER=y | ||
| 567 | # CONFIG_LP_CONSOLE is not set | ||
| 568 | CONFIG_PPDEV=y | ||
| 569 | # CONFIG_TIPAR is not set | ||
| 570 | |||
| 571 | # | ||
| 572 | # IPMI | ||
| 573 | # | ||
| 574 | # CONFIG_IPMI_HANDLER is not set | ||
| 575 | |||
| 576 | # | ||
| 577 | # Watchdog Cards | ||
| 578 | # | ||
| 579 | CONFIG_WATCHDOG=y | ||
| 580 | # CONFIG_WATCHDOG_NOWAYOUT is not set | ||
| 581 | |||
| 582 | # | ||
| 583 | # Watchdog Device Drivers | ||
| 584 | # | ||
| 585 | # CONFIG_SOFT_WATCHDOG is not set | ||
| 586 | CONFIG_S3C2410_WATCHDOG=y | ||
| 587 | # CONFIG_NVRAM is not set | ||
| 588 | # CONFIG_RTC is not set | ||
| 589 | CONFIG_S3C2410_RTC=y | ||
| 590 | # CONFIG_DTLK is not set | ||
| 591 | # CONFIG_R3964 is not set | ||
| 592 | |||
| 593 | # | ||
| 594 | # Ftape, the floppy tape device driver | ||
| 595 | # | ||
| 596 | # CONFIG_DRM is not set | ||
| 597 | # CONFIG_RAW_DRIVER is not set | ||
| 598 | |||
| 599 | # | ||
| 600 | # TPM devices | ||
| 601 | # | ||
| 602 | # CONFIG_TCG_TPM is not set | ||
| 603 | |||
| 604 | # | ||
| 605 | # I2C support | ||
| 606 | # | ||
| 607 | CONFIG_I2C=y | ||
| 608 | CONFIG_I2C_CHARDEV=m | ||
| 609 | |||
| 610 | # | ||
| 611 | # I2C Algorithms | ||
| 612 | # | ||
| 613 | CONFIG_I2C_ALGOBIT=m | ||
| 614 | # CONFIG_I2C_ALGOPCF is not set | ||
| 615 | # CONFIG_I2C_ALGOPCA is not set | ||
| 616 | |||
| 617 | # | ||
| 618 | # I2C Hardware Bus support | ||
| 619 | # | ||
| 620 | # CONFIG_I2C_ISA is not set | ||
| 621 | # CONFIG_I2C_PARPORT is not set | ||
| 622 | # CONFIG_I2C_PARPORT_LIGHT is not set | ||
| 623 | CONFIG_I2C_S3C2410=y | ||
| 624 | # CONFIG_I2C_STUB is not set | ||
| 625 | # CONFIG_I2C_PCA_ISA is not set | ||
| 626 | |||
| 627 | # | ||
| 628 | # Hardware Sensors Chip support | ||
| 629 | # | ||
| 630 | CONFIG_I2C_SENSOR=m | ||
| 631 | # CONFIG_SENSORS_ADM1021 is not set | ||
| 632 | # CONFIG_SENSORS_ADM1025 is not set | ||
| 633 | # CONFIG_SENSORS_ADM1026 is not set | ||
| 634 | # CONFIG_SENSORS_ADM1031 is not set | ||
| 635 | # CONFIG_SENSORS_ASB100 is not set | ||
| 636 | # CONFIG_SENSORS_DS1621 is not set | ||
| 637 | # CONFIG_SENSORS_FSCHER is not set | ||
| 638 | # CONFIG_SENSORS_FSCPOS is not set | ||
| 639 | # CONFIG_SENSORS_GL518SM is not set | ||
| 640 | # CONFIG_SENSORS_GL520SM is not set | ||
| 641 | # CONFIG_SENSORS_IT87 is not set | ||
| 642 | # CONFIG_SENSORS_LM63 is not set | ||
| 643 | CONFIG_SENSORS_LM75=m | ||
| 644 | # CONFIG_SENSORS_LM77 is not set | ||
| 645 | CONFIG_SENSORS_LM78=m | ||
| 646 | # CONFIG_SENSORS_LM80 is not set | ||
| 647 | # CONFIG_SENSORS_LM83 is not set | ||
| 648 | CONFIG_SENSORS_LM85=m | ||
| 649 | # CONFIG_SENSORS_LM87 is not set | ||
| 650 | # CONFIG_SENSORS_LM90 is not set | ||
| 651 | # CONFIG_SENSORS_MAX1619 is not set | ||
| 652 | # CONFIG_SENSORS_PC87360 is not set | ||
| 653 | # CONFIG_SENSORS_SMSC47B397 is not set | ||
| 654 | # CONFIG_SENSORS_SMSC47M1 is not set | ||
| 655 | # CONFIG_SENSORS_W83781D is not set | ||
| 656 | # CONFIG_SENSORS_W83L785TS is not set | ||
| 657 | # CONFIG_SENSORS_W83627HF is not set | ||
| 658 | |||
| 659 | # | ||
| 660 | # Other I2C Chip support | ||
| 661 | # | ||
| 662 | CONFIG_SENSORS_EEPROM=m | ||
| 663 | # CONFIG_SENSORS_PCF8574 is not set | ||
| 664 | # CONFIG_SENSORS_PCF8591 is not set | ||
| 665 | # CONFIG_SENSORS_RTC8564 is not set | ||
| 666 | # CONFIG_I2C_DEBUG_CORE is not set | ||
| 667 | # CONFIG_I2C_DEBUG_ALGO is not set | ||
| 668 | # CONFIG_I2C_DEBUG_BUS is not set | ||
| 669 | # CONFIG_I2C_DEBUG_CHIP is not set | ||
| 670 | |||
| 671 | # | ||
| 672 | # Misc devices | ||
| 673 | # | ||
| 674 | |||
| 675 | # | ||
| 676 | # Multimedia devices | ||
| 677 | # | ||
| 678 | # CONFIG_VIDEO_DEV is not set | ||
| 679 | |||
| 680 | # | ||
| 681 | # Digital Video Broadcasting Devices | ||
| 682 | # | ||
| 683 | # CONFIG_DVB is not set | ||
| 684 | |||
| 685 | # | ||
| 686 | # Graphics support | ||
| 687 | # | ||
| 688 | CONFIG_FB=y | ||
| 689 | # CONFIG_FB_CFB_FILLRECT is not set | ||
| 690 | # CONFIG_FB_CFB_COPYAREA is not set | ||
| 691 | # CONFIG_FB_CFB_IMAGEBLIT is not set | ||
| 692 | # CONFIG_FB_SOFT_CURSOR is not set | ||
| 693 | CONFIG_FB_MODE_HELPERS=y | ||
| 694 | # CONFIG_FB_TILEBLITTING is not set | ||
| 695 | # CONFIG_FB_VIRTUAL is not set | ||
| 696 | |||
| 697 | # | ||
| 698 | # Console display driver support | ||
| 699 | # | ||
| 700 | # CONFIG_VGA_CONSOLE is not set | ||
| 701 | CONFIG_DUMMY_CONSOLE=y | ||
| 702 | # CONFIG_FRAMEBUFFER_CONSOLE is not set | ||
| 703 | |||
| 704 | # | ||
| 705 | # Logo configuration | ||
| 706 | # | ||
| 707 | # CONFIG_LOGO is not set | ||
| 708 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 709 | |||
| 710 | # | ||
| 711 | # Sound | ||
| 712 | # | ||
| 713 | # CONFIG_SOUND is not set | ||
| 714 | |||
| 715 | # | ||
| 716 | # USB support | ||
| 717 | # | ||
| 718 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 719 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 720 | # CONFIG_USB is not set | ||
| 721 | |||
| 722 | # | ||
| 723 | # USB Gadget Support | ||
| 724 | # | ||
| 725 | # CONFIG_USB_GADGET is not set | ||
| 726 | |||
| 727 | # | ||
| 728 | # MMC/SD Card support | ||
| 729 | # | ||
| 730 | # CONFIG_MMC is not set | ||
| 731 | |||
| 732 | # | ||
| 733 | # File systems | ||
| 734 | # | ||
| 735 | CONFIG_EXT2_FS=y | ||
| 736 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 737 | CONFIG_EXT3_FS=y | ||
| 738 | CONFIG_EXT3_FS_XATTR=y | ||
| 739 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 740 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 741 | CONFIG_JBD=y | ||
| 742 | # CONFIG_JBD_DEBUG is not set | ||
| 743 | CONFIG_FS_MBCACHE=y | ||
| 744 | # CONFIG_REISERFS_FS is not set | ||
| 745 | # CONFIG_JFS_FS is not set | ||
| 746 | |||
| 747 | # | ||
| 748 | # XFS support | ||
| 749 | # | ||
| 750 | # CONFIG_XFS_FS is not set | ||
| 751 | # CONFIG_MINIX_FS is not set | ||
| 752 | CONFIG_ROMFS_FS=y | ||
| 753 | # CONFIG_QUOTA is not set | ||
| 754 | CONFIG_DNOTIFY=y | ||
| 755 | # CONFIG_AUTOFS_FS is not set | ||
| 756 | # CONFIG_AUTOFS4_FS is not set | ||
| 757 | |||
| 758 | # | ||
| 759 | # CD-ROM/DVD Filesystems | ||
| 760 | # | ||
| 761 | # CONFIG_ISO9660_FS is not set | ||
| 762 | # CONFIG_UDF_FS is not set | ||
| 763 | |||
| 764 | # | ||
| 765 | # DOS/FAT/NT Filesystems | ||
| 766 | # | ||
| 767 | CONFIG_FAT_FS=y | ||
| 768 | CONFIG_MSDOS_FS=y | ||
| 769 | CONFIG_VFAT_FS=y | ||
| 770 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 771 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 772 | # CONFIG_NTFS_FS is not set | ||
| 773 | |||
| 774 | # | ||
| 775 | # Pseudo filesystems | ||
| 776 | # | ||
| 777 | CONFIG_PROC_FS=y | ||
| 778 | CONFIG_SYSFS=y | ||
| 779 | # CONFIG_DEVFS_FS is not set | ||
| 780 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
| 781 | # CONFIG_TMPFS is not set | ||
| 782 | # CONFIG_HUGETLB_PAGE is not set | ||
| 783 | CONFIG_RAMFS=y | ||
| 784 | |||
| 785 | # | ||
| 786 | # Miscellaneous filesystems | ||
| 787 | # | ||
| 788 | # CONFIG_ADFS_FS is not set | ||
| 789 | # CONFIG_AFFS_FS is not set | ||
| 790 | # CONFIG_HFS_FS is not set | ||
| 791 | # CONFIG_HFSPLUS_FS is not set | ||
| 792 | # CONFIG_BEFS_FS is not set | ||
| 793 | # CONFIG_BFS_FS is not set | ||
| 794 | # CONFIG_EFS_FS is not set | ||
| 795 | CONFIG_JFFS_FS=y | ||
| 796 | CONFIG_JFFS_FS_VERBOSE=0 | ||
| 797 | # CONFIG_JFFS_PROC_FS is not set | ||
| 798 | CONFIG_JFFS2_FS=y | ||
| 799 | CONFIG_JFFS2_FS_DEBUG=0 | ||
| 800 | # CONFIG_JFFS2_FS_NAND is not set | ||
| 801 | # CONFIG_JFFS2_FS_NOR_ECC is not set | ||
| 802 | # CONFIG_JFFS2_COMPRESSION_OPTIONS is not set | ||
| 803 | CONFIG_JFFS2_ZLIB=y | ||
| 804 | CONFIG_JFFS2_RTIME=y | ||
| 805 | # CONFIG_JFFS2_RUBIN is not set | ||
| 806 | # CONFIG_CRAMFS is not set | ||
| 807 | # CONFIG_VXFS_FS is not set | ||
| 808 | # CONFIG_HPFS_FS is not set | ||
| 809 | # CONFIG_QNX4FS_FS is not set | ||
| 810 | # CONFIG_SYSV_FS is not set | ||
| 811 | # CONFIG_UFS_FS is not set | ||
| 812 | |||
| 813 | # | ||
| 814 | # Network File Systems | ||
| 815 | # | ||
| 816 | CONFIG_NFS_FS=y | ||
| 817 | # CONFIG_NFS_V3 is not set | ||
| 818 | # CONFIG_NFS_V4 is not set | ||
| 819 | # CONFIG_NFS_DIRECTIO is not set | ||
| 820 | # CONFIG_NFSD is not set | ||
| 821 | CONFIG_ROOT_NFS=y | ||
| 822 | CONFIG_LOCKD=y | ||
| 823 | CONFIG_SUNRPC=y | ||
| 824 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 825 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 826 | # CONFIG_SMB_FS is not set | ||
| 827 | # CONFIG_CIFS is not set | ||
| 828 | # CONFIG_NCP_FS is not set | ||
| 829 | # CONFIG_CODA_FS is not set | ||
| 830 | # CONFIG_AFS_FS is not set | ||
| 831 | |||
| 832 | # | ||
| 833 | # Partition Types | ||
| 834 | # | ||
| 835 | CONFIG_PARTITION_ADVANCED=y | ||
| 836 | # CONFIG_ACORN_PARTITION is not set | ||
| 837 | # CONFIG_OSF_PARTITION is not set | ||
| 838 | # CONFIG_AMIGA_PARTITION is not set | ||
| 839 | # CONFIG_ATARI_PARTITION is not set | ||
| 840 | # CONFIG_MAC_PARTITION is not set | ||
| 841 | CONFIG_MSDOS_PARTITION=y | ||
| 842 | CONFIG_BSD_DISKLABEL=y | ||
| 843 | # CONFIG_MINIX_SUBPARTITION is not set | ||
| 844 | CONFIG_SOLARIS_X86_PARTITION=y | ||
| 845 | # CONFIG_UNIXWARE_DISKLABEL is not set | ||
| 846 | # CONFIG_LDM_PARTITION is not set | ||
| 847 | # CONFIG_SGI_PARTITION is not set | ||
| 848 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 849 | # CONFIG_SUN_PARTITION is not set | ||
| 850 | # CONFIG_EFI_PARTITION is not set | ||
| 851 | |||
| 852 | # | ||
| 853 | # Native Language Support | ||
| 854 | # | ||
| 855 | CONFIG_NLS=y | ||
| 856 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 857 | # CONFIG_NLS_CODEPAGE_437 is not set | ||
| 858 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 859 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 860 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 861 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 862 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 863 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 864 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 865 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 866 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 867 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 868 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 869 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 870 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 871 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 872 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 873 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 874 | # CONFIG_NLS_CODEPAGE_932 is not set | ||
| 875 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 876 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 877 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 878 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 879 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 880 | # CONFIG_NLS_ASCII is not set | ||
| 881 | # CONFIG_NLS_ISO8859_1 is not set | ||
| 882 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 883 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 884 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 885 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 886 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 887 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 888 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 889 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 890 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 891 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 892 | # CONFIG_NLS_KOI8_R is not set | ||
| 893 | # CONFIG_NLS_KOI8_U is not set | ||
| 894 | # CONFIG_NLS_UTF8 is not set | ||
| 895 | |||
| 896 | # | ||
| 897 | # Profiling support | ||
| 898 | # | ||
| 899 | # CONFIG_PROFILING is not set | ||
| 900 | |||
| 901 | # | ||
| 902 | # Kernel hacking | ||
| 903 | # | ||
| 904 | # CONFIG_PRINTK_TIME is not set | ||
| 905 | CONFIG_DEBUG_KERNEL=y | ||
| 906 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 907 | CONFIG_LOG_BUF_SHIFT=16 | ||
| 908 | # CONFIG_SCHEDSTATS is not set | ||
| 909 | # CONFIG_DEBUG_SLAB is not set | ||
| 910 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 911 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 912 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 913 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 914 | CONFIG_DEBUG_INFO=y | ||
| 915 | # CONFIG_DEBUG_FS is not set | ||
| 916 | CONFIG_FRAME_POINTER=y | ||
| 917 | CONFIG_DEBUG_USER=y | ||
| 918 | # CONFIG_DEBUG_WAITQ is not set | ||
| 919 | # CONFIG_DEBUG_ERRORS is not set | ||
| 920 | CONFIG_DEBUG_LL=y | ||
| 921 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 922 | CONFIG_DEBUG_S3C2410_PORT=y | ||
| 923 | CONFIG_DEBUG_S3C2410_UART=0 | ||
| 924 | |||
| 925 | # | ||
| 926 | # Security options | ||
| 927 | # | ||
| 928 | # CONFIG_KEYS is not set | ||
| 929 | # CONFIG_SECURITY is not set | ||
| 930 | |||
| 931 | # | ||
| 932 | # Cryptographic options | ||
| 933 | # | ||
| 934 | # CONFIG_CRYPTO is not set | ||
| 935 | |||
| 936 | # | ||
| 937 | # Hardware crypto devices | ||
| 938 | # | ||
| 939 | |||
| 940 | # | ||
| 941 | # Library routines | ||
| 942 | # | ||
| 943 | # CONFIG_CRC_CCITT is not set | ||
| 944 | CONFIG_CRC32=y | ||
| 945 | # CONFIG_LIBCRC32C is not set | ||
| 946 | CONFIG_ZLIB_INFLATE=y | ||
| 947 | CONFIG_ZLIB_DEFLATE=y | ||
diff --git a/arch/arm/configs/s3c2410_defconfig b/arch/arm/configs/s3c2410_defconfig index a83222641045..0563c14395e1 100644 --- a/arch/arm/configs/s3c2410_defconfig +++ b/arch/arm/configs/s3c2410_defconfig | |||
| @@ -1,9 +1,10 @@ | |||
| 1 | # | 1 | # |
| 2 | # Automatically generated make config: don't edit | 2 | # Automatically generated make config: don't edit |
| 3 | # Linux kernel version: 2.6.18 | 3 | # Linux kernel version: 2.6.19-rc4 |
| 4 | # Wed Sep 20 20:27:31 2006 | 4 | # Fri Nov 3 17:41:31 2006 |
| 5 | # | 5 | # |
| 6 | CONFIG_ARM=y | 6 | CONFIG_ARM=y |
| 7 | # CONFIG_GENERIC_TIME is not set | ||
| 7 | CONFIG_MMU=y | 8 | CONFIG_MMU=y |
| 8 | CONFIG_GENERIC_HARDIRQS=y | 9 | CONFIG_GENERIC_HARDIRQS=y |
| 9 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | 10 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
| @@ -29,17 +30,20 @@ CONFIG_LOCALVERSION="" | |||
| 29 | CONFIG_LOCALVERSION_AUTO=y | 30 | CONFIG_LOCALVERSION_AUTO=y |
| 30 | CONFIG_SWAP=y | 31 | CONFIG_SWAP=y |
| 31 | CONFIG_SYSVIPC=y | 32 | CONFIG_SYSVIPC=y |
| 33 | # CONFIG_IPC_NS is not set | ||
| 32 | # CONFIG_POSIX_MQUEUE is not set | 34 | # CONFIG_POSIX_MQUEUE is not set |
| 33 | # CONFIG_BSD_PROCESS_ACCT is not set | 35 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 34 | # CONFIG_TASKSTATS is not set | 36 | # CONFIG_TASKSTATS is not set |
| 37 | # CONFIG_UTS_NS is not set | ||
| 35 | # CONFIG_AUDIT is not set | 38 | # CONFIG_AUDIT is not set |
| 36 | # CONFIG_IKCONFIG is not set | 39 | # CONFIG_IKCONFIG is not set |
| 37 | # CONFIG_RELAY is not set | 40 | # CONFIG_RELAY is not set |
| 38 | CONFIG_INITRAMFS_SOURCE="" | 41 | CONFIG_INITRAMFS_SOURCE="" |
| 39 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | 42 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y |
| 43 | CONFIG_SYSCTL=y | ||
| 40 | # CONFIG_EMBEDDED is not set | 44 | # CONFIG_EMBEDDED is not set |
| 41 | CONFIG_UID16=y | 45 | CONFIG_UID16=y |
| 42 | CONFIG_SYSCTL=y | 46 | # CONFIG_SYSCTL_SYSCALL is not set |
| 43 | CONFIG_KALLSYMS=y | 47 | CONFIG_KALLSYMS=y |
| 44 | # CONFIG_KALLSYMS_ALL is not set | 48 | # CONFIG_KALLSYMS_ALL is not set |
| 45 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | 49 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| @@ -62,7 +66,8 @@ CONFIG_BASE_SMALL=0 | |||
| 62 | # Loadable module support | 66 | # Loadable module support |
| 63 | # | 67 | # |
| 64 | CONFIG_MODULES=y | 68 | CONFIG_MODULES=y |
| 65 | # CONFIG_MODULE_UNLOAD is not set | 69 | CONFIG_MODULE_UNLOAD=y |
| 70 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 66 | # CONFIG_MODVERSIONS is not set | 71 | # CONFIG_MODVERSIONS is not set |
| 67 | # CONFIG_MODULE_SRCVERSION_ALL is not set | 72 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
| 68 | CONFIG_KMOD=y | 73 | CONFIG_KMOD=y |
| @@ -70,6 +75,7 @@ CONFIG_KMOD=y | |||
| 70 | # | 75 | # |
| 71 | # Block layer | 76 | # Block layer |
| 72 | # | 77 | # |
| 78 | CONFIG_BLOCK=y | ||
| 73 | # CONFIG_BLK_DEV_IO_TRACE is not set | 79 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 74 | 80 | ||
| 75 | # | 81 | # |
| @@ -120,6 +126,7 @@ CONFIG_ARCH_S3C2410=y | |||
| 120 | # | 126 | # |
| 121 | # S3C24XX Implementations | 127 | # S3C24XX Implementations |
| 122 | # | 128 | # |
| 129 | # CONFIG_MACH_AML_M5900 is not set | ||
| 123 | CONFIG_MACH_ANUBIS=y | 130 | CONFIG_MACH_ANUBIS=y |
| 124 | CONFIG_MACH_OSIRIS=y | 131 | CONFIG_MACH_OSIRIS=y |
| 125 | CONFIG_ARCH_BAST=y | 132 | CONFIG_ARCH_BAST=y |
| @@ -178,6 +185,8 @@ CONFIG_CPU_CACHE_V4WT=y | |||
| 178 | CONFIG_CPU_CACHE_VIVT=y | 185 | CONFIG_CPU_CACHE_VIVT=y |
| 179 | CONFIG_CPU_COPY_V4WB=y | 186 | CONFIG_CPU_COPY_V4WB=y |
| 180 | CONFIG_CPU_TLB_V4WBI=y | 187 | CONFIG_CPU_TLB_V4WBI=y |
| 188 | CONFIG_CPU_CP15=y | ||
| 189 | CONFIG_CPU_CP15_MMU=y | ||
| 181 | 190 | ||
| 182 | # | 191 | # |
| 183 | # Processor Features | 192 | # Processor Features |
| @@ -251,6 +260,7 @@ CONFIG_BINFMT_AOUT=y | |||
| 251 | CONFIG_PM=y | 260 | CONFIG_PM=y |
| 252 | CONFIG_PM_LEGACY=y | 261 | CONFIG_PM_LEGACY=y |
| 253 | # CONFIG_PM_DEBUG is not set | 262 | # CONFIG_PM_DEBUG is not set |
| 263 | # CONFIG_PM_SYSFS_DEPRECATED is not set | ||
| 254 | CONFIG_APM=y | 264 | CONFIG_APM=y |
| 255 | 265 | ||
| 256 | # | 266 | # |
| @@ -266,6 +276,7 @@ CONFIG_NET=y | |||
| 266 | CONFIG_UNIX=y | 276 | CONFIG_UNIX=y |
| 267 | CONFIG_XFRM=y | 277 | CONFIG_XFRM=y |
| 268 | # CONFIG_XFRM_USER is not set | 278 | # CONFIG_XFRM_USER is not set |
| 279 | # CONFIG_XFRM_SUB_POLICY is not set | ||
| 269 | # CONFIG_NET_KEY is not set | 280 | # CONFIG_NET_KEY is not set |
| 270 | CONFIG_INET=y | 281 | CONFIG_INET=y |
| 271 | # CONFIG_IP_MULTICAST is not set | 282 | # CONFIG_IP_MULTICAST is not set |
| @@ -286,10 +297,12 @@ CONFIG_IP_PNP_BOOTP=y | |||
| 286 | # CONFIG_INET_TUNNEL is not set | 297 | # CONFIG_INET_TUNNEL is not set |
| 287 | CONFIG_INET_XFRM_MODE_TRANSPORT=y | 298 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 288 | CONFIG_INET_XFRM_MODE_TUNNEL=y | 299 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 300 | CONFIG_INET_XFRM_MODE_BEET=y | ||
| 289 | CONFIG_INET_DIAG=y | 301 | CONFIG_INET_DIAG=y |
| 290 | CONFIG_INET_TCP_DIAG=y | 302 | CONFIG_INET_TCP_DIAG=y |
| 291 | # CONFIG_TCP_CONG_ADVANCED is not set | 303 | # CONFIG_TCP_CONG_ADVANCED is not set |
| 292 | CONFIG_TCP_CONG_BIC=y | 304 | CONFIG_TCP_CONG_CUBIC=y |
| 305 | CONFIG_DEFAULT_TCP_CONG="cubic" | ||
| 293 | # CONFIG_IPV6 is not set | 306 | # CONFIG_IPV6 is not set |
| 294 | # CONFIG_INET6_XFRM_TUNNEL is not set | 307 | # CONFIG_INET6_XFRM_TUNNEL is not set |
| 295 | # CONFIG_INET6_TUNNEL is not set | 308 | # CONFIG_INET6_TUNNEL is not set |
| @@ -377,6 +390,7 @@ CONFIG_MTD_BLOCK=y | |||
| 377 | # CONFIG_NFTL is not set | 390 | # CONFIG_NFTL is not set |
| 378 | # CONFIG_INFTL is not set | 391 | # CONFIG_INFTL is not set |
| 379 | # CONFIG_RFD_FTL is not set | 392 | # CONFIG_RFD_FTL is not set |
| 393 | # CONFIG_SSFDC is not set | ||
| 380 | 394 | ||
| 381 | # | 395 | # |
| 382 | # RAM/ROM/Flash chip drivers | 396 | # RAM/ROM/Flash chip drivers |
| @@ -418,6 +432,8 @@ CONFIG_MTD_BAST_MAXSIZE=4 | |||
| 418 | # | 432 | # |
| 419 | # Self-contained MTD device drivers | 433 | # Self-contained MTD device drivers |
| 420 | # | 434 | # |
| 435 | # CONFIG_MTD_DATAFLASH is not set | ||
| 436 | # CONFIG_MTD_M25P80 is not set | ||
| 421 | # CONFIG_MTD_SLRAM is not set | 437 | # CONFIG_MTD_SLRAM is not set |
| 422 | # CONFIG_MTD_PHRAM is not set | 438 | # CONFIG_MTD_PHRAM is not set |
| 423 | # CONFIG_MTD_MTDRAM is not set | 439 | # CONFIG_MTD_MTDRAM is not set |
| @@ -512,6 +528,7 @@ CONFIG_BLK_DEV_IDE_BAST=y | |||
| 512 | # | 528 | # |
| 513 | # CONFIG_RAID_ATTRS is not set | 529 | # CONFIG_RAID_ATTRS is not set |
| 514 | # CONFIG_SCSI is not set | 530 | # CONFIG_SCSI is not set |
| 531 | # CONFIG_SCSI_NETLINK is not set | ||
| 515 | 532 | ||
| 516 | # | 533 | # |
| 517 | # Multi-device support (RAID and LVM) | 534 | # Multi-device support (RAID and LVM) |
| @@ -606,6 +623,7 @@ CONFIG_DM9000=y | |||
| 606 | # Input device support | 623 | # Input device support |
| 607 | # | 624 | # |
| 608 | CONFIG_INPUT=y | 625 | CONFIG_INPUT=y |
| 626 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 609 | 627 | ||
| 610 | # | 628 | # |
| 611 | # Userland interfaces | 629 | # Userland interfaces |
| @@ -628,6 +646,7 @@ CONFIG_KEYBOARD_ATKBD=y | |||
| 628 | # CONFIG_KEYBOARD_LKKBD is not set | 646 | # CONFIG_KEYBOARD_LKKBD is not set |
| 629 | # CONFIG_KEYBOARD_XTKBD is not set | 647 | # CONFIG_KEYBOARD_XTKBD is not set |
| 630 | # CONFIG_KEYBOARD_NEWTON is not set | 648 | # CONFIG_KEYBOARD_NEWTON is not set |
| 649 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 631 | CONFIG_INPUT_MOUSE=y | 650 | CONFIG_INPUT_MOUSE=y |
| 632 | CONFIG_MOUSE_PS2=y | 651 | CONFIG_MOUSE_PS2=y |
| 633 | # CONFIG_MOUSE_SERIAL is not set | 652 | # CONFIG_MOUSE_SERIAL is not set |
| @@ -734,7 +753,6 @@ CONFIG_S3C2410_WATCHDOG=y | |||
| 734 | # CONFIG_USBPCWATCHDOG is not set | 753 | # CONFIG_USBPCWATCHDOG is not set |
| 735 | CONFIG_HW_RANDOM=y | 754 | CONFIG_HW_RANDOM=y |
| 736 | # CONFIG_NVRAM is not set | 755 | # CONFIG_NVRAM is not set |
| 737 | CONFIG_S3C2410_RTC=y | ||
| 738 | # CONFIG_DTLK is not set | 756 | # CONFIG_DTLK is not set |
| 739 | # CONFIG_R3964 is not set | 757 | # CONFIG_R3964 is not set |
| 740 | 758 | ||
| @@ -747,7 +765,6 @@ CONFIG_S3C2410_RTC=y | |||
| 747 | # TPM devices | 765 | # TPM devices |
| 748 | # | 766 | # |
| 749 | # CONFIG_TCG_TPM is not set | 767 | # CONFIG_TCG_TPM is not set |
| 750 | # CONFIG_TELCLOCK is not set | ||
| 751 | 768 | ||
| 752 | # | 769 | # |
| 753 | # I2C support | 770 | # I2C support |
| @@ -792,12 +809,26 @@ CONFIG_SENSORS_EEPROM=m | |||
| 792 | # | 809 | # |
| 793 | # SPI support | 810 | # SPI support |
| 794 | # | 811 | # |
| 795 | # CONFIG_SPI is not set | 812 | CONFIG_SPI=y |
| 796 | # CONFIG_SPI_MASTER is not set | 813 | # CONFIG_SPI_DEBUG is not set |
| 814 | CONFIG_SPI_MASTER=y | ||
| 815 | |||
| 816 | # | ||
| 817 | # SPI Master Controller Drivers | ||
| 818 | # | ||
| 819 | CONFIG_SPI_BITBANG=m | ||
| 820 | # CONFIG_SPI_BUTTERFLY is not set | ||
| 821 | CONFIG_SPI_S3C24XX_GPIO=m | ||
| 822 | CONFIG_SPI_S3C24XX=m | ||
| 823 | |||
| 824 | # | ||
| 825 | # SPI Protocol Masters | ||
| 826 | # | ||
| 797 | 827 | ||
| 798 | # | 828 | # |
| 799 | # Dallas's 1-wire bus | 829 | # Dallas's 1-wire bus |
| 800 | # | 830 | # |
| 831 | # CONFIG_W1 is not set | ||
| 801 | 832 | ||
| 802 | # | 833 | # |
| 803 | # Hardware Monitoring support | 834 | # Hardware Monitoring support |
| @@ -820,6 +851,7 @@ CONFIG_HWMON_VID=m | |||
| 820 | # CONFIG_SENSORS_GL520SM is not set | 851 | # CONFIG_SENSORS_GL520SM is not set |
| 821 | # CONFIG_SENSORS_IT87 is not set | 852 | # CONFIG_SENSORS_IT87 is not set |
| 822 | # CONFIG_SENSORS_LM63 is not set | 853 | # CONFIG_SENSORS_LM63 is not set |
| 854 | # CONFIG_SENSORS_LM70 is not set | ||
| 823 | CONFIG_SENSORS_LM75=m | 855 | CONFIG_SENSORS_LM75=m |
| 824 | # CONFIG_SENSORS_LM77 is not set | 856 | # CONFIG_SENSORS_LM77 is not set |
| 825 | CONFIG_SENSORS_LM78=m | 857 | CONFIG_SENSORS_LM78=m |
| @@ -834,6 +866,7 @@ CONFIG_SENSORS_LM85=m | |||
| 834 | # CONFIG_SENSORS_SMSC47M1 is not set | 866 | # CONFIG_SENSORS_SMSC47M1 is not set |
| 835 | # CONFIG_SENSORS_SMSC47M192 is not set | 867 | # CONFIG_SENSORS_SMSC47M192 is not set |
| 836 | # CONFIG_SENSORS_SMSC47B397 is not set | 868 | # CONFIG_SENSORS_SMSC47B397 is not set |
| 869 | # CONFIG_SENSORS_VT1211 is not set | ||
| 837 | # CONFIG_SENSORS_W83781D is not set | 870 | # CONFIG_SENSORS_W83781D is not set |
| 838 | # CONFIG_SENSORS_W83791D is not set | 871 | # CONFIG_SENSORS_W83791D is not set |
| 839 | # CONFIG_SENSORS_W83792D is not set | 872 | # CONFIG_SENSORS_W83792D is not set |
| @@ -845,25 +878,31 @@ CONFIG_SENSORS_LM85=m | |||
| 845 | # | 878 | # |
| 846 | # Misc devices | 879 | # Misc devices |
| 847 | # | 880 | # |
| 881 | # CONFIG_TIFM_CORE is not set | ||
| 848 | 882 | ||
| 849 | # | 883 | # |
| 850 | # LED devices | 884 | # LED devices |
| 851 | # | 885 | # |
| 852 | # CONFIG_NEW_LEDS is not set | 886 | CONFIG_NEW_LEDS=y |
| 887 | CONFIG_LEDS_CLASS=m | ||
| 853 | 888 | ||
| 854 | # | 889 | # |
| 855 | # LED drivers | 890 | # LED drivers |
| 856 | # | 891 | # |
| 892 | CONFIG_LEDS_S3C24XX=m | ||
| 857 | 893 | ||
| 858 | # | 894 | # |
| 859 | # LED Triggers | 895 | # LED Triggers |
| 860 | # | 896 | # |
| 897 | CONFIG_LEDS_TRIGGERS=y | ||
| 898 | CONFIG_LEDS_TRIGGER_TIMER=m | ||
| 899 | # CONFIG_LEDS_TRIGGER_IDE_DISK is not set | ||
| 900 | CONFIG_LEDS_TRIGGER_HEARTBEAT=m | ||
| 861 | 901 | ||
| 862 | # | 902 | # |
| 863 | # Multimedia devices | 903 | # Multimedia devices |
| 864 | # | 904 | # |
| 865 | # CONFIG_VIDEO_DEV is not set | 905 | # CONFIG_VIDEO_DEV is not set |
| 866 | CONFIG_VIDEO_V4L2=y | ||
| 867 | 906 | ||
| 868 | # | 907 | # |
| 869 | # Digital Video Broadcasting Devices | 908 | # Digital Video Broadcasting Devices |
| @@ -876,6 +915,7 @@ CONFIG_VIDEO_V4L2=y | |||
| 876 | # | 915 | # |
| 877 | CONFIG_FIRMWARE_EDID=y | 916 | CONFIG_FIRMWARE_EDID=y |
| 878 | CONFIG_FB=y | 917 | CONFIG_FB=y |
| 918 | # CONFIG_FB_DDC is not set | ||
| 879 | CONFIG_FB_CFB_FILLRECT=y | 919 | CONFIG_FB_CFB_FILLRECT=y |
| 880 | CONFIG_FB_CFB_COPYAREA=y | 920 | CONFIG_FB_CFB_COPYAREA=y |
| 881 | CONFIG_FB_CFB_IMAGEBLIT=y | 921 | CONFIG_FB_CFB_IMAGEBLIT=y |
| @@ -951,7 +991,6 @@ CONFIG_USB_OHCI_LITTLE_ENDIAN=y | |||
| 951 | # | 991 | # |
| 952 | # may also be needed; see USB_STORAGE Help for more information | 992 | # may also be needed; see USB_STORAGE Help for more information |
| 953 | # | 993 | # |
| 954 | # CONFIG_USB_STORAGE is not set | ||
| 955 | # CONFIG_USB_LIBUSUAL is not set | 994 | # CONFIG_USB_LIBUSUAL is not set |
| 956 | 995 | ||
| 957 | # | 996 | # |
| @@ -1007,6 +1046,7 @@ CONFIG_USB_MON=y | |||
| 1007 | # | 1046 | # |
| 1008 | # CONFIG_USB_EMI62 is not set | 1047 | # CONFIG_USB_EMI62 is not set |
| 1009 | # CONFIG_USB_EMI26 is not set | 1048 | # CONFIG_USB_EMI26 is not set |
| 1049 | # CONFIG_USB_ADUTUX is not set | ||
| 1010 | # CONFIG_USB_AUERSWALD is not set | 1050 | # CONFIG_USB_AUERSWALD is not set |
| 1011 | # CONFIG_USB_RIO500 is not set | 1051 | # CONFIG_USB_RIO500 is not set |
| 1012 | # CONFIG_USB_LEGOTOWER is not set | 1052 | # CONFIG_USB_LEGOTOWER is not set |
| @@ -1014,11 +1054,12 @@ CONFIG_USB_MON=y | |||
| 1014 | # CONFIG_USB_LED is not set | 1054 | # CONFIG_USB_LED is not set |
| 1015 | # CONFIG_USB_CYPRESS_CY7C63 is not set | 1055 | # CONFIG_USB_CYPRESS_CY7C63 is not set |
| 1016 | # CONFIG_USB_CYTHERM is not set | 1056 | # CONFIG_USB_CYTHERM is not set |
| 1017 | # CONFIG_USB_PHIDGETKIT is not set | 1057 | # CONFIG_USB_PHIDGET is not set |
| 1018 | # CONFIG_USB_PHIDGETSERVO is not set | ||
| 1019 | # CONFIG_USB_IDMOUSE is not set | 1058 | # CONFIG_USB_IDMOUSE is not set |
| 1059 | # CONFIG_USB_FTDI_ELAN is not set | ||
| 1020 | # CONFIG_USB_APPLEDISPLAY is not set | 1060 | # CONFIG_USB_APPLEDISPLAY is not set |
| 1021 | # CONFIG_USB_LD is not set | 1061 | # CONFIG_USB_LD is not set |
| 1062 | # CONFIG_USB_TRANCEVIBRATOR is not set | ||
| 1022 | # CONFIG_USB_TEST is not set | 1063 | # CONFIG_USB_TEST is not set |
| 1023 | 1064 | ||
| 1024 | # | 1065 | # |
| @@ -1039,7 +1080,37 @@ CONFIG_USB_MON=y | |||
| 1039 | # Real Time Clock | 1080 | # Real Time Clock |
| 1040 | # | 1081 | # |
| 1041 | CONFIG_RTC_LIB=y | 1082 | CONFIG_RTC_LIB=y |
| 1042 | # CONFIG_RTC_CLASS is not set | 1083 | CONFIG_RTC_CLASS=y |
| 1084 | CONFIG_RTC_HCTOSYS=y | ||
| 1085 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 1086 | # CONFIG_RTC_DEBUG is not set | ||
| 1087 | |||
| 1088 | # | ||
| 1089 | # RTC interfaces | ||
| 1090 | # | ||
| 1091 | CONFIG_RTC_INTF_SYSFS=y | ||
| 1092 | CONFIG_RTC_INTF_PROC=y | ||
| 1093 | CONFIG_RTC_INTF_DEV=y | ||
| 1094 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 1095 | |||
| 1096 | # | ||
| 1097 | # RTC drivers | ||
| 1098 | # | ||
| 1099 | # CONFIG_RTC_DRV_X1205 is not set | ||
| 1100 | # CONFIG_RTC_DRV_DS1307 is not set | ||
| 1101 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 1102 | # CONFIG_RTC_DRV_ISL1208 is not set | ||
| 1103 | # CONFIG_RTC_DRV_DS1672 is not set | ||
| 1104 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 1105 | # CONFIG_RTC_DRV_PCF8563 is not set | ||
| 1106 | # CONFIG_RTC_DRV_PCF8583 is not set | ||
| 1107 | # CONFIG_RTC_DRV_RS5C348 is not set | ||
| 1108 | # CONFIG_RTC_DRV_RS5C372 is not set | ||
| 1109 | CONFIG_RTC_DRV_S3C=y | ||
| 1110 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 1111 | # CONFIG_RTC_DRV_TEST is not set | ||
| 1112 | # CONFIG_RTC_DRV_MAX6902 is not set | ||
| 1113 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 1043 | 1114 | ||
| 1044 | # | 1115 | # |
| 1045 | # File systems | 1116 | # File systems |
| @@ -1051,6 +1122,7 @@ CONFIG_EXT3_FS=y | |||
| 1051 | CONFIG_EXT3_FS_XATTR=y | 1122 | CONFIG_EXT3_FS_XATTR=y |
| 1052 | # CONFIG_EXT3_FS_POSIX_ACL is not set | 1123 | # CONFIG_EXT3_FS_POSIX_ACL is not set |
| 1053 | # CONFIG_EXT3_FS_SECURITY is not set | 1124 | # CONFIG_EXT3_FS_SECURITY is not set |
| 1125 | # CONFIG_EXT4DEV_FS is not set | ||
| 1054 | CONFIG_JBD=y | 1126 | CONFIG_JBD=y |
| 1055 | # CONFIG_JBD_DEBUG is not set | 1127 | # CONFIG_JBD_DEBUG is not set |
| 1056 | CONFIG_FS_MBCACHE=y | 1128 | CONFIG_FS_MBCACHE=y |
| @@ -1058,6 +1130,7 @@ CONFIG_FS_MBCACHE=y | |||
| 1058 | # CONFIG_JFS_FS is not set | 1130 | # CONFIG_JFS_FS is not set |
| 1059 | # CONFIG_FS_POSIX_ACL is not set | 1131 | # CONFIG_FS_POSIX_ACL is not set |
| 1060 | # CONFIG_XFS_FS is not set | 1132 | # CONFIG_XFS_FS is not set |
| 1133 | # CONFIG_GFS2_FS is not set | ||
| 1061 | # CONFIG_OCFS2_FS is not set | 1134 | # CONFIG_OCFS2_FS is not set |
| 1062 | # CONFIG_MINIX_FS is not set | 1135 | # CONFIG_MINIX_FS is not set |
| 1063 | CONFIG_ROMFS_FS=y | 1136 | CONFIG_ROMFS_FS=y |
| @@ -1089,6 +1162,7 @@ CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | |||
| 1089 | # Pseudo filesystems | 1162 | # Pseudo filesystems |
| 1090 | # | 1163 | # |
| 1091 | CONFIG_PROC_FS=y | 1164 | CONFIG_PROC_FS=y |
| 1165 | CONFIG_PROC_SYSCTL=y | ||
| 1092 | CONFIG_SYSFS=y | 1166 | CONFIG_SYSFS=y |
| 1093 | # CONFIG_TMPFS is not set | 1167 | # CONFIG_TMPFS is not set |
| 1094 | # CONFIG_HUGETLB_PAGE is not set | 1168 | # CONFIG_HUGETLB_PAGE is not set |
| @@ -1219,6 +1293,7 @@ CONFIG_NLS_DEFAULT="iso8859-1" | |||
| 1219 | # Kernel hacking | 1293 | # Kernel hacking |
| 1220 | # | 1294 | # |
| 1221 | # CONFIG_PRINTK_TIME is not set | 1295 | # CONFIG_PRINTK_TIME is not set |
| 1296 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 1222 | CONFIG_MAGIC_SYSRQ=y | 1297 | CONFIG_MAGIC_SYSRQ=y |
| 1223 | # CONFIG_UNUSED_SYMBOLS is not set | 1298 | # CONFIG_UNUSED_SYMBOLS is not set |
| 1224 | CONFIG_DEBUG_KERNEL=y | 1299 | CONFIG_DEBUG_KERNEL=y |
| @@ -1238,9 +1313,10 @@ CONFIG_DEBUG_BUGVERBOSE=y | |||
| 1238 | CONFIG_DEBUG_INFO=y | 1313 | CONFIG_DEBUG_INFO=y |
| 1239 | # CONFIG_DEBUG_FS is not set | 1314 | # CONFIG_DEBUG_FS is not set |
| 1240 | # CONFIG_DEBUG_VM is not set | 1315 | # CONFIG_DEBUG_VM is not set |
| 1316 | # CONFIG_DEBUG_LIST is not set | ||
| 1241 | CONFIG_FRAME_POINTER=y | 1317 | CONFIG_FRAME_POINTER=y |
| 1242 | # CONFIG_UNWIND_INFO is not set | ||
| 1243 | CONFIG_FORCED_INLINING=y | 1318 | CONFIG_FORCED_INLINING=y |
| 1319 | # CONFIG_HEADERS_CHECK is not set | ||
| 1244 | # CONFIG_RCU_TORTURE_TEST is not set | 1320 | # CONFIG_RCU_TORTURE_TEST is not set |
| 1245 | CONFIG_DEBUG_USER=y | 1321 | CONFIG_DEBUG_USER=y |
| 1246 | # CONFIG_DEBUG_WAITQ is not set | 1322 | # CONFIG_DEBUG_WAITQ is not set |
| @@ -1262,10 +1338,6 @@ CONFIG_DEBUG_S3C2410_UART=0 | |||
| 1262 | # CONFIG_CRYPTO is not set | 1338 | # CONFIG_CRYPTO is not set |
| 1263 | 1339 | ||
| 1264 | # | 1340 | # |
| 1265 | # Hardware crypto devices | ||
| 1266 | # | ||
| 1267 | |||
| 1268 | # | ||
| 1269 | # Library routines | 1341 | # Library routines |
| 1270 | # | 1342 | # |
| 1271 | # CONFIG_CRC_CCITT is not set | 1343 | # CONFIG_CRC_CCITT is not set |
diff --git a/arch/arm/configs/smdk2410_defconfig b/arch/arm/configs/smdk2410_defconfig deleted file mode 100644 index 4d123d33c7df..000000000000 --- a/arch/arm/configs/smdk2410_defconfig +++ /dev/null | |||
| @@ -1,735 +0,0 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.12-rc1-bk2 | ||
| 4 | # Sun Mar 27 22:42:40 2005 | ||
| 5 | # | ||
| 6 | CONFIG_ARM=y | ||
| 7 | CONFIG_MMU=y | ||
| 8 | CONFIG_UID16=y | ||
| 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 10 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 11 | CONFIG_GENERIC_IOMAP=y | ||
| 12 | |||
| 13 | # | ||
| 14 | # Code maturity level options | ||
| 15 | # | ||
| 16 | CONFIG_EXPERIMENTAL=y | ||
| 17 | CONFIG_CLEAN_COMPILE=y | ||
| 18 | CONFIG_BROKEN_ON_SMP=y | ||
| 19 | |||
| 20 | # | ||
| 21 | # General setup | ||
| 22 | # | ||
| 23 | CONFIG_LOCALVERSION="" | ||
| 24 | CONFIG_SWAP=y | ||
| 25 | CONFIG_SYSVIPC=y | ||
| 26 | # CONFIG_POSIX_MQUEUE is not set | ||
| 27 | # CONFIG_BSD_PROCESS_ACCT is not set | ||
| 28 | CONFIG_SYSCTL=y | ||
| 29 | # CONFIG_AUDIT is not set | ||
| 30 | # CONFIG_HOTPLUG is not set | ||
| 31 | CONFIG_KOBJECT_UEVENT=y | ||
| 32 | # CONFIG_IKCONFIG is not set | ||
| 33 | # CONFIG_EMBEDDED is not set | ||
| 34 | CONFIG_KALLSYMS=y | ||
| 35 | # CONFIG_KALLSYMS_ALL is not set | ||
| 36 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 37 | CONFIG_BASE_FULL=y | ||
| 38 | CONFIG_FUTEX=y | ||
| 39 | CONFIG_EPOLL=y | ||
| 40 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 41 | CONFIG_SHMEM=y | ||
| 42 | CONFIG_CC_ALIGN_FUNCTIONS=0 | ||
| 43 | CONFIG_CC_ALIGN_LABELS=0 | ||
| 44 | CONFIG_CC_ALIGN_LOOPS=0 | ||
| 45 | CONFIG_CC_ALIGN_JUMPS=0 | ||
| 46 | # CONFIG_TINY_SHMEM is not set | ||
| 47 | CONFIG_BASE_SMALL=0 | ||
| 48 | |||
| 49 | # | ||
| 50 | # Loadable module support | ||
| 51 | # | ||
| 52 | # CONFIG_MODULES is not set | ||
| 53 | |||
| 54 | # | ||
| 55 | # System Type | ||
| 56 | # | ||
| 57 | # CONFIG_ARCH_CLPS7500 is not set | ||
| 58 | # CONFIG_ARCH_CLPS711X is not set | ||
| 59 | # CONFIG_ARCH_CO285 is not set | ||
| 60 | # CONFIG_ARCH_EBSA110 is not set | ||
| 61 | # CONFIG_ARCH_FOOTBRIDGE is not set | ||
| 62 | # CONFIG_ARCH_INTEGRATOR is not set | ||
| 63 | # CONFIG_ARCH_IOP3XX is not set | ||
| 64 | # CONFIG_ARCH_IXP4XX is not set | ||
| 65 | # CONFIG_ARCH_IXP2000 is not set | ||
| 66 | # CONFIG_ARCH_L7200 is not set | ||
| 67 | # CONFIG_ARCH_PXA is not set | ||
| 68 | # CONFIG_ARCH_RPC is not set | ||
| 69 | # CONFIG_ARCH_SA1100 is not set | ||
| 70 | CONFIG_ARCH_S3C2410=y | ||
| 71 | # CONFIG_ARCH_SHARK is not set | ||
| 72 | # CONFIG_ARCH_LH7A40X is not set | ||
| 73 | # CONFIG_ARCH_OMAP is not set | ||
| 74 | # CONFIG_ARCH_VERSATILE is not set | ||
| 75 | # CONFIG_ARCH_IMX is not set | ||
| 76 | # CONFIG_ARCH_H720X is not set | ||
| 77 | |||
| 78 | # | ||
| 79 | # S3C24XX Implementations | ||
| 80 | # | ||
| 81 | # CONFIG_ARCH_BAST is not set | ||
| 82 | # CONFIG_ARCH_H1940 is not set | ||
| 83 | # CONFIG_MACH_N30 is not set | ||
| 84 | CONFIG_ARCH_SMDK2410=y | ||
| 85 | # CONFIG_ARCH_S3C2440 is not set | ||
| 86 | # CONFIG_MACH_VR1000 is not set | ||
| 87 | # CONFIG_MACH_RX3715 is not set | ||
| 88 | # CONFIG_MACH_OTOM is not set | ||
| 89 | # CONFIG_MACH_NEXCODER_2440 is not set | ||
| 90 | CONFIG_CPU_S3C2410=y | ||
| 91 | |||
| 92 | # | ||
| 93 | # S3C2410 Boot | ||
| 94 | # | ||
| 95 | |||
| 96 | # | ||
| 97 | # S3C2410 Setup | ||
| 98 | # | ||
| 99 | # CONFIG_S3C2410_DMA is not set | ||
| 100 | CONFIG_S3C2410_LOWLEVEL_UART_PORT=0 | ||
| 101 | |||
| 102 | # | ||
| 103 | # Processor Type | ||
| 104 | # | ||
| 105 | CONFIG_CPU_32=y | ||
| 106 | CONFIG_CPU_ARM920T=y | ||
| 107 | CONFIG_CPU_32v4=y | ||
| 108 | CONFIG_CPU_ABRT_EV4T=y | ||
| 109 | CONFIG_CPU_CACHE_V4WT=y | ||
| 110 | CONFIG_CPU_CACHE_VIVT=y | ||
| 111 | CONFIG_CPU_COPY_V4WB=y | ||
| 112 | CONFIG_CPU_TLB_V4WBI=y | ||
| 113 | |||
| 114 | # | ||
| 115 | # Processor Features | ||
| 116 | # | ||
| 117 | CONFIG_ARM_THUMB=y | ||
| 118 | # CONFIG_CPU_ICACHE_DISABLE is not set | ||
| 119 | # CONFIG_CPU_DCACHE_DISABLE is not set | ||
| 120 | # CONFIG_CPU_DCACHE_WRITETHROUGH is not set | ||
| 121 | |||
| 122 | # | ||
| 123 | # Bus support | ||
| 124 | # | ||
| 125 | |||
| 126 | # | ||
| 127 | # PCCARD (PCMCIA/CardBus) support | ||
| 128 | # | ||
| 129 | # CONFIG_PCCARD is not set | ||
| 130 | |||
| 131 | # | ||
| 132 | # Kernel Features | ||
| 133 | # | ||
| 134 | # CONFIG_PREEMPT is not set | ||
| 135 | CONFIG_ALIGNMENT_TRAP=y | ||
| 136 | |||
| 137 | # | ||
| 138 | # Boot options | ||
| 139 | # | ||
| 140 | CONFIG_ZBOOT_ROM_TEXT=0x0 | ||
| 141 | CONFIG_ZBOOT_ROM_BSS=0x0 | ||
| 142 | CONFIG_CMDLINE="root=1f04 mem=32M" | ||
| 143 | # CONFIG_XIP_KERNEL is not set | ||
| 144 | |||
| 145 | # | ||
| 146 | # Floating point emulation | ||
| 147 | # | ||
| 148 | |||
| 149 | # | ||
| 150 | # At least one emulation must be selected | ||
| 151 | # | ||
| 152 | # CONFIG_FPE_NWFPE is not set | ||
| 153 | # CONFIG_FPE_FASTFPE is not set | ||
| 154 | |||
| 155 | # | ||
| 156 | # Userspace binary formats | ||
| 157 | # | ||
| 158 | CONFIG_BINFMT_ELF=y | ||
| 159 | CONFIG_BINFMT_AOUT=y | ||
| 160 | # CONFIG_BINFMT_MISC is not set | ||
| 161 | # CONFIG_ARTHUR is not set | ||
| 162 | |||
| 163 | # | ||
| 164 | # Power management options | ||
| 165 | # | ||
| 166 | # CONFIG_PM is not set | ||
| 167 | |||
| 168 | # | ||
| 169 | # Device Drivers | ||
| 170 | # | ||
| 171 | |||
| 172 | # | ||
| 173 | # Generic Driver Options | ||
| 174 | # | ||
| 175 | CONFIG_STANDALONE=y | ||
| 176 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 177 | # CONFIG_FW_LOADER is not set | ||
| 178 | # CONFIG_DEBUG_DRIVER is not set | ||
| 179 | |||
| 180 | # | ||
| 181 | # Memory Technology Devices (MTD) | ||
| 182 | # | ||
| 183 | CONFIG_MTD=y | ||
| 184 | # CONFIG_MTD_DEBUG is not set | ||
| 185 | # CONFIG_MTD_CONCAT is not set | ||
| 186 | # CONFIG_MTD_PARTITIONS is not set | ||
| 187 | |||
| 188 | # | ||
| 189 | # User Modules And Translation Layers | ||
| 190 | # | ||
| 191 | CONFIG_MTD_CHAR=y | ||
| 192 | CONFIG_MTD_BLOCK=y | ||
| 193 | # CONFIG_FTL is not set | ||
| 194 | # CONFIG_NFTL is not set | ||
| 195 | # CONFIG_INFTL is not set | ||
| 196 | |||
| 197 | # | ||
| 198 | # RAM/ROM/Flash chip drivers | ||
| 199 | # | ||
| 200 | CONFIG_MTD_CFI=y | ||
| 201 | # CONFIG_MTD_JEDECPROBE is not set | ||
| 202 | CONFIG_MTD_GEN_PROBE=y | ||
| 203 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set | ||
| 204 | CONFIG_MTD_MAP_BANK_WIDTH_1=y | ||
| 205 | CONFIG_MTD_MAP_BANK_WIDTH_2=y | ||
| 206 | CONFIG_MTD_MAP_BANK_WIDTH_4=y | ||
| 207 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set | ||
| 208 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set | ||
| 209 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set | ||
| 210 | CONFIG_MTD_CFI_I1=y | ||
| 211 | CONFIG_MTD_CFI_I2=y | ||
| 212 | # CONFIG_MTD_CFI_I4 is not set | ||
| 213 | # CONFIG_MTD_CFI_I8 is not set | ||
| 214 | CONFIG_MTD_CFI_INTELEXT=y | ||
| 215 | # CONFIG_MTD_CFI_AMDSTD is not set | ||
| 216 | # CONFIG_MTD_CFI_STAA is not set | ||
| 217 | CONFIG_MTD_CFI_UTIL=y | ||
| 218 | # CONFIG_MTD_RAM is not set | ||
| 219 | # CONFIG_MTD_ROM is not set | ||
| 220 | # CONFIG_MTD_ABSENT is not set | ||
| 221 | # CONFIG_MTD_XIP is not set | ||
| 222 | |||
| 223 | # | ||
| 224 | # Mapping drivers for chip access | ||
| 225 | # | ||
| 226 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set | ||
| 227 | # CONFIG_MTD_PHYSMAP is not set | ||
| 228 | # CONFIG_MTD_ARM_INTEGRATOR is not set | ||
| 229 | # CONFIG_MTD_EDB7312 is not set | ||
| 230 | |||
| 231 | # | ||
| 232 | # Self-contained MTD device drivers | ||
| 233 | # | ||
| 234 | # CONFIG_MTD_SLRAM is not set | ||
| 235 | # CONFIG_MTD_PHRAM is not set | ||
| 236 | # CONFIG_MTD_MTDRAM is not set | ||
| 237 | # CONFIG_MTD_BLKMTD is not set | ||
| 238 | # CONFIG_MTD_BLOCK2MTD is not set | ||
| 239 | |||
| 240 | # | ||
| 241 | # Disk-On-Chip Device Drivers | ||
| 242 | # | ||
| 243 | # CONFIG_MTD_DOC2000 is not set | ||
| 244 | # CONFIG_MTD_DOC2001 is not set | ||
| 245 | # CONFIG_MTD_DOC2001PLUS is not set | ||
| 246 | |||
| 247 | # | ||
| 248 | # NAND Flash Device Drivers | ||
| 249 | # | ||
| 250 | # CONFIG_MTD_NAND is not set | ||
| 251 | |||
| 252 | # | ||
| 253 | # Parallel port support | ||
| 254 | # | ||
| 255 | # CONFIG_PARPORT is not set | ||
| 256 | |||
| 257 | # | ||
| 258 | # Plug and Play support | ||
| 259 | # | ||
| 260 | |||
| 261 | # | ||
| 262 | # Block devices | ||
| 263 | # | ||
| 264 | # CONFIG_BLK_DEV_FD is not set | ||
| 265 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 266 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 267 | # CONFIG_BLK_DEV_NBD is not set | ||
| 268 | CONFIG_BLK_DEV_RAM=y | ||
| 269 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 270 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 271 | # CONFIG_BLK_DEV_INITRD is not set | ||
| 272 | CONFIG_INITRAMFS_SOURCE="" | ||
| 273 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 274 | |||
| 275 | # | ||
| 276 | # IO Schedulers | ||
| 277 | # | ||
| 278 | CONFIG_IOSCHED_NOOP=y | ||
| 279 | CONFIG_IOSCHED_AS=y | ||
| 280 | CONFIG_IOSCHED_DEADLINE=y | ||
| 281 | CONFIG_IOSCHED_CFQ=y | ||
| 282 | # CONFIG_ATA_OVER_ETH is not set | ||
| 283 | |||
| 284 | # | ||
| 285 | # ATA/ATAPI/MFM/RLL support | ||
| 286 | # | ||
| 287 | # CONFIG_IDE is not set | ||
| 288 | |||
| 289 | # | ||
| 290 | # SCSI device support | ||
| 291 | # | ||
| 292 | # CONFIG_SCSI is not set | ||
| 293 | |||
| 294 | # | ||
| 295 | # Multi-device support (RAID and LVM) | ||
| 296 | # | ||
| 297 | # CONFIG_MD is not set | ||
| 298 | |||
| 299 | # | ||
| 300 | # Fusion MPT device support | ||
| 301 | # | ||
| 302 | |||
| 303 | # | ||
| 304 | # IEEE 1394 (FireWire) support | ||
| 305 | # | ||
| 306 | |||
| 307 | # | ||
| 308 | # I2O device support | ||
| 309 | # | ||
| 310 | |||
| 311 | # | ||
| 312 | # Networking support | ||
| 313 | # | ||
| 314 | CONFIG_NET=y | ||
| 315 | |||
| 316 | # | ||
| 317 | # Networking options | ||
| 318 | # | ||
| 319 | # CONFIG_PACKET is not set | ||
| 320 | # CONFIG_NETLINK_DEV is not set | ||
| 321 | CONFIG_UNIX=y | ||
| 322 | # CONFIG_NET_KEY is not set | ||
| 323 | CONFIG_INET=y | ||
| 324 | # CONFIG_IP_MULTICAST is not set | ||
| 325 | # CONFIG_IP_ADVANCED_ROUTER is not set | ||
| 326 | CONFIG_IP_PNP=y | ||
| 327 | # CONFIG_IP_PNP_DHCP is not set | ||
| 328 | CONFIG_IP_PNP_BOOTP=y | ||
| 329 | # CONFIG_IP_PNP_RARP is not set | ||
| 330 | # CONFIG_NET_IPIP is not set | ||
| 331 | # CONFIG_NET_IPGRE is not set | ||
| 332 | # CONFIG_ARPD is not set | ||
| 333 | # CONFIG_SYN_COOKIES is not set | ||
| 334 | # CONFIG_INET_AH is not set | ||
| 335 | # CONFIG_INET_ESP is not set | ||
| 336 | # CONFIG_INET_IPCOMP is not set | ||
| 337 | # CONFIG_INET_TUNNEL is not set | ||
| 338 | # CONFIG_IP_TCPDIAG is not set | ||
| 339 | # CONFIG_IP_TCPDIAG_IPV6 is not set | ||
| 340 | # CONFIG_IPV6 is not set | ||
| 341 | # CONFIG_NETFILTER is not set | ||
| 342 | |||
| 343 | # | ||
| 344 | # SCTP Configuration (EXPERIMENTAL) | ||
| 345 | # | ||
| 346 | # CONFIG_IP_SCTP is not set | ||
| 347 | # CONFIG_ATM is not set | ||
| 348 | # CONFIG_BRIDGE is not set | ||
| 349 | # CONFIG_VLAN_8021Q is not set | ||
| 350 | # CONFIG_DECNET is not set | ||
| 351 | # CONFIG_LLC2 is not set | ||
| 352 | # CONFIG_IPX is not set | ||
| 353 | # CONFIG_ATALK is not set | ||
| 354 | # CONFIG_X25 is not set | ||
| 355 | # CONFIG_LAPB is not set | ||
| 356 | # CONFIG_NET_DIVERT is not set | ||
| 357 | # CONFIG_ECONET is not set | ||
| 358 | # CONFIG_WAN_ROUTER is not set | ||
| 359 | |||
| 360 | # | ||
| 361 | # QoS and/or fair queueing | ||
| 362 | # | ||
| 363 | # CONFIG_NET_SCHED is not set | ||
| 364 | # CONFIG_NET_CLS_ROUTE is not set | ||
| 365 | |||
| 366 | # | ||
| 367 | # Network testing | ||
| 368 | # | ||
| 369 | # CONFIG_NET_PKTGEN is not set | ||
| 370 | # CONFIG_NETPOLL is not set | ||
| 371 | # CONFIG_NET_POLL_CONTROLLER is not set | ||
| 372 | # CONFIG_HAMRADIO is not set | ||
| 373 | # CONFIG_IRDA is not set | ||
| 374 | # CONFIG_BT is not set | ||
| 375 | CONFIG_NETDEVICES=y | ||
| 376 | # CONFIG_DUMMY is not set | ||
| 377 | # CONFIG_BONDING is not set | ||
| 378 | # CONFIG_EQUALIZER is not set | ||
| 379 | # CONFIG_TUN is not set | ||
| 380 | |||
| 381 | # | ||
| 382 | # Ethernet (10 or 100Mbit) | ||
| 383 | # | ||
| 384 | CONFIG_NET_ETHERNET=y | ||
| 385 | # CONFIG_MII is not set | ||
| 386 | # CONFIG_SMC91X is not set | ||
| 387 | |||
| 388 | # | ||
| 389 | # Ethernet (1000 Mbit) | ||
| 390 | # | ||
| 391 | |||
| 392 | # | ||
| 393 | # Ethernet (10000 Mbit) | ||
| 394 | # | ||
| 395 | |||
| 396 | # | ||
| 397 | # Token Ring devices | ||
| 398 | # | ||
| 399 | |||
| 400 | # | ||
| 401 | # Wireless LAN (non-hamradio) | ||
| 402 | # | ||
| 403 | # CONFIG_NET_RADIO is not set | ||
| 404 | |||
| 405 | # | ||
| 406 | # Wan interfaces | ||
| 407 | # | ||
| 408 | # CONFIG_WAN is not set | ||
| 409 | # CONFIG_PPP is not set | ||
| 410 | # CONFIG_SLIP is not set | ||
| 411 | # CONFIG_SHAPER is not set | ||
| 412 | # CONFIG_NETCONSOLE is not set | ||
| 413 | |||
| 414 | # | ||
| 415 | # ISDN subsystem | ||
| 416 | # | ||
| 417 | # CONFIG_ISDN is not set | ||
| 418 | |||
| 419 | # | ||
| 420 | # Input device support | ||
| 421 | # | ||
| 422 | CONFIG_INPUT=y | ||
| 423 | |||
| 424 | # | ||
| 425 | # Userland interfaces | ||
| 426 | # | ||
| 427 | CONFIG_INPUT_MOUSEDEV=y | ||
| 428 | CONFIG_INPUT_MOUSEDEV_PSAUX=y | ||
| 429 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 430 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 431 | # CONFIG_INPUT_JOYDEV is not set | ||
| 432 | # CONFIG_INPUT_TSDEV is not set | ||
| 433 | # CONFIG_INPUT_EVDEV is not set | ||
| 434 | # CONFIG_INPUT_EVBUG is not set | ||
| 435 | |||
| 436 | # | ||
| 437 | # Input Device Drivers | ||
| 438 | # | ||
| 439 | CONFIG_INPUT_KEYBOARD=y | ||
| 440 | CONFIG_KEYBOARD_ATKBD=y | ||
| 441 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 442 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 443 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 444 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 445 | CONFIG_INPUT_MOUSE=y | ||
| 446 | CONFIG_MOUSE_PS2=y | ||
| 447 | # CONFIG_MOUSE_SERIAL is not set | ||
| 448 | # CONFIG_MOUSE_VSXXXAA is not set | ||
| 449 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 450 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 451 | # CONFIG_INPUT_MISC is not set | ||
| 452 | |||
| 453 | # | ||
| 454 | # Hardware I/O ports | ||
| 455 | # | ||
| 456 | CONFIG_SERIO=y | ||
| 457 | CONFIG_SERIO_SERPORT=y | ||
| 458 | CONFIG_SERIO_LIBPS2=y | ||
| 459 | # CONFIG_SERIO_RAW is not set | ||
| 460 | # CONFIG_GAMEPORT is not set | ||
| 461 | CONFIG_SOUND_GAMEPORT=y | ||
| 462 | |||
| 463 | # | ||
| 464 | # Character devices | ||
| 465 | # | ||
| 466 | CONFIG_VT=y | ||
| 467 | CONFIG_VT_CONSOLE=y | ||
| 468 | CONFIG_HW_CONSOLE=y | ||
| 469 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 470 | |||
| 471 | # | ||
| 472 | # Serial drivers | ||
| 473 | # | ||
| 474 | # CONFIG_SERIAL_8250 is not set | ||
| 475 | |||
| 476 | # | ||
| 477 | # Non-8250 serial port support | ||
| 478 | # | ||
| 479 | CONFIG_SERIAL_S3C2410=y | ||
| 480 | CONFIG_SERIAL_S3C2410_CONSOLE=y | ||
| 481 | CONFIG_SERIAL_CORE=y | ||
| 482 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 483 | CONFIG_UNIX98_PTYS=y | ||
| 484 | CONFIG_LEGACY_PTYS=y | ||
| 485 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 486 | |||
| 487 | # | ||
| 488 | # IPMI | ||
| 489 | # | ||
| 490 | # CONFIG_IPMI_HANDLER is not set | ||
| 491 | |||
| 492 | # | ||
| 493 | # Watchdog Cards | ||
| 494 | # | ||
| 495 | # CONFIG_WATCHDOG is not set | ||
| 496 | # CONFIG_NVRAM is not set | ||
| 497 | # CONFIG_RTC is not set | ||
| 498 | # CONFIG_S3C2410_RTC is not set | ||
| 499 | # CONFIG_DTLK is not set | ||
| 500 | # CONFIG_R3964 is not set | ||
| 501 | |||
| 502 | # | ||
| 503 | # Ftape, the floppy tape device driver | ||
| 504 | # | ||
| 505 | # CONFIG_DRM is not set | ||
| 506 | # CONFIG_RAW_DRIVER is not set | ||
| 507 | |||
| 508 | # | ||
| 509 | # TPM devices | ||
| 510 | # | ||
| 511 | # CONFIG_TCG_TPM is not set | ||
| 512 | |||
| 513 | # | ||
| 514 | # I2C support | ||
| 515 | # | ||
| 516 | # CONFIG_I2C is not set | ||
| 517 | |||
| 518 | # | ||
| 519 | # Misc devices | ||
| 520 | # | ||
| 521 | |||
| 522 | # | ||
| 523 | # Multimedia devices | ||
| 524 | # | ||
| 525 | # CONFIG_VIDEO_DEV is not set | ||
| 526 | |||
| 527 | # | ||
| 528 | # Digital Video Broadcasting Devices | ||
| 529 | # | ||
| 530 | # CONFIG_DVB is not set | ||
| 531 | |||
| 532 | # | ||
| 533 | # Graphics support | ||
| 534 | # | ||
| 535 | CONFIG_FB=y | ||
| 536 | CONFIG_FB_CFB_FILLRECT=y | ||
| 537 | CONFIG_FB_CFB_COPYAREA=y | ||
| 538 | CONFIG_FB_CFB_IMAGEBLIT=y | ||
| 539 | CONFIG_FB_SOFT_CURSOR=y | ||
| 540 | # CONFIG_FB_MODE_HELPERS is not set | ||
| 541 | # CONFIG_FB_TILEBLITTING is not set | ||
| 542 | CONFIG_FB_VIRTUAL=y | ||
| 543 | |||
| 544 | # | ||
| 545 | # Console display driver support | ||
| 546 | # | ||
| 547 | # CONFIG_VGA_CONSOLE is not set | ||
| 548 | CONFIG_DUMMY_CONSOLE=y | ||
| 549 | CONFIG_FRAMEBUFFER_CONSOLE=y | ||
| 550 | # CONFIG_FONTS is not set | ||
| 551 | CONFIG_FONT_8x8=y | ||
| 552 | CONFIG_FONT_8x16=y | ||
| 553 | |||
| 554 | # | ||
| 555 | # Logo configuration | ||
| 556 | # | ||
| 557 | # CONFIG_LOGO is not set | ||
| 558 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 559 | |||
| 560 | # | ||
| 561 | # Sound | ||
| 562 | # | ||
| 563 | # CONFIG_SOUND is not set | ||
| 564 | |||
| 565 | # | ||
| 566 | # USB support | ||
| 567 | # | ||
| 568 | CONFIG_USB_ARCH_HAS_HCD=y | ||
| 569 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 570 | # CONFIG_USB is not set | ||
| 571 | |||
| 572 | # | ||
| 573 | # USB Gadget Support | ||
| 574 | # | ||
| 575 | # CONFIG_USB_GADGET is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # MMC/SD Card support | ||
| 579 | # | ||
| 580 | # CONFIG_MMC is not set | ||
| 581 | |||
| 582 | # | ||
| 583 | # File systems | ||
| 584 | # | ||
| 585 | CONFIG_EXT2_FS=y | ||
| 586 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 587 | # CONFIG_EXT3_FS is not set | ||
| 588 | # CONFIG_JBD is not set | ||
| 589 | # CONFIG_REISERFS_FS is not set | ||
| 590 | # CONFIG_JFS_FS is not set | ||
| 591 | |||
| 592 | # | ||
| 593 | # XFS support | ||
| 594 | # | ||
| 595 | # CONFIG_XFS_FS is not set | ||
| 596 | # CONFIG_MINIX_FS is not set | ||
| 597 | CONFIG_ROMFS_FS=y | ||
| 598 | # CONFIG_QUOTA is not set | ||
| 599 | CONFIG_DNOTIFY=y | ||
| 600 | # CONFIG_AUTOFS_FS is not set | ||
| 601 | # CONFIG_AUTOFS4_FS is not set | ||
| 602 | |||
| 603 | # | ||
| 604 | # CD-ROM/DVD Filesystems | ||
| 605 | # | ||
| 606 | # CONFIG_ISO9660_FS is not set | ||
| 607 | # CONFIG_UDF_FS is not set | ||
| 608 | |||
| 609 | # | ||
| 610 | # DOS/FAT/NT Filesystems | ||
| 611 | # | ||
| 612 | # CONFIG_MSDOS_FS is not set | ||
| 613 | # CONFIG_VFAT_FS is not set | ||
| 614 | # CONFIG_NTFS_FS is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # Pseudo filesystems | ||
| 618 | # | ||
| 619 | CONFIG_PROC_FS=y | ||
| 620 | CONFIG_SYSFS=y | ||
| 621 | # CONFIG_DEVFS_FS is not set | ||
| 622 | # CONFIG_DEVPTS_FS_XATTR is not set | ||
| 623 | # CONFIG_TMPFS is not set | ||
| 624 | # CONFIG_HUGETLB_PAGE is not set | ||
| 625 | CONFIG_RAMFS=y | ||
| 626 | |||
| 627 | # | ||
| 628 | # Miscellaneous filesystems | ||
| 629 | # | ||
| 630 | # CONFIG_ADFS_FS is not set | ||
| 631 | # CONFIG_AFFS_FS is not set | ||
| 632 | # CONFIG_HFS_FS is not set | ||
| 633 | # CONFIG_HFSPLUS_FS is not set | ||
| 634 | # CONFIG_BEFS_FS is not set | ||
| 635 | # CONFIG_BFS_FS is not set | ||
| 636 | # CONFIG_EFS_FS is not set | ||
| 637 | # CONFIG_JFFS_FS is not set | ||
| 638 | # CONFIG_JFFS2_FS is not set | ||
| 639 | # CONFIG_CRAMFS is not set | ||
| 640 | # CONFIG_VXFS_FS is not set | ||
| 641 | # CONFIG_HPFS_FS is not set | ||
| 642 | # CONFIG_QNX4FS_FS is not set | ||
| 643 | # CONFIG_SYSV_FS is not set | ||
| 644 | # CONFIG_UFS_FS is not set | ||
| 645 | |||
| 646 | # | ||
| 647 | # Network File Systems | ||
| 648 | # | ||
| 649 | CONFIG_NFS_FS=y | ||
| 650 | # CONFIG_NFS_V3 is not set | ||
| 651 | # CONFIG_NFS_V4 is not set | ||
| 652 | # CONFIG_NFS_DIRECTIO is not set | ||
| 653 | # CONFIG_NFSD is not set | ||
| 654 | CONFIG_ROOT_NFS=y | ||
| 655 | CONFIG_LOCKD=y | ||
| 656 | CONFIG_SUNRPC=y | ||
| 657 | # CONFIG_RPCSEC_GSS_KRB5 is not set | ||
| 658 | # CONFIG_RPCSEC_GSS_SPKM3 is not set | ||
| 659 | # CONFIG_SMB_FS is not set | ||
| 660 | # CONFIG_CIFS is not set | ||
| 661 | # CONFIG_NCP_FS is not set | ||
| 662 | # CONFIG_CODA_FS is not set | ||
| 663 | # CONFIG_AFS_FS is not set | ||
| 664 | |||
| 665 | # | ||
| 666 | # Partition Types | ||
| 667 | # | ||
| 668 | CONFIG_PARTITION_ADVANCED=y | ||
| 669 | # CONFIG_ACORN_PARTITION is not set | ||
| 670 | # CONFIG_OSF_PARTITION is not set | ||
| 671 | # CONFIG_AMIGA_PARTITION is not set | ||
| 672 | # CONFIG_ATARI_PARTITION is not set | ||
| 673 | # CONFIG_MAC_PARTITION is not set | ||
| 674 | # CONFIG_MSDOS_PARTITION is not set | ||
| 675 | # CONFIG_LDM_PARTITION is not set | ||
| 676 | # CONFIG_SGI_PARTITION is not set | ||
| 677 | # CONFIG_ULTRIX_PARTITION is not set | ||
| 678 | # CONFIG_SUN_PARTITION is not set | ||
| 679 | # CONFIG_EFI_PARTITION is not set | ||
| 680 | |||
| 681 | # | ||
| 682 | # Native Language Support | ||
| 683 | # | ||
| 684 | # CONFIG_NLS is not set | ||
| 685 | |||
| 686 | # | ||
| 687 | # Profiling support | ||
| 688 | # | ||
| 689 | # CONFIG_PROFILING is not set | ||
| 690 | |||
| 691 | # | ||
| 692 | # Kernel hacking | ||
| 693 | # | ||
| 694 | # CONFIG_PRINTK_TIME is not set | ||
| 695 | CONFIG_DEBUG_KERNEL=y | ||
| 696 | # CONFIG_MAGIC_SYSRQ is not set | ||
| 697 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 698 | # CONFIG_SCHEDSTATS is not set | ||
| 699 | # CONFIG_DEBUG_SLAB is not set | ||
| 700 | # CONFIG_DEBUG_SPINLOCK is not set | ||
| 701 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 702 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 703 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 704 | # CONFIG_DEBUG_INFO is not set | ||
| 705 | # CONFIG_DEBUG_FS is not set | ||
| 706 | CONFIG_FRAME_POINTER=y | ||
| 707 | CONFIG_DEBUG_USER=y | ||
| 708 | # CONFIG_DEBUG_WAITQ is not set | ||
| 709 | # CONFIG_DEBUG_ERRORS is not set | ||
| 710 | CONFIG_DEBUG_LL=y | ||
| 711 | # CONFIG_DEBUG_ICEDCC is not set | ||
| 712 | CONFIG_DEBUG_S3C2410_PORT=y | ||
| 713 | CONFIG_DEBUG_S3C2410_UART=0 | ||
| 714 | |||
| 715 | # | ||
| 716 | # Security options | ||
| 717 | # | ||
| 718 | # CONFIG_KEYS is not set | ||
| 719 | # CONFIG_SECURITY is not set | ||
| 720 | |||
| 721 | # | ||
| 722 | # Cryptographic options | ||
| 723 | # | ||
| 724 | # CONFIG_CRYPTO is not set | ||
| 725 | |||
| 726 | # | ||
| 727 | # Hardware crypto devices | ||
| 728 | # | ||
| 729 | |||
| 730 | # | ||
| 731 | # Library routines | ||
| 732 | # | ||
| 733 | # CONFIG_CRC_CCITT is not set | ||
| 734 | CONFIG_CRC32=y | ||
| 735 | CONFIG_LIBCRC32C=y | ||
diff --git a/arch/arm/kernel/setup.c b/arch/arm/kernel/setup.c index 6bbd93dd186a..29efc9f82057 100644 --- a/arch/arm/kernel/setup.c +++ b/arch/arm/kernel/setup.c | |||
| @@ -357,6 +357,9 @@ static void __init setup_processor(void) | |||
| 357 | #ifndef CONFIG_VFP | 357 | #ifndef CONFIG_VFP |
| 358 | elf_hwcap &= ~HWCAP_VFP; | 358 | elf_hwcap &= ~HWCAP_VFP; |
| 359 | #endif | 359 | #endif |
| 360 | #ifndef CONFIG_IWMMXT | ||
| 361 | elf_hwcap &= ~HWCAP_IWMMXT; | ||
| 362 | #endif | ||
| 360 | 363 | ||
| 361 | cpu_proc_init(); | 364 | cpu_proc_init(); |
| 362 | } | 365 | } |
| @@ -854,6 +857,7 @@ static const char *hwcap_str[] = { | |||
| 854 | "vfp", | 857 | "vfp", |
| 855 | "edsp", | 858 | "edsp", |
| 856 | "java", | 859 | "java", |
| 860 | "iwmmxt", | ||
| 857 | NULL | 861 | NULL |
| 858 | }; | 862 | }; |
| 859 | 863 | ||
diff --git a/arch/arm/kernel/time.c b/arch/arm/kernel/time.c index 0c5a6091a93c..6ff5e3ff6cb5 100644 --- a/arch/arm/kernel/time.c +++ b/arch/arm/kernel/time.c | |||
| @@ -220,10 +220,10 @@ EXPORT_SYMBOL(leds_event); | |||
| 220 | #ifdef CONFIG_LEDS_TIMER | 220 | #ifdef CONFIG_LEDS_TIMER |
| 221 | static inline void do_leds(void) | 221 | static inline void do_leds(void) |
| 222 | { | 222 | { |
| 223 | static unsigned int count = 50; | 223 | static unsigned int count = HZ/2; |
| 224 | 224 | ||
| 225 | if (--count == 0) { | 225 | if (--count == 0) { |
| 226 | count = 50; | 226 | count = HZ/2; |
| 227 | leds_event(led_timer); | 227 | leds_event(led_timer); |
| 228 | } | 228 | } |
| 229 | } | 229 | } |
diff --git a/arch/arm/mach-ixp4xx/common.c b/arch/arm/mach-ixp4xx/common.c index c7513f6eb50c..fbe288a8da65 100644 --- a/arch/arm/mach-ixp4xx/common.c +++ b/arch/arm/mach-ixp4xx/common.c | |||
| @@ -86,7 +86,8 @@ enum ixp4xx_irq_type { | |||
| 86 | IXP4XX_IRQ_LEVEL, IXP4XX_IRQ_EDGE | 86 | IXP4XX_IRQ_LEVEL, IXP4XX_IRQ_EDGE |
| 87 | }; | 87 | }; |
| 88 | 88 | ||
| 89 | static void ixp4xx_config_irq(unsigned irq, enum ixp4xx_irq_type type); | 89 | /* Each bit represents an IRQ: 1: edge-triggered, 0: level triggered */ |
| 90 | static unsigned long long ixp4xx_irq_edge = 0; | ||
| 90 | 91 | ||
| 91 | /* | 92 | /* |
| 92 | * IRQ -> GPIO mapping table | 93 | * IRQ -> GPIO mapping table |
| @@ -135,7 +136,11 @@ static int ixp4xx_set_irq_type(unsigned int irq, unsigned int type) | |||
| 135 | default: | 136 | default: |
| 136 | return -EINVAL; | 137 | return -EINVAL; |
| 137 | } | 138 | } |
| 138 | ixp4xx_config_irq(irq, irq_type); | 139 | |
| 140 | if (irq_type == IXP4XX_IRQ_EDGE) | ||
| 141 | ixp4xx_irq_edge |= (1 << irq); | ||
| 142 | else | ||
| 143 | ixp4xx_irq_edge &= ~(1 << irq); | ||
| 139 | 144 | ||
| 140 | if (line >= 8) { /* pins 8-15 */ | 145 | if (line >= 8) { /* pins 8-15 */ |
| 141 | line -= 8; | 146 | line -= 8; |
| @@ -167,14 +172,6 @@ static void ixp4xx_irq_mask(unsigned int irq) | |||
| 167 | *IXP4XX_ICMR &= ~(1 << irq); | 172 | *IXP4XX_ICMR &= ~(1 << irq); |
| 168 | } | 173 | } |
| 169 | 174 | ||
| 170 | static void ixp4xx_irq_unmask(unsigned int irq) | ||
| 171 | { | ||
| 172 | if (cpu_is_ixp46x() && irq >= 32) | ||
| 173 | *IXP4XX_ICMR2 |= (1 << (irq - 32)); | ||
| 174 | else | ||
| 175 | *IXP4XX_ICMR |= (1 << irq); | ||
| 176 | } | ||
| 177 | |||
| 178 | static void ixp4xx_irq_ack(unsigned int irq) | 175 | static void ixp4xx_irq_ack(unsigned int irq) |
| 179 | { | 176 | { |
| 180 | int line = (irq < 32) ? irq2gpio[irq] : -1; | 177 | int line = (irq < 32) ? irq2gpio[irq] : -1; |
| @@ -187,41 +184,25 @@ static void ixp4xx_irq_ack(unsigned int irq) | |||
| 187 | * Level triggered interrupts on GPIO lines can only be cleared when the | 184 | * Level triggered interrupts on GPIO lines can only be cleared when the |
| 188 | * interrupt condition disappears. | 185 | * interrupt condition disappears. |
| 189 | */ | 186 | */ |
| 190 | static void ixp4xx_irq_level_unmask(unsigned int irq) | 187 | static void ixp4xx_irq_unmask(unsigned int irq) |
| 191 | { | 188 | { |
| 192 | ixp4xx_irq_ack(irq); | 189 | if (!(ixp4xx_irq_edge & (1 << irq))) |
| 193 | ixp4xx_irq_unmask(irq); | 190 | ixp4xx_irq_ack(irq); |
| 194 | } | ||
| 195 | 191 | ||
| 196 | static struct irqchip ixp4xx_irq_level_chip = { | 192 | if (cpu_is_ixp46x() && irq >= 32) |
| 197 | .ack = ixp4xx_irq_mask, | 193 | *IXP4XX_ICMR2 |= (1 << (irq - 32)); |
| 198 | .mask = ixp4xx_irq_mask, | 194 | else |
| 199 | .unmask = ixp4xx_irq_level_unmask, | 195 | *IXP4XX_ICMR |= (1 << irq); |
| 200 | .set_type = ixp4xx_set_irq_type, | 196 | } |
| 201 | }; | ||
| 202 | 197 | ||
| 203 | static struct irqchip ixp4xx_irq_edge_chip = { | 198 | static struct irqchip ixp4xx_irq_chip = { |
| 199 | .name = "IXP4xx", | ||
| 204 | .ack = ixp4xx_irq_ack, | 200 | .ack = ixp4xx_irq_ack, |
| 205 | .mask = ixp4xx_irq_mask, | 201 | .mask = ixp4xx_irq_mask, |
| 206 | .unmask = ixp4xx_irq_unmask, | 202 | .unmask = ixp4xx_irq_unmask, |
| 207 | .set_type = ixp4xx_set_irq_type, | 203 | .set_type = ixp4xx_set_irq_type, |
| 208 | }; | 204 | }; |
| 209 | 205 | ||
| 210 | static void ixp4xx_config_irq(unsigned irq, enum ixp4xx_irq_type type) | ||
| 211 | { | ||
| 212 | switch (type) { | ||
| 213 | case IXP4XX_IRQ_LEVEL: | ||
| 214 | set_irq_chip(irq, &ixp4xx_irq_level_chip); | ||
| 215 | set_irq_handler(irq, do_level_IRQ); | ||
| 216 | break; | ||
| 217 | case IXP4XX_IRQ_EDGE: | ||
| 218 | set_irq_chip(irq, &ixp4xx_irq_edge_chip); | ||
| 219 | set_irq_handler(irq, do_edge_IRQ); | ||
| 220 | break; | ||
| 221 | } | ||
| 222 | set_irq_flags(irq, IRQF_VALID); | ||
| 223 | } | ||
| 224 | |||
| 225 | void __init ixp4xx_init_irq(void) | 206 | void __init ixp4xx_init_irq(void) |
| 226 | { | 207 | { |
| 227 | int i = 0; | 208 | int i = 0; |
| @@ -241,8 +222,11 @@ void __init ixp4xx_init_irq(void) | |||
| 241 | } | 222 | } |
| 242 | 223 | ||
| 243 | /* Default to all level triggered */ | 224 | /* Default to all level triggered */ |
| 244 | for(i = 0; i < NR_IRQS; i++) | 225 | for(i = 0; i < NR_IRQS; i++) { |
| 245 | ixp4xx_config_irq(i, IXP4XX_IRQ_LEVEL); | 226 | set_irq_chip(i, &ixp4xx_irq_chip); |
| 227 | set_irq_handler(i, do_level_IRQ); | ||
| 228 | set_irq_flags(i, IRQF_VALID); | ||
| 229 | } | ||
| 246 | } | 230 | } |
| 247 | 231 | ||
| 248 | 232 | ||
diff --git a/arch/arm/mach-s3c2410/gpio.c b/arch/arm/mach-s3c2410/gpio.c index db6393c99860..ba346546150b 100644 --- a/arch/arm/mach-s3c2410/gpio.c +++ b/arch/arm/mach-s3c2410/gpio.c | |||
| @@ -3,7 +3,7 @@ | |||
| 3 | * Copyright (c) 2004-2005 Simtec Electronics | 3 | * Copyright (c) 2004-2005 Simtec Electronics |
| 4 | * Ben Dooks <ben@simtec.co.uk> | 4 | * Ben Dooks <ben@simtec.co.uk> |
| 5 | * | 5 | * |
| 6 | * S3C2410 GPIO support | 6 | * S3C24XX GPIO support |
| 7 | * | 7 | * |
| 8 | * This program is free software; you can redistribute it and/or modify | 8 | * This program is free software; you can redistribute it and/or modify |
| 9 | * it under the terms of the GNU General Public License as published by | 9 | * it under the terms of the GNU General Public License as published by |
| @@ -163,3 +163,22 @@ unsigned int s3c2410_modify_misccr(unsigned int clear, unsigned int change) | |||
| 163 | } | 163 | } |
| 164 | 164 | ||
| 165 | EXPORT_SYMBOL(s3c2410_modify_misccr); | 165 | EXPORT_SYMBOL(s3c2410_modify_misccr); |
| 166 | |||
| 167 | int s3c2410_gpio_getirq(unsigned int pin) | ||
| 168 | { | ||
| 169 | if (pin < S3C2410_GPF0 || pin > S3C2410_GPG15) | ||
| 170 | return -1; /* not valid interrupts */ | ||
| 171 | |||
| 172 | if (pin < S3C2410_GPG0 && pin > S3C2410_GPF7) | ||
| 173 | return -1; /* not valid pin */ | ||
| 174 | |||
| 175 | if (pin < S3C2410_GPF4) | ||
| 176 | return (pin - S3C2410_GPF0) + IRQ_EINT0; | ||
| 177 | |||
| 178 | if (pin < S3C2410_GPG0) | ||
| 179 | return (pin - S3C2410_GPF4) + IRQ_EINT4; | ||
| 180 | |||
| 181 | return (pin - S3C2410_GPG0) + IRQ_EINT8; | ||
| 182 | } | ||
| 183 | |||
| 184 | EXPORT_SYMBOL(s3c2410_gpio_getirq); | ||
diff --git a/arch/arm/mach-s3c2410/s3c2410-gpio.c b/arch/arm/mach-s3c2410/s3c2410-gpio.c index a2098f692d83..ec3a276cc3cf 100644 --- a/arch/arm/mach-s3c2410/s3c2410-gpio.c +++ b/arch/arm/mach-s3c2410/s3c2410-gpio.c | |||
| @@ -69,22 +69,3 @@ int s3c2410_gpio_irqfilter(unsigned int pin, unsigned int on, | |||
| 69 | } | 69 | } |
| 70 | 70 | ||
| 71 | EXPORT_SYMBOL(s3c2410_gpio_irqfilter); | 71 | EXPORT_SYMBOL(s3c2410_gpio_irqfilter); |
| 72 | |||
| 73 | int s3c2410_gpio_getirq(unsigned int pin) | ||
| 74 | { | ||
| 75 | if (pin < S3C2410_GPF0 || pin > S3C2410_GPG15) | ||
| 76 | return -1; /* not valid interrupts */ | ||
| 77 | |||
| 78 | if (pin < S3C2410_GPG0 && pin > S3C2410_GPF7) | ||
| 79 | return -1; /* not valid pin */ | ||
| 80 | |||
| 81 | if (pin < S3C2410_GPF4) | ||
| 82 | return (pin - S3C2410_GPF0) + IRQ_EINT0; | ||
| 83 | |||
| 84 | if (pin < S3C2410_GPG0) | ||
| 85 | return (pin - S3C2410_GPF4) + IRQ_EINT4; | ||
| 86 | |||
| 87 | return (pin - S3C2410_GPG0) + IRQ_EINT8; | ||
| 88 | } | ||
| 89 | |||
| 90 | EXPORT_SYMBOL(s3c2410_gpio_getirq); | ||
diff --git a/arch/arm/mm/init.c b/arch/arm/mm/init.c index 22217fe2650b..b5814b4b6f35 100644 --- a/arch/arm/mm/init.c +++ b/arch/arm/mm/init.c | |||
| @@ -32,40 +32,51 @@ extern unsigned long phys_initrd_start; | |||
| 32 | extern unsigned long phys_initrd_size; | 32 | extern unsigned long phys_initrd_size; |
| 33 | 33 | ||
| 34 | /* | 34 | /* |
| 35 | * The sole use of this is to pass memory configuration | 35 | * This is used to pass memory configuration data from paging_init |
| 36 | * data from paging_init to mem_init. | 36 | * to mem_init, and by show_mem() to skip holes in the memory map. |
| 37 | */ | 37 | */ |
| 38 | static struct meminfo meminfo __initdata = { 0, }; | 38 | static struct meminfo meminfo = { 0, }; |
| 39 | |||
| 40 | #define for_each_nodebank(iter,mi,no) \ | ||
| 41 | for (iter = 0; iter < mi->nr_banks; iter++) \ | ||
| 42 | if (mi->bank[iter].node == no) | ||
| 39 | 43 | ||
| 40 | void show_mem(void) | 44 | void show_mem(void) |
| 41 | { | 45 | { |
| 42 | int free = 0, total = 0, reserved = 0; | 46 | int free = 0, total = 0, reserved = 0; |
| 43 | int shared = 0, cached = 0, slab = 0, node; | 47 | int shared = 0, cached = 0, slab = 0, node, i; |
| 48 | struct meminfo * mi = &meminfo; | ||
| 44 | 49 | ||
| 45 | printk("Mem-info:\n"); | 50 | printk("Mem-info:\n"); |
| 46 | show_free_areas(); | 51 | show_free_areas(); |
| 47 | printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10)); | 52 | printk("Free swap: %6ldkB\n", nr_swap_pages<<(PAGE_SHIFT-10)); |
| 48 | 53 | ||
| 49 | for_each_online_node(node) { | 54 | for_each_online_node(node) { |
| 50 | struct page *page, *end; | 55 | for_each_nodebank (i,mi,node) { |
| 51 | 56 | unsigned int pfn1, pfn2; | |
| 52 | page = NODE_MEM_MAP(node); | 57 | struct page *page, *end; |
| 53 | end = page + NODE_DATA(node)->node_spanned_pages; | 58 | |
| 54 | 59 | pfn1 = mi->bank[i].start >> PAGE_SHIFT; | |
| 55 | do { | 60 | pfn2 = (mi->bank[i].size + mi->bank[i].start) >> PAGE_SHIFT; |
| 56 | total++; | 61 | |
| 57 | if (PageReserved(page)) | 62 | page = NODE_MEM_MAP(node) + pfn1; |
| 58 | reserved++; | 63 | end = NODE_MEM_MAP(node) + pfn2; |
| 59 | else if (PageSwapCache(page)) | 64 | |
| 60 | cached++; | 65 | do { |
| 61 | else if (PageSlab(page)) | 66 | total++; |
| 62 | slab++; | 67 | if (PageReserved(page)) |
| 63 | else if (!page_count(page)) | 68 | reserved++; |
| 64 | free++; | 69 | else if (PageSwapCache(page)) |
| 65 | else | 70 | cached++; |
| 66 | shared += page_count(page) - 1; | 71 | else if (PageSlab(page)) |
| 67 | page++; | 72 | slab++; |
| 68 | } while (page < end); | 73 | else if (!page_count(page)) |
| 74 | free++; | ||
| 75 | else | ||
| 76 | shared += page_count(page) - 1; | ||
| 77 | page++; | ||
| 78 | } while (page < end); | ||
| 79 | } | ||
| 69 | } | 80 | } |
| 70 | 81 | ||
| 71 | printk("%d pages of RAM\n", total); | 82 | printk("%d pages of RAM\n", total); |
| @@ -76,10 +87,6 @@ void show_mem(void) | |||
| 76 | printk("%d pages swap cached\n", cached); | 87 | printk("%d pages swap cached\n", cached); |
| 77 | } | 88 | } |
| 78 | 89 | ||
| 79 | #define for_each_nodebank(iter,mi,no) \ | ||
| 80 | for (iter = 0; iter < mi->nr_banks; iter++) \ | ||
| 81 | if (mi->bank[iter].node == no) | ||
| 82 | |||
| 83 | /* | 90 | /* |
| 84 | * FIXME: We really want to avoid allocating the bootmap bitmap | 91 | * FIXME: We really want to avoid allocating the bootmap bitmap |
| 85 | * over the top of the initrd. Hopefully, this is located towards | 92 | * over the top of the initrd. Hopefully, this is located towards |
diff --git a/arch/arm/mm/proc-xscale.S b/arch/arm/mm/proc-xscale.S index e8b377d637f6..2749c1f88d7d 100644 --- a/arch/arm/mm/proc-xscale.S +++ b/arch/arm/mm/proc-xscale.S | |||
| @@ -909,7 +909,7 @@ __pxa270_proc_info: | |||
| 909 | b __xscale_setup | 909 | b __xscale_setup |
| 910 | .long cpu_arch_name | 910 | .long cpu_arch_name |
| 911 | .long cpu_elf_name | 911 | .long cpu_elf_name |
| 912 | .long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP | 912 | .long HWCAP_SWP|HWCAP_HALF|HWCAP_THUMB|HWCAP_FAST_MULT|HWCAP_EDSP|HWCAP_IWMMXT |
| 913 | .long cpu_pxa270_name | 913 | .long cpu_pxa270_name |
| 914 | .long xscale_processor_functions | 914 | .long xscale_processor_functions |
| 915 | .long v4wbi_tlb_fns | 915 | .long v4wbi_tlb_fns |
diff --git a/include/asm-arm/arch-pxa/pxa-regs.h b/include/asm-arm/arch-pxa/pxa-regs.h index 68731e0923a4..cff752f35230 100644 --- a/include/asm-arm/arch-pxa/pxa-regs.h +++ b/include/asm-arm/arch-pxa/pxa-regs.h | |||
| @@ -2242,7 +2242,7 @@ | |||
| 2242 | 2242 | ||
| 2243 | #define CICR1_TBIT (1 << 31) /* Transparency bit */ | 2243 | #define CICR1_TBIT (1 << 31) /* Transparency bit */ |
| 2244 | #define CICR1_RGBT_CONV (0x3 << 30) /* RGBT conversion mask */ | 2244 | #define CICR1_RGBT_CONV (0x3 << 30) /* RGBT conversion mask */ |
| 2245 | #define CICR1_PPL (0x3f << 15) /* Pixels per line mask */ | 2245 | #define CICR1_PPL (0x7ff << 15) /* Pixels per line mask */ |
| 2246 | #define CICR1_RGB_CONV (0x7 << 12) /* RGB conversion mask */ | 2246 | #define CICR1_RGB_CONV (0x7 << 12) /* RGB conversion mask */ |
| 2247 | #define CICR1_RGB_F (1 << 11) /* RGB format */ | 2247 | #define CICR1_RGB_F (1 << 11) /* RGB format */ |
| 2248 | #define CICR1_YCBCR_F (1 << 10) /* YCbCr format */ | 2248 | #define CICR1_YCBCR_F (1 << 10) /* YCbCr format */ |
| @@ -2268,7 +2268,7 @@ | |||
| 2268 | #define CICR3_VSW (0x3f << 10) /* Vertical sync pulse width mask */ | 2268 | #define CICR3_VSW (0x3f << 10) /* Vertical sync pulse width mask */ |
| 2269 | #define CICR3_BFPW (0x3f << 3) /* Beginning-of-frame pixel clock | 2269 | #define CICR3_BFPW (0x3f << 3) /* Beginning-of-frame pixel clock |
| 2270 | wait count mask */ | 2270 | wait count mask */ |
| 2271 | #define CICR3_LPF (0x3ff << 0) /* Lines per frame mask */ | 2271 | #define CICR3_LPF (0x7ff << 0) /* Lines per frame mask */ |
| 2272 | 2272 | ||
| 2273 | #define CICR4_MCLK_DLY (0x3 << 24) /* MCLK Data Capture Delay mask */ | 2273 | #define CICR4_MCLK_DLY (0x3 << 24) /* MCLK Data Capture Delay mask */ |
| 2274 | #define CICR4_PCLK_EN (1 << 23) /* Pixel clock enable */ | 2274 | #define CICR4_PCLK_EN (1 << 23) /* Pixel clock enable */ |
| @@ -2289,8 +2289,8 @@ | |||
| 2289 | #define CISR_EOL (1 << 8) /* End of line */ | 2289 | #define CISR_EOL (1 << 8) /* End of line */ |
| 2290 | #define CISR_PAR_ERR (1 << 7) /* Parity error */ | 2290 | #define CISR_PAR_ERR (1 << 7) /* Parity error */ |
| 2291 | #define CISR_CQD (1 << 6) /* Camera interface quick disable */ | 2291 | #define CISR_CQD (1 << 6) /* Camera interface quick disable */ |
| 2292 | #define CISR_SOF (1 << 5) /* Start of frame */ | 2292 | #define CISR_CDD (1 << 5) /* Camera interface disable done */ |
| 2293 | #define CISR_CDD (1 << 4) /* Camera interface disable done */ | 2293 | #define CISR_SOF (1 << 4) /* Start of frame */ |
| 2294 | #define CISR_EOF (1 << 3) /* End of frame */ | 2294 | #define CISR_EOF (1 << 3) /* End of frame */ |
| 2295 | #define CISR_IFO_2 (1 << 2) /* FIFO overrun for Channel 2 */ | 2295 | #define CISR_IFO_2 (1 << 2) /* FIFO overrun for Channel 2 */ |
| 2296 | #define CISR_IFO_1 (1 << 1) /* FIFO overrun for Channel 1 */ | 2296 | #define CISR_IFO_1 (1 << 1) /* FIFO overrun for Channel 1 */ |
