summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-nomadik/Kconfig
diff options
context:
space:
mode:
authorRussell King <rmk@dyn-67.arm.linux.org.uk>2009-09-12 12:50:52 +0200
committerRussell King <rmk+kernel@arm.linux.org.uk>2009-09-12 12:50:52 +0200
commit701038144945ef98c5817f43079952fa38c35999 (patch)
tree88782f6ac8e4df1f7f8f738659adedd7108e8cae /arch/arm/mach-nomadik/Kconfig
parentMerge branch 'for-rmk' of git://git.marvell.com/orion into devel-stable (diff)
parent[ARM] 5588/1: nomadik: add defconfig for nhk8815 (diff)
downloadlinux-701038144945ef98c5817f43079952fa38c35999.tar.xz
linux-701038144945ef98c5817f43079952fa38c35999.zip
Merge branch 'nomadik' into devel-stable
Diffstat (limited to 'arch/arm/mach-nomadik/Kconfig')
-rw-r--r--arch/arm/mach-nomadik/Kconfig21
1 files changed, 21 insertions, 0 deletions
diff --git a/arch/arm/mach-nomadik/Kconfig b/arch/arm/mach-nomadik/Kconfig
new file mode 100644
index 000000000000..2a02b49c40f0
--- /dev/null
+++ b/arch/arm/mach-nomadik/Kconfig
@@ -0,0 +1,21 @@
+if ARCH_NOMADIK
+
+menu "Nomadik boards"
+
+config MACH_NOMADIK_8815NHK
+ bool "ST 8815 Nomadik Hardware Kit (evaluation board)"
+ select NOMADIK_8815
+
+endmenu
+
+config NOMADIK_8815
+ bool
+
+
+config I2C_BITBANG_8815NHK
+ tristate "Driver for bit-bang busses found on the 8815 NHK"
+ depends on I2C && MACH_NOMADIK_8815NHK
+ select I2C_ALGOBIT
+ default y
+
+endif