diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 21:15:38 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2015-02-11 21:15:38 -0500 |
commit | d3f180ea1a44aecba1b0dab2a253428e77f906bf (patch) | |
tree | 0be6eaf1eb3fd32c934bd070a3d758696f417c93 /arch/powerpc/configs/85xx/ksi8560_defconfig | |
parent | 6b00f7efb5303418c231994c91fb8239f5ada260 (diff) | |
parent | a6130ed253a931d2169c26ab0958d81b0dce4d6e (diff) |
Merge tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux
Pull powerpc updates from Michael Ellerman:
- Update of all defconfigs
- Addition of a bunch of config options to modernise our defconfigs
- Some PS3 updates from Geoff
- Optimised memcmp for 64 bit from Anton
- Fix for kprobes that allows 'perf probe' to work from Naveen
- Several cxl updates from Ian & Ryan
- Expanded support for the '24x7' PMU from Cody & Sukadev
- Freescale updates from Scott:
"Highlights include 8xx optimizations, some more work on datapath
device tree content, e300 machine check support, t1040 corenet
error reporting, and various cleanups and fixes"
* tag 'powerpc-3.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/mpe/linux: (102 commits)
cxl: Add missing return statement after handling AFU errror
cxl: Fail AFU initialisation if an invalid configuration record is found
cxl: Export optional AFU configuration record in sysfs
powerpc/mm: Warn on flushing tlb page in kernel context
powerpc/powernv: Add OPAL soft-poweroff routine
powerpc/perf/hv-24x7: Document sysfs event description entries
powerpc/perf/hv-gpci: add the remaining gpci requests
powerpc/perf/{hv-gpci, hv-common}: generate requests with counters annotated
powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
perf: add PMU_EVENT_ATTR_STRING() helper
perf: provide sysfs_show for struct perf_pmu_events_attr
powerpc/kernel: Avoid initializing device-tree pointer twice
powerpc: Remove old compile time disabled syscall tracing code
powerpc/kernel: Make syscall_exit a local label
cxl: Fix device_node reference counting
powerpc/mm: bail out early when flushing TLB page
powerpc: defconfigs: add MTD_SPI_NOR (new dependency for M25P80)
perf/powerpc: reset event hw state when adding it to the PMU
powerpc/qe: Use strlcpy()
...
Diffstat (limited to 'arch/powerpc/configs/85xx/ksi8560_defconfig')
-rw-r--r-- | arch/powerpc/configs/85xx/ksi8560_defconfig | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/arch/powerpc/configs/85xx/ksi8560_defconfig b/arch/powerpc/configs/85xx/ksi8560_defconfig index aee0d17a9551..3be85c5f1a2a 100644 --- a/arch/powerpc/configs/85xx/ksi8560_defconfig +++ b/arch/powerpc/configs/85xx/ksi8560_defconfig | |||
@@ -1,17 +1,16 @@ | |||
1 | CONFIG_PPC_85xx=y | 1 | CONFIG_PPC_85xx=y |
2 | CONFIG_EXPERIMENTAL=y | ||
3 | CONFIG_SYSVIPC=y | 2 | CONFIG_SYSVIPC=y |
4 | CONFIG_LOG_BUF_SHIFT=14 | 3 | CONFIG_LOG_BUF_SHIFT=14 |
5 | CONFIG_BLK_DEV_INITRD=y | 4 | CONFIG_BLK_DEV_INITRD=y |
6 | # CONFIG_CC_OPTIMIZE_FOR_SIZE is not set | ||
7 | CONFIG_EXPERT=y | 5 | CONFIG_EXPERT=y |
8 | # CONFIG_BLK_DEV_BSG is not set | 6 | # CONFIG_BLK_DEV_BSG is not set |
7 | CONFIG_PARTITION_ADVANCED=y | ||
8 | # CONFIG_MSDOS_PARTITION is not set | ||
9 | CONFIG_KSI8560=y | 9 | CONFIG_KSI8560=y |
10 | CONFIG_CPM2=y | 10 | CONFIG_CPM2=y |
11 | CONFIG_HIGHMEM=y | 11 | CONFIG_HIGHMEM=y |
12 | CONFIG_BINFMT_MISC=y | 12 | CONFIG_BINFMT_MISC=y |
13 | CONFIG_MATH_EMULATION=y | 13 | CONFIG_MATH_EMULATION=y |
14 | CONFIG_SPARSE_IRQ=y | ||
15 | # CONFIG_SECCOMP is not set | 14 | # CONFIG_SECCOMP is not set |
16 | CONFIG_NET=y | 15 | CONFIG_NET=y |
17 | CONFIG_PACKET=y | 16 | CONFIG_PACKET=y |
@@ -27,8 +26,6 @@ CONFIG_SYN_COOKIES=y | |||
27 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" | 26 | CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug" |
28 | # CONFIG_FW_LOADER is not set | 27 | # CONFIG_FW_LOADER is not set |
29 | CONFIG_MTD=y | 28 | CONFIG_MTD=y |
30 | CONFIG_MTD_CONCAT=y | ||
31 | CONFIG_MTD_CHAR=y | ||
32 | CONFIG_MTD_BLOCK=y | 29 | CONFIG_MTD_BLOCK=y |
33 | CONFIG_MTD_CFI=y | 30 | CONFIG_MTD_CFI=y |
34 | CONFIG_MTD_JEDECPROBE=y | 31 | CONFIG_MTD_JEDECPROBE=y |
@@ -39,12 +36,11 @@ CONFIG_BLK_DEV_RAM=y | |||
39 | CONFIG_BLK_DEV_RAM_SIZE=32768 | 36 | CONFIG_BLK_DEV_RAM_SIZE=32768 |
40 | CONFIG_IDE=y | 37 | CONFIG_IDE=y |
41 | CONFIG_NETDEVICES=y | 38 | CONFIG_NETDEVICES=y |
42 | CONFIG_MARVELL_PHY=y | ||
43 | CONFIG_NET_ETHERNET=y | ||
44 | CONFIG_FS_ENET=y | 39 | CONFIG_FS_ENET=y |
45 | # CONFIG_FS_ENET_HAS_SCC is not set | 40 | # CONFIG_FS_ENET_HAS_SCC is not set |
46 | CONFIG_FS_ENET_MDIO_FCC=y | 41 | CONFIG_FS_ENET_MDIO_FCC=y |
47 | CONFIG_GIANFAR=y | 42 | CONFIG_GIANFAR=y |
43 | CONFIG_MARVELL_PHY=y | ||
48 | # CONFIG_INPUT_MOUSEDEV is not set | 44 | # CONFIG_INPUT_MOUSEDEV is not set |
49 | # CONFIG_INPUT_KEYBOARD is not set | 45 | # CONFIG_INPUT_KEYBOARD is not set |
50 | # CONFIG_INPUT_MOUSE is not set | 46 | # CONFIG_INPUT_MOUSE is not set |
@@ -53,22 +49,15 @@ CONFIG_GIANFAR=y | |||
53 | CONFIG_SERIAL_CPM=y | 49 | CONFIG_SERIAL_CPM=y |
54 | CONFIG_SERIAL_CPM_CONSOLE=y | 50 | CONFIG_SERIAL_CPM_CONSOLE=y |
55 | CONFIG_GEN_RTC=y | 51 | CONFIG_GEN_RTC=y |
56 | CONFIG_VIDEO_OUTPUT_CONTROL=y | ||
57 | CONFIG_EXT2_FS=y | 52 | CONFIG_EXT2_FS=y |
58 | CONFIG_EXT3_FS=y | 53 | CONFIG_EXT3_FS=y |
59 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set | 54 | # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set |
60 | CONFIG_INOTIFY=y | ||
61 | CONFIG_PROC_KCORE=y | 55 | CONFIG_PROC_KCORE=y |
62 | CONFIG_TMPFS=y | 56 | CONFIG_TMPFS=y |
63 | CONFIG_NFS_FS=y | 57 | CONFIG_NFS_FS=y |
64 | CONFIG_ROOT_NFS=y | 58 | CONFIG_ROOT_NFS=y |
65 | CONFIG_PARTITION_ADVANCED=y | ||
66 | # CONFIG_MSDOS_PARTITION is not set | ||
67 | CONFIG_DEBUG_FS=y | 59 | CONFIG_DEBUG_FS=y |
68 | CONFIG_DEBUG_KERNEL=y | ||
69 | CONFIG_DETECT_HUNG_TASK=y | 60 | CONFIG_DETECT_HUNG_TASK=y |
70 | CONFIG_DEBUG_MUTEXES=y | 61 | CONFIG_DEBUG_MUTEXES=y |
71 | # CONFIG_DEBUG_BUGVERBOSE is not set | 62 | # CONFIG_DEBUG_BUGVERBOSE is not set |
72 | # CONFIG_RCU_CPU_STALL_DETECTOR is not set | ||
73 | CONFIG_SYSCTL_SYSCALL_CHECK=y | ||
74 | # CONFIG_CRYPTO_ANSI_CPRNG is not set | 63 | # CONFIG_CRYPTO_ANSI_CPRNG is not set |