diff options
author | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 15:05:51 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2013-02-21 15:05:51 -0500 |
commit | 06991c28f37ad68e5c03777f5c3b679b56e3dac1 (patch) | |
tree | 4be75788e21c3c644fe6d39abf47693a171cf4f8 /arch/powerpc/Kconfig | |
parent | 460dc1eecf37263c8e3b17685ef236f0d236facb (diff) | |
parent | 74fef7a8fd1d2bd94f925d6638bb4c3049e7c381 (diff) |
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
Pull driver core patches from Greg Kroah-Hartman:
"Here is the big driver core merge for 3.9-rc1
There are two major series here, both of which touch lots of drivers
all over the kernel, and will cause you some merge conflicts:
- add a new function called devm_ioremap_resource() to properly be
able to check return values.
- remove CONFIG_EXPERIMENTAL
Other than those patches, there's not much here, some minor fixes and
updates"
Fix up trivial conflicts
* tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core: (221 commits)
base: memory: fix soft/hard_offline_page permissions
drivercore: Fix ordering between deferred_probe and exiting initcalls
backlight: fix class_find_device() arguments
TTY: mark tty_get_device call with the proper const values
driver-core: constify data for class_find_device()
firmware: Ignore abort check when no user-helper is used
firmware: Reduce ifdef CONFIG_FW_LOADER_USER_HELPER
firmware: Make user-mode helper optional
firmware: Refactoring for splitting user-mode helper code
Driver core: treat unregistered bus_types as having no devices
watchdog: Convert to devm_ioremap_resource()
thermal: Convert to devm_ioremap_resource()
spi: Convert to devm_ioremap_resource()
power: Convert to devm_ioremap_resource()
mtd: Convert to devm_ioremap_resource()
mmc: Convert to devm_ioremap_resource()
mfd: Convert to devm_ioremap_resource()
media: Convert to devm_ioremap_resource()
iommu: Convert to devm_ioremap_resource()
drm: Convert to devm_ioremap_resource()
...
Diffstat (limited to 'arch/powerpc/Kconfig')
-rw-r--r-- | arch/powerpc/Kconfig | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/arch/powerpc/Kconfig b/arch/powerpc/Kconfig index 561ccca7b1a7..e7fb8edb629b 100644 --- a/arch/powerpc/Kconfig +++ b/arch/powerpc/Kconfig | |||
@@ -332,7 +332,7 @@ config SWIOTLB | |||
332 | 332 | ||
333 | config HOTPLUG_CPU | 333 | config HOTPLUG_CPU |
334 | bool "Support for enabling/disabling CPUs" | 334 | bool "Support for enabling/disabling CPUs" |
335 | depends on SMP && HOTPLUG && EXPERIMENTAL && (PPC_PSERIES || \ | 335 | depends on SMP && HOTPLUG && (PPC_PSERIES || \ |
336 | PPC_PMAC || PPC_POWERNV || (PPC_85xx && !PPC_E500MC)) | 336 | PPC_PMAC || PPC_POWERNV || (PPC_85xx && !PPC_E500MC)) |
337 | ---help--- | 337 | ---help--- |
338 | Say Y here to be able to disable and re-enable individual | 338 | Say Y here to be able to disable and re-enable individual |
@@ -354,8 +354,8 @@ config ARCH_ENABLE_MEMORY_HOTREMOVE | |||
354 | def_bool y | 354 | def_bool y |
355 | 355 | ||
356 | config KEXEC | 356 | config KEXEC |
357 | bool "kexec system call (EXPERIMENTAL)" | 357 | bool "kexec system call" |
358 | depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) && EXPERIMENTAL | 358 | depends on (PPC_BOOK3S || FSL_BOOKE || (44x && !SMP)) |
359 | help | 359 | help |
360 | kexec is a system call that implements the ability to shutdown your | 360 | kexec is a system call that implements the ability to shutdown your |
361 | current kernel, and to start another kernel. It is like a reboot | 361 | current kernel, and to start another kernel. It is like a reboot |
@@ -850,8 +850,8 @@ config LOWMEM_CAM_NUM | |||
850 | default 3 | 850 | default 3 |
851 | 851 | ||
852 | config DYNAMIC_MEMSTART | 852 | config DYNAMIC_MEMSTART |
853 | bool "Enable page aligned dynamic load address for kernel (EXPERIMENTAL)" | 853 | bool "Enable page aligned dynamic load address for kernel" |
854 | depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || 44x) | 854 | depends on ADVANCED_OPTIONS && FLATMEM && (FSL_BOOKE || 44x) |
855 | select NONSTATIC_KERNEL | 855 | select NONSTATIC_KERNEL |
856 | help | 856 | help |
857 | This option enables the kernel to be loaded at any page aligned | 857 | This option enables the kernel to be loaded at any page aligned |
@@ -868,8 +868,8 @@ config DYNAMIC_MEMSTART | |||
868 | This option is overridden by CONFIG_RELOCATABLE | 868 | This option is overridden by CONFIG_RELOCATABLE |
869 | 869 | ||
870 | config RELOCATABLE | 870 | config RELOCATABLE |
871 | bool "Build a relocatable kernel (EXPERIMENTAL)" | 871 | bool "Build a relocatable kernel" |
872 | depends on EXPERIMENTAL && ADVANCED_OPTIONS && FLATMEM && 44x | 872 | depends on ADVANCED_OPTIONS && FLATMEM && 44x |
873 | select NONSTATIC_KERNEL | 873 | select NONSTATIC_KERNEL |
874 | help | 874 | help |
875 | This builds a kernel image that is capable of running at the | 875 | This builds a kernel image that is capable of running at the |