diff options
author | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 08:34:47 -0700 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-03-25 08:34:47 -0700 |
commit | 91721197def2fc69abf152c47dbb87eed0f13333 (patch) | |
tree | 80b4b92f44a7a3b1ada346c175489b0274fe1344 /arch/alpha/Kconfig | |
parent | 8f46baaa7ec6cd0851794020b31958e64679dd26 (diff) | |
parent | 8bb9660418e05bb1845ac1a2428444d78e322cc7 (diff) | |
download | linux-stable-91721197def2fc69abf152c47dbb87eed0f13333.tar.gz linux-stable-91721197def2fc69abf152c47dbb87eed0f13333.tar.bz2 linux-stable-91721197def2fc69abf152c47dbb87eed0f13333.zip |
Merge 3.9-rc4 into driver-core-next
Diffstat (limited to 'arch/alpha/Kconfig')
-rw-r--r-- | arch/alpha/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/alpha/Kconfig b/arch/alpha/Kconfig index 5833aa441481..8a33ba01301f 100644 --- a/arch/alpha/Kconfig +++ b/arch/alpha/Kconfig @@ -9,7 +9,7 @@ config ALPHA select HAVE_PERF_EVENTS select HAVE_DMA_ATTRS select HAVE_GENERIC_HARDIRQS - select HAVE_VIRT_TO_BUS + select VIRT_TO_BUS select GENERIC_IRQ_PROBE select AUTO_IRQ_AFFINITY if SMP select GENERIC_IRQ_SHOW |