diff options
| author | Paul Mundt <lethal@linux-sh.org> | 2007-03-28 04:20:47 -0400 |
|---|---|---|
| committer | Paul Mundt <lethal@hera.kernel.org> | 2007-05-06 22:11:55 -0400 |
| commit | 652b9672cfc4000382f0f3f41907d9d32e5bd327 (patch) | |
| tree | 740fc2074363a1b44c83ce542a2f0414851f5069 /arch/sh/configs | |
| parent | cdf50b23bf83624708d0abbb381a1c1694e42e19 (diff) | |
sh: Add defconfig for se7722.
Signed-off-by: Paul Mundt <lethal@linux-sh.org>
Diffstat (limited to 'arch/sh/configs')
| -rw-r--r-- | arch/sh/configs/se7722_defconfig | 945 |
1 files changed, 945 insertions, 0 deletions
diff --git a/arch/sh/configs/se7722_defconfig b/arch/sh/configs/se7722_defconfig new file mode 100644 index 000000000000..6a55ccbc934e --- /dev/null +++ b/arch/sh/configs/se7722_defconfig | |||
| @@ -0,0 +1,945 @@ | |||
| 1 | # | ||
| 2 | # Automatically generated make config: don't edit | ||
| 3 | # Linux kernel version: 2.6.21-rc4 | ||
| 4 | # Wed Mar 28 16:22:40 2007 | ||
| 5 | # | ||
| 6 | CONFIG_SUPERH=y | ||
| 7 | CONFIG_RWSEM_GENERIC_SPINLOCK=y | ||
| 8 | CONFIG_GENERIC_BUG=y | ||
| 9 | CONFIG_GENERIC_FIND_NEXT_BIT=y | ||
| 10 | CONFIG_GENERIC_HWEIGHT=y | ||
| 11 | CONFIG_GENERIC_HARDIRQS=y | ||
| 12 | CONFIG_GENERIC_IRQ_PROBE=y | ||
| 13 | CONFIG_GENERIC_CALIBRATE_DELAY=y | ||
| 14 | # CONFIG_GENERIC_TIME is not set | ||
| 15 | CONFIG_STACKTRACE_SUPPORT=y | ||
| 16 | CONFIG_LOCKDEP_SUPPORT=y | ||
| 17 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set | ||
| 18 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set | ||
| 19 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" | ||
| 20 | |||
| 21 | # | ||
| 22 | # Code maturity level options | ||
| 23 | # | ||
| 24 | CONFIG_EXPERIMENTAL=y | ||
| 25 | CONFIG_BROKEN_ON_SMP=y | ||
| 26 | CONFIG_LOCK_KERNEL=y | ||
| 27 | CONFIG_INIT_ENV_ARG_LIMIT=32 | ||
| 28 | |||
| 29 | # | ||
| 30 | # General setup | ||
| 31 | # | ||
| 32 | CONFIG_LOCALVERSION="" | ||
| 33 | CONFIG_LOCALVERSION_AUTO=y | ||
| 34 | CONFIG_SWAP=y | ||
| 35 | CONFIG_SYSVIPC=y | ||
| 36 | # CONFIG_IPC_NS is not set | ||
| 37 | CONFIG_SYSVIPC_SYSCTL=y | ||
| 38 | CONFIG_BSD_PROCESS_ACCT=y | ||
| 39 | # CONFIG_BSD_PROCESS_ACCT_V3 is not set | ||
| 40 | # CONFIG_UTS_NS is not set | ||
| 41 | CONFIG_IKCONFIG=y | ||
| 42 | CONFIG_IKCONFIG_PROC=y | ||
| 43 | # CONFIG_SYSFS_DEPRECATED is not set | ||
| 44 | # CONFIG_RELAY is not set | ||
| 45 | CONFIG_BLK_DEV_INITRD=y | ||
| 46 | CONFIG_INITRAMFS_SOURCE="" | ||
| 47 | CONFIG_INITRAMFS_ROOT_UID=0 | ||
| 48 | CONFIG_INITRAMFS_ROOT_GID=0 | ||
| 49 | CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
| 50 | CONFIG_SYSCTL=y | ||
| 51 | CONFIG_EMBEDDED=y | ||
| 52 | CONFIG_UID16=y | ||
| 53 | CONFIG_SYSCTL_SYSCALL=y | ||
| 54 | CONFIG_KALLSYMS=y | ||
| 55 | CONFIG_KALLSYMS_ALL=y | ||
| 56 | # CONFIG_KALLSYMS_EXTRA_PASS is not set | ||
| 57 | CONFIG_HOTPLUG=y | ||
| 58 | CONFIG_PRINTK=y | ||
| 59 | CONFIG_BUG=y | ||
| 60 | CONFIG_ELF_CORE=y | ||
| 61 | CONFIG_BASE_FULL=y | ||
| 62 | CONFIG_FUTEX=y | ||
| 63 | CONFIG_EPOLL=y | ||
| 64 | CONFIG_SHMEM=y | ||
| 65 | CONFIG_SLAB=y | ||
| 66 | CONFIG_VM_EVENT_COUNTERS=y | ||
| 67 | CONFIG_RT_MUTEXES=y | ||
| 68 | # CONFIG_TINY_SHMEM is not set | ||
| 69 | CONFIG_BASE_SMALL=0 | ||
| 70 | # CONFIG_SLOB is not set | ||
| 71 | |||
| 72 | # | ||
| 73 | # Loadable module support | ||
| 74 | # | ||
| 75 | CONFIG_MODULES=y | ||
| 76 | CONFIG_MODULE_UNLOAD=y | ||
| 77 | # CONFIG_MODULE_FORCE_UNLOAD is not set | ||
| 78 | # CONFIG_MODVERSIONS is not set | ||
| 79 | # CONFIG_MODULE_SRCVERSION_ALL is not set | ||
| 80 | CONFIG_KMOD=y | ||
| 81 | |||
| 82 | # | ||
| 83 | # Block layer | ||
| 84 | # | ||
| 85 | CONFIG_BLOCK=y | ||
| 86 | # CONFIG_LBD is not set | ||
| 87 | # CONFIG_BLK_DEV_IO_TRACE is not set | ||
| 88 | # CONFIG_LSF is not set | ||
| 89 | |||
| 90 | # | ||
| 91 | # IO Schedulers | ||
| 92 | # | ||
| 93 | CONFIG_IOSCHED_NOOP=y | ||
| 94 | # CONFIG_IOSCHED_AS is not set | ||
| 95 | # CONFIG_IOSCHED_DEADLINE is not set | ||
| 96 | # CONFIG_IOSCHED_CFQ is not set | ||
| 97 | # CONFIG_DEFAULT_AS is not set | ||
| 98 | # CONFIG_DEFAULT_DEADLINE is not set | ||
| 99 | # CONFIG_DEFAULT_CFQ is not set | ||
| 100 | CONFIG_DEFAULT_NOOP=y | ||
| 101 | CONFIG_DEFAULT_IOSCHED="noop" | ||
| 102 | |||
| 103 | # | ||
| 104 | # System type | ||
| 105 | # | ||
| 106 | # CONFIG_SH_SOLUTION_ENGINE is not set | ||
| 107 | # CONFIG_SH_7751_SOLUTION_ENGINE is not set | ||
| 108 | # CONFIG_SH_7300_SOLUTION_ENGINE is not set | ||
| 109 | # CONFIG_SH_7343_SOLUTION_ENGINE is not set | ||
| 110 | # CONFIG_SH_73180_SOLUTION_ENGINE is not set | ||
| 111 | # CONFIG_SH_7751_SYSTEMH is not set | ||
| 112 | # CONFIG_SH_HP6XX is not set | ||
| 113 | # CONFIG_SH_SATURN is not set | ||
| 114 | # CONFIG_SH_DREAMCAST is not set | ||
| 115 | # CONFIG_SH_MPC1211 is not set | ||
| 116 | # CONFIG_SH_SH03 is not set | ||
| 117 | # CONFIG_SH_SECUREEDGE5410 is not set | ||
| 118 | # CONFIG_SH_HS7751RVOIP is not set | ||
| 119 | # CONFIG_SH_7710VOIPGW is not set | ||
| 120 | # CONFIG_SH_RTS7751R2D is not set | ||
| 121 | # CONFIG_SH_HIGHLANDER is not set | ||
| 122 | # CONFIG_SH_EDOSK7705 is not set | ||
| 123 | # CONFIG_SH_SH4202_MICRODEV is not set | ||
| 124 | # CONFIG_SH_LANDISK is not set | ||
| 125 | # CONFIG_SH_TITAN is not set | ||
| 126 | # CONFIG_SH_SHMIN is not set | ||
| 127 | # CONFIG_SH_7206_SOLUTION_ENGINE is not set | ||
| 128 | # CONFIG_SH_7619_SOLUTION_ENGINE is not set | ||
| 129 | # CONFIG_SH_LBOX_RE2 is not set | ||
| 130 | CONFIG_SH_UNKNOWN=y | ||
| 131 | |||
| 132 | # | ||
| 133 | # Processor selection | ||
| 134 | # | ||
| 135 | CONFIG_CPU_SH4=y | ||
| 136 | CONFIG_CPU_SH4A=y | ||
| 137 | CONFIG_CPU_SH4AL_DSP=y | ||
| 138 | CONFIG_CPU_SHX2=y | ||
| 139 | |||
| 140 | # | ||
| 141 | # SH-2 Processor Support | ||
| 142 | # | ||
| 143 | # CONFIG_CPU_SUBTYPE_SH7604 is not set | ||
| 144 | # CONFIG_CPU_SUBTYPE_SH7619 is not set | ||
| 145 | |||
| 146 | # | ||
| 147 | # SH-2A Processor Support | ||
| 148 | # | ||
| 149 | # CONFIG_CPU_SUBTYPE_SH7206 is not set | ||
| 150 | |||
| 151 | # | ||
| 152 | # SH-3 Processor Support | ||
| 153 | # | ||
| 154 | # CONFIG_CPU_SUBTYPE_SH7300 is not set | ||
| 155 | # CONFIG_CPU_SUBTYPE_SH7705 is not set | ||
| 156 | # CONFIG_CPU_SUBTYPE_SH7706 is not set | ||
| 157 | # CONFIG_CPU_SUBTYPE_SH7707 is not set | ||
| 158 | # CONFIG_CPU_SUBTYPE_SH7708 is not set | ||
| 159 | # CONFIG_CPU_SUBTYPE_SH7709 is not set | ||
| 160 | # CONFIG_CPU_SUBTYPE_SH7710 is not set | ||
| 161 | # CONFIG_CPU_SUBTYPE_SH7712 is not set | ||
| 162 | |||
| 163 | # | ||
| 164 | # SH-4 Processor Support | ||
| 165 | # | ||
| 166 | # CONFIG_CPU_SUBTYPE_SH7750 is not set | ||
| 167 | # CONFIG_CPU_SUBTYPE_SH7091 is not set | ||
| 168 | # CONFIG_CPU_SUBTYPE_SH7750R is not set | ||
| 169 | # CONFIG_CPU_SUBTYPE_SH7750S is not set | ||
| 170 | # CONFIG_CPU_SUBTYPE_SH7751 is not set | ||
| 171 | # CONFIG_CPU_SUBTYPE_SH7751R is not set | ||
| 172 | # CONFIG_CPU_SUBTYPE_SH7760 is not set | ||
| 173 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set | ||
| 174 | |||
| 175 | # | ||
| 176 | # ST40 Processor Support | ||
| 177 | # | ||
| 178 | # CONFIG_CPU_SUBTYPE_ST40STB1 is not set | ||
| 179 | # CONFIG_CPU_SUBTYPE_ST40GX1 is not set | ||
| 180 | |||
| 181 | # | ||
| 182 | # SH-4A Processor Support | ||
| 183 | # | ||
| 184 | # CONFIG_CPU_SUBTYPE_SH7770 is not set | ||
| 185 | # CONFIG_CPU_SUBTYPE_SH7780 is not set | ||
| 186 | # CONFIG_CPU_SUBTYPE_SH7785 is not set | ||
| 187 | |||
| 188 | # | ||
| 189 | # SH4AL-DSP Processor Support | ||
| 190 | # | ||
| 191 | # CONFIG_CPU_SUBTYPE_SH73180 is not set | ||
| 192 | # CONFIG_CPU_SUBTYPE_SH7343 is not set | ||
| 193 | CONFIG_CPU_SUBTYPE_SH7722=y | ||
| 194 | |||
| 195 | # | ||
| 196 | # Memory management options | ||
| 197 | # | ||
| 198 | CONFIG_MMU=y | ||
| 199 | CONFIG_PAGE_OFFSET=0x80000000 | ||
| 200 | CONFIG_MEMORY_START=0x0c000000 | ||
| 201 | CONFIG_MEMORY_SIZE=0x04000000 | ||
| 202 | # CONFIG_32BIT is not set | ||
| 203 | # CONFIG_X2TLB is not set | ||
| 204 | CONFIG_VSYSCALL=y | ||
| 205 | CONFIG_ARCH_FLATMEM_ENABLE=y | ||
| 206 | CONFIG_ARCH_POPULATES_NODE_MAP=y | ||
| 207 | CONFIG_PAGE_SIZE_4KB=y | ||
| 208 | # CONFIG_PAGE_SIZE_8KB is not set | ||
| 209 | # CONFIG_PAGE_SIZE_64KB is not set | ||
| 210 | CONFIG_HUGETLB_PAGE_SIZE_64K=y | ||
| 211 | # CONFIG_HUGETLB_PAGE_SIZE_256K is not set | ||
| 212 | # CONFIG_HUGETLB_PAGE_SIZE_1MB is not set | ||
| 213 | # CONFIG_HUGETLB_PAGE_SIZE_4MB is not set | ||
| 214 | # CONFIG_HUGETLB_PAGE_SIZE_64MB is not set | ||
| 215 | CONFIG_SELECT_MEMORY_MODEL=y | ||
| 216 | CONFIG_FLATMEM_MANUAL=y | ||
| 217 | # CONFIG_DISCONTIGMEM_MANUAL is not set | ||
| 218 | # CONFIG_SPARSEMEM_MANUAL is not set | ||
| 219 | CONFIG_FLATMEM=y | ||
| 220 | CONFIG_FLAT_NODE_MEM_MAP=y | ||
| 221 | # CONFIG_SPARSEMEM_STATIC is not set | ||
| 222 | CONFIG_SPLIT_PTLOCK_CPUS=4 | ||
| 223 | # CONFIG_RESOURCES_64BIT is not set | ||
| 224 | CONFIG_ZONE_DMA_FLAG=0 | ||
| 225 | |||
| 226 | # | ||
| 227 | # Cache configuration | ||
| 228 | # | ||
| 229 | # CONFIG_SH_DIRECT_MAPPED is not set | ||
| 230 | # CONFIG_SH_WRITETHROUGH is not set | ||
| 231 | # CONFIG_SH_OCRAM is not set | ||
| 232 | # CONFIG_CF_ENABLER is not set | ||
| 233 | |||
| 234 | # | ||
| 235 | # Processor features | ||
| 236 | # | ||
| 237 | CONFIG_CPU_LITTLE_ENDIAN=y | ||
| 238 | # CONFIG_CPU_BIG_ENDIAN is not set | ||
| 239 | # CONFIG_SH_FPU is not set | ||
| 240 | # CONFIG_SH_FPU_EMU is not set | ||
| 241 | CONFIG_SH_DSP=y | ||
| 242 | CONFIG_SH_STORE_QUEUES=y | ||
| 243 | CONFIG_CPU_HAS_INTEVT=y | ||
| 244 | CONFIG_CPU_HAS_IPR_IRQ=y | ||
| 245 | CONFIG_CPU_HAS_SR_RB=y | ||
| 246 | CONFIG_CPU_HAS_PTEA=y | ||
| 247 | |||
| 248 | # | ||
| 249 | # Timer and clock configuration | ||
| 250 | # | ||
| 251 | CONFIG_SH_TMU=y | ||
| 252 | CONFIG_SH_TIMER_IRQ=16 | ||
| 253 | CONFIG_NO_IDLE_HZ=y | ||
| 254 | CONFIG_SH_PCLK_FREQ=32000000 | ||
| 255 | |||
| 256 | # | ||
| 257 | # CPU Frequency scaling | ||
| 258 | # | ||
| 259 | # CONFIG_CPU_FREQ is not set | ||
| 260 | |||
| 261 | # | ||
| 262 | # DMA support | ||
| 263 | # | ||
| 264 | # CONFIG_SH_DMA is not set | ||
| 265 | |||
| 266 | # | ||
| 267 | # Companion Chips | ||
| 268 | # | ||
| 269 | # CONFIG_HD6446X_SERIES is not set | ||
| 270 | |||
| 271 | # | ||
| 272 | # Additional SuperH Device Drivers | ||
| 273 | # | ||
| 274 | # CONFIG_HEARTBEAT is not set | ||
| 275 | CONFIG_PUSH_SWITCH=y | ||
| 276 | |||
| 277 | # | ||
| 278 | # Kernel features | ||
| 279 | # | ||
| 280 | # CONFIG_HZ_100 is not set | ||
| 281 | CONFIG_HZ_250=y | ||
| 282 | # CONFIG_HZ_300 is not set | ||
| 283 | # CONFIG_HZ_1000 is not set | ||
| 284 | CONFIG_HZ=250 | ||
| 285 | CONFIG_KEXEC=y | ||
| 286 | # CONFIG_SMP is not set | ||
| 287 | # CONFIG_PREEMPT_NONE is not set | ||
| 288 | # CONFIG_PREEMPT_VOLUNTARY is not set | ||
| 289 | CONFIG_PREEMPT=y | ||
| 290 | CONFIG_PREEMPT_BKL=y | ||
| 291 | |||
| 292 | # | ||
| 293 | # Boot options | ||
| 294 | # | ||
| 295 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 | ||
| 296 | CONFIG_BOOT_LINK_OFFSET=0x00800000 | ||
| 297 | # CONFIG_UBC_WAKEUP is not set | ||
| 298 | CONFIG_CMDLINE_BOOL=y | ||
| 299 | CONFIG_CMDLINE="console=ttySC0,115200" | ||
| 300 | |||
| 301 | # | ||
| 302 | # Bus options | ||
| 303 | # | ||
| 304 | # CONFIG_PCI is not set | ||
| 305 | |||
| 306 | # | ||
| 307 | # PCCARD (PCMCIA/CardBus) support | ||
| 308 | # | ||
| 309 | # CONFIG_PCCARD is not set | ||
| 310 | |||
| 311 | # | ||
| 312 | # PCI Hotplug Support | ||
| 313 | # | ||
| 314 | |||
| 315 | # | ||
| 316 | # Executable file formats | ||
| 317 | # | ||
| 318 | CONFIG_BINFMT_ELF=y | ||
| 319 | # CONFIG_BINFMT_FLAT is not set | ||
| 320 | # CONFIG_BINFMT_MISC is not set | ||
| 321 | |||
| 322 | # | ||
| 323 | # Power management options (EXPERIMENTAL) | ||
| 324 | # | ||
| 325 | # CONFIG_PM is not set | ||
| 326 | |||
| 327 | # | ||
| 328 | # Networking | ||
| 329 | # | ||
| 330 | # CONFIG_NET is not set | ||
| 331 | |||
| 332 | # | ||
| 333 | # Device Drivers | ||
| 334 | # | ||
| 335 | |||
| 336 | # | ||
| 337 | # Generic Driver Options | ||
| 338 | # | ||
| 339 | CONFIG_STANDALONE=y | ||
| 340 | CONFIG_PREVENT_FIRMWARE_BUILD=y | ||
| 341 | CONFIG_FW_LOADER=m | ||
| 342 | # CONFIG_DEBUG_DRIVER is not set | ||
| 343 | # CONFIG_DEBUG_DEVRES is not set | ||
| 344 | # CONFIG_SYS_HYPERVISOR is not set | ||
| 345 | |||
| 346 | # | ||
| 347 | # Connector - unified userspace <-> kernelspace linker | ||
| 348 | # | ||
| 349 | |||
| 350 | # | ||
| 351 | # Memory Technology Devices (MTD) | ||
| 352 | # | ||
| 353 | # CONFIG_MTD is not set | ||
| 354 | |||
| 355 | # | ||
| 356 | # Parallel port support | ||
| 357 | # | ||
| 358 | # CONFIG_PARPORT is not set | ||
| 359 | |||
| 360 | # | ||
| 361 | # Plug and Play support | ||
| 362 | # | ||
| 363 | # CONFIG_PNPACPI is not set | ||
| 364 | |||
| 365 | # | ||
| 366 | # Block devices | ||
| 367 | # | ||
| 368 | # CONFIG_BLK_DEV_COW_COMMON is not set | ||
| 369 | # CONFIG_BLK_DEV_LOOP is not set | ||
| 370 | CONFIG_BLK_DEV_RAM=y | ||
| 371 | CONFIG_BLK_DEV_RAM_COUNT=16 | ||
| 372 | CONFIG_BLK_DEV_RAM_SIZE=4096 | ||
| 373 | CONFIG_BLK_DEV_RAM_BLOCKSIZE=1024 | ||
| 374 | # CONFIG_CDROM_PKTCDVD is not set | ||
| 375 | |||
| 376 | # | ||
| 377 | # Misc devices | ||
| 378 | # | ||
| 379 | |||
| 380 | # | ||
| 381 | # ATA/ATAPI/MFM/RLL support | ||
| 382 | # | ||
| 383 | # CONFIG_IDE is not set | ||
| 384 | |||
| 385 | # | ||
| 386 | # SCSI device support | ||
| 387 | # | ||
| 388 | # CONFIG_RAID_ATTRS is not set | ||
| 389 | CONFIG_SCSI=y | ||
| 390 | # CONFIG_SCSI_TGT is not set | ||
| 391 | # CONFIG_SCSI_NETLINK is not set | ||
| 392 | CONFIG_SCSI_PROC_FS=y | ||
| 393 | |||
| 394 | # | ||
| 395 | # SCSI support type (disk, tape, CD-ROM) | ||
| 396 | # | ||
| 397 | CONFIG_BLK_DEV_SD=y | ||
| 398 | # CONFIG_CHR_DEV_ST is not set | ||
| 399 | # CONFIG_CHR_DEV_OSST is not set | ||
| 400 | # CONFIG_BLK_DEV_SR is not set | ||
| 401 | CONFIG_CHR_DEV_SG=m | ||
| 402 | # CONFIG_CHR_DEV_SCH is not set | ||
| 403 | |||
| 404 | # | ||
| 405 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs | ||
| 406 | # | ||
| 407 | # CONFIG_SCSI_MULTI_LUN is not set | ||
| 408 | # CONFIG_SCSI_CONSTANTS is not set | ||
| 409 | # CONFIG_SCSI_LOGGING is not set | ||
| 410 | # CONFIG_SCSI_SCAN_ASYNC is not set | ||
| 411 | |||
| 412 | # | ||
| 413 | # SCSI Transports | ||
| 414 | # | ||
| 415 | # CONFIG_SCSI_SPI_ATTRS is not set | ||
| 416 | # CONFIG_SCSI_FC_ATTRS is not set | ||
| 417 | # CONFIG_SCSI_SAS_ATTRS is not set | ||
| 418 | # CONFIG_SCSI_SAS_LIBSAS is not set | ||
| 419 | |||
| 420 | # | ||
| 421 | # SCSI low-level drivers | ||
| 422 | # | ||
| 423 | # CONFIG_SCSI_DEBUG is not set | ||
| 424 | |||
| 425 | # | ||
| 426 | # Serial ATA (prod) and Parallel ATA (experimental) drivers | ||
| 427 | # | ||
| 428 | CONFIG_ATA=y | ||
| 429 | # CONFIG_ATA_NONSTANDARD is not set | ||
| 430 | CONFIG_PATA_PLATFORM=y | ||
| 431 | |||
| 432 | # | ||
| 433 | # Multi-device support (RAID and LVM) | ||
| 434 | # | ||
| 435 | # CONFIG_MD is not set | ||
| 436 | |||
| 437 | # | ||
| 438 | # Fusion MPT device support | ||
| 439 | # | ||
| 440 | # CONFIG_FUSION is not set | ||
| 441 | |||
| 442 | # | ||
| 443 | # IEEE 1394 (FireWire) support | ||
| 444 | # | ||
| 445 | |||
| 446 | # | ||
| 447 | # I2O device support | ||
| 448 | # | ||
| 449 | |||
| 450 | # | ||
| 451 | # ISDN subsystem | ||
| 452 | # | ||
| 453 | |||
| 454 | # | ||
| 455 | # Telephony Support | ||
| 456 | # | ||
| 457 | # CONFIG_PHONE is not set | ||
| 458 | |||
| 459 | # | ||
| 460 | # Input device support | ||
| 461 | # | ||
| 462 | CONFIG_INPUT=y | ||
| 463 | # CONFIG_INPUT_FF_MEMLESS is not set | ||
| 464 | |||
| 465 | # | ||
| 466 | # Userland interfaces | ||
| 467 | # | ||
| 468 | CONFIG_INPUT_MOUSEDEV=y | ||
| 469 | # CONFIG_INPUT_MOUSEDEV_PSAUX is not set | ||
| 470 | CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024 | ||
| 471 | CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768 | ||
| 472 | # CONFIG_INPUT_JOYDEV is not set | ||
| 473 | # CONFIG_INPUT_TSDEV is not set | ||
| 474 | # CONFIG_INPUT_EVDEV is not set | ||
| 475 | # CONFIG_INPUT_EVBUG is not set | ||
| 476 | |||
| 477 | # | ||
| 478 | # Input Device Drivers | ||
| 479 | # | ||
| 480 | CONFIG_INPUT_KEYBOARD=y | ||
| 481 | CONFIG_KEYBOARD_ATKBD=y | ||
| 482 | # CONFIG_KEYBOARD_SUNKBD is not set | ||
| 483 | # CONFIG_KEYBOARD_LKKBD is not set | ||
| 484 | # CONFIG_KEYBOARD_XTKBD is not set | ||
| 485 | # CONFIG_KEYBOARD_NEWTON is not set | ||
| 486 | # CONFIG_KEYBOARD_STOWAWAY is not set | ||
| 487 | # CONFIG_INPUT_MOUSE is not set | ||
| 488 | # CONFIG_INPUT_JOYSTICK is not set | ||
| 489 | # CONFIG_INPUT_TOUCHSCREEN is not set | ||
| 490 | # CONFIG_INPUT_MISC is not set | ||
| 491 | |||
| 492 | # | ||
| 493 | # Hardware I/O ports | ||
| 494 | # | ||
| 495 | CONFIG_SERIO=y | ||
| 496 | # CONFIG_SERIO_I8042 is not set | ||
| 497 | # CONFIG_SERIO_SERPORT is not set | ||
| 498 | CONFIG_SERIO_LIBPS2=y | ||
| 499 | # CONFIG_SERIO_RAW is not set | ||
| 500 | # CONFIG_GAMEPORT is not set | ||
| 501 | |||
| 502 | # | ||
| 503 | # Character devices | ||
| 504 | # | ||
| 505 | # CONFIG_VT is not set | ||
| 506 | # CONFIG_SERIAL_NONSTANDARD is not set | ||
| 507 | |||
| 508 | # | ||
| 509 | # Serial drivers | ||
| 510 | # | ||
| 511 | # CONFIG_SERIAL_8250 is not set | ||
| 512 | |||
| 513 | # | ||
| 514 | # Non-8250 serial port support | ||
| 515 | # | ||
| 516 | CONFIG_SERIAL_SH_SCI=y | ||
| 517 | CONFIG_SERIAL_SH_SCI_NR_UARTS=2 | ||
| 518 | CONFIG_SERIAL_SH_SCI_CONSOLE=y | ||
| 519 | CONFIG_SERIAL_CORE=y | ||
| 520 | CONFIG_SERIAL_CORE_CONSOLE=y | ||
| 521 | CONFIG_UNIX98_PTYS=y | ||
| 522 | CONFIG_LEGACY_PTYS=y | ||
| 523 | CONFIG_LEGACY_PTY_COUNT=256 | ||
| 524 | |||
| 525 | # | ||
| 526 | # IPMI | ||
| 527 | # | ||
| 528 | # CONFIG_IPMI_HANDLER is not set | ||
| 529 | |||
| 530 | # | ||
| 531 | # Watchdog Cards | ||
| 532 | # | ||
| 533 | # CONFIG_WATCHDOG is not set | ||
| 534 | CONFIG_HW_RANDOM=y | ||
| 535 | # CONFIG_GEN_RTC is not set | ||
| 536 | # CONFIG_DTLK is not set | ||
| 537 | # CONFIG_R3964 is not set | ||
| 538 | # CONFIG_RAW_DRIVER is not set | ||
| 539 | |||
| 540 | # | ||
| 541 | # TPM devices | ||
| 542 | # | ||
| 543 | # CONFIG_TCG_TPM is not set | ||
| 544 | |||
| 545 | # | ||
| 546 | # I2C support | ||
| 547 | # | ||
| 548 | # CONFIG_I2C is not set | ||
| 549 | |||
| 550 | # | ||
| 551 | # SPI support | ||
| 552 | # | ||
| 553 | # CONFIG_SPI is not set | ||
| 554 | # CONFIG_SPI_MASTER is not set | ||
| 555 | |||
| 556 | # | ||
| 557 | # Dallas's 1-wire bus | ||
| 558 | # | ||
| 559 | # CONFIG_W1 is not set | ||
| 560 | |||
| 561 | # | ||
| 562 | # Hardware Monitoring support | ||
| 563 | # | ||
| 564 | CONFIG_HWMON=y | ||
| 565 | # CONFIG_HWMON_VID is not set | ||
| 566 | # CONFIG_SENSORS_ABITUGURU is not set | ||
| 567 | # CONFIG_SENSORS_F71805F is not set | ||
| 568 | # CONFIG_SENSORS_PC87427 is not set | ||
| 569 | # CONFIG_SENSORS_VT1211 is not set | ||
| 570 | # CONFIG_HWMON_DEBUG_CHIP is not set | ||
| 571 | |||
| 572 | # | ||
| 573 | # Multifunction device drivers | ||
| 574 | # | ||
| 575 | # CONFIG_MFD_SM501 is not set | ||
| 576 | |||
| 577 | # | ||
| 578 | # Multimedia devices | ||
| 579 | # | ||
| 580 | # CONFIG_VIDEO_DEV is not set | ||
| 581 | |||
| 582 | # | ||
| 583 | # Digital Video Broadcasting Devices | ||
| 584 | # | ||
| 585 | |||
| 586 | # | ||
| 587 | # Graphics support | ||
| 588 | # | ||
| 589 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set | ||
| 590 | # CONFIG_FB is not set | ||
| 591 | |||
| 592 | # | ||
| 593 | # Sound | ||
| 594 | # | ||
| 595 | CONFIG_SOUND=m | ||
| 596 | |||
| 597 | # | ||
| 598 | # Advanced Linux Sound Architecture | ||
| 599 | # | ||
| 600 | # CONFIG_SND is not set | ||
| 601 | |||
| 602 | # | ||
| 603 | # Open Sound System | ||
| 604 | # | ||
| 605 | CONFIG_SOUND_PRIME=m | ||
| 606 | # CONFIG_OBSOLETE_OSS is not set | ||
| 607 | # CONFIG_SOUND_MSNDCLAS is not set | ||
| 608 | # CONFIG_SOUND_MSNDPIN is not set | ||
| 609 | |||
| 610 | # | ||
| 611 | # HID Devices | ||
| 612 | # | ||
| 613 | CONFIG_HID=y | ||
| 614 | # CONFIG_HID_DEBUG is not set | ||
| 615 | |||
| 616 | # | ||
| 617 | # USB support | ||
| 618 | # | ||
| 619 | # CONFIG_USB_ARCH_HAS_HCD is not set | ||
| 620 | # CONFIG_USB_ARCH_HAS_OHCI is not set | ||
| 621 | # CONFIG_USB_ARCH_HAS_EHCI is not set | ||
| 622 | |||
| 623 | # | ||
| 624 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' | ||
| 625 | # | ||
| 626 | |||
| 627 | # | ||
| 628 | # USB Gadget Support | ||
| 629 | # | ||
| 630 | # CONFIG_USB_GADGET is not set | ||
| 631 | |||
| 632 | # | ||
| 633 | # MMC/SD Card support | ||
| 634 | # | ||
| 635 | # CONFIG_MMC is not set | ||
| 636 | |||
| 637 | # | ||
| 638 | # LED devices | ||
| 639 | # | ||
| 640 | # CONFIG_NEW_LEDS is not set | ||
| 641 | |||
| 642 | # | ||
| 643 | # LED drivers | ||
| 644 | # | ||
| 645 | |||
| 646 | # | ||
| 647 | # LED Triggers | ||
| 648 | # | ||
| 649 | |||
| 650 | # | ||
| 651 | # InfiniBand support | ||
| 652 | # | ||
| 653 | |||
| 654 | # | ||
| 655 | # EDAC - error detection and reporting (RAS) (EXPERIMENTAL) | ||
| 656 | # | ||
| 657 | |||
| 658 | # | ||
| 659 | # Real Time Clock | ||
| 660 | # | ||
| 661 | CONFIG_RTC_LIB=y | ||
| 662 | CONFIG_RTC_CLASS=y | ||
| 663 | CONFIG_RTC_HCTOSYS=y | ||
| 664 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" | ||
| 665 | # CONFIG_RTC_DEBUG is not set | ||
| 666 | |||
| 667 | # | ||
| 668 | # RTC interfaces | ||
| 669 | # | ||
| 670 | CONFIG_RTC_INTF_SYSFS=y | ||
| 671 | CONFIG_RTC_INTF_PROC=y | ||
| 672 | CONFIG_RTC_INTF_DEV=y | ||
| 673 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set | ||
| 674 | |||
| 675 | # | ||
| 676 | # RTC drivers | ||
| 677 | # | ||
| 678 | # CONFIG_RTC_DRV_DS1553 is not set | ||
| 679 | # CONFIG_RTC_DRV_DS1742 is not set | ||
| 680 | # CONFIG_RTC_DRV_M48T86 is not set | ||
| 681 | CONFIG_RTC_DRV_SH=y | ||
| 682 | # CONFIG_RTC_DRV_TEST is not set | ||
| 683 | # CONFIG_RTC_DRV_V3020 is not set | ||
| 684 | |||
| 685 | # | ||
| 686 | # DMA Engine support | ||
| 687 | # | ||
| 688 | # CONFIG_DMA_ENGINE is not set | ||
| 689 | |||
| 690 | # | ||
| 691 | # DMA Clients | ||
| 692 | # | ||
| 693 | |||
| 694 | # | ||
| 695 | # DMA Devices | ||
| 696 | # | ||
| 697 | |||
| 698 | # | ||
| 699 | # Auxiliary Display support | ||
| 700 | # | ||
| 701 | |||
| 702 | # | ||
| 703 | # Virtualization | ||
| 704 | # | ||
| 705 | |||
| 706 | # | ||
| 707 | # File systems | ||
| 708 | # | ||
| 709 | CONFIG_EXT2_FS=y | ||
| 710 | # CONFIG_EXT2_FS_XATTR is not set | ||
| 711 | # CONFIG_EXT2_FS_XIP is not set | ||
| 712 | CONFIG_EXT3_FS=y | ||
| 713 | CONFIG_EXT3_FS_XATTR=y | ||
| 714 | # CONFIG_EXT3_FS_POSIX_ACL is not set | ||
| 715 | # CONFIG_EXT3_FS_SECURITY is not set | ||
| 716 | # CONFIG_EXT4DEV_FS is not set | ||
| 717 | CONFIG_JBD=y | ||
| 718 | # CONFIG_JBD_DEBUG is not set | ||
| 719 | CONFIG_FS_MBCACHE=y | ||
| 720 | # CONFIG_REISERFS_FS is not set | ||
| 721 | # CONFIG_JFS_FS is not set | ||
| 722 | # CONFIG_FS_POSIX_ACL is not set | ||
| 723 | # CONFIG_XFS_FS is not set | ||
| 724 | # CONFIG_GFS2_FS is not set | ||
| 725 | CONFIG_MINIX_FS=y | ||
| 726 | # CONFIG_ROMFS_FS is not set | ||
| 727 | CONFIG_INOTIFY=y | ||
| 728 | CONFIG_INOTIFY_USER=y | ||
| 729 | # CONFIG_QUOTA is not set | ||
| 730 | CONFIG_DNOTIFY=y | ||
| 731 | # CONFIG_AUTOFS_FS is not set | ||
| 732 | # CONFIG_AUTOFS4_FS is not set | ||
| 733 | CONFIG_FUSE_FS=m | ||
| 734 | |||
| 735 | # | ||
| 736 | # CD-ROM/DVD Filesystems | ||
| 737 | # | ||
| 738 | # CONFIG_ISO9660_FS is not set | ||
| 739 | # CONFIG_UDF_FS is not set | ||
| 740 | |||
| 741 | # | ||
| 742 | # DOS/FAT/NT Filesystems | ||
| 743 | # | ||
| 744 | CONFIG_FAT_FS=y | ||
| 745 | CONFIG_MSDOS_FS=y | ||
| 746 | CONFIG_VFAT_FS=y | ||
| 747 | CONFIG_FAT_DEFAULT_CODEPAGE=437 | ||
| 748 | CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" | ||
| 749 | CONFIG_NTFS_FS=y | ||
| 750 | # CONFIG_NTFS_DEBUG is not set | ||
| 751 | CONFIG_NTFS_RW=y | ||
| 752 | |||
| 753 | # | ||
| 754 | # Pseudo filesystems | ||
| 755 | # | ||
| 756 | CONFIG_PROC_FS=y | ||
| 757 | CONFIG_PROC_KCORE=y | ||
| 758 | CONFIG_PROC_SYSCTL=y | ||
| 759 | CONFIG_SYSFS=y | ||
| 760 | CONFIG_TMPFS=y | ||
| 761 | # CONFIG_TMPFS_POSIX_ACL is not set | ||
| 762 | CONFIG_HUGETLBFS=y | ||
| 763 | CONFIG_HUGETLB_PAGE=y | ||
| 764 | CONFIG_RAMFS=y | ||
| 765 | CONFIG_CONFIGFS_FS=m | ||
| 766 | |||
| 767 | # | ||
| 768 | # Miscellaneous filesystems | ||
| 769 | # | ||
| 770 | # CONFIG_ADFS_FS is not set | ||
| 771 | # CONFIG_AFFS_FS is not set | ||
| 772 | # CONFIG_HFS_FS is not set | ||
| 773 | # CONFIG_HFSPLUS_FS is not set | ||
| 774 | # CONFIG_BEFS_FS is not set | ||
| 775 | # CONFIG_BFS_FS is not set | ||
| 776 | # CONFIG_EFS_FS is not set | ||
| 777 | # CONFIG_CRAMFS is not set | ||
| 778 | # CONFIG_VXFS_FS is not set | ||
| 779 | # CONFIG_HPFS_FS is not set | ||
| 780 | # CONFIG_QNX4FS_FS is not set | ||
| 781 | # CONFIG_SYSV_FS is not set | ||
| 782 | # CONFIG_UFS_FS is not set | ||
| 783 | |||
| 784 | # | ||
| 785 | # Partition Types | ||
| 786 | # | ||
| 787 | # CONFIG_PARTITION_ADVANCED is not set | ||
| 788 | CONFIG_MSDOS_PARTITION=y | ||
| 789 | |||
| 790 | # | ||
| 791 | # Native Language Support | ||
| 792 | # | ||
| 793 | CONFIG_NLS=y | ||
| 794 | CONFIG_NLS_DEFAULT="iso8859-1" | ||
| 795 | CONFIG_NLS_CODEPAGE_437=y | ||
| 796 | # CONFIG_NLS_CODEPAGE_737 is not set | ||
| 797 | # CONFIG_NLS_CODEPAGE_775 is not set | ||
| 798 | # CONFIG_NLS_CODEPAGE_850 is not set | ||
| 799 | # CONFIG_NLS_CODEPAGE_852 is not set | ||
| 800 | # CONFIG_NLS_CODEPAGE_855 is not set | ||
| 801 | # CONFIG_NLS_CODEPAGE_857 is not set | ||
| 802 | # CONFIG_NLS_CODEPAGE_860 is not set | ||
| 803 | # CONFIG_NLS_CODEPAGE_861 is not set | ||
| 804 | # CONFIG_NLS_CODEPAGE_862 is not set | ||
| 805 | # CONFIG_NLS_CODEPAGE_863 is not set | ||
| 806 | # CONFIG_NLS_CODEPAGE_864 is not set | ||
| 807 | # CONFIG_NLS_CODEPAGE_865 is not set | ||
| 808 | # CONFIG_NLS_CODEPAGE_866 is not set | ||
| 809 | # CONFIG_NLS_CODEPAGE_869 is not set | ||
| 810 | # CONFIG_NLS_CODEPAGE_936 is not set | ||
| 811 | # CONFIG_NLS_CODEPAGE_950 is not set | ||
| 812 | CONFIG_NLS_CODEPAGE_932=y | ||
| 813 | # CONFIG_NLS_CODEPAGE_949 is not set | ||
| 814 | # CONFIG_NLS_CODEPAGE_874 is not set | ||
| 815 | # CONFIG_NLS_ISO8859_8 is not set | ||
| 816 | # CONFIG_NLS_CODEPAGE_1250 is not set | ||
| 817 | # CONFIG_NLS_CODEPAGE_1251 is not set | ||
| 818 | # CONFIG_NLS_ASCII is not set | ||
| 819 | CONFIG_NLS_ISO8859_1=y | ||
| 820 | # CONFIG_NLS_ISO8859_2 is not set | ||
| 821 | # CONFIG_NLS_ISO8859_3 is not set | ||
| 822 | # CONFIG_NLS_ISO8859_4 is not set | ||
| 823 | # CONFIG_NLS_ISO8859_5 is not set | ||
| 824 | # CONFIG_NLS_ISO8859_6 is not set | ||
| 825 | # CONFIG_NLS_ISO8859_7 is not set | ||
| 826 | # CONFIG_NLS_ISO8859_9 is not set | ||
| 827 | # CONFIG_NLS_ISO8859_13 is not set | ||
| 828 | # CONFIG_NLS_ISO8859_14 is not set | ||
| 829 | # CONFIG_NLS_ISO8859_15 is not set | ||
| 830 | # CONFIG_NLS_KOI8_R is not set | ||
| 831 | # CONFIG_NLS_KOI8_U is not set | ||
| 832 | # CONFIG_NLS_UTF8 is not set | ||
| 833 | |||
| 834 | # | ||
| 835 | # Profiling support | ||
| 836 | # | ||
| 837 | CONFIG_PROFILING=y | ||
| 838 | CONFIG_OPROFILE=m | ||
| 839 | |||
| 840 | # | ||
| 841 | # Kernel hacking | ||
| 842 | # | ||
| 843 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y | ||
| 844 | # CONFIG_PRINTK_TIME is not set | ||
| 845 | CONFIG_ENABLE_MUST_CHECK=y | ||
| 846 | CONFIG_MAGIC_SYSRQ=y | ||
| 847 | # CONFIG_UNUSED_SYMBOLS is not set | ||
| 848 | CONFIG_DEBUG_FS=y | ||
| 849 | # CONFIG_HEADERS_CHECK is not set | ||
| 850 | CONFIG_DEBUG_KERNEL=y | ||
| 851 | # CONFIG_DEBUG_SHIRQ is not set | ||
| 852 | CONFIG_LOG_BUF_SHIFT=14 | ||
| 853 | CONFIG_DETECT_SOFTLOCKUP=y | ||
| 854 | # CONFIG_SCHEDSTATS is not set | ||
| 855 | # CONFIG_TIMER_STATS is not set | ||
| 856 | CONFIG_DEBUG_SLAB=y | ||
| 857 | # CONFIG_DEBUG_SLAB_LEAK is not set | ||
| 858 | CONFIG_DEBUG_PREEMPT=y | ||
| 859 | # CONFIG_DEBUG_RT_MUTEXES is not set | ||
| 860 | # CONFIG_RT_MUTEX_TESTER is not set | ||
| 861 | CONFIG_DEBUG_SPINLOCK=y | ||
| 862 | CONFIG_DEBUG_MUTEXES=y | ||
| 863 | # CONFIG_DEBUG_LOCK_ALLOC is not set | ||
| 864 | # CONFIG_PROVE_LOCKING is not set | ||
| 865 | # CONFIG_DEBUG_SPINLOCK_SLEEP is not set | ||
| 866 | # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set | ||
| 867 | # CONFIG_DEBUG_KOBJECT is not set | ||
| 868 | CONFIG_DEBUG_BUGVERBOSE=y | ||
| 869 | CONFIG_DEBUG_INFO=y | ||
| 870 | CONFIG_DEBUG_VM=y | ||
| 871 | # CONFIG_DEBUG_LIST is not set | ||
| 872 | CONFIG_FRAME_POINTER=y | ||
| 873 | CONFIG_FORCED_INLINING=y | ||
| 874 | # CONFIG_RCU_TORTURE_TEST is not set | ||
| 875 | # CONFIG_FAULT_INJECTION is not set | ||
| 876 | CONFIG_SH_STANDARD_BIOS=y | ||
| 877 | # CONFIG_EARLY_SCIF_CONSOLE is not set | ||
| 878 | CONFIG_EARLY_PRINTK=y | ||
| 879 | CONFIG_DEBUG_STACKOVERFLOW=y | ||
| 880 | # CONFIG_DEBUG_STACK_USAGE is not set | ||
| 881 | # CONFIG_4KSTACKS is not set | ||
| 882 | # CONFIG_SH_KGDB is not set | ||
| 883 | |||
| 884 | # | ||
| 885 | # Security options | ||
| 886 | # | ||
| 887 | # CONFIG_KEYS is not set | ||
| 888 | # CONFIG_SECURITY is not set | ||
| 889 | |||
| 890 | # | ||
| 891 | # Cryptographic options | ||
| 892 | # | ||
| 893 | CONFIG_CRYPTO=y | ||
| 894 | CONFIG_CRYPTO_ALGAPI=y | ||
| 895 | CONFIG_CRYPTO_BLKCIPHER=y | ||
| 896 | CONFIG_CRYPTO_HASH=y | ||
| 897 | CONFIG_CRYPTO_MANAGER=y | ||
| 898 | CONFIG_CRYPTO_HMAC=y | ||
| 899 | # CONFIG_CRYPTO_XCBC is not set | ||
| 900 | # CONFIG_CRYPTO_NULL is not set | ||
| 901 | # CONFIG_CRYPTO_MD4 is not set | ||
| 902 | CONFIG_CRYPTO_MD5=y | ||
| 903 | # CONFIG_CRYPTO_SHA1 is not set | ||
| 904 | # CONFIG_CRYPTO_SHA256 is not set | ||
| 905 | # CONFIG_CRYPTO_SHA512 is not set | ||
| 906 | # CONFIG_CRYPTO_WP512 is not set | ||
| 907 | # CONFIG_CRYPTO_TGR192 is not set | ||
| 908 | # CONFIG_CRYPTO_GF128MUL is not set | ||
| 909 | CONFIG_CRYPTO_ECB=m | ||
| 910 | CONFIG_CRYPTO_CBC=y | ||
| 911 | CONFIG_CRYPTO_PCBC=m | ||
| 912 | # CONFIG_CRYPTO_LRW is not set | ||
| 913 | CONFIG_CRYPTO_DES=y | ||
| 914 | # CONFIG_CRYPTO_FCRYPT is not set | ||
| 915 | # CONFIG_CRYPTO_BLOWFISH is not set | ||
| 916 | # CONFIG_CRYPTO_TWOFISH is not set | ||
| 917 | # CONFIG_CRYPTO_SERPENT is not set | ||
| 918 | # CONFIG_CRYPTO_AES is not set | ||
| 919 | # CONFIG_CRYPTO_CAST5 is not set | ||
| 920 | # CONFIG_CRYPTO_CAST6 is not set | ||
| 921 | # CONFIG_CRYPTO_TEA is not set | ||
| 922 | # CONFIG_CRYPTO_ARC4 is not set | ||
| 923 | # CONFIG_CRYPTO_KHAZAD is not set | ||
| 924 | # CONFIG_CRYPTO_ANUBIS is not set | ||
| 925 | # CONFIG_CRYPTO_DEFLATE is not set | ||
| 926 | # CONFIG_CRYPTO_MICHAEL_MIC is not set | ||
| 927 | # CONFIG_CRYPTO_CRC32C is not set | ||
| 928 | # CONFIG_CRYPTO_CAMELLIA is not set | ||
| 929 | # CONFIG_CRYPTO_TEST is not set | ||
| 930 | |||
| 931 | # | ||
| 932 | # Hardware crypto devices | ||
| 933 | # | ||
| 934 | |||
| 935 | # | ||
| 936 | # Library routines | ||
| 937 | # | ||
| 938 | CONFIG_BITREVERSE=y | ||
| 939 | # CONFIG_CRC_CCITT is not set | ||
| 940 | # CONFIG_CRC16 is not set | ||
| 941 | CONFIG_CRC32=y | ||
| 942 | # CONFIG_LIBCRC32C is not set | ||
| 943 | CONFIG_PLIST=y | ||
| 944 | CONFIG_HAS_IOMEM=y | ||
| 945 | CONFIG_HAS_IOPORT=y | ||
