Commit 35e6a000 authored by Yoshinori Sato's avatar Yoshinori Sato Committed by Linus Torvalds

[PATCH] H8/300 defconfig update

Signed-off-by: default avatarYoshinori Sato <ysato@users.sourceforge.jp>
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent eab5cc1e
# #
# Automatically generated make config: don't edit # Automatically generated make config: don't edit
# Linux kernel version: 2.6.11-rc1
# Sun Jan 16 17:24:38 2005
# #
CONFIG_H8300=y CONFIG_H8300=y
# CONFIG_MMU is not set # CONFIG_MMU is not set
...@@ -8,32 +10,37 @@ CONFIG_H8300=y ...@@ -8,32 +10,37 @@ CONFIG_H8300=y
CONFIG_UID16=y CONFIG_UID16=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set # CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_ISA=y CONFIG_ISA=y
# CONFIG_PCI is not set
# #
# Code maturity level options # Code maturity level options
# #
CONFIG_EXPERIMENTAL=y CONFIG_EXPERIMENTAL=y
CONFIG_CLEAN_COMPILE=y CONFIG_CLEAN_COMPILE=y
CONFIG_STANDALONE=y
CONFIG_BROKEN_ON_SMP=y CONFIG_BROKEN_ON_SMP=y
# #
# General setup # General setup
# #
# CONFIG_SYSVIPC is not set CONFIG_LOCALVERSION=""
# CONFIG_BSD_PROCESS_ACCT is not set # CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_SYSCTL is not set # CONFIG_SYSCTL is not set
# CONFIG_AUDIT is not set
CONFIG_LOG_BUF_SHIFT=14 CONFIG_LOG_BUF_SHIFT=14
# CONFIG_HOTPLUG is not set
# CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG is not set
CONFIG_EMBEDDED=y CONFIG_EMBEDDED=y
CONFIG_KALLSYMS=y # CONFIG_KALLSYMS is not set
CONFIG_FUTEX=y # CONFIG_FUTEX is not set
CONFIG_EPOLL=y # CONFIG_EPOLL is not set
CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_CC_ALIGN_FUNCTIONS=0
CONFIG_CC_ALIGN_LABELS=0
CONFIG_CC_ALIGN_LOOPS=0
CONFIG_CC_ALIGN_JUMPS=0
CONFIG_TINY_SHMEM=y
# #
# Loadable module support # Loadable module support
...@@ -43,32 +50,42 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y ...@@ -43,32 +50,42 @@ CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# #
# Processor type and features # Processor type and features
# #
# CONFIG_H8300H_GENERIC is not set CONFIG_H8300H_GENERIC=y
# CONFIG_H8300H_AKI3068NET is not set # CONFIG_H8300H_AKI3068NET is not set
# CONFIG_H8300H_H8MAX is not set # CONFIG_H8300H_H8MAX is not set
CONFIG_H8300H_SIM=y # CONFIG_H8300H_SIM is not set
# CONFIG_H8S_GENERIC is not set
# CONFIG_H8S_EDOSK2674 is not set # CONFIG_H8S_EDOSK2674 is not set
# CONFIG_H8S_SIM is not set # CONFIG_H8S_SIM is not set
#
# Detail Selection
#
# CONFIG_H83002 is not set # CONFIG_H83002 is not set
CONFIG_H83007=y # CONFIG_H83007 is not set
# CONFIG_H83048 is not set # CONFIG_H83048 is not set
# CONFIG_H83068 is not set CONFIG_H83068=y
# CONFIG_H8S2678 is not set CONFIG_CPU_CLOCK=20000
CONFIG_CPU_H8300H=y
CONFIG_CPU_CLOCK=16000
# CONFIG_RAMKERNEL is not set # CONFIG_RAMKERNEL is not set
CONFIG_ROMKERNEL=y CONFIG_ROMKERNEL=y
CONFIG_CPU_H8300H=y
# CONFIG_PREEMPT is not set
# #
# Executable file formats # Executable file formats
# #
CONFIG_BINFMT_FLAT=y CONFIG_BINFMT_FLAT=y
# CONFIG_BINFMT_ZFLAT is not set CONFIG_BINFMT_ZFLAT=y
# CONFIG_BINFMT_SHARED_FLAT is not set
# CONFIG_BINFMT_MISC is not set # CONFIG_BINFMT_MISC is not set
# #
# Generic Driver Options # Generic Driver Options
# #
# CONFIG_STANDALONE is not set
# CONFIG_PREVENT_FIRMWARE_BUILD is not set
# CONFIG_FW_LOADER is not set
# CONFIG_DEBUG_DRIVER is not set
# #
# Memory Technology Devices (MTD) # Memory Technology Devices (MTD)
...@@ -76,7 +93,7 @@ CONFIG_BINFMT_FLAT=y ...@@ -76,7 +93,7 @@ CONFIG_BINFMT_FLAT=y
CONFIG_MTD=y CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set # CONFIG_MTD_DEBUG is not set
CONFIG_MTD_PARTITIONS=y CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_CONCAT is not set CONFIG_MTD_CONCAT=y
# CONFIG_MTD_REDBOOT_PARTS is not set # CONFIG_MTD_REDBOOT_PARTS is not set
# CONFIG_MTD_CMDLINE_PARTS is not set # CONFIG_MTD_CMDLINE_PARTS is not set
...@@ -94,10 +111,19 @@ CONFIG_MTD_BLOCK=y ...@@ -94,10 +111,19 @@ CONFIG_MTD_BLOCK=y
# #
# CONFIG_MTD_CFI is not set # CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set # CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
CONFIG_MTD_RAM=y CONFIG_MTD_RAM=y
# CONFIG_MTD_ROM is not set CONFIG_MTD_ROM=y
# CONFIG_MTD_ABSENT is not set # CONFIG_MTD_ABSENT is not set
# CONFIG_MTD_OBSOLETE_CHIPS is not set
# #
# Mapping drivers for chip access # Mapping drivers for chip access
...@@ -109,8 +135,10 @@ CONFIG_MTD_UCLINUX=y ...@@ -109,8 +135,10 @@ CONFIG_MTD_UCLINUX=y
# Self-contained MTD device drivers # Self-contained MTD device drivers
# #
# CONFIG_MTD_SLRAM is not set # CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set # CONFIG_MTD_MTDRAM is not set
# CONFIG_MTD_BLKMTD is not set # CONFIG_MTD_BLKMTD is not set
# CONFIG_MTD_BLOCK2MTD is not set
# #
# Disk-On-Chip Device Drivers # Disk-On-Chip Device Drivers
...@@ -130,114 +158,30 @@ CONFIG_MTD_UCLINUX=y ...@@ -130,114 +158,30 @@ CONFIG_MTD_UCLINUX=y
# CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_DEV_XD is not set # CONFIG_BLK_DEV_XD is not set
# CONFIG_BLK_DEV_LOOP is not set # CONFIG_BLK_DEV_LOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_RAM is not set # CONFIG_BLK_DEV_RAM is not set
# CONFIG_BLK_DEV_INITRD is not set CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_INITRAMFS_SOURCE=""
# CONFIG_CDROM_PKTCDVD is not set
# #
# ATA/ATAPI/MFM/RLL support # IO Schedulers
# #
# CONFIG_IDE is not set CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
# CONFIG_IOSCHED_DEADLINE is not set
# CONFIG_IOSCHED_CFQ is not set
# #
# IDE Extra configuration # ATA/ATAPI/MFM/RLL support
# #
# CONFIG_IDE is not set
# #
# Networking support # Networking support
# #
CONFIG_NET=y # CONFIG_NET is not set
# CONFIG_NETPOLL is not set
# # CONFIG_NET_POLL_CONTROLLER is not set
# Networking options
#
# CONFIG_PACKET is not set
# CONFIG_NETLINK_DEV is not set
# CONFIG_UNIX is not set
# CONFIG_NET_KEY is not set
# CONFIG_INET is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_DECNET is not set
# CONFIG_BRIDGE is not set
# CONFIG_NETFILTER is not set
# CONFIG_ATM is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_NET_DIVERT is not set
# CONFIG_WAN_ROUTER is not set
# CONFIG_NET_HW_FLOWCONTROL is not set
#
# QoS and/or fair queueing
#
# CONFIG_NET_SCHED is not set
#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
CONFIG_NETDEVICES=y
#
# ARCnet devices
#
# CONFIG_ARCNET is not set
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_EQUALIZER is not set
# CONFIG_TUN is not set
#
# Ethernet (10 or 100Mbit)
#
# CONFIG_NET_ETHERNET is not set
#
# Ethernet (1000 Mbit)
#
#
# Ethernet (10000 Mbit)
#
# CONFIG_PPP is not set
# CONFIG_SLIP is not set
#
# Wireless LAN (non-hamradio)
#
# CONFIG_NET_RADIO is not set
#
# Token Ring devices
#
# CONFIG_TR is not set
# CONFIG_SHAPER is not set
#
# Wan interfaces
#
# CONFIG_WAN is not set
#
# Amateur Radio support
#
# CONFIG_HAMRADIO is not set
#
# IrDA (infrared) support
#
# CONFIG_IRDA is not set
#
# Bluetooth support
#
# CONFIG_BT is not set
# #
# Input device support # Input device support
...@@ -264,9 +208,6 @@ CONFIG_SOUND_GAMEPORT=y ...@@ -264,9 +208,6 @@ CONFIG_SOUND_GAMEPORT=y
# Character devices # Character devices
# #
# CONFIG_VT is not set # CONFIG_VT is not set
# CONFIG_SERIAL is not set
CONFIG_SH_SCI=y
CONFIG_SERIAL_CONSOLE=y
# #
# Unix98 PTY support # Unix98 PTY support
...@@ -281,6 +222,10 @@ CONFIG_SERIAL_CONSOLE=y ...@@ -281,6 +222,10 @@ CONFIG_SERIAL_CONSOLE=y
# #
# Non-8250 serial port support # Non-8250 serial port support
# #
CONFIG_SERIAL_SH_SCI=y
CONFIG_SERIAL_SH_SCI_CONSOLE=y
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# #
# I2C support # I2C support
...@@ -290,6 +235,12 @@ CONFIG_SERIAL_CONSOLE=y ...@@ -290,6 +235,12 @@ CONFIG_SERIAL_CONSOLE=y
# #
# USB support # USB support
# #
# CONFIG_USB_ARCH_HAS_HCD is not set
# CONFIG_USB_ARCH_HAS_OHCI is not set
#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support' may also be needed; see USB_STORAGE Help for more information
#
# #
# USB Gadget Support # USB Gadget Support
...@@ -308,6 +259,7 @@ CONFIG_SERIAL_CONSOLE=y ...@@ -308,6 +259,7 @@ CONFIG_SERIAL_CONSOLE=y
# CONFIG_MINIX_FS is not set # CONFIG_MINIX_FS is not set
CONFIG_ROMFS_FS=y CONFIG_ROMFS_FS=y
# CONFIG_QUOTA is not set # CONFIG_QUOTA is not set
# CONFIG_DNOTIFY is not set
# CONFIG_AUTOFS_FS is not set # CONFIG_AUTOFS_FS is not set
# CONFIG_AUTOFS4_FS is not set # CONFIG_AUTOFS4_FS is not set
...@@ -320,14 +272,15 @@ CONFIG_ROMFS_FS=y ...@@ -320,14 +272,15 @@ CONFIG_ROMFS_FS=y
# #
# DOS/FAT/NT Filesystems # DOS/FAT/NT Filesystems
# #
# CONFIG_FAT_FS is not set # CONFIG_MSDOS_FS is not set
# CONFIG_VFAT_FS is not set
# CONFIG_NTFS_FS is not set # CONFIG_NTFS_FS is not set
# #
# Pseudo filesystems # Pseudo filesystems
# #
CONFIG_PROC_FS=y CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y # CONFIG_SYSFS is not set
# CONFIG_DEVFS_FS is not set # CONFIG_DEVFS_FS is not set
# CONFIG_TMPFS is not set # CONFIG_TMPFS is not set
# CONFIG_HUGETLB_PAGE is not set # CONFIG_HUGETLB_PAGE is not set
...@@ -339,6 +292,7 @@ CONFIG_RAMFS=y ...@@ -339,6 +292,7 @@ CONFIG_RAMFS=y
# CONFIG_ADFS_FS is not set # CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set # CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set # CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set # CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set # CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set # CONFIG_EFS_FS is not set
...@@ -351,11 +305,6 @@ CONFIG_RAMFS=y ...@@ -351,11 +305,6 @@ CONFIG_RAMFS=y
# CONFIG_SYSV_FS is not set # CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set # CONFIG_UFS_FS is not set
#
# Network File Systems
#
# CONFIG_EXPORTFS is not set
# #
# Partition Types # Partition Types
# #
...@@ -370,18 +319,23 @@ CONFIG_MSDOS_PARTITION=y ...@@ -370,18 +319,23 @@ CONFIG_MSDOS_PARTITION=y
# #
# Kernel hacking # Kernel hacking
# #
CONFIG_DEBUG_KERNEL=y
# CONFIG_SCHEDSTATS is not set
# CONFIG_DEBUG_KOBJECT is not set
# CONFIG_DEBUG_FS is not set
CONFIG_FULLDEBUG=y CONFIG_FULLDEBUG=y
# CONFIG_MAGIC_SYSRQ is not set
# CONFIG_HIGHPROFILE is not set # CONFIG_HIGHPROFILE is not set
CONFIG_NO_KERNEL_MSG=y CONFIG_NO_KERNEL_MSG=y
CONFIG_GDB_MAGICPRINT=y
# CONFIG_SYSCALL_PRINT is not set # CONFIG_SYSCALL_PRINT is not set
# CONFIG_GDB_DEBUG is not set
# CONFIG_CONFIG_SH_STANDARD_BIOS is not set
# CONFIG_DEFAULT_CMDLINE is not set # CONFIG_DEFAULT_CMDLINE is not set
# CONFIG_BLKDEV_RESERVE is not set # CONFIG_BLKDEV_RESERVE is not set
# #
# Security options # Security options
# #
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set # CONFIG_SECURITY is not set
# #
...@@ -389,7 +343,14 @@ CONFIG_GDB_MAGICPRINT=y ...@@ -389,7 +343,14 @@ CONFIG_GDB_MAGICPRINT=y
# #
# CONFIG_CRYPTO is not set # CONFIG_CRYPTO is not set
#
# Hardware crypto devices
#
# #
# Library routines # Library routines
# #
# CONFIG_CRC32 is not set # CONFIG_CRC_CCITT is not set
CONFIG_CRC32=y
# CONFIG_LIBCRC32C is not set
CONFIG_ZLIB_INFLATE=y
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment