diff options
| author | Andrew Morton <akpm@osdl.org> | 2004-03-22 15:23:07 -0800 |
|---|---|---|
| committer | Linus Torvalds <torvalds@ppc970.osdl.org> | 2004-03-22 15:23:07 -0800 |
| commit | 4c353448ea5a796cdb86e07f039b32e6c223edfc (patch) | |
| tree | 3bc68811f0b949bd851638109440b6c974719bbf | |
| parent | ffbf68f33c6938ed50040cc120bf3e55b2737968 (diff) | |
[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.
| -rw-r--r-- | Documentation/sh/new-machine.txt | 12 | ||||
| -rw-r--r-- | arch/sh/Makefile | 17 | ||||
| -rw-r--r-- | arch/sh/configs/adx_defconfig (renamed from arch/sh/configs/defconfig-adx) | 0 | ||||
| -rw-r--r-- | arch/sh/configs/cqreek_defconfig (renamed from arch/sh/configs/defconfig-cqreek) | 0 | ||||
| -rw-r--r-- | arch/sh/configs/dreamcast_defconfig (renamed from arch/sh/configs/defconfig-dreamcast) | 301 | ||||
| -rw-r--r-- | arch/sh/configs/hp680_defconfig (renamed from arch/sh/configs/defconfig-hp680) | 26 | ||||
| -rw-r--r-- | arch/sh/configs/se7751_defconfig (renamed from arch/sh/configs/defconfig-se7751) | 0 | ||||
| -rw-r--r-- | arch/sh/configs/snapgear_defconfig (renamed from arch/sh/configs/defconfig-snapgear) | 0 | ||||
| -rw-r--r-- | arch/sh/configs/systemh_defconfig (renamed from arch/sh/configs/defconfig-systemh) | 0 |
9 files changed, 232 insertions, 124 deletions
diff --git a/Documentation/sh/new-machine.txt b/Documentation/sh/new-machine.txt index be0ae1b8b7e7..8bc5f21f890b 100644 --- a/Documentation/sh/new-machine.txt +++ b/Documentation/sh/new-machine.txt @@ -288,22 +288,22 @@ for reference instead of trying to guess what settings are supposed to be used on it. 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. Looking at the 'make help' output, you should now see something like: Architecture specific targets (sh): zImage - Compressed kernel image (arch/sh/boot/zImage) - defconfig-adx - Build for adx - defconfig-cqreek - Build for cqreek - defconfig-dreamcast - Build for dreamcast + adx_defconfig - Build for adx + cqreek_defconfig - Build for cqreek + dreamcast_defconfig - Build for dreamcast ... - defconfig-vapor - Build for vapor + vapor_defconfig - Build for vapor 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 oldconfig (prompting you for any new options since the time of creation), diff --git a/arch/sh/Makefile b/arch/sh/Makefile index cd59751ac840..ea63935f1a9e 100644 --- a/arch/sh/Makefile +++ b/arch/sh/Makefile @@ -1,4 +1,4 @@ -# $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 # License. See the file "COPYING" in the main directory of this archive @@ -35,7 +35,6 @@ cflags-$(CONFIG_CPU_SH4) += -m4 \ cflags-$(CONFIG_SH_DSP) += -Wa,-dsp cflags-$(CONFIG_SH_KGDB) += -g -cflags-$(CONFIG_EMBEDDED) += -Os cflags-$(CONFIG_MORE_COMPILE_OPTIONS) += \ $(shell echo $(CONFIG_COMPILE_OPTIONS) | sed -e 's/"//g') @@ -134,19 +133,7 @@ compressed: zImage archclean: $(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 - @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 + @echo ' zImage - Compressed kernel image (arch/sh/boot/zImage)' endef diff --git a/arch/sh/configs/defconfig-adx b/arch/sh/configs/adx_defconfig index 12b9e2980ed7..12b9e2980ed7 100644 --- a/arch/sh/configs/defconfig-adx +++ b/arch/sh/configs/adx_defconfig diff --git a/arch/sh/configs/defconfig-cqreek b/arch/sh/configs/cqreek_defconfig index 8ca0baa85e7f..8ca0baa85e7f 100644 --- a/arch/sh/configs/defconfig-cqreek +++ b/arch/sh/configs/cqreek_defconfig diff --git a/arch/sh/configs/defconfig-dreamcast b/arch/sh/configs/dreamcast_defconfig index 0fff80f9a7cb..6d7e566d5593 100644 --- a/arch/sh/configs/defconfig-dreamcast +++ b/arch/sh/configs/dreamcast_defconfig @@ -9,19 +9,19 @@ CONFIG_RWSEM_GENERIC_SPINLOCK=y # Code maturity level options # CONFIG_EXPERIMENTAL=y -# CONFIG_CLEAN_COMPILE is not set +CONFIG_CLEAN_COMPILE=y # CONFIG_STANDALONE is not set -CONFIG_BROKEN=y CONFIG_BROKEN_ON_SMP=y # # General setup # CONFIG_SWAP=y -# CONFIG_SYSVIPC is not set -# CONFIG_BSD_PROCESS_ACCT is not set -# CONFIG_SYSCTL is not set +CONFIG_SYSVIPC=y +CONFIG_BSD_PROCESS_ACCT=y +CONFIG_SYSCTL=y CONFIG_LOG_BUF_SHIFT=14 +CONFIG_HOTPLUG=y # CONFIG_IKCONFIG is not set CONFIG_EMBEDDED=y CONFIG_KALLSYMS=y @@ -30,6 +30,7 @@ CONFIG_EPOLL=y CONFIG_IOSCHED_NOOP=y CONFIG_IOSCHED_AS=y CONFIG_IOSCHED_DEADLINE=y +CONFIG_CC_OPTIMIZE_FOR_SIZE=y # # Loadable module support @@ -39,13 +40,14 @@ CONFIG_MODULE_UNLOAD=y # CONFIG_MODULE_FORCE_UNLOAD is not set CONFIG_OBSOLETE_MODPARM=y # CONFIG_MODVERSIONS is not set -# CONFIG_KMOD is not set +CONFIG_KMOD=y # # System type # # CONFIG_SH_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_OVERDRIVE is not set # CONFIG_SH_HP620 is not set @@ -73,8 +75,11 @@ CONFIG_CPU_SH4=y # CONFIG_CPU_SUBTYPE_SH7709 is not set CONFIG_CPU_SUBTYPE_SH7750=y # CONFIG_CPU_SUBTYPE_SH7751 is not set +# CONFIG_CPU_SUBTYPE_SH7760 is not set # CONFIG_CPU_SUBTYPE_ST40STB1 is not set CONFIG_MMU=y +CONFIG_HUGETLB_PAGE_SIZE_64K=y +# CONFIG_HUGETLB_PAGE_SIZE_1MB is not set # CONFIG_CMDLINE_BOOL is not set CONFIG_MEMORY_START=0x0c000000 CONFIG_MEMORY_SIZE=0x01000000 @@ -86,34 +91,49 @@ CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_PREEMPT=y # CONFIG_UBC_WAKEUP 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_SMP is not set CONFIG_SH_PCLK_FREQ=49876504 + +# +# CPU Frequency scaling +# 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_DEFAULT_GOV_PERFORMANCE=y # CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set 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_24_API is not set +CONFIG_CPU_FREQ_TABLE=y +CONFIG_SH_CPU_FREQ=y CONFIG_SH_DMA=y CONFIG_NR_ONCHIP_DMA_CHANNELS=4 CONFIG_NR_DMA_CHANNELS_BOOL=y CONFIG_NR_DMA_CHANNELS=9 -CONFIG_DMA_PAGE_OPS=y +# CONFIG_HD6446X_SERIES is not set # # Bus options (PCI, PCMCIA, EISA, MCA, ISA) # +CONFIG_MAPLE=y CONFIG_PCI=y # CONFIG_SH_PCIDMA_NONCOHERENT is not set CONFIG_PCI_AUTO=y CONFIG_PCI_LEGACY_PROC=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 @@ -123,8 +143,13 @@ CONFIG_BINFMT_ELF=y # CONFIG_BINFMT_MISC is not set # +# Device Drivers +# + +# # Generic Driver Options # +# CONFIG_FW_LOADER is not set # # Memory Technology Devices (MTD) @@ -137,8 +162,13 @@ CONFIG_BINFMT_ELF=y # CONFIG_PARPORT is not set # +# Plug and Play support +# + +# # Block devices # +# CONFIG_BLK_DEV_FD is not set # CONFIG_BLK_CPQ_DA is not set # CONFIG_BLK_CPQ_CISS_DA is not set # CONFIG_BLK_DEV_DAC960 is not set @@ -166,11 +196,24 @@ CONFIG_BLK_DEV_INITRD=y # CONFIG_MD is not set # -# IEEE 1394 (FireWire) support (EXPERIMENTAL) +# Fusion MPT device support +# + +# +# IEEE 1394 (FireWire) support # # CONFIG_IEEE1394 is not set # +# I2O device support +# +# CONFIG_I2O is not set + +# +# Macintosh device drivers +# + +# # Networking support # CONFIG_NET=y @@ -261,6 +304,7 @@ CONFIG_NET_PCI=y # CONFIG_AMD8111_ETH is not set # CONFIG_ADAPTEC_STARFIRE is not set # CONFIG_B44 is not set +# CONFIG_FORCEDETH is not set # CONFIG_DGRS is not set # CONFIG_EEPRO100 is not set # CONFIG_E100 is not set @@ -273,6 +317,7 @@ CONFIG_8139TOO=y # CONFIG_8139TOO_TUNE_TWISTER is not set # CONFIG_8139TOO_8129 is not set # CONFIG_8139_OLD_RX_RESET is not set +CONFIG_8139_RXBUF_IDX=1 # CONFIG_SIS900 is not set # CONFIG_EPIC100 is not set # CONFIG_SUNDANCE is not set @@ -337,7 +382,7 @@ CONFIG_8139TOO=y # # ISDN subsystem # -# CONFIG_ISDN_BOOL is not set +# CONFIG_ISDN is not set # # Telephony Support @@ -347,11 +392,19 @@ CONFIG_8139TOO=y # # Input device support # -# CONFIG_INPUT is not set +CONFIG_INPUT=y # # 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 @@ -367,37 +420,86 @@ CONFIG_SERIO=y # # 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 # -# CONFIG_VT is not set -# CONFIG_SERIAL is not set -CONFIG_SH_SCI=y -CONFIG_SERIAL_CONSOLE=y +CONFIG_VT=y +CONFIG_VT_CONSOLE=y +CONFIG_HW_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_PTY_COUNT=256 -# CONFIG_PSMOUSE is not set +CONFIG_LEGACY_PTYS=y +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 # -# CONFIG_WATCHDOG is not set -# CONFIG_RTC is not set +CONFIG_WATCHDOG=y +# 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 @@ -405,17 +507,92 @@ CONFIG_UNIX98_PTY_COUNT=256 # 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 @@ -452,11 +629,10 @@ CONFIG_PROC_KCORE=y CONFIG_DEVFS_FS=y CONFIG_DEVFS_MOUNT=y # CONFIG_DEVFS_DEBUG is not set -CONFIG_DEVPTS_FS=y # CONFIG_DEVPTS_FS_XATTR is not set CONFIG_TMPFS=y -# CONFIG_HUGETLBFS is not set -# CONFIG_HUGETLB_PAGE is not set +CONFIG_HUGETLBFS=y +CONFIG_HUGETLB_PAGE=y CONFIG_RAMFS=y # @@ -465,6 +641,7 @@ CONFIG_RAMFS=y # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set # CONFIG_HFS_FS is not set +# CONFIG_HFSPLUS_FS is not set # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set @@ -481,6 +658,7 @@ CONFIG_CRAMFS=y CONFIG_NFS_FS=y CONFIG_NFS_V3=y # CONFIG_NFS_V4 is not set +# CONFIG_NFS_DIRECTIO is not set # CONFIG_NFSD is not set CONFIG_ROOT_NFS=y CONFIG_LOCKD=y @@ -492,7 +670,6 @@ CONFIG_SUNRPC=y # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set -# CONFIG_INTERMEZZO_FS is not set # CONFIG_AFS_FS is not set # @@ -502,55 +679,9 @@ CONFIG_SUNRPC=y CONFIG_MSDOS_PARTITION=y # -# Multimedia devices -# -# CONFIG_VIDEO_DEV is not set - -# -# Digital Video Broadcasting Devices -# -# CONFIG_DVB is not set - +# Native Language Support # -# Graphics support -# -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 +# CONFIG_NLS is not set # # Profiling support @@ -561,7 +692,7 @@ CONFIG_OPROFILE=y # # Kernel hacking # -# CONFIG_MAGIC_SYSRQ is not set +CONFIG_MAGIC_SYSRQ=y # CONFIG_DEBUG_SPINLOCK is not set # CONFIG_SH_STANDARD_BIOS is not set # CONFIG_KGDB is not set diff --git a/arch/sh/configs/defconfig-hp680 b/arch/sh/configs/hp680_defconfig index a75ac408e94b..52b28cf0b3d3 100644 --- a/arch/sh/configs/defconfig-hp680 +++ b/arch/sh/configs/hp680_defconfig @@ -92,10 +92,11 @@ CONFIG_CPU_LITTLE_ENDIAN=y CONFIG_SH_PCLK_FREQ=1193182 # CONFIG_CPU_FREQ is not set # CONFIG_SH_DMA is not set +CONFIG_HD6446X_SERIES=y CONFIG_HD64461=y # CONFIG_HD64465 is not set CONFIG_HD64461_IRQ=36 -CONFIG_HD64461_ENABLER=y +# CONFIG_HD64461_ENABLER is not set # # Bus options (PCI, PCMCIA, EISA, MCA, ISA) @@ -155,6 +156,7 @@ CONFIG_BLK_DEV_IDEDISK=y # # IDE chipset support/bugfixes # +CONFIG_IDE_GENERIC=y # CONFIG_BLK_DEV_IDEDMA is not set # CONFIG_IDEDMA_AUTO is not set # CONFIG_DMA_NONPCI is not set @@ -236,12 +238,9 @@ CONFIG_SERIO=y CONFIG_VT=y CONFIG_VT_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_PSMOUSE is not set @@ -268,19 +267,6 @@ CONFIG_SH_SCI=y # CONFIG_I2C is not set # -# I2C Algorithms -# - -# -# I2C Hardware Bus support -# - -# -# I2C Hardware Sensors Chip support -# -# CONFIG_I2C_SENSOR is not set - -# # File systems # CONFIG_EXT2_FS=y @@ -396,6 +382,10 @@ CONFIG_FONT_PEARL_8x8=y # # USB support # + +# +# USB Gadget Support +# # CONFIG_USB_GADGET is not set # diff --git a/arch/sh/configs/defconfig-se7751 b/arch/sh/configs/se7751_defconfig index 6501d94ff283..6501d94ff283 100644 --- a/arch/sh/configs/defconfig-se7751 +++ b/arch/sh/configs/se7751_defconfig diff --git a/arch/sh/configs/defconfig-snapgear b/arch/sh/configs/snapgear_defconfig index 877f25adae44..877f25adae44 100644 --- a/arch/sh/configs/defconfig-snapgear +++ b/arch/sh/configs/snapgear_defconfig diff --git a/arch/sh/configs/defconfig-systemh b/arch/sh/configs/systemh_defconfig index d34d9372a794..d34d9372a794 100644 --- a/arch/sh/configs/defconfig-systemh +++ b/arch/sh/configs/systemh_defconfig |
