-
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.
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel…
…/git/vapier/blackfin * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vapier/blackfin: (52 commits) Blackfin: encode cpu-rev into uImage name Blackfin: bf54x: don't ack GPIO ints when unmasking them Blackfin: sram_free_with_lsl: do not ignore return value of sram_free Blackfin: boards: add missing "static" to peripheral lists Blackfin: DNP5370: new board port Blackfin: bf518f-ezbrd: fix dsa resources Blackfin: move "-m elf32bfin" to general LDFLAGS Blackfin: kgdb_test: make sure to initialize num2 Blackfin: kgdb: disable preempt schedule when running single step in kgdb Blackfin: kgdb: disable interrupt when single stepping in ADEOS Blackfin: SMP: kgdb: apply anomaly 257 work around Blackfin: fix building IPIPE code when XIP is enabled Blackfin: SMP: kgdb: flush core internal write buffer before flushinv Blackfin: sport_uart resources: remove unused secondary RX/TX pins Blackfin: tll6527m: fix spelling in unused code (struct name) Blackfin: bf527-ezkit: add adau1373 chip address Blackfin: no-mpu: fix masking of small uncached dma region Blackfin: pm: drop irq save/restore in standby and suspend to mem callback MAINTAINERS: update Analog Devices support info Blackfin: dpmc.h: pull in new pll.h ...
- Loading branch information
Showing
157 changed files
with
9,963 additions
and
11,015 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
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
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
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,113 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_SYSVIPC=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_BLK_DEV_INITRD=y | ||
# CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
CONFIG_EMBEDDED=y | ||
# CONFIG_SYSCTL_SYSCALL is not set | ||
# CONFIG_ELF_CORE is not set | ||
# CONFIG_FUTEX is not set | ||
# CONFIG_SIGNALFD is not set | ||
# CONFIG_TIMERFD is not set | ||
# CONFIG_EVENTFD is not set | ||
# CONFIG_AIO is not set | ||
CONFIG_SLAB=y | ||
CONFIG_MMAP_ALLOW_UNINITIALIZED=y | ||
CONFIG_MODULES=y | ||
CONFIG_MODULE_UNLOAD=y | ||
# CONFIG_LBDAF is not set | ||
# CONFIG_BLK_DEV_BSG is not set | ||
# CONFIG_IOSCHED_DEADLINE is not set | ||
# CONFIG_IOSCHED_CFQ is not set | ||
CONFIG_PREEMPT_VOLUNTARY=y | ||
CONFIG_BF561=y | ||
CONFIG_SMP=y | ||
CONFIG_IRQ_TIMER0=10 | ||
CONFIG_CLKIN_HZ=30000000 | ||
CONFIG_HIGH_RES_TIMERS=y | ||
CONFIG_NOMMU_INITIAL_TRIM_EXCESS=0 | ||
CONFIG_BFIN_GPTIMERS=m | ||
CONFIG_C_CDPRIO=y | ||
CONFIG_BANK_3=0xAAC2 | ||
CONFIG_BINFMT_FLAT=y | ||
CONFIG_BINFMT_ZFLAT=y | ||
CONFIG_PM=y | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=y | ||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
# CONFIG_INET_XFRM_MODE_BEET is not set | ||
# CONFIG_INET_LRO is not set | ||
# CONFIG_INET_DIAG is not set | ||
# CONFIG_IPV6 is not set | ||
CONFIG_IRDA=m | ||
CONFIG_IRLAN=m | ||
CONFIG_IRCOMM=m | ||
CONFIG_IRDA_CACHE_LAST_LSAP=y | ||
CONFIG_IRTTY_SIR=m | ||
# CONFIG_WIRELESS is not set | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
# CONFIG_FW_LOADER is not set | ||
CONFIG_MTD=y | ||
CONFIG_MTD_PARTITIONS=y | ||
CONFIG_MTD_CMDLINE_PARTS=y | ||
CONFIG_MTD_CHAR=m | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_MTD_CFI=m | ||
CONFIG_MTD_CFI_AMDSTD=m | ||
CONFIG_MTD_RAM=y | ||
CONFIG_MTD_ROM=m | ||
CONFIG_MTD_PHYSMAP=m | ||
CONFIG_BLK_DEV_RAM=y | ||
CONFIG_NETDEVICES=y | ||
CONFIG_NET_ETHERNET=y | ||
CONFIG_SMC91X=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_WLAN is not set | ||
CONFIG_INPUT=m | ||
# CONFIG_INPUT_MOUSEDEV is not set | ||
CONFIG_INPUT_EVDEV=m | ||
# CONFIG_INPUT_KEYBOARD is not set | ||
# CONFIG_INPUT_MOUSE is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_VT is not set | ||
# CONFIG_DEVKMEM is not set | ||
CONFIG_BFIN_JTAG_COMM=m | ||
CONFIG_SERIAL_BFIN=y | ||
CONFIG_SERIAL_BFIN_CONSOLE=y | ||
# CONFIG_LEGACY_PTYS is not set | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_SPI=y | ||
CONFIG_SPI_BFIN=y | ||
CONFIG_GPIOLIB=y | ||
CONFIG_GPIO_SYSFS=y | ||
# CONFIG_HWMON is not set | ||
CONFIG_WATCHDOG=y | ||
CONFIG_BFIN_WDT=y | ||
# CONFIG_USB_SUPPORT is not set | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_JFFS2_FS=m | ||
CONFIG_NFS_FS=m | ||
CONFIG_NFS_V3=y | ||
CONFIG_SMB_FS=m | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DEBUG_SHIRQ=y | ||
CONFIG_DETECT_HUNG_TASK=y | ||
CONFIG_DEBUG_INFO=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
# CONFIG_FTRACE is not set | ||
CONFIG_DEBUG_MMRS=y | ||
CONFIG_DEBUG_HWERR=y | ||
CONFIG_EXACT_HWERR=y | ||
CONFIG_DEBUG_DOUBLEFAULT=y | ||
CONFIG_DEBUG_BFIN_HWTRACE_COMPRESSION_ONE=y | ||
CONFIG_EARLY_PRINTK=y | ||
CONFIG_CPLB_INFO=y | ||
CONFIG_CRYPTO=y | ||
# CONFIG_CRYPTO_ANSI_CPRNG is not set |
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,121 @@ | ||
CONFIG_EXPERIMENTAL=y | ||
CONFIG_LOCALVERSION="DNP5370" | ||
CONFIG_SYSVIPC=y | ||
CONFIG_IKCONFIG=y | ||
CONFIG_IKCONFIG_PROC=y | ||
CONFIG_LOG_BUF_SHIFT=14 | ||
CONFIG_BLK_DEV_INITRD=y | ||
CONFIG_EMBEDDED=y | ||
CONFIG_SLOB=y | ||
# CONFIG_BLK_DEV_BSG is not set | ||
# CONFIG_IOSCHED_CFQ is not set | ||
CONFIG_BF537=y | ||
CONFIG_BF_REV_0_3=y | ||
CONFIG_DNP5370=y | ||
CONFIG_IRQ_ERROR=7 | ||
# CONFIG_CYCLES_CLOCKSOURCE is not set | ||
CONFIG_C_CDPRIO=y | ||
CONFIG_C_AMBEN_B0_B1_B2=y | ||
CONFIG_PM=y | ||
# CONFIG_SUSPEND is not set | ||
CONFIG_NET=y | ||
CONFIG_PACKET=y | ||
CONFIG_UNIX=y | ||
CONFIG_INET=y | ||
CONFIG_IP_PNP=y | ||
CONFIG_IP_PNP_RARP=y | ||
CONFIG_SYN_COOKIES=y | ||
# CONFIG_INET_XFRM_MODE_TRANSPORT is not set | ||
# CONFIG_INET_XFRM_MODE_TUNNEL is not set | ||
# CONFIG_INET_XFRM_MODE_BEET is not set | ||
# CONFIG_INET_LRO is not set | ||
# CONFIG_INET_DIAG is not set | ||
# CONFIG_IPV6 is not set | ||
CONFIG_LLC2=y | ||
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | ||
CONFIG_MTD=y | ||
CONFIG_MTD_DEBUG=y | ||
CONFIG_MTD_DEBUG_VERBOSE=1 | ||
CONFIG_MTD_PARTITIONS=y | ||
CONFIG_MTD_CHAR=y | ||
CONFIG_MTD_BLOCK=y | ||
CONFIG_NFTL=y | ||
CONFIG_NFTL_RW=y | ||
CONFIG_MTD_CFI=y | ||
CONFIG_MTD_CFI_AMDSTD=y | ||
CONFIG_MTD_ROM=y | ||
CONFIG_MTD_ABSENT=y | ||
CONFIG_MTD_COMPLEX_MAPPINGS=y | ||
CONFIG_MTD_PHYSMAP=y | ||
CONFIG_MTD_UCLINUX=y | ||
CONFIG_MTD_PLATRAM=y | ||
CONFIG_MTD_DATAFLASH=y | ||
CONFIG_MTD_BLOCK2MTD=y | ||
CONFIG_MTD_NAND=y | ||
CONFIG_MTD_NAND_PLATFORM=y | ||
CONFIG_BLK_DEV_LOOP=y | ||
CONFIG_BLK_DEV_RAM=y | ||
# CONFIG_MISC_DEVICES is not set | ||
CONFIG_NETDEVICES=y | ||
CONFIG_DAVICOM_PHY=y | ||
CONFIG_NET_ETHERNET=y | ||
CONFIG_BFIN_MAC=y | ||
# CONFIG_NETDEV_1000 is not set | ||
# CONFIG_NETDEV_10000 is not set | ||
# CONFIG_WLAN is not set | ||
# CONFIG_INPUT is not set | ||
# CONFIG_SERIO is not set | ||
# CONFIG_BFIN_DMA_INTERFACE is not set | ||
# CONFIG_VT is not set | ||
# CONFIG_DEVKMEM is not set | ||
CONFIG_BFIN_JTAG_COMM=y | ||
CONFIG_BFIN_JTAG_COMM_CONSOLE=y | ||
CONFIG_SERIAL_BFIN=y | ||
CONFIG_SERIAL_BFIN_CONSOLE=y | ||
CONFIG_SERIAL_BFIN_UART0=y | ||
CONFIG_LEGACY_PTY_COUNT=64 | ||
# CONFIG_HW_RANDOM is not set | ||
CONFIG_I2C=y | ||
CONFIG_I2C_CHARDEV=y | ||
CONFIG_I2C_BLACKFIN_TWI=y | ||
CONFIG_SPI=y | ||
CONFIG_SPI_BFIN=y | ||
CONFIG_SPI_SPIDEV=y | ||
CONFIG_GPIOLIB=y | ||
CONFIG_GPIO_SYSFS=y | ||
CONFIG_SENSORS_LM75=y | ||
# CONFIG_USB_SUPPORT is not set | ||
CONFIG_MMC=y | ||
CONFIG_MMC_SPI=y | ||
CONFIG_DMADEVICES=y | ||
CONFIG_EXT2_FS=y | ||
CONFIG_EXT2_FS_XATTR=y | ||
# CONFIG_DNOTIFY is not set | ||
CONFIG_MSDOS_FS=y | ||
CONFIG_VFAT_FS=y | ||
CONFIG_FAT_DEFAULT_CODEPAGE=850 | ||
CONFIG_JFFS2_FS=y | ||
CONFIG_CRAMFS=y | ||
CONFIG_ROMFS_FS=y | ||
CONFIG_ROMFS_BACKED_BY_BOTH=y | ||
# CONFIG_NETWORK_FILESYSTEMS is not set | ||
CONFIG_NLS_CODEPAGE_437=y | ||
CONFIG_NLS_CODEPAGE_850=y | ||
CONFIG_NLS_ISO8859_1=y | ||
CONFIG_DEBUG_KERNEL=y | ||
CONFIG_DEBUG_SHIRQ=y | ||
CONFIG_DETECT_HUNG_TASK=y | ||
CONFIG_DEBUG_OBJECTS=y | ||
CONFIG_DEBUG_LOCK_ALLOC=y | ||
CONFIG_DEBUG_KOBJECT=y | ||
CONFIG_DEBUG_INFO=y | ||
CONFIG_DEBUG_VM=y | ||
CONFIG_DEBUG_MEMORY_INIT=y | ||
CONFIG_DEBUG_LIST=y | ||
# CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
CONFIG_PAGE_POISONING=y | ||
# CONFIG_FTRACE is not set | ||
CONFIG_DEBUG_DOUBLEFAULT=y | ||
CONFIG_CPLB_INFO=y | ||
CONFIG_CRC_CCITT=y |
Oops, something went wrong.