On Wed, Dec 07, 2011 at 07:09:34PM +0000, Pawel Moll wrote:
On Wed, 2011-12-07 at 15:33 +0000, Dave Martin wrote:
quoted
Oh, we should select HAVE_PATA_PLATFORM in here somewhere too.
But that's not critical for this series.
It's already selected in "arch/arm/Kconfig":
config ARCH_VEXPRESS
bool "ARM Ltd. Versatile Express family"
select ARCH_WANT_OPTIONAL_GPIOLIB
select ARM_AMBA
select ARM_TIMER_SP804
select CLKDEV_LOOKUP
select HAVE_MACH_CLKDEV
select GENERIC_CLOCKEVENTS
select HAVE_CLK
select HAVE_PATA_PLATFORM
select ICST
select PLAT_VERSATILE
select PLAT_VERSATILE_CLCD
help
This enables support for the ARM Ltd Versatile Express boards.
Oh, OK. I was looking in mach-vexpress/Kconfig instead ...
Cheers
---Dave