Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1 | # |
| 2 | # Automatically generated make config: don't edit |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 3 | # Linux kernel version: 2.6.27-rc4 |
| 4 | # Tue Aug 26 14:18:17 2008 |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 5 | # |
| 6 | CONFIG_SUPERH=y |
| 7 | CONFIG_SUPERH32=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 8 | CONFIG_ARCH_DEFCONFIG="arch/sh/configs/shx3_defconfig" |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 9 | CONFIG_RWSEM_GENERIC_SPINLOCK=y |
| 10 | CONFIG_GENERIC_BUG=y |
| 11 | CONFIG_GENERIC_FIND_NEXT_BIT=y |
| 12 | CONFIG_GENERIC_HWEIGHT=y |
| 13 | CONFIG_GENERIC_HARDIRQS=y |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 14 | CONFIG_GENERIC_HARDIRQS_NO__DO_IRQ=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 15 | CONFIG_GENERIC_IRQ_PROBE=y |
| 16 | CONFIG_GENERIC_CALIBRATE_DELAY=y |
| 17 | CONFIG_GENERIC_TIME=y |
| 18 | CONFIG_GENERIC_CLOCKEVENTS=y |
| 19 | CONFIG_SYS_SUPPORTS_NUMA=y |
| 20 | CONFIG_STACKTRACE_SUPPORT=y |
| 21 | CONFIG_LOCKDEP_SUPPORT=y |
| 22 | # CONFIG_ARCH_HAS_ILOG2_U32 is not set |
| 23 | # CONFIG_ARCH_HAS_ILOG2_U64 is not set |
| 24 | CONFIG_ARCH_NO_VIRT_TO_BUS=y |
| 25 | CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config" |
| 26 | |
| 27 | # |
| 28 | # General setup |
| 29 | # |
| 30 | CONFIG_EXPERIMENTAL=y |
| 31 | CONFIG_BROKEN_ON_SMP=y |
| 32 | CONFIG_INIT_ENV_ARG_LIMIT=32 |
| 33 | CONFIG_LOCALVERSION="" |
| 34 | CONFIG_LOCALVERSION_AUTO=y |
| 35 | CONFIG_SWAP=y |
| 36 | CONFIG_SYSVIPC=y |
| 37 | CONFIG_SYSVIPC_SYSCTL=y |
| 38 | # CONFIG_POSIX_MQUEUE is not set |
| 39 | # CONFIG_BSD_PROCESS_ACCT is not set |
| 40 | # CONFIG_TASKSTATS is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 41 | # CONFIG_AUDIT is not set |
| 42 | CONFIG_IKCONFIG=y |
| 43 | CONFIG_IKCONFIG_PROC=y |
| 44 | CONFIG_LOG_BUF_SHIFT=14 |
| 45 | # CONFIG_CGROUPS is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 46 | # CONFIG_GROUP_SCHED is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 47 | CONFIG_SYSFS_DEPRECATED=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 48 | CONFIG_SYSFS_DEPRECATED_V2=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 49 | # CONFIG_RELAY is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 50 | # CONFIG_NAMESPACES is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 51 | CONFIG_BLK_DEV_INITRD=y |
| 52 | CONFIG_INITRAMFS_SOURCE="" |
| 53 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set |
| 54 | CONFIG_SYSCTL=y |
| 55 | CONFIG_EMBEDDED=y |
| 56 | CONFIG_UID16=y |
| 57 | # CONFIG_SYSCTL_SYSCALL is not set |
| 58 | CONFIG_KALLSYMS=y |
| 59 | # CONFIG_KALLSYMS_EXTRA_PASS is not set |
| 60 | CONFIG_HOTPLUG=y |
| 61 | CONFIG_PRINTK=y |
| 62 | CONFIG_BUG=y |
| 63 | CONFIG_ELF_CORE=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 64 | CONFIG_COMPAT_BRK=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 65 | CONFIG_BASE_FULL=y |
| 66 | CONFIG_FUTEX=y |
| 67 | CONFIG_ANON_INODES=y |
| 68 | CONFIG_EPOLL=y |
| 69 | CONFIG_SIGNALFD=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 70 | CONFIG_TIMERFD=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 71 | CONFIG_EVENTFD=y |
| 72 | CONFIG_SHMEM=y |
| 73 | CONFIG_VM_EVENT_COUNTERS=y |
| 74 | CONFIG_SLAB=y |
| 75 | # CONFIG_SLUB is not set |
| 76 | # CONFIG_SLOB is not set |
| 77 | CONFIG_PROFILING=y |
| 78 | # CONFIG_MARKERS is not set |
| 79 | CONFIG_OPROFILE=y |
| 80 | CONFIG_HAVE_OPROFILE=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 81 | # CONFIG_HAVE_EFFICIENT_UNALIGNED_ACCESS is not set |
| 82 | # CONFIG_HAVE_IOREMAP_PROT is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 83 | # CONFIG_HAVE_KPROBES is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 84 | # CONFIG_HAVE_KRETPROBES is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 85 | # CONFIG_HAVE_ARCH_TRACEHOOK is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 86 | # CONFIG_HAVE_DMA_ATTRS is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 87 | # CONFIG_USE_GENERIC_SMP_HELPERS is not set |
| 88 | CONFIG_HAVE_CLK=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 89 | CONFIG_PROC_PAGE_MONITOR=y |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 90 | CONFIG_HAVE_GENERIC_DMA_COHERENT=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 91 | CONFIG_SLABINFO=y |
| 92 | CONFIG_RT_MUTEXES=y |
| 93 | # CONFIG_TINY_SHMEM is not set |
| 94 | CONFIG_BASE_SMALL=0 |
| 95 | CONFIG_MODULES=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 96 | # CONFIG_MODULE_FORCE_LOAD is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 97 | # CONFIG_MODULE_UNLOAD is not set |
| 98 | # CONFIG_MODVERSIONS is not set |
| 99 | # CONFIG_MODULE_SRCVERSION_ALL is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 100 | CONFIG_KMOD=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 101 | CONFIG_BLOCK=y |
| 102 | # CONFIG_LBD is not set |
| 103 | # CONFIG_BLK_DEV_IO_TRACE is not set |
| 104 | # CONFIG_LSF is not set |
| 105 | # CONFIG_BLK_DEV_BSG is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 106 | # CONFIG_BLK_DEV_INTEGRITY is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 107 | |
| 108 | # |
| 109 | # IO Schedulers |
| 110 | # |
| 111 | CONFIG_IOSCHED_NOOP=y |
| 112 | CONFIG_IOSCHED_AS=y |
| 113 | CONFIG_IOSCHED_DEADLINE=y |
| 114 | CONFIG_IOSCHED_CFQ=y |
| 115 | CONFIG_DEFAULT_AS=y |
| 116 | # CONFIG_DEFAULT_DEADLINE is not set |
| 117 | # CONFIG_DEFAULT_CFQ is not set |
| 118 | # CONFIG_DEFAULT_NOOP is not set |
| 119 | CONFIG_DEFAULT_IOSCHED="anticipatory" |
| 120 | CONFIG_CLASSIC_RCU=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 121 | |
| 122 | # |
| 123 | # System type |
| 124 | # |
| 125 | CONFIG_CPU_SH4=y |
| 126 | CONFIG_CPU_SH4A=y |
| 127 | CONFIG_CPU_SH4AL_DSP=y |
| 128 | CONFIG_CPU_SHX2=y |
| 129 | # CONFIG_CPU_SUBTYPE_SH7619 is not set |
| 130 | # CONFIG_CPU_SUBTYPE_SH7203 is not set |
| 131 | # CONFIG_CPU_SUBTYPE_SH7206 is not set |
| 132 | # CONFIG_CPU_SUBTYPE_SH7263 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 133 | # CONFIG_CPU_SUBTYPE_MXG is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 134 | # CONFIG_CPU_SUBTYPE_SH7705 is not set |
| 135 | # CONFIG_CPU_SUBTYPE_SH7706 is not set |
| 136 | # CONFIG_CPU_SUBTYPE_SH7707 is not set |
| 137 | # CONFIG_CPU_SUBTYPE_SH7708 is not set |
| 138 | # CONFIG_CPU_SUBTYPE_SH7709 is not set |
| 139 | # CONFIG_CPU_SUBTYPE_SH7710 is not set |
| 140 | # CONFIG_CPU_SUBTYPE_SH7712 is not set |
| 141 | # CONFIG_CPU_SUBTYPE_SH7720 is not set |
| 142 | # CONFIG_CPU_SUBTYPE_SH7721 is not set |
| 143 | # CONFIG_CPU_SUBTYPE_SH7750 is not set |
| 144 | # CONFIG_CPU_SUBTYPE_SH7091 is not set |
| 145 | # CONFIG_CPU_SUBTYPE_SH7750R is not set |
| 146 | # CONFIG_CPU_SUBTYPE_SH7750S is not set |
| 147 | # CONFIG_CPU_SUBTYPE_SH7751 is not set |
| 148 | # CONFIG_CPU_SUBTYPE_SH7751R is not set |
| 149 | # CONFIG_CPU_SUBTYPE_SH7760 is not set |
| 150 | # CONFIG_CPU_SUBTYPE_SH4_202 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 151 | # CONFIG_CPU_SUBTYPE_SH7723 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 152 | # CONFIG_CPU_SUBTYPE_SH7763 is not set |
| 153 | # CONFIG_CPU_SUBTYPE_SH7770 is not set |
| 154 | # CONFIG_CPU_SUBTYPE_SH7780 is not set |
| 155 | # CONFIG_CPU_SUBTYPE_SH7785 is not set |
| 156 | # CONFIG_CPU_SUBTYPE_SHX3 is not set |
| 157 | # CONFIG_CPU_SUBTYPE_SH7343 is not set |
| 158 | CONFIG_CPU_SUBTYPE_SH7722=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 159 | # CONFIG_CPU_SUBTYPE_SH7366 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 160 | # CONFIG_CPU_SUBTYPE_SH5_101 is not set |
| 161 | # CONFIG_CPU_SUBTYPE_SH5_103 is not set |
| 162 | |
| 163 | # |
| 164 | # Memory management options |
| 165 | # |
| 166 | CONFIG_QUICKLIST=y |
| 167 | CONFIG_MMU=y |
| 168 | CONFIG_PAGE_OFFSET=0x80000000 |
| 169 | CONFIG_MEMORY_START=0x0c000000 |
| 170 | CONFIG_MEMORY_SIZE=0x04000000 |
| 171 | CONFIG_29BIT=y |
| 172 | # CONFIG_X2TLB is not set |
| 173 | CONFIG_VSYSCALL=y |
| 174 | CONFIG_NUMA=y |
| 175 | CONFIG_NODES_SHIFT=1 |
| 176 | CONFIG_ARCH_SPARSEMEM_ENABLE=y |
| 177 | CONFIG_ARCH_SPARSEMEM_DEFAULT=y |
| 178 | CONFIG_MAX_ACTIVE_REGIONS=2 |
| 179 | CONFIG_ARCH_POPULATES_NODE_MAP=y |
| 180 | CONFIG_ARCH_SELECT_MEMORY_MODEL=y |
| 181 | CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y |
| 182 | CONFIG_PAGE_SIZE_4KB=y |
| 183 | # CONFIG_PAGE_SIZE_8KB is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 184 | # CONFIG_PAGE_SIZE_16KB is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 185 | # CONFIG_PAGE_SIZE_64KB is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 186 | CONFIG_ENTRY_OFFSET=0x00001000 |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 187 | CONFIG_SELECT_MEMORY_MODEL=y |
| 188 | # CONFIG_FLATMEM_MANUAL is not set |
| 189 | # CONFIG_DISCONTIGMEM_MANUAL is not set |
| 190 | CONFIG_SPARSEMEM_MANUAL=y |
| 191 | CONFIG_SPARSEMEM=y |
| 192 | CONFIG_NEED_MULTIPLE_NODES=y |
| 193 | CONFIG_HAVE_MEMORY_PRESENT=y |
| 194 | CONFIG_SPARSEMEM_STATIC=y |
| 195 | # CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set |
| 196 | # CONFIG_MEMORY_HOTPLUG is not set |
| 197 | CONFIG_SPLIT_PTLOCK_CPUS=4 |
| 198 | # CONFIG_MIGRATION is not set |
| 199 | # CONFIG_RESOURCES_64BIT is not set |
| 200 | CONFIG_ZONE_DMA_FLAG=0 |
| 201 | CONFIG_NR_QUICK=2 |
| 202 | |
| 203 | # |
| 204 | # Cache configuration |
| 205 | # |
| 206 | # CONFIG_SH_DIRECT_MAPPED is not set |
| 207 | CONFIG_CACHE_WRITEBACK=y |
| 208 | # CONFIG_CACHE_WRITETHROUGH is not set |
| 209 | # CONFIG_CACHE_OFF is not set |
| 210 | |
| 211 | # |
| 212 | # Processor features |
| 213 | # |
| 214 | CONFIG_CPU_LITTLE_ENDIAN=y |
| 215 | # CONFIG_CPU_BIG_ENDIAN is not set |
| 216 | # CONFIG_SH_FPU_EMU is not set |
| 217 | CONFIG_SH_DSP=y |
| 218 | # CONFIG_SH_STORE_QUEUES is not set |
| 219 | CONFIG_CPU_HAS_INTEVT=y |
| 220 | CONFIG_CPU_HAS_SR_RB=y |
| 221 | CONFIG_CPU_HAS_PTEA=y |
| 222 | CONFIG_CPU_HAS_DSP=y |
| 223 | |
| 224 | # |
| 225 | # Board support |
| 226 | # |
| 227 | # CONFIG_SH_7722_SOLUTION_ENGINE is not set |
| 228 | CONFIG_SH_MIGOR=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 229 | CONFIG_SH_MIGOR_QVGA=y |
| 230 | # CONFIG_SH_MIGOR_RTA_WVGA is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 231 | |
| 232 | # |
| 233 | # Timer and clock configuration |
| 234 | # |
| 235 | CONFIG_SH_TMU=y |
| 236 | CONFIG_SH_TIMER_IRQ=16 |
| 237 | CONFIG_SH_PCLK_FREQ=33333333 |
| 238 | # CONFIG_TICK_ONESHOT is not set |
| 239 | # CONFIG_NO_HZ is not set |
| 240 | # CONFIG_HIGH_RES_TIMERS is not set |
| 241 | CONFIG_GENERIC_CLOCKEVENTS_BUILD=y |
| 242 | |
| 243 | # |
| 244 | # CPU Frequency scaling |
| 245 | # |
| 246 | # CONFIG_CPU_FREQ is not set |
| 247 | |
| 248 | # |
| 249 | # DMA support |
| 250 | # |
| 251 | # CONFIG_SH_DMA is not set |
| 252 | |
| 253 | # |
| 254 | # Companion Chips |
| 255 | # |
| 256 | |
| 257 | # |
| 258 | # Additional SuperH Device Drivers |
| 259 | # |
| 260 | # CONFIG_HEARTBEAT is not set |
| 261 | # CONFIG_PUSH_SWITCH is not set |
| 262 | |
| 263 | # |
| 264 | # Kernel features |
| 265 | # |
| 266 | # CONFIG_HZ_100 is not set |
| 267 | CONFIG_HZ_250=y |
| 268 | # CONFIG_HZ_300 is not set |
| 269 | # CONFIG_HZ_1000 is not set |
| 270 | CONFIG_HZ=250 |
| 271 | # CONFIG_SCHED_HRTICK is not set |
| 272 | # CONFIG_KEXEC is not set |
| 273 | # CONFIG_CRASH_DUMP is not set |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 274 | CONFIG_SECCOMP=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 275 | CONFIG_PREEMPT_NONE=y |
| 276 | # CONFIG_PREEMPT_VOLUNTARY is not set |
| 277 | # CONFIG_PREEMPT is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 278 | CONFIG_GUSA=y |
| 279 | |
| 280 | # |
| 281 | # Boot options |
| 282 | # |
| 283 | CONFIG_ZERO_PAGE_OFFSET=0x00001000 |
| 284 | CONFIG_BOOT_LINK_OFFSET=0x00800000 |
| 285 | CONFIG_CMDLINE_BOOL=y |
| 286 | CONFIG_CMDLINE="console=ttySC0,115200 earlyprintk=serial ip=on" |
| 287 | |
| 288 | # |
| 289 | # Bus options |
| 290 | # |
| 291 | # CONFIG_ARCH_SUPPORTS_MSI is not set |
| 292 | # CONFIG_PCCARD is not set |
| 293 | |
| 294 | # |
| 295 | # Executable file formats |
| 296 | # |
| 297 | CONFIG_BINFMT_ELF=y |
| 298 | # CONFIG_BINFMT_MISC is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 299 | CONFIG_NET=y |
| 300 | |
| 301 | # |
| 302 | # Networking options |
| 303 | # |
| 304 | CONFIG_PACKET=y |
| 305 | # CONFIG_PACKET_MMAP is not set |
| 306 | CONFIG_UNIX=y |
| 307 | CONFIG_XFRM=y |
| 308 | # CONFIG_XFRM_USER is not set |
| 309 | # CONFIG_XFRM_SUB_POLICY is not set |
| 310 | # CONFIG_XFRM_MIGRATE is not set |
| 311 | # CONFIG_XFRM_STATISTICS is not set |
| 312 | # CONFIG_NET_KEY is not set |
| 313 | CONFIG_INET=y |
| 314 | # CONFIG_IP_MULTICAST is not set |
| 315 | # CONFIG_IP_ADVANCED_ROUTER is not set |
| 316 | CONFIG_IP_FIB_HASH=y |
| 317 | CONFIG_IP_PNP=y |
| 318 | CONFIG_IP_PNP_DHCP=y |
| 319 | # CONFIG_IP_PNP_BOOTP is not set |
| 320 | # CONFIG_IP_PNP_RARP is not set |
| 321 | # CONFIG_NET_IPIP is not set |
| 322 | # CONFIG_NET_IPGRE is not set |
| 323 | # CONFIG_ARPD is not set |
| 324 | # CONFIG_SYN_COOKIES is not set |
| 325 | # CONFIG_INET_AH is not set |
| 326 | # CONFIG_INET_ESP is not set |
| 327 | # CONFIG_INET_IPCOMP is not set |
| 328 | # CONFIG_INET_XFRM_TUNNEL is not set |
| 329 | # CONFIG_INET_TUNNEL is not set |
| 330 | CONFIG_INET_XFRM_MODE_TRANSPORT=y |
| 331 | CONFIG_INET_XFRM_MODE_TUNNEL=y |
| 332 | CONFIG_INET_XFRM_MODE_BEET=y |
| 333 | # CONFIG_INET_LRO is not set |
| 334 | CONFIG_INET_DIAG=y |
| 335 | CONFIG_INET_TCP_DIAG=y |
| 336 | # CONFIG_TCP_CONG_ADVANCED is not set |
| 337 | CONFIG_TCP_CONG_CUBIC=y |
| 338 | CONFIG_DEFAULT_TCP_CONG="cubic" |
| 339 | # CONFIG_TCP_MD5SIG is not set |
| 340 | # CONFIG_IPV6 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 341 | # CONFIG_NETWORK_SECMARK is not set |
| 342 | # CONFIG_NETFILTER is not set |
| 343 | # CONFIG_IP_DCCP is not set |
| 344 | # CONFIG_IP_SCTP is not set |
| 345 | # CONFIG_TIPC is not set |
| 346 | # CONFIG_ATM is not set |
| 347 | # CONFIG_BRIDGE is not set |
| 348 | # CONFIG_VLAN_8021Q is not set |
| 349 | # CONFIG_DECNET is not set |
| 350 | # CONFIG_LLC2 is not set |
| 351 | # CONFIG_IPX is not set |
| 352 | # CONFIG_ATALK is not set |
| 353 | # CONFIG_X25 is not set |
| 354 | # CONFIG_LAPB is not set |
| 355 | # CONFIG_ECONET is not set |
| 356 | # CONFIG_WAN_ROUTER is not set |
| 357 | # CONFIG_NET_SCHED is not set |
| 358 | |
| 359 | # |
| 360 | # Network testing |
| 361 | # |
| 362 | # CONFIG_NET_PKTGEN is not set |
| 363 | # CONFIG_HAMRADIO is not set |
| 364 | # CONFIG_CAN is not set |
| 365 | # CONFIG_IRDA is not set |
| 366 | # CONFIG_BT is not set |
| 367 | # CONFIG_AF_RXRPC is not set |
| 368 | |
| 369 | # |
| 370 | # Wireless |
| 371 | # |
| 372 | # CONFIG_CFG80211 is not set |
| 373 | CONFIG_WIRELESS_EXT=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 374 | CONFIG_WIRELESS_EXT_SYSFS=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 375 | # CONFIG_MAC80211 is not set |
| 376 | # CONFIG_IEEE80211 is not set |
| 377 | # CONFIG_RFKILL is not set |
| 378 | # CONFIG_NET_9P is not set |
| 379 | |
| 380 | # |
| 381 | # Device Drivers |
| 382 | # |
| 383 | |
| 384 | # |
| 385 | # Generic Driver Options |
| 386 | # |
| 387 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
| 388 | CONFIG_STANDALONE=y |
| 389 | CONFIG_PREVENT_FIRMWARE_BUILD=y |
| 390 | CONFIG_FW_LOADER=m |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 391 | CONFIG_FIRMWARE_IN_KERNEL=y |
| 392 | CONFIG_EXTRA_FIRMWARE="" |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 393 | # CONFIG_SYS_HYPERVISOR is not set |
| 394 | # CONFIG_CONNECTOR is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 395 | CONFIG_MTD=y |
| 396 | # CONFIG_MTD_DEBUG is not set |
| 397 | CONFIG_MTD_CONCAT=y |
| 398 | CONFIG_MTD_PARTITIONS=y |
| 399 | # CONFIG_MTD_REDBOOT_PARTS is not set |
| 400 | CONFIG_MTD_CMDLINE_PARTS=y |
| 401 | # CONFIG_MTD_AR7_PARTS is not set |
| 402 | |
| 403 | # |
| 404 | # User Modules And Translation Layers |
| 405 | # |
| 406 | CONFIG_MTD_CHAR=y |
| 407 | CONFIG_MTD_BLKDEVS=y |
| 408 | CONFIG_MTD_BLOCK=y |
| 409 | # CONFIG_FTL is not set |
| 410 | # CONFIG_NFTL is not set |
| 411 | # CONFIG_INFTL is not set |
| 412 | # CONFIG_RFD_FTL is not set |
| 413 | # CONFIG_SSFDC is not set |
| 414 | # CONFIG_MTD_OOPS is not set |
| 415 | |
| 416 | # |
| 417 | # RAM/ROM/Flash chip drivers |
| 418 | # |
| 419 | CONFIG_MTD_CFI=y |
| 420 | # CONFIG_MTD_JEDECPROBE is not set |
| 421 | CONFIG_MTD_GEN_PROBE=y |
| 422 | # CONFIG_MTD_CFI_ADV_OPTIONS is not set |
| 423 | CONFIG_MTD_MAP_BANK_WIDTH_1=y |
| 424 | CONFIG_MTD_MAP_BANK_WIDTH_2=y |
| 425 | CONFIG_MTD_MAP_BANK_WIDTH_4=y |
| 426 | # CONFIG_MTD_MAP_BANK_WIDTH_8 is not set |
| 427 | # CONFIG_MTD_MAP_BANK_WIDTH_16 is not set |
| 428 | # CONFIG_MTD_MAP_BANK_WIDTH_32 is not set |
| 429 | CONFIG_MTD_CFI_I1=y |
| 430 | CONFIG_MTD_CFI_I2=y |
| 431 | # CONFIG_MTD_CFI_I4 is not set |
| 432 | # CONFIG_MTD_CFI_I8 is not set |
| 433 | # CONFIG_MTD_CFI_INTELEXT is not set |
| 434 | CONFIG_MTD_CFI_AMDSTD=y |
| 435 | # CONFIG_MTD_CFI_STAA is not set |
| 436 | CONFIG_MTD_CFI_UTIL=y |
| 437 | # CONFIG_MTD_RAM is not set |
| 438 | # CONFIG_MTD_ROM is not set |
| 439 | # CONFIG_MTD_ABSENT is not set |
| 440 | |
| 441 | # |
| 442 | # Mapping drivers for chip access |
| 443 | # |
| 444 | # CONFIG_MTD_COMPLEX_MAPPINGS is not set |
| 445 | CONFIG_MTD_PHYSMAP=y |
| 446 | CONFIG_MTD_PHYSMAP_START=0xffffffff |
| 447 | CONFIG_MTD_PHYSMAP_LEN=0 |
| 448 | CONFIG_MTD_PHYSMAP_BANKWIDTH=0 |
| 449 | # CONFIG_MTD_PLATRAM is not set |
| 450 | |
| 451 | # |
| 452 | # Self-contained MTD device drivers |
| 453 | # |
| 454 | # CONFIG_MTD_SLRAM is not set |
| 455 | # CONFIG_MTD_PHRAM is not set |
| 456 | # CONFIG_MTD_MTDRAM is not set |
| 457 | # CONFIG_MTD_BLOCK2MTD is not set |
| 458 | |
| 459 | # |
| 460 | # Disk-On-Chip Device Drivers |
| 461 | # |
| 462 | # CONFIG_MTD_DOC2000 is not set |
| 463 | # CONFIG_MTD_DOC2001 is not set |
| 464 | # CONFIG_MTD_DOC2001PLUS is not set |
| 465 | CONFIG_MTD_NAND=y |
| 466 | # CONFIG_MTD_NAND_VERIFY_WRITE is not set |
| 467 | # CONFIG_MTD_NAND_ECC_SMC is not set |
| 468 | # CONFIG_MTD_NAND_MUSEUM_IDS is not set |
| 469 | CONFIG_MTD_NAND_IDS=y |
| 470 | # CONFIG_MTD_NAND_DISKONCHIP is not set |
| 471 | # CONFIG_MTD_NAND_NANDSIM is not set |
| 472 | CONFIG_MTD_NAND_PLATFORM=y |
| 473 | # CONFIG_MTD_ONENAND is not set |
| 474 | |
| 475 | # |
| 476 | # UBI - Unsorted block images |
| 477 | # |
| 478 | # CONFIG_MTD_UBI is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 479 | # CONFIG_PARPORT is not set |
| 480 | CONFIG_BLK_DEV=y |
| 481 | # CONFIG_BLK_DEV_COW_COMMON is not set |
| 482 | # CONFIG_BLK_DEV_LOOP is not set |
| 483 | # CONFIG_BLK_DEV_NBD is not set |
| 484 | CONFIG_BLK_DEV_RAM=y |
| 485 | CONFIG_BLK_DEV_RAM_COUNT=16 |
| 486 | CONFIG_BLK_DEV_RAM_SIZE=4096 |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 487 | # CONFIG_BLK_DEV_XIP is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 488 | # CONFIG_CDROM_PKTCDVD is not set |
| 489 | # CONFIG_ATA_OVER_ETH is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 490 | # CONFIG_BLK_DEV_HD is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 491 | CONFIG_MISC_DEVICES=y |
| 492 | # CONFIG_EEPROM_93CX6 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 493 | # CONFIG_ENCLOSURE_SERVICES is not set |
| 494 | CONFIG_HAVE_IDE=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 495 | # CONFIG_IDE is not set |
| 496 | |
| 497 | # |
| 498 | # SCSI device support |
| 499 | # |
| 500 | # CONFIG_RAID_ATTRS is not set |
| 501 | CONFIG_SCSI=y |
| 502 | CONFIG_SCSI_DMA=y |
| 503 | # CONFIG_SCSI_TGT is not set |
| 504 | # CONFIG_SCSI_NETLINK is not set |
| 505 | CONFIG_SCSI_PROC_FS=y |
| 506 | |
| 507 | # |
| 508 | # SCSI support type (disk, tape, CD-ROM) |
| 509 | # |
| 510 | CONFIG_BLK_DEV_SD=y |
| 511 | # CONFIG_CHR_DEV_ST is not set |
| 512 | # CONFIG_CHR_DEV_OSST is not set |
| 513 | # CONFIG_BLK_DEV_SR is not set |
| 514 | # CONFIG_CHR_DEV_SG is not set |
| 515 | # CONFIG_CHR_DEV_SCH is not set |
| 516 | |
| 517 | # |
| 518 | # Some SCSI devices (e.g. CD jukebox) support multiple LUNs |
| 519 | # |
| 520 | # CONFIG_SCSI_MULTI_LUN is not set |
| 521 | # CONFIG_SCSI_CONSTANTS is not set |
| 522 | # CONFIG_SCSI_LOGGING is not set |
| 523 | # CONFIG_SCSI_SCAN_ASYNC is not set |
| 524 | CONFIG_SCSI_WAIT_SCAN=m |
| 525 | |
| 526 | # |
| 527 | # SCSI Transports |
| 528 | # |
| 529 | # CONFIG_SCSI_SPI_ATTRS is not set |
| 530 | # CONFIG_SCSI_FC_ATTRS is not set |
| 531 | # CONFIG_SCSI_ISCSI_ATTRS is not set |
| 532 | # CONFIG_SCSI_SAS_LIBSAS is not set |
| 533 | # CONFIG_SCSI_SRP_ATTRS is not set |
| 534 | CONFIG_SCSI_LOWLEVEL=y |
| 535 | # CONFIG_ISCSI_TCP is not set |
| 536 | # CONFIG_SCSI_DEBUG is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 537 | # CONFIG_SCSI_DH is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 538 | # CONFIG_ATA is not set |
| 539 | # CONFIG_MD is not set |
| 540 | CONFIG_NETDEVICES=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 541 | # CONFIG_DUMMY is not set |
| 542 | # CONFIG_BONDING is not set |
| 543 | # CONFIG_MACVLAN is not set |
| 544 | # CONFIG_EQUALIZER is not set |
| 545 | # CONFIG_TUN is not set |
| 546 | # CONFIG_VETH is not set |
| 547 | # CONFIG_PHYLIB is not set |
| 548 | CONFIG_NET_ETHERNET=y |
| 549 | CONFIG_MII=y |
| 550 | # CONFIG_AX88796 is not set |
| 551 | # CONFIG_STNIC is not set |
| 552 | CONFIG_SMC91X=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 553 | # CONFIG_SMC911X is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 554 | # CONFIG_IBM_NEW_EMAC_ZMII is not set |
| 555 | # CONFIG_IBM_NEW_EMAC_RGMII is not set |
| 556 | # CONFIG_IBM_NEW_EMAC_TAH is not set |
| 557 | # CONFIG_IBM_NEW_EMAC_EMAC4 is not set |
| 558 | # CONFIG_B44 is not set |
| 559 | # CONFIG_NETDEV_1000 is not set |
| 560 | # CONFIG_NETDEV_10000 is not set |
| 561 | |
| 562 | # |
| 563 | # Wireless LAN |
| 564 | # |
| 565 | # CONFIG_WLAN_PRE80211 is not set |
| 566 | # CONFIG_WLAN_80211 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 567 | # CONFIG_IWLWIFI_LEDS is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 568 | # CONFIG_WAN is not set |
| 569 | # CONFIG_PPP is not set |
| 570 | # CONFIG_SLIP is not set |
| 571 | # CONFIG_NETCONSOLE is not set |
| 572 | # CONFIG_NETPOLL is not set |
| 573 | # CONFIG_NET_POLL_CONTROLLER is not set |
| 574 | # CONFIG_ISDN is not set |
| 575 | # CONFIG_PHONE is not set |
| 576 | |
| 577 | # |
| 578 | # Input device support |
| 579 | # |
| 580 | CONFIG_INPUT=y |
| 581 | # CONFIG_INPUT_FF_MEMLESS is not set |
| 582 | # CONFIG_INPUT_POLLDEV is not set |
| 583 | |
| 584 | # |
| 585 | # Userland interfaces |
| 586 | # |
| 587 | # CONFIG_INPUT_MOUSEDEV is not set |
| 588 | # CONFIG_INPUT_JOYDEV is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 589 | CONFIG_INPUT_EVDEV=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 590 | # CONFIG_INPUT_EVBUG is not set |
| 591 | |
| 592 | # |
| 593 | # Input Device Drivers |
| 594 | # |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 595 | CONFIG_INPUT_KEYBOARD=y |
| 596 | # CONFIG_KEYBOARD_ATKBD is not set |
| 597 | # CONFIG_KEYBOARD_SUNKBD is not set |
| 598 | # CONFIG_KEYBOARD_LKKBD is not set |
| 599 | # CONFIG_KEYBOARD_XTKBD is not set |
| 600 | # CONFIG_KEYBOARD_NEWTON is not set |
| 601 | # CONFIG_KEYBOARD_STOWAWAY is not set |
| 602 | CONFIG_KEYBOARD_SH_KEYSC=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 603 | # CONFIG_INPUT_MOUSE is not set |
| 604 | # CONFIG_INPUT_JOYSTICK is not set |
| 605 | # CONFIG_INPUT_TABLET is not set |
| 606 | # CONFIG_INPUT_TOUCHSCREEN is not set |
| 607 | # CONFIG_INPUT_MISC is not set |
| 608 | |
| 609 | # |
| 610 | # Hardware I/O ports |
| 611 | # |
| 612 | # CONFIG_SERIO is not set |
| 613 | # CONFIG_GAMEPORT is not set |
| 614 | |
| 615 | # |
| 616 | # Character devices |
| 617 | # |
| 618 | CONFIG_VT=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 619 | CONFIG_CONSOLE_TRANSLATIONS=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 620 | CONFIG_VT_CONSOLE=y |
| 621 | CONFIG_HW_CONSOLE=y |
| 622 | CONFIG_VT_HW_CONSOLE_BINDING=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 623 | CONFIG_DEVKMEM=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 624 | # CONFIG_SERIAL_NONSTANDARD is not set |
| 625 | |
| 626 | # |
| 627 | # Serial drivers |
| 628 | # |
| 629 | # CONFIG_SERIAL_8250 is not set |
| 630 | |
| 631 | # |
| 632 | # Non-8250 serial port support |
| 633 | # |
| 634 | CONFIG_SERIAL_SH_SCI=y |
| 635 | CONFIG_SERIAL_SH_SCI_NR_UARTS=3 |
| 636 | CONFIG_SERIAL_SH_SCI_CONSOLE=y |
| 637 | CONFIG_SERIAL_CORE=y |
| 638 | CONFIG_SERIAL_CORE_CONSOLE=y |
| 639 | CONFIG_UNIX98_PTYS=y |
| 640 | CONFIG_LEGACY_PTYS=y |
| 641 | CONFIG_LEGACY_PTY_COUNT=256 |
| 642 | # CONFIG_IPMI_HANDLER is not set |
| 643 | CONFIG_HW_RANDOM=y |
| 644 | # CONFIG_R3964 is not set |
| 645 | # CONFIG_RAW_DRIVER is not set |
| 646 | # CONFIG_TCG_TPM is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 647 | CONFIG_I2C=y |
| 648 | CONFIG_I2C_BOARDINFO=y |
| 649 | # CONFIG_I2C_CHARDEV is not set |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 650 | CONFIG_I2C_HELPER_AUTO=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 651 | |
| 652 | # |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 653 | # I2C Hardware Bus support |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 654 | # |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 655 | |
| 656 | # |
| 657 | # I2C system bus drivers (mostly embedded / system-on-chip) |
| 658 | # |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 659 | # CONFIG_I2C_OCORES is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 660 | CONFIG_I2C_SH_MOBILE=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 661 | # CONFIG_I2C_SIMTEC is not set |
| 662 | |
| 663 | # |
| 664 | # External I2C/SMBus adapter drivers |
| 665 | # |
| 666 | # CONFIG_I2C_PARPORT_LIGHT is not set |
| 667 | # CONFIG_I2C_TAOS_EVM is not set |
| 668 | |
| 669 | # |
| 670 | # Other I2C/SMBus bus drivers |
| 671 | # |
| 672 | # CONFIG_I2C_PCA_PLATFORM is not set |
| 673 | # CONFIG_I2C_STUB is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 674 | |
| 675 | # |
| 676 | # Miscellaneous I2C Chip support |
| 677 | # |
| 678 | # CONFIG_DS1682 is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 679 | # CONFIG_AT24 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 680 | # CONFIG_SENSORS_EEPROM is not set |
| 681 | # CONFIG_SENSORS_PCF8574 is not set |
| 682 | # CONFIG_PCF8575 is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 683 | # CONFIG_SENSORS_PCA9539 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 684 | # CONFIG_SENSORS_PCF8591 is not set |
| 685 | # CONFIG_SENSORS_MAX6875 is not set |
| 686 | # CONFIG_SENSORS_TSL2550 is not set |
| 687 | # CONFIG_I2C_DEBUG_CORE is not set |
| 688 | # CONFIG_I2C_DEBUG_ALGO is not set |
| 689 | # CONFIG_I2C_DEBUG_BUS is not set |
| 690 | # CONFIG_I2C_DEBUG_CHIP is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 691 | # CONFIG_SPI is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 692 | # CONFIG_W1 is not set |
| 693 | # CONFIG_POWER_SUPPLY is not set |
| 694 | # CONFIG_HWMON is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 695 | # CONFIG_THERMAL is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 696 | # CONFIG_THERMAL_HWMON is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 697 | # CONFIG_WATCHDOG is not set |
| 698 | |
| 699 | # |
| 700 | # Sonics Silicon Backplane |
| 701 | # |
| 702 | CONFIG_SSB_POSSIBLE=y |
| 703 | # CONFIG_SSB is not set |
| 704 | |
| 705 | # |
| 706 | # Multifunction device drivers |
| 707 | # |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 708 | # CONFIG_MFD_CORE is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 709 | # CONFIG_MFD_SM501 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 710 | # CONFIG_HTC_PASIC3 is not set |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 711 | # CONFIG_MFD_TMIO is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 712 | |
| 713 | # |
| 714 | # Multimedia devices |
| 715 | # |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 716 | |
| 717 | # |
| 718 | # Multimedia core support |
| 719 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 720 | # CONFIG_VIDEO_DEV is not set |
| 721 | # CONFIG_DVB_CORE is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 722 | # CONFIG_VIDEO_MEDIA is not set |
| 723 | |
| 724 | # |
| 725 | # Multimedia drivers |
| 726 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 727 | # CONFIG_DAB is not set |
| 728 | |
| 729 | # |
| 730 | # Graphics support |
| 731 | # |
| 732 | # CONFIG_VGASTATE is not set |
| 733 | # CONFIG_VIDEO_OUTPUT_CONTROL is not set |
| 734 | # CONFIG_FB is not set |
| 735 | # CONFIG_BACKLIGHT_LCD_SUPPORT is not set |
| 736 | |
| 737 | # |
| 738 | # Display device support |
| 739 | # |
| 740 | # CONFIG_DISPLAY_SUPPORT is not set |
| 741 | |
| 742 | # |
| 743 | # Console display driver support |
| 744 | # |
| 745 | CONFIG_DUMMY_CONSOLE=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 746 | # CONFIG_SOUND is not set |
| 747 | CONFIG_HID_SUPPORT=y |
| 748 | CONFIG_HID=y |
| 749 | # CONFIG_HID_DEBUG is not set |
| 750 | # CONFIG_HIDRAW is not set |
| 751 | CONFIG_USB_SUPPORT=y |
| 752 | CONFIG_USB_ARCH_HAS_HCD=y |
| 753 | # CONFIG_USB_ARCH_HAS_OHCI is not set |
| 754 | # CONFIG_USB_ARCH_HAS_EHCI is not set |
| 755 | # CONFIG_USB is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 756 | # CONFIG_USB_OTG_WHITELIST is not set |
| 757 | # CONFIG_USB_OTG_BLACKLIST_HUB is not set |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 758 | # CONFIG_USB_MUSB_HDRC is not set |
| 759 | # CONFIG_USB_GADGET_MUSB_HDRC is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 760 | |
| 761 | # |
| 762 | # NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' |
| 763 | # |
| 764 | CONFIG_USB_GADGET=y |
| 765 | # CONFIG_USB_GADGET_DEBUG_FILES is not set |
| 766 | # CONFIG_USB_GADGET_DEBUG_FS is not set |
| 767 | CONFIG_USB_GADGET_SELECTED=y |
| 768 | # CONFIG_USB_GADGET_AMD5536UDC is not set |
| 769 | # CONFIG_USB_GADGET_ATMEL_USBA is not set |
| 770 | # CONFIG_USB_GADGET_FSL_USB2 is not set |
| 771 | # CONFIG_USB_GADGET_NET2280 is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 772 | # CONFIG_USB_GADGET_PXA25X is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 773 | CONFIG_USB_GADGET_M66592=y |
| 774 | CONFIG_USB_M66592=y |
| 775 | CONFIG_SUPERH_BUILT_IN_M66592=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 776 | # CONFIG_USB_GADGET_PXA27X is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 777 | # CONFIG_USB_GADGET_GOKU is not set |
| 778 | # CONFIG_USB_GADGET_LH7A40X is not set |
| 779 | # CONFIG_USB_GADGET_OMAP is not set |
| 780 | # CONFIG_USB_GADGET_S3C2410 is not set |
| 781 | # CONFIG_USB_GADGET_AT91 is not set |
| 782 | # CONFIG_USB_GADGET_DUMMY_HCD is not set |
| 783 | CONFIG_USB_GADGET_DUALSPEED=y |
| 784 | # CONFIG_USB_ZERO is not set |
| 785 | # CONFIG_USB_ETH is not set |
| 786 | # CONFIG_USB_GADGETFS is not set |
| 787 | # CONFIG_USB_FILE_STORAGE is not set |
| 788 | CONFIG_USB_G_SERIAL=y |
| 789 | # CONFIG_USB_MIDI_GADGET is not set |
| 790 | # CONFIG_USB_G_PRINTER is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 791 | # CONFIG_USB_CDC_COMPOSITE is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 792 | # CONFIG_MMC is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 793 | # CONFIG_MEMSTICK is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 794 | # CONFIG_NEW_LEDS is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 795 | # CONFIG_ACCESSIBILITY is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 796 | CONFIG_RTC_LIB=y |
| 797 | CONFIG_RTC_CLASS=y |
| 798 | CONFIG_RTC_HCTOSYS=y |
| 799 | CONFIG_RTC_HCTOSYS_DEVICE="rtc0" |
| 800 | # CONFIG_RTC_DEBUG is not set |
| 801 | |
| 802 | # |
| 803 | # RTC interfaces |
| 804 | # |
| 805 | CONFIG_RTC_INTF_SYSFS=y |
| 806 | CONFIG_RTC_INTF_PROC=y |
| 807 | CONFIG_RTC_INTF_DEV=y |
| 808 | # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set |
| 809 | # CONFIG_RTC_DRV_TEST is not set |
| 810 | |
| 811 | # |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 812 | # I2C RTC drivers |
| 813 | # |
| 814 | # CONFIG_RTC_DRV_DS1307 is not set |
| 815 | # CONFIG_RTC_DRV_DS1374 is not set |
| 816 | # CONFIG_RTC_DRV_DS1672 is not set |
| 817 | # CONFIG_RTC_DRV_MAX6900 is not set |
| 818 | CONFIG_RTC_DRV_RS5C372=y |
| 819 | # CONFIG_RTC_DRV_ISL1208 is not set |
| 820 | # CONFIG_RTC_DRV_X1205 is not set |
| 821 | # CONFIG_RTC_DRV_PCF8563 is not set |
| 822 | # CONFIG_RTC_DRV_PCF8583 is not set |
| 823 | # CONFIG_RTC_DRV_M41T80 is not set |
| 824 | # CONFIG_RTC_DRV_S35390A is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 825 | # CONFIG_RTC_DRV_FM3130 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 826 | |
| 827 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 828 | # SPI RTC drivers |
| 829 | # |
| 830 | |
| 831 | # |
| 832 | # Platform RTC drivers |
| 833 | # |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 834 | # CONFIG_RTC_DRV_DS1511 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 835 | # CONFIG_RTC_DRV_DS1553 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 836 | # CONFIG_RTC_DRV_DS1742 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 837 | # CONFIG_RTC_DRV_STK17TA8 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 838 | # CONFIG_RTC_DRV_M48T86 is not set |
| 839 | # CONFIG_RTC_DRV_M48T59 is not set |
| 840 | # CONFIG_RTC_DRV_V3020 is not set |
| 841 | |
| 842 | # |
| 843 | # on-CPU RTC drivers |
| 844 | # |
| 845 | CONFIG_RTC_DRV_SH=y |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 846 | # CONFIG_DMADEVICES is not set |
Magnus Damm | be8c129 | 2008-08-27 18:22:49 +0900 | [diff] [blame^] | 847 | CONFIG_UIO=y |
| 848 | # CONFIG_UIO_PDRV is not set |
| 849 | CONFIG_UIO_PDRV_GENIRQ=y |
| 850 | # CONFIG_UIO_SMX is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 851 | |
| 852 | # |
| 853 | # File systems |
| 854 | # |
| 855 | # CONFIG_EXT2_FS is not set |
| 856 | # CONFIG_EXT3_FS is not set |
| 857 | # CONFIG_EXT4DEV_FS is not set |
| 858 | # CONFIG_REISERFS_FS is not set |
| 859 | # CONFIG_JFS_FS is not set |
| 860 | # CONFIG_FS_POSIX_ACL is not set |
| 861 | # CONFIG_XFS_FS is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 862 | # CONFIG_OCFS2_FS is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 863 | # CONFIG_DNOTIFY is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 864 | # CONFIG_INOTIFY is not set |
| 865 | # CONFIG_QUOTA is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 866 | # CONFIG_AUTOFS_FS is not set |
| 867 | # CONFIG_AUTOFS4_FS is not set |
| 868 | # CONFIG_FUSE_FS is not set |
| 869 | |
| 870 | # |
| 871 | # CD-ROM/DVD Filesystems |
| 872 | # |
| 873 | # CONFIG_ISO9660_FS is not set |
| 874 | # CONFIG_UDF_FS is not set |
| 875 | |
| 876 | # |
| 877 | # DOS/FAT/NT Filesystems |
| 878 | # |
| 879 | # CONFIG_MSDOS_FS is not set |
| 880 | # CONFIG_VFAT_FS is not set |
| 881 | # CONFIG_NTFS_FS is not set |
| 882 | |
| 883 | # |
| 884 | # Pseudo filesystems |
| 885 | # |
| 886 | CONFIG_PROC_FS=y |
| 887 | CONFIG_PROC_KCORE=y |
| 888 | CONFIG_PROC_SYSCTL=y |
| 889 | CONFIG_SYSFS=y |
| 890 | CONFIG_TMPFS=y |
| 891 | # CONFIG_TMPFS_POSIX_ACL is not set |
| 892 | # CONFIG_HUGETLBFS is not set |
| 893 | # CONFIG_HUGETLB_PAGE is not set |
| 894 | # CONFIG_CONFIGFS_FS is not set |
| 895 | |
| 896 | # |
| 897 | # Miscellaneous filesystems |
| 898 | # |
| 899 | # CONFIG_ADFS_FS is not set |
| 900 | # CONFIG_AFFS_FS is not set |
| 901 | # CONFIG_HFS_FS is not set |
| 902 | # CONFIG_HFSPLUS_FS is not set |
| 903 | # CONFIG_BEFS_FS is not set |
| 904 | # CONFIG_BFS_FS is not set |
| 905 | # CONFIG_EFS_FS is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 906 | # CONFIG_JFFS2_FS is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 907 | # CONFIG_CRAMFS is not set |
| 908 | # CONFIG_VXFS_FS is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 909 | # CONFIG_MINIX_FS is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 910 | # CONFIG_OMFS_FS is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 911 | # CONFIG_HPFS_FS is not set |
| 912 | # CONFIG_QNX4FS_FS is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 913 | # CONFIG_ROMFS_FS is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 914 | # CONFIG_SYSV_FS is not set |
| 915 | # CONFIG_UFS_FS is not set |
| 916 | # CONFIG_NETWORK_FILESYSTEMS is not set |
| 917 | |
| 918 | # |
| 919 | # Partition Types |
| 920 | # |
| 921 | # CONFIG_PARTITION_ADVANCED is not set |
| 922 | CONFIG_MSDOS_PARTITION=y |
| 923 | # CONFIG_NLS is not set |
| 924 | # CONFIG_DLM is not set |
| 925 | |
| 926 | # |
| 927 | # Kernel hacking |
| 928 | # |
| 929 | CONFIG_TRACE_IRQFLAGS_SUPPORT=y |
| 930 | # CONFIG_PRINTK_TIME is not set |
| 931 | CONFIG_ENABLE_WARN_DEPRECATED=y |
| 932 | CONFIG_ENABLE_MUST_CHECK=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 933 | CONFIG_FRAME_WARN=1024 |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 934 | # CONFIG_MAGIC_SYSRQ is not set |
| 935 | # CONFIG_UNUSED_SYMBOLS is not set |
| 936 | CONFIG_DEBUG_FS=y |
| 937 | # CONFIG_HEADERS_CHECK is not set |
| 938 | # CONFIG_DEBUG_KERNEL is not set |
| 939 | # CONFIG_DEBUG_BUGVERBOSE is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 940 | # CONFIG_DEBUG_MEMORY_INIT is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 941 | # CONFIG_SAMPLES is not set |
| 942 | # CONFIG_SH_STANDARD_BIOS is not set |
| 943 | CONFIG_EARLY_SCIF_CONSOLE=y |
| 944 | CONFIG_EARLY_SCIF_CONSOLE_PORT=0xffe00000 |
| 945 | CONFIG_EARLY_PRINTK=y |
| 946 | # CONFIG_SH_KGDB is not set |
| 947 | |
| 948 | # |
| 949 | # Security options |
| 950 | # |
| 951 | # CONFIG_KEYS is not set |
| 952 | # CONFIG_SECURITY is not set |
| 953 | # CONFIG_SECURITY_FILE_CAPABILITIES is not set |
| 954 | CONFIG_CRYPTO=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 955 | |
| 956 | # |
| 957 | # Crypto core or helper |
| 958 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 959 | # CONFIG_CRYPTO_MANAGER is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 960 | # CONFIG_CRYPTO_GF128MUL is not set |
| 961 | # CONFIG_CRYPTO_NULL is not set |
| 962 | # CONFIG_CRYPTO_CRYPTD is not set |
| 963 | # CONFIG_CRYPTO_AUTHENC is not set |
| 964 | # CONFIG_CRYPTO_TEST is not set |
| 965 | |
| 966 | # |
| 967 | # Authenticated Encryption with Associated Data |
| 968 | # |
| 969 | # CONFIG_CRYPTO_CCM is not set |
| 970 | # CONFIG_CRYPTO_GCM is not set |
| 971 | # CONFIG_CRYPTO_SEQIV is not set |
| 972 | |
| 973 | # |
| 974 | # Block modes |
| 975 | # |
| 976 | # CONFIG_CRYPTO_CBC is not set |
| 977 | # CONFIG_CRYPTO_CTR is not set |
| 978 | # CONFIG_CRYPTO_CTS is not set |
| 979 | # CONFIG_CRYPTO_ECB is not set |
| 980 | # CONFIG_CRYPTO_LRW is not set |
| 981 | # CONFIG_CRYPTO_PCBC is not set |
| 982 | # CONFIG_CRYPTO_XTS is not set |
| 983 | |
| 984 | # |
| 985 | # Hash modes |
| 986 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 987 | # CONFIG_CRYPTO_HMAC is not set |
| 988 | # CONFIG_CRYPTO_XCBC is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 989 | |
| 990 | # |
| 991 | # Digest |
| 992 | # |
| 993 | # CONFIG_CRYPTO_CRC32C is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 994 | # CONFIG_CRYPTO_MD4 is not set |
| 995 | # CONFIG_CRYPTO_MD5 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 996 | # CONFIG_CRYPTO_MICHAEL_MIC is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 997 | # CONFIG_CRYPTO_RMD128 is not set |
| 998 | # CONFIG_CRYPTO_RMD160 is not set |
| 999 | # CONFIG_CRYPTO_RMD256 is not set |
| 1000 | # CONFIG_CRYPTO_RMD320 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1001 | # CONFIG_CRYPTO_SHA1 is not set |
| 1002 | # CONFIG_CRYPTO_SHA256 is not set |
| 1003 | # CONFIG_CRYPTO_SHA512 is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1004 | # CONFIG_CRYPTO_TGR192 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 1005 | # CONFIG_CRYPTO_WP512 is not set |
| 1006 | |
| 1007 | # |
| 1008 | # Ciphers |
| 1009 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1010 | # CONFIG_CRYPTO_AES is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 1011 | # CONFIG_CRYPTO_ANUBIS is not set |
| 1012 | # CONFIG_CRYPTO_ARC4 is not set |
| 1013 | # CONFIG_CRYPTO_BLOWFISH is not set |
| 1014 | # CONFIG_CRYPTO_CAMELLIA is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1015 | # CONFIG_CRYPTO_CAST5 is not set |
| 1016 | # CONFIG_CRYPTO_CAST6 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 1017 | # CONFIG_CRYPTO_DES is not set |
| 1018 | # CONFIG_CRYPTO_FCRYPT is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1019 | # CONFIG_CRYPTO_KHAZAD is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1020 | # CONFIG_CRYPTO_SALSA20 is not set |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 1021 | # CONFIG_CRYPTO_SEED is not set |
| 1022 | # CONFIG_CRYPTO_SERPENT is not set |
| 1023 | # CONFIG_CRYPTO_TEA is not set |
| 1024 | # CONFIG_CRYPTO_TWOFISH is not set |
| 1025 | |
| 1026 | # |
| 1027 | # Compression |
| 1028 | # |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1029 | # CONFIG_CRYPTO_DEFLATE is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1030 | # CONFIG_CRYPTO_LZO is not set |
| 1031 | CONFIG_CRYPTO_HW=y |
| 1032 | |
| 1033 | # |
| 1034 | # Library routines |
| 1035 | # |
| 1036 | CONFIG_BITREVERSE=y |
Magnus Damm | c511afb | 2008-05-22 22:38:36 +0900 | [diff] [blame] | 1037 | # CONFIG_GENERIC_FIND_FIRST_BIT is not set |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1038 | # CONFIG_CRC_CCITT is not set |
| 1039 | # CONFIG_CRC16 is not set |
Paul Mundt | cc8dccd | 2008-07-30 02:15:20 +0900 | [diff] [blame] | 1040 | CONFIG_CRC_T10DIF=y |
Magnus Damm | 70f784e | 2008-02-07 00:38:24 +0900 | [diff] [blame] | 1041 | # CONFIG_CRC_ITU_T is not set |
| 1042 | CONFIG_CRC32=y |
| 1043 | # CONFIG_CRC7 is not set |
| 1044 | # CONFIG_LIBCRC32C is not set |
| 1045 | CONFIG_PLIST=y |
| 1046 | CONFIG_HAS_IOMEM=y |
| 1047 | CONFIG_HAS_IOPORT=y |
| 1048 | CONFIG_HAS_DMA=y |