Commit 4c353448 authored by Andrew Morton's avatar Andrew Morton Committed by Linus Torvalds

[PATCH] sh: update defconfigs

From: Paul Mundt <lethal@linux-sh.org>

This patch updates the sh defconfigs to use the board_defconfig format
instead of the defconfig-board format that sh was using before.  Since Sam
Ravnborg already added the automated archhelp stuff that sh was using to the
top-level Makefile, the sh version can be killed off.
parent ffbf68f3
...@@ -288,22 +288,22 @@ for reference instead of trying to guess what settings are supposed to be ...@@ -288,22 +288,22 @@ for reference instead of trying to guess what settings are supposed to be
used on it. used on it.
Also, as soon as you have copied over a sample .config for your new board Also, as soon as you have copied over a sample .config for your new board
(assume arch/sh/configs/defconfig-vapor), you can also use this directly as a (assume arch/sh/configs/vapor_defconfig), you can also use this directly as a
build target, and it will be implicitly listed as such in the help text. build target, and it will be implicitly listed as such in the help text.
Looking at the 'make help' output, you should now see something like: Looking at the 'make help' output, you should now see something like:
Architecture specific targets (sh): Architecture specific targets (sh):
zImage - Compressed kernel image (arch/sh/boot/zImage) zImage - Compressed kernel image (arch/sh/boot/zImage)
defconfig-adx - Build for adx adx_defconfig - Build for adx
defconfig-cqreek - Build for cqreek cqreek_defconfig - Build for cqreek
defconfig-dreamcast - Build for dreamcast dreamcast_defconfig - Build for dreamcast
... ...
defconfig-vapor - Build for vapor vapor_defconfig - Build for vapor
which then allows you to do: which then allows you to do:
$ make ARCH=sh CROSS_COMPILE=sh4-linux- defconfig-vapor vmlinux $ make ARCH=sh CROSS_COMPILE=sh4-linux- vapor_defconfig vmlinux
which will in turn copy the defconfig for this board, run it through which will in turn copy the defconfig for this board, run it through
oldconfig (prompting you for any new options since the time of creation), oldconfig (prompting you for any new options since the time of creation),
......
# $Id: Makefile,v 1.32 2003/10/26 23:33:49 lethal Exp $ # $Id: Makefile,v 1.34 2004/03/21 17:31:06 lethal Exp $
# #
# This file is subject to the terms and conditions of the GNU General Public # This file is subject to the terms and conditions of the GNU General Public
# License. See the file "COPYING" in the main directory of this archive # License. See the file "COPYING" in the main directory of this archive
...@@ -35,7 +35,6 @@ cflags-$(CONFIG_CPU_SH4) += -m4 \ ...@@ -35,7 +35,6 @@ cflags-$(CONFIG_CPU_SH4) += -m4 \
cflags-$(CONFIG_SH_DSP) += -Wa,-dsp cflags-$(CONFIG_SH_DSP) += -Wa,-dsp
cflags-$(CONFIG_SH_KGDB) += -g cflags-$(CONFIG_SH_KGDB) += -g
cflags-$(CONFIG_EMBEDDED) += -Os
cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \
$(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g')
...@@ -134,19 +133,7 @@ compressed: zImage ...@@ -134,19 +133,7 @@ compressed: zImage
archclean: archclean:
$(Q)$(MAKE) $(clean)=$(boot) $(Q)$(MAKE) $(clean)=$(boot)
defconfig-%:
@echo ' Copying arch/sh/configs/$@ -> .config'
@if [ -e .config ]; then mv -f .config .config.old; fi
@cp -f arch/sh/configs/$@ .config
@chmod 644 .config
define archhelp define archhelp
@echo ' zImage - Compressed kernel image (arch/sh/boot/zImage)' @echo ' zImage - Compressed kernel image (arch/sh/boot/zImage)'
for board in arch/sh/configs/*; \
do \
echo -n ' ' $$board | sed -e 's|arch/sh/configs/||g' ; \
echo -n ' - Build for ' ; \
echo -e $$board | sed -e 's|.*-||g'; \
done
endef endef
...@@ -9,19 +9,19 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y ...@@ -9,19 +9,19 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y
# Code maturity level options # Code maturity level options
# #
CONFIG_EXPERIMENTAL=y CONFIG_EXPERIMENTAL=y
# CONFIG_CLEAN_COMPILE is not set CONFIG_CLEAN_COMPILE=y
# CONFIG_STANDALONE is not set # CONFIG_STANDALONE is not set
CONFIG_BROKEN=y
CONFIG_BROKEN_ON_SMP=y CONFIG_BROKEN_ON_SMP=y
# #
# General setup # General setup
# #
CONFIG_SWAP=y CONFIG_SWAP=y
# CONFIG_SYSVIPC is not set CONFIG_SYSVIPC=y
# CONFIG_BSD_PROCESS_ACCT is not set CONFIG_BSD_PROCESS_ACCT=y
# CONFIG_SYSCTL is not set CONFIG_SYSCTL=y
CONFIG_LOG_BUF_SHIFT=14 CONFIG_LOG_BUF_SHIFT=14
CONFIG_HOTPLUG=y
# CONFIG_IKCONFIG is not set # CONFIG_IKCONFIG is not set
CONFIG_EMBEDDED=y CONFIG_EMBEDDED=y
CONFIG_KALLSYMS=y CONFIG_KALLSYMS=y
...@@ -30,6 +30,7 @@ CONFIG_EPOLL=y ...@@ -30,6 +30,7 @@ CONFIG_EPOLL=y
CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_NOOP=y
CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_AS=y
CONFIG_IOSCHED_DEADLINE=y CONFIG_IOSCHED_DEADLINE=y
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
# #
# Loadable module support # Loadable module support
...@@ -39,13 +40,14 @@ CONFIG_MODULE_UNLOAD=y ...@@ -39,13 +40,14 @@ CONFIG_MODULE_UNLOAD=y
# CONFIG_MODULE_FORCE_UNLOAD is not set # CONFIG_MODULE_FORCE_UNLOAD is not set
CONFIG_OBSOLETE_MODPARM=y CONFIG_OBSOLETE_MODPARM=y
# CONFIG_MODVERSIONS is not set # CONFIG_MODVERSIONS is not set
# CONFIG_KMOD is not set CONFIG_KMOD=y
# #
# System type # System type
# #
# CONFIG_SH_SOLUTION_ENGINE is not set # CONFIG_SH_SOLUTION_ENGINE is not set
# CONFIG_SH_7751_SOLUTION_ENGINE is not set # CONFIG_SH_7751_SOLUTION_ENGINE is not set
# CONFIG_SH_7751_SYSTEMH is not set
# CONFIG_SH_STB1_HARP is not set # CONFIG_SH_STB1_HARP is not set
# CONFIG_SH_STB1_OVERDRIVE is not set # CONFIG_SH_STB1_OVERDRIVE is not set
# CONFIG_SH_HP620 is not set # CONFIG_SH_HP620 is not set
...@@ -73,8 +75,11 @@ CONFIG_CPU_SH4=y ...@@ -73,8 +75,11 @@ CONFIG_CPU_SH4=y
# CONFIG_CPU_SUBTYPE_SH7709 is not set # CONFIG_CPU_SUBTYPE_SH7709 is not set
CONFIG_CPU_SUBTYPE_SH7750=y CONFIG_CPU_SUBTYPE_SH7750=y
# CONFIG_CPU_SUBTYPE_SH7751 is not set # CONFIG_CPU_SUBTYPE_SH7751 is not set
# CONFIG_CPU_SUBTYPE_SH7760 is not set
# CONFIG_CPU_SUBTYPE_ST40STB1 is not set # CONFIG_CPU_SUBTYPE_ST40STB1 is not set
CONFIG_MMU=y CONFIG_MMU=y
CONFIG_HUGETLB_PAGE_SIZE_64K=y
# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set
# CONFIG_CMDLINE_BOOL is not set # CONFIG_CMDLINE_BOOL is not set
CONFIG_MEMORY_START=0x0c000000 CONFIG_MEMORY_START=0x0c000000
CONFIG_MEMORY_SIZE=0x01000000 CONFIG_MEMORY_SIZE=0x01000000
...@@ -86,34 +91,49 @@ CONFIG_CPU_LITTLE_ENDIAN=y ...@@ -86,34 +91,49 @@ CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_PREEMPT=y CONFIG_PREEMPT=y
# CONFIG_UBC_WAKEUP is not set # CONFIG_UBC_WAKEUP is not set
# CONFIG_SH_WRITETHROUGH is not set # CONFIG_SH_WRITETHROUGH is not set
# CONFIG_SH_OCRAM is not set CONFIG_SH_OCRAM=y
CONFIG_SH_STORE_QUEUES=y CONFIG_SH_STORE_QUEUES=y
# CONFIG_SMP is not set # CONFIG_SMP is not set
CONFIG_SH_PCLK_FREQ=49876504 CONFIG_SH_PCLK_FREQ=49876504
#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_SH_CPU_FREQ=y
# CONFIG_CPU_FREQ_PROC_INTF is not set # CONFIG_CPU_FREQ_PROC_INTF is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_GOV_POWERSAVE is not set CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y CONFIG_CPU_FREQ_GOV_USERSPACE=y
# CONFIG_CPU_FREQ_24_API is not set
CONFIG_CPU_FREQ_TABLE=y
CONFIG_SH_CPU_FREQ=y
CONFIG_SH_DMA=y CONFIG_SH_DMA=y
CONFIG_NR_ONCHIP_DMA_CHANNELS=4 CONFIG_NR_ONCHIP_DMA_CHANNELS=4
CONFIG_NR_DMA_CHANNELS_BOOL=y CONFIG_NR_DMA_CHANNELS_BOOL=y
CONFIG_NR_DMA_CHANNELS=9 CONFIG_NR_DMA_CHANNELS=9
CONFIG_DMA_PAGE_OPS=y # CONFIG_HD6446X_SERIES is not set
# #
# Bus options (PCI, PCMCIA, EISA, MCA, ISA) # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
# #
CONFIG_MAPLE=y
CONFIG_PCI=y CONFIG_PCI=y
# CONFIG_SH_PCIDMA_NONCOHERENT is not set # CONFIG_SH_PCIDMA_NONCOHERENT is not set
CONFIG_PCI_AUTO=y CONFIG_PCI_AUTO=y
CONFIG_PCI_LEGACY_PROC=y CONFIG_PCI_LEGACY_PROC=y
CONFIG_PCI_NAMES=y CONFIG_PCI_NAMES=y
# CONFIG_HOTPLUG is not set
#
# PCMCIA/CardBus support
#
# CONFIG_PCMCIA is not set
#
# PCI Hotplug Support
#
# CONFIG_HOTPLUG_PCI is not set
# #
# Executable file formats # Executable file formats
...@@ -122,9 +142,14 @@ CONFIG_BINFMT_ELF=y ...@@ -122,9 +142,14 @@ CONFIG_BINFMT_ELF=y
# CONFIG_BINFMT_FLAT is not set # CONFIG_BINFMT_FLAT is not set
# CONFIG_BINFMT_MISC is not set # CONFIG_BINFMT_MISC is not set
#
# Device Drivers
#
# #
# Generic Driver Options # Generic Driver Options
# #
# CONFIG_FW_LOADER is not set
# #
# Memory Technology Devices (MTD) # Memory Technology Devices (MTD)
...@@ -136,9 +161,14 @@ CONFIG_BINFMT_ELF=y ...@@ -136,9 +161,14 @@ CONFIG_BINFMT_ELF=y
# #
# CONFIG_PARPORT is not set # CONFIG_PARPORT is not set
#
# Plug and Play support
#
# #
# Block devices # Block devices
# #
# CONFIG_BLK_DEV_FD is not set
# CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set # CONFIG_BLK_DEV_DAC960 is not set
...@@ -166,10 +196,23 @@ CONFIG_BLK_DEV_INITRD=y ...@@ -166,10 +196,23 @@ CONFIG_BLK_DEV_INITRD=y
# CONFIG_MD is not set # CONFIG_MD is not set
# #
# IEEE 1394 (FireWire) support (EXPERIMENTAL) # Fusion MPT device support
#
#
# IEEE 1394 (FireWire) support
# #
# CONFIG_IEEE1394 is not set # CONFIG_IEEE1394 is not set
#
# I2O device support
#
# CONFIG_I2O is not set
#
# Macintosh device drivers
#
# #
# Networking support # Networking support
# #
...@@ -261,6 +304,7 @@ CONFIG_NET_PCI=y ...@@ -261,6 +304,7 @@ CONFIG_NET_PCI=y
# CONFIG_AMD8111_ETH is not set # CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set # CONFIG_B44 is not set
# CONFIG_FORCEDETH is not set
# CONFIG_DGRS is not set # CONFIG_DGRS is not set
# CONFIG_EEPRO100 is not set # CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set # CONFIG_E100 is not set
...@@ -273,6 +317,7 @@ CONFIG_8139TOO=y ...@@ -273,6 +317,7 @@ CONFIG_8139TOO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set # CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set # CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set # CONFIG_8139_OLD_RX_RESET is not set
CONFIG_8139_RXBUF_IDX=1
# CONFIG_SIS900 is not set # CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set # CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set # CONFIG_SUNDANCE is not set
...@@ -337,7 +382,7 @@ CONFIG_8139TOO=y ...@@ -337,7 +382,7 @@ CONFIG_8139TOO=y
# #
# ISDN subsystem # ISDN subsystem
# #
# CONFIG_ISDN_BOOL is not set # CONFIG_ISDN is not set
# #
# Telephony Support # Telephony Support
...@@ -347,11 +392,19 @@ CONFIG_8139TOO=y ...@@ -347,11 +392,19 @@ CONFIG_8139TOO=y
# #
# Input device support # Input device support
# #
# CONFIG_INPUT is not set CONFIG_INPUT=y
# #
# Userland interfaces # Userland interfaces
# #
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
# CONFIG_INPUT_TSDEV is not set
# CONFIG_INPUT_EVDEV is not set
# CONFIG_INPUT_EVBUG is not set
# #
# Input I/O drivers # Input I/O drivers
...@@ -367,37 +420,86 @@ CONFIG_SERIO=y ...@@ -367,37 +420,86 @@ CONFIG_SERIO=y
# #
# Input Device Drivers # Input Device Drivers
# #
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_MAPLE is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_MAPLE is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set
# #
# Character devices # Character devices
# #
# CONFIG_VT is not set CONFIG_VT=y
# CONFIG_SERIAL is not set CONFIG_VT_CONSOLE=y
CONFIG_SH_SCI=y CONFIG_HW_CONSOLE=y
CONFIG_SERIAL_CONSOLE=y # CONFIG_SERIAL_NONSTANDARD is not set
# #
# Unix 98 PTY support # Serial drivers
#
# CONFIG_SERIAL_8250 is not set
# #
# 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
CONFIG_UNIX98_PTYS=y CONFIG_UNIX98_PTYS=y
CONFIG_UNIX98_PTY_COUNT=256 CONFIG_LEGACY_PTYS=y
# CONFIG_PSMOUSE is not set CONFIG_LEGACY_PTY_COUNT=256
#
# Mice
#
# CONFIG_BUSMOUSE is not set
# CONFIG_QIC02_TAPE is not set
#
# IPMI
#
# CONFIG_IPMI_HANDLER is not set
# #
# Watchdog Cards # Watchdog Cards
# #
# CONFIG_WATCHDOG is not set CONFIG_WATCHDOG=y
# CONFIG_RTC is not set # CONFIG_WATCHDOG_NOWAYOUT is not set
# #
# Serial drivers # Watchdog Device Drivers
# #
# CONFIG_SERIAL_8250 is not set # CONFIG_SOFT_WATCHDOG is not set
CONFIG_SH_WDT=y
# #
# Non-8250 serial port support # PCI-based Watchdog Cards
#
# CONFIG_PCIPCWATCHDOG is not set
# CONFIG_WDTPCI is not set
# CONFIG_NVRAM is not set
# CONFIG_RTC is not set
# CONFIG_GEN_RTC is not set
# CONFIG_DTLK is not set
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
#
# Ftape, the floppy tape device driver
# #
# CONFIG_SERIAL_SH_SCI is not set # CONFIG_FTAPE is not set
# CONFIG_AGP is not set
# CONFIG_DRM is not set
# CONFIG_RAW_DRIVER is not set
# #
# I2C support # I2C support
...@@ -405,17 +507,92 @@ CONFIG_UNIX98_PTY_COUNT=256 ...@@ -405,17 +507,92 @@ CONFIG_UNIX98_PTY_COUNT=256
# CONFIG_I2C is not set # CONFIG_I2C is not set
# #
# I2C Algorithms # Misc devices
#
#
# Multimedia devices
#
# CONFIG_VIDEO_DEV is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
#
# Graphics support
#
CONFIG_FB=y
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_PVR2=y
# CONFIG_FB_E1355 is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON_OLD is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_VIRTUAL is not set
#
# Console display driver support
#
# CONFIG_VGA_CONSOLE is not set
# CONFIG_MDA_CONSOLE is not set
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
CONFIG_PCI_CONSOLE=y
CONFIG_FONTS=y
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
#
# Logo configuration
#
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
# CONFIG_LOGO_LINUX_CLUT224 is not set
# CONFIG_LOGO_SUPERH_MONO is not set
# CONFIG_LOGO_SUPERH_VGA16 is not set
CONFIG_LOGO_SUPERH_CLUT224=y
#
# Sound
# #
# CONFIG_SOUND is not set
# #
# I2C Hardware Bus support # USB support
# #
# CONFIG_USB is not set
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set
# #
# I2C Hardware Sensors Chip support # Maple Bus input peripherals
# #
# CONFIG_I2C_SENSOR is not set # CONFIG_MAPLE_KEYBOARD is not set
# CONFIG_MAPLE_MOUSE is not set
# #
# File systems # File systems
...@@ -452,11 +629,10 @@ CONFIG_PROC_KCORE=y ...@@ -452,11 +629,10 @@ CONFIG_PROC_KCORE=y
CONFIG_DEVFS_FS=y CONFIG_DEVFS_FS=y
CONFIG_DEVFS_MOUNT=y CONFIG_DEVFS_MOUNT=y
# CONFIG_DEVFS_DEBUG is not set # CONFIG_DEVFS_DEBUG is not set
CONFIG_DEVPTS_FS=y
# CONFIG_DEVPTS_FS_XATTR is not set # CONFIG_DEVPTS_FS_XATTR is not set
CONFIG_TMPFS=y CONFIG_TMPFS=y
# CONFIG_HUGETLBFS is not set CONFIG_HUGETLBFS=y
# CONFIG_HUGETLB_PAGE is not set CONFIG_HUGETLB_PAGE=y
CONFIG_RAMFS=y CONFIG_RAMFS=y
# #
...@@ -465,6 +641,7 @@ CONFIG_RAMFS=y ...@@ -465,6 +641,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
...@@ -481,6 +658,7 @@ CONFIG_CRAMFS=y ...@@ -481,6 +658,7 @@ CONFIG_CRAMFS=y
CONFIG_NFS_FS=y CONFIG_NFS_FS=y
CONFIG_NFS_V3=y CONFIG_NFS_V3=y
# CONFIG_NFS_V4 is not set # CONFIG_NFS_V4 is not set
# CONFIG_NFS_DIRECTIO is not set
# CONFIG_NFSD is not set # CONFIG_NFSD is not set
CONFIG_ROOT_NFS=y CONFIG_ROOT_NFS=y
CONFIG_LOCKD=y CONFIG_LOCKD=y
...@@ -492,7 +670,6 @@ CONFIG_SUNRPC=y ...@@ -492,7 +670,6 @@ CONFIG_SUNRPC=y
# CONFIG_CIFS is not set # CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set # CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set # CONFIG_CODA_FS is not set
# CONFIG_INTERMEZZO_FS is not set
# CONFIG_AFS_FS is not set # CONFIG_AFS_FS is not set
# #
...@@ -502,55 +679,9 @@ CONFIG_SUNRPC=y ...@@ -502,55 +679,9 @@ CONFIG_SUNRPC=y
CONFIG_MSDOS_PARTITION=y CONFIG_MSDOS_PARTITION=y
# #
# Multimedia devices # Native Language Support
#
# CONFIG_VIDEO_DEV is not set
#
# Digital Video Broadcasting Devices
#
# CONFIG_DVB is not set
# #
# Graphics support # CONFIG_NLS is not set
#
CONFIG_FB=y
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
CONFIG_FB_PVR2=y
# CONFIG_FB_PVR2_DEBUG is not set
# CONFIG_FB_E1355 is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_VIRTUAL is not set
#
# Logo configuration
#
# CONFIG_LOGO is not set
#
# Sound
#
# CONFIG_SOUND is not set
#
# USB support
#
# CONFIG_USB is not set
# CONFIG_USB_GADGET is not set
# #
# Profiling support # Profiling support
...@@ -561,7 +692,7 @@ CONFIG_OPROFILE=y ...@@ -561,7 +692,7 @@ CONFIG_OPROFILE=y
# #
# Kernel hacking # Kernel hacking
# #
# CONFIG_MAGIC_SYSRQ is not set CONFIG_MAGIC_SYSRQ=y
# CONFIG_DEBUG_SPINLOCK is not set # CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_SH_STANDARD_BIOS is not set # CONFIG_SH_STANDARD_BIOS is not set
# CONFIG_KGDB is not set # CONFIG_KGDB is not set
......
...@@ -92,10 +92,11 @@ CONFIG_CPU_LITTLE_ENDIAN=y ...@@ -92,10 +92,11 @@ CONFIG_CPU_LITTLE_ENDIAN=y
CONFIG_SH_PCLK_FREQ=1193182 CONFIG_SH_PCLK_FREQ=1193182
# CONFIG_CPU_FREQ is not set # CONFIG_CPU_FREQ is not set
# CONFIG_SH_DMA is not set # CONFIG_SH_DMA is not set
CONFIG_HD6446X_SERIES=y
CONFIG_HD64461=y CONFIG_HD64461=y
# CONFIG_HD64465 is not set # CONFIG_HD64465 is not set
CONFIG_HD64461_IRQ=36 CONFIG_HD64461_IRQ=36
CONFIG_HD64461_ENABLER=y # CONFIG_HD64461_ENABLER is not set
# #
# Bus options (PCI, PCMCIA, EISA, MCA, ISA) # Bus options (PCI, PCMCIA, EISA, MCA, ISA)
...@@ -155,6 +156,7 @@ CONFIG_BLK_DEV_IDEDISK=y ...@@ -155,6 +156,7 @@ CONFIG_BLK_DEV_IDEDISK=y
# #
# IDE chipset support/bugfixes # IDE chipset support/bugfixes
# #
CONFIG_IDE_GENERIC=y
# CONFIG_BLK_DEV_IDEDMA is not set # CONFIG_BLK_DEV_IDEDMA is not set
# CONFIG_IDEDMA_AUTO is not set # CONFIG_IDEDMA_AUTO is not set
# CONFIG_DMA_NONPCI is not set # CONFIG_DMA_NONPCI is not set
...@@ -236,12 +238,9 @@ CONFIG_SERIO=y ...@@ -236,12 +238,9 @@ CONFIG_SERIO=y
CONFIG_VT=y CONFIG_VT=y
CONFIG_VT_CONSOLE=y CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y CONFIG_HW_CONSOLE=y
# CONFIG_SERIAL is not set
CONFIG_SH_SCI=y
# CONFIG_SERIAL_CONSOLE is not set
# #
# Unix 98 PTY support # Unix98 PTY support
# #
# CONFIG_UNIX98_PTYS is not set # CONFIG_UNIX98_PTYS is not set
# CONFIG_PSMOUSE is not set # CONFIG_PSMOUSE is not set
...@@ -267,19 +266,6 @@ CONFIG_SH_SCI=y ...@@ -267,19 +266,6 @@ CONFIG_SH_SCI=y
# #
# CONFIG_I2C is not set # CONFIG_I2C is not set
#
# I2C Algorithms
#
#
# I2C Hardware Bus support
#
#
# I2C Hardware Sensors Chip support
#
# CONFIG_I2C_SENSOR is not set
# #
# File systems # File systems
# #
...@@ -396,6 +382,10 @@ CONFIG_FONT_PEARL_8x8=y ...@@ -396,6 +382,10 @@ CONFIG_FONT_PEARL_8x8=y
# #
# USB support # USB support
# #
#
# USB Gadget Support
#
# CONFIG_USB_GADGET is not set # CONFIG_USB_GADGET is not set
# #
......
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