]> git.kernelconcepts.de Git - karo-tx-linux.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)
commit4febd95a8a85dd38b1a71fcf9726e19c7fd20039
tree481a2d9ba18e2f76824659aa83c219f7c983db49
parent8aec0f5d4137532de14e6554fd5dd201ff3a3c49
Select VIRT_TO_BUS directly where needed

In commit 887cbce0adea ("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