KVM: ia64: destroy ioapic device if fail to setup default irq routing
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.git] / arch / arm / mach-nomadik / Kconfig
blob3c5e0f522e9ce507f6ceb95fcd605ef3bd734334
1 if ARCH_NOMADIK
3 menu "Nomadik boards"
5 config MACH_NOMADIK_8815NHK
6         bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
7         select NOMADIK_8815
8         select HAS_MTU
10 endmenu
12 config NOMADIK_8815
13         bool
15 config I2C_BITBANG_8815NHK
16         tristate "Driver for bit-bang busses found on the 8815 NHK"
17         depends on I2C && MACH_NOMADIK_8815NHK
18         select I2C_ALGOBIT
19         default y
21 endif