]> git.baikalelectronics.ru Git - kernel.git/commit
Select VIRT_TO_BUS directly where needed
authorStephen Rothwell <sfr@canb.auug.org.au>
Thu, 7 Mar 2013 04:48:16 +0000 (15:48 +1100)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 12 Mar 2013 18:16:40 +0000 (11:16 -0700)
commit349193b829efda2455b91147753f97223c653fdd
tree481a2d9ba18e2f76824659aa83c219f7c983db49
parent8ad2348adb63b5b4fdb0e3761cd1cc4a29ad7942
Select VIRT_TO_BUS directly where needed

In commit 8243ef2a1f6f ("arch Kconfig: centralise ARCH_NO_VIRT_TO_BUS")
I introduced the config sybmol HAVE_VIRT_TO_BUS and selected that where
needed.  I am not sure what I was thinking.  Instead, just directly
select VIRT_TO_BUS where it is needed.

Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
24 files changed:
arch/Kconfig
arch/alpha/Kconfig
arch/arm/Kconfig
arch/avr32/Kconfig
arch/blackfin/Kconfig
arch/cris/Kconfig
arch/frv/Kconfig
arch/h8300/Kconfig
arch/ia64/Kconfig
arch/m32r/Kconfig
arch/m68k/Kconfig
arch/microblaze/Kconfig
arch/mips/Kconfig
arch/mn10300/Kconfig
arch/openrisc/Kconfig
arch/parisc/Kconfig
arch/powerpc/Kconfig
arch/s390/Kconfig
arch/score/Kconfig
arch/tile/Kconfig
arch/unicore32/Kconfig
arch/x86/Kconfig
arch/xtensa/Kconfig
mm/Kconfig