diff options
author | Jassi Brar <jassi.brar@samsung.com> | 2010-01-28 09:14:49 +0100 |
---|---|---|
committer | Ben Dooks <ben-linux@fluff.org> | 2010-02-03 02:55:01 +0100 |
commit | 4b4c662571bb3a19d6bacb4433886ec35c7093fa (patch) | |
tree | 73afcc041cbe96ce505e0a728a72b0e97e0eba5f /arch/arm/plat-samsung | |
parent | ARM: SAMSUNG: Add DMA masks to hsotg device (diff) | |
download | linux-4b4c662571bb3a19d6bacb4433886ec35c7093fa.tar.xz linux-4b4c662571bb3a19d6bacb4433886ec35c7093fa.zip |
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 1c2fe91c23e9..72da6461db12 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 |