GUI: Fix Tomato RAF theme for all builds. Compilation typo.
[tomato.git] / release / src-rt-6.x.4708 / linux / linux-2.6.36 / arch / arm / mach-nomadik / Kconfig
blob71f3ea623974b487d8bd44cb3dd6edbf24d21fb8
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
9         select NOMADIK_GPIO
11 endmenu
13 config NOMADIK_8815
14         bool
16 config I2C_BITBANG_8815NHK
17         tristate "Driver for bit-bang busses found on the 8815 NHK"
18         depends on I2C && MACH_NOMADIK_8815NHK
19         select I2C_ALGOBIT
20         default y
22 endif