-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
MIPS: pic32mzda: Add initial PIC32MZDA Starter Kit defconfig
This adds an initial default config that enables all available PIC32 drivers and is enough for booting a PIC32MZDA Starter Kit. Signed-off-by: Joshua Henderson <joshua.henderson@microchip.com> Cc: linux-kernel@vger.kernel.org Cc: linux-mips@linux-mips.org Patchwork: https://patchwork.linux-mips.org/patch/12105/ Signed-off-by: Ralf Baechle <ralf@linux-mips.org>
- Loading branch information
Joshua Henderson
authored and
Ralf Baechle
committed
Jan 24, 2016
1 parent
842b6b1
commit 097d563
Showing
1 changed file
with
89 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,89 @@ | ||
CONFIG_MACH_PIC32=y | ||
CONFIG_DTB_PIC32_MZDA_SK=y | ||
CONFIG_HZ_100=y | ||
CONFIG_PREEMPT_VOLUNTARY=y | ||
# CONFIG_SECCOMP is not set | ||
CONFIG_SYSVIPC=y | ||
CONFIG_NO_HZ=y | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_RELAY=y | ||
CONFIG_CC_OPTIMIZE_FOR_SIZE=y | ||
CONFIG_EMBEDDED=y | ||
# CONFIG_COMPAT_BRK is not set | ||
CONFIG_SLAB=y | ||
CONFIG_JUMP_LABEL=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
CONFIG_MODVERSIONS=y | ||
CONFIG_MODULE_SRCVERSION_ALL=y | ||
CONFIG_BLK_DEV_BSGLIB=y | ||
CONFIG_PARTITION_ADVANCED=y | ||
CONFIG_SGI_PARTITION=y | ||
CONFIG_BINFMT_MISC=m | ||
# CONFIG_SUSPEND is not set | ||
CONFIG_DEVTMPFS=y | ||
CONFIG_DEVTMPFS_MOUNT=y | ||
# CONFIG_FIRMWARE_IN_KERNEL is not set | ||
# CONFIG_ALLOW_DEV_COREDUMP is not set | ||
CONFIG_BLK_DEV_LOOP=m | ||
CONFIG_SCSI=y | ||
CONFIG_BLK_DEV_SD=y | ||
CONFIG_SCSI_CONSTANTS=y | ||
CONFIG_SCSI_SCAN_ASYNC=y | ||
# CONFIG_SCSI_LOWLEVEL is not set | ||
CONFIG_INPUT_LEDS=m | ||
CONFIG_INPUT_POLLDEV=y | ||
CONFIG_INPUT_MOUSEDEV=m | ||
CONFIG_INPUT_EVDEV=y | ||
CONFIG_INPUT_EVBUG=m | ||
# CONFIG_KEYBOARD_ATKBD is not set | ||
CONFIG_KEYBOARD_GPIO=m | ||
CONFIG_KEYBOARD_GPIO_POLLED=m | ||
# CONFIG_MOUSE_PS2 is not set | ||
# CONFIG_SERIO is not set | ||
CONFIG_SERIAL_PIC32=y | ||
CONFIG_SERIAL_PIC32_CONSOLE=y | ||
CONFIG_HW_RANDOM=y | ||
CONFIG_RAW_DRIVER=m | ||
CONFIG_GPIO_SYSFS=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_HIDRAW=y | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_MMC=y | ||
CONFIG_MMC_SDHCI=y | ||
CONFIG_MMC_SDHCI_PLTFM=y | ||
CONFIG_MMC_SDHCI_MICROCHIP_PIC32=y | ||
CONFIG_NEW_LEDS=y | ||
CONFIG_LEDS_CLASS=y | ||
CONFIG_LEDS_GPIO=y | ||
CONFIG_LEDS_TRIGGERS=y | ||
CONFIG_LEDS_TRIGGER_TIMER=m | ||
CONFIG_LEDS_TRIGGER_ONESHOT=m | ||
CONFIG_LEDS_TRIGGER_HEARTBEAT=y | ||
CONFIG_LEDS_TRIGGER_GPIO=m | ||
CONFIG_LEDS_TRIGGER_DEFAULT_ON=y | ||
# CONFIG_MIPS_PLATFORM_DEVICES is not set | ||
# CONFIG_IOMMU_SUPPORT is not set | ||
CONFIG_EXT4_FS=y | ||
CONFIG_EXT4_FS_POSIX_ACL=y | ||
CONFIG_EXT4_FS_SECURITY=y | ||
CONFIG_AUTOFS4_FS=m | ||
CONFIG_FUSE_FS=m | ||
CONFIG_FSCACHE=m | ||
CONFIG_ISO9660_FS=m | ||
CONFIG_JOLIET=y | ||
CONFIG_ZISOFS=y | ||
CONFIG_UDF_FS=m | ||
CONFIG_MSDOS_FS=m | ||
CONFIG_VFAT_FS=m | ||
CONFIG_PROC_KCORE=y | ||
CONFIG_TMPFS=y | ||
CONFIG_TMPFS_POSIX_ACL=y | ||
CONFIG_SQUASHFS=m | ||
CONFIG_SQUASHFS_XATTR=y | ||
CONFIG_SQUASHFS_LZ4=y | ||
CONFIG_SQUASHFS_LZO=y | ||
CONFIG_SQUASHFS_XZ=y |