diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-01-28 08:14:49 (GMT) |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-03 01:55:01 (GMT) |
commit | 4b4c662571bb3a19d6bacb4433886ec35c7093fa (patch) | |
tree | 73afcc041cbe96ce505e0a728a72b0e97e0eba5f /arch/arm/plat-samsung | |
parent | 2848552cef6a14fe4e54e676a61a340c8fd023b3 (diff) | |
download | linux-4b4c662571bb3a19d6bacb4433886ec35c7093fa.tar.xz |
ARM: S3C64XX: SPI: Make platform device compilation selectable
The SPI controller platform devices should be compiled in
independent of the driver support, otherwise we might end
up with dev-spi built as kernel module.
Change this to make every machine select if it has some SPI
device and wants to build device definitions.
Signed-off-by: Jassi Brar <jassi.brar@samsung.com>
Signed-off-by: Ben Dooks <ben-linux@fluff.org>
Diffstat (limited to 'arch/arm/plat-samsung')
-rw-r--r-- | arch/arm/plat-samsung/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/arch/arm/plat-samsung/Kconfig b/arch/arm/plat-samsung/Kconfig index 1c2fe91..72da646 100644 --- a/arch/arm/plat-samsung/Kconfig +++ b/arch/arm/plat-samsung/Kconfig @@ -132,6 +132,12 @@ config S3C_DEV_NAND help Compile in platform device definition for NAND controller +config S3C64XX_DEV_SPI + bool + help + Compile in platform device definitions for S3C64XX's type + SPI controllers. + comment "Power management" config SAMSUNG_PM_DEBUG |